蛋蛋星球 后台端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

12985 linhas
445 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.ArticleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/update/state": {
  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": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  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/upload": {
  1165. "post": {
  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. "description": "签名上传url",
  1187. "name": "req",
  1188. "in": "body",
  1189. "required": true,
  1190. "schema": {
  1191. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "许可链接",
  1198. "schema": {
  1199. "type": "string"
  1200. }
  1201. },
  1202. "400": {
  1203. "description": "具体错误",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.Response"
  1206. }
  1207. }
  1208. }
  1209. }
  1210. },
  1211. "/api/cloudBundle/version/base": {
  1212. "get": {
  1213. "description": "云打包-图片配置",
  1214. "consumes": [
  1215. "application/json"
  1216. ],
  1217. "produces": [
  1218. "application/json"
  1219. ],
  1220. "tags": [
  1221. "云打包"
  1222. ],
  1223. "summary": "云打包-云打包-图片配置",
  1224. "parameters": [
  1225. {
  1226. "type": "string",
  1227. "description": "验证参数Bearer和token空格拼接",
  1228. "name": "Authorization",
  1229. "in": "header",
  1230. "required": true
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/version/base/save": {
  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": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleVersion"
  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/comm/getOssUrl": {
  1297. "post": {
  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. "description": "签名上传url",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1324. }
  1325. }
  1326. ],
  1327. "responses": {
  1328. "200": {
  1329. "description": "许可链接",
  1330. "schema": {
  1331. "type": "string"
  1332. }
  1333. },
  1334. "400": {
  1335. "description": "具体错误",
  1336. "schema": {
  1337. "$ref": "#/definitions/md.Response"
  1338. }
  1339. }
  1340. }
  1341. }
  1342. },
  1343. "/api/comm/getSTSVoucher": {
  1344. "get": {
  1345. "description": "STS临时访问凭证(获取)",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "对象存储"
  1354. ],
  1355. "summary": "通用请求-对象存储-STS临时访问凭证(获取)",
  1356. "parameters": [
  1357. {
  1358. "type": "string",
  1359. "description": "验证参数Bearer和token空格拼接",
  1360. "name": "Authorization",
  1361. "in": "header",
  1362. "required": true
  1363. }
  1364. ],
  1365. "responses": {
  1366. "200": {
  1367. "description": "凭证及其他信息",
  1368. "schema": {
  1369. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/config": {
  1382. "get": {
  1383. "description": "基本配置",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "基本配置"
  1392. ],
  1393. "summary": "基本配置",
  1394. "parameters": [
  1395. {
  1396. "type": "string",
  1397. "description": "验证参数Bearer和token空格拼接",
  1398. "name": "Authorization",
  1399. "in": "header",
  1400. "required": true
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体数据",
  1406. "schema": {
  1407. "$ref": "#/definitions/md.ConfigResp"
  1408. }
  1409. },
  1410. "400": {
  1411. "description": "具体错误",
  1412. "schema": {
  1413. "$ref": "#/definitions/md.Response"
  1414. }
  1415. }
  1416. }
  1417. }
  1418. },
  1419. "/api/demo": {
  1420. "post": {
  1421. "description": "Demo样例测试",
  1422. "consumes": [
  1423. "application/json"
  1424. ],
  1425. "produces": [
  1426. "application/json"
  1427. ],
  1428. "tags": [
  1429. "Demo"
  1430. ],
  1431. "summary": "Demo测试",
  1432. "parameters": [
  1433. {
  1434. "description": "用户名密码",
  1435. "name": "req",
  1436. "in": "body",
  1437. "required": true,
  1438. "schema": {
  1439. "type": "object"
  1440. }
  1441. }
  1442. ],
  1443. "responses": {
  1444. "200": {
  1445. "description": "token",
  1446. "schema": {
  1447. "type": "object",
  1448. "additionalProperties": true
  1449. }
  1450. },
  1451. "400": {
  1452. "description": "具体错误",
  1453. "schema": {
  1454. "$ref": "#/definitions/md.Response"
  1455. }
  1456. }
  1457. }
  1458. }
  1459. },
  1460. "/api/financialCenter/withdraw/applyList": {
  1461. "post": {
  1462. "description": "提现申请列表(获取)",
  1463. "consumes": [
  1464. "application/json"
  1465. ],
  1466. "produces": [
  1467. "application/json"
  1468. ],
  1469. "tags": [
  1470. "提现"
  1471. ],
  1472. "summary": "财务中心-提现-提现申请列表(获取)",
  1473. "parameters": [
  1474. {
  1475. "type": "string",
  1476. "description": "验证参数Bearer和token空格拼接",
  1477. "name": "Authorization",
  1478. "in": "header",
  1479. "required": true
  1480. },
  1481. {
  1482. "description": "筛选条件",
  1483. "name": "req",
  1484. "in": "body",
  1485. "schema": {
  1486. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1487. }
  1488. }
  1489. ],
  1490. "responses": {
  1491. "200": {
  1492. "description": "具体数据",
  1493. "schema": {
  1494. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1495. }
  1496. },
  1497. "400": {
  1498. "description": "具体错误",
  1499. "schema": {
  1500. "$ref": "#/definitions/md.Response"
  1501. }
  1502. }
  1503. }
  1504. }
  1505. },
  1506. "/api/financialCenter/withdraw/setting": {
  1507. "get": {
  1508. "description": "基础设置(获取)",
  1509. "consumes": [
  1510. "application/json"
  1511. ],
  1512. "produces": [
  1513. "application/json"
  1514. ],
  1515. "tags": [
  1516. "提现"
  1517. ],
  1518. "summary": "财务中心-提现-基础设置(获取)",
  1519. "parameters": [
  1520. {
  1521. "type": "string",
  1522. "description": "验证参数Bearer和token空格拼接",
  1523. "name": "Authorization",
  1524. "in": "header",
  1525. "required": true
  1526. }
  1527. ],
  1528. "responses": {
  1529. "200": {
  1530. "description": "具体数据",
  1531. "schema": {
  1532. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1533. }
  1534. },
  1535. "400": {
  1536. "description": "具体错误",
  1537. "schema": {
  1538. "$ref": "#/definitions/md.Response"
  1539. }
  1540. }
  1541. }
  1542. }
  1543. },
  1544. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1545. "post": {
  1546. "description": "基础设置(更新)",
  1547. "consumes": [
  1548. "application/json"
  1549. ],
  1550. "produces": [
  1551. "application/json"
  1552. ],
  1553. "tags": [
  1554. "提现"
  1555. ],
  1556. "summary": "财务中心-提现-基础设置(更新)",
  1557. "parameters": [
  1558. {
  1559. "type": "string",
  1560. "description": "验证参数Bearer和token空格拼接",
  1561. "name": "Authorization",
  1562. "in": "header",
  1563. "required": true
  1564. },
  1565. {
  1566. "description": "id 必填",
  1567. "name": "req",
  1568. "in": "body",
  1569. "required": true,
  1570. "schema": {
  1571. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1572. }
  1573. }
  1574. ],
  1575. "responses": {
  1576. "200": {
  1577. "description": "修改数据条数",
  1578. "schema": {
  1579. "type": "int"
  1580. }
  1581. },
  1582. "400": {
  1583. "description": "具体错误",
  1584. "schema": {
  1585. "$ref": "#/definitions/md.Response"
  1586. }
  1587. }
  1588. }
  1589. }
  1590. },
  1591. "/api/homePage/activeData": {
  1592. "get": {
  1593. "description": "活跃数据",
  1594. "consumes": [
  1595. "application/json"
  1596. ],
  1597. "produces": [
  1598. "application/json"
  1599. ],
  1600. "tags": [
  1601. "首页"
  1602. ],
  1603. "summary": "首页-首页-活跃数据",
  1604. "parameters": [
  1605. {
  1606. "type": "string",
  1607. "description": "验证参数Bearer和token空格拼接",
  1608. "name": "Authorization",
  1609. "in": "header",
  1610. "required": true
  1611. }
  1612. ],
  1613. "responses": {
  1614. "200": {
  1615. "description": "具体数据",
  1616. "schema": {
  1617. "$ref": "#/definitions/hdl.GetActiveDataResp"
  1618. }
  1619. },
  1620. "400": {
  1621. "description": "具体错误",
  1622. "schema": {
  1623. "$ref": "#/definitions/md.Response"
  1624. }
  1625. }
  1626. }
  1627. }
  1628. },
  1629. "/api/homePage/growData": {
  1630. "get": {
  1631. "description": "用户增长曲线",
  1632. "consumes": [
  1633. "application/json"
  1634. ],
  1635. "produces": [
  1636. "application/json"
  1637. ],
  1638. "tags": [
  1639. "首页"
  1640. ],
  1641. "summary": "首页-首页-用户增长曲线",
  1642. "parameters": [
  1643. {
  1644. "type": "string",
  1645. "description": "验证参数Bearer和token空格拼接",
  1646. "name": "Authorization",
  1647. "in": "header",
  1648. "required": true
  1649. },
  1650. {
  1651. "type": "string",
  1652. "description": "1:按天 2:按周 3:按小时",
  1653. "name": "kind",
  1654. "in": "query"
  1655. }
  1656. ],
  1657. "responses": {
  1658. "200": {
  1659. "description": "具体数据",
  1660. "schema": {
  1661. "$ref": "#/definitions/md.GetPriceCurveResp"
  1662. }
  1663. },
  1664. "400": {
  1665. "description": "具体错误",
  1666. "schema": {
  1667. "$ref": "#/definitions/md.Response"
  1668. }
  1669. }
  1670. }
  1671. }
  1672. },
  1673. "/api/homePage/totalData": {
  1674. "get": {
  1675. "description": "数据总览",
  1676. "consumes": [
  1677. "application/json"
  1678. ],
  1679. "produces": [
  1680. "application/json"
  1681. ],
  1682. "tags": [
  1683. "首页"
  1684. ],
  1685. "summary": "首页-首页-数据总览",
  1686. "parameters": [
  1687. {
  1688. "type": "string",
  1689. "description": "验证参数Bearer和token空格拼接",
  1690. "name": "Authorization",
  1691. "in": "header",
  1692. "required": true
  1693. },
  1694. {
  1695. "type": "string",
  1696. "description": "年",
  1697. "name": "year",
  1698. "in": "query",
  1699. "required": true
  1700. },
  1701. {
  1702. "type": "string",
  1703. "description": "月",
  1704. "name": "month",
  1705. "in": "query",
  1706. "required": true
  1707. }
  1708. ],
  1709. "responses": {
  1710. "200": {
  1711. "description": "具体数据",
  1712. "schema": {
  1713. "$ref": "#/definitions/hdl.TotalDataResp"
  1714. }
  1715. },
  1716. "400": {
  1717. "description": "具体错误",
  1718. "schema": {
  1719. "$ref": "#/definitions/md.Response"
  1720. }
  1721. }
  1722. }
  1723. }
  1724. },
  1725. "/api/im/addCustomerService": {
  1726. "post": {
  1727. "description": "客服(新增)",
  1728. "consumes": [
  1729. "application/json"
  1730. ],
  1731. "produces": [
  1732. "application/json"
  1733. ],
  1734. "tags": [
  1735. "客服"
  1736. ],
  1737. "summary": "Im-客服(新增)",
  1738. "parameters": [
  1739. {
  1740. "type": "string",
  1741. "description": "验证参数Bearer和token空格拼接",
  1742. "name": "Authorization",
  1743. "in": "header",
  1744. "required": true
  1745. },
  1746. {
  1747. "description": "相关参数",
  1748. "name": "req",
  1749. "in": "body",
  1750. "required": true,
  1751. "schema": {
  1752. "$ref": "#/definitions/md.AddCustomerServiceReq"
  1753. }
  1754. }
  1755. ],
  1756. "responses": {
  1757. "200": {
  1758. "description": "success",
  1759. "schema": {
  1760. "type": "string"
  1761. }
  1762. },
  1763. "400": {
  1764. "description": "具体错误",
  1765. "schema": {
  1766. "$ref": "#/definitions/md.Response"
  1767. }
  1768. }
  1769. }
  1770. }
  1771. },
  1772. "/api/im/addEmoticon": {
  1773. "post": {
  1774. "description": "表情包(新增)",
  1775. "consumes": [
  1776. "application/json"
  1777. ],
  1778. "produces": [
  1779. "application/json"
  1780. ],
  1781. "tags": [
  1782. "表情包"
  1783. ],
  1784. "summary": "Im-表情包(新增)",
  1785. "parameters": [
  1786. {
  1787. "type": "string",
  1788. "description": "验证参数Bearer和token空格拼接",
  1789. "name": "Authorization",
  1790. "in": "header",
  1791. "required": true
  1792. },
  1793. {
  1794. "description": "相关参数",
  1795. "name": "req",
  1796. "in": "body",
  1797. "required": true,
  1798. "schema": {
  1799. "$ref": "#/definitions/md.AddEmoticonReq"
  1800. }
  1801. }
  1802. ],
  1803. "responses": {
  1804. "200": {
  1805. "description": "success",
  1806. "schema": {
  1807. "type": "string"
  1808. }
  1809. },
  1810. "400": {
  1811. "description": "具体错误",
  1812. "schema": {
  1813. "$ref": "#/definitions/md.Response"
  1814. }
  1815. }
  1816. }
  1817. }
  1818. },
  1819. "/api/im/batchSendGroupMessage": {
  1820. "post": {
  1821. "description": "群发发送群组消息",
  1822. "consumes": [
  1823. "application/json"
  1824. ],
  1825. "produces": [
  1826. "application/json"
  1827. ],
  1828. "tags": [
  1829. "群发发送群组消息"
  1830. ],
  1831. "summary": "Im-群发发送群组消息",
  1832. "parameters": [
  1833. {
  1834. "type": "string",
  1835. "description": "验证参数Bearer和token空格拼接",
  1836. "name": "Authorization",
  1837. "in": "header",
  1838. "required": true
  1839. },
  1840. {
  1841. "description": "相关参数",
  1842. "name": "req",
  1843. "in": "body",
  1844. "required": true,
  1845. "schema": {
  1846. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  1847. }
  1848. }
  1849. ],
  1850. "responses": {
  1851. "200": {
  1852. "description": "success",
  1853. "schema": {
  1854. "type": "string"
  1855. }
  1856. },
  1857. "400": {
  1858. "description": "具体错误",
  1859. "schema": {
  1860. "$ref": "#/definitions/md.Response"
  1861. }
  1862. }
  1863. }
  1864. }
  1865. },
  1866. "/api/im/batchSendUserMessage": {
  1867. "post": {
  1868. "description": "群发发送用户消息",
  1869. "consumes": [
  1870. "application/json"
  1871. ],
  1872. "produces": [
  1873. "application/json"
  1874. ],
  1875. "tags": [
  1876. "群发发送用户消息"
  1877. ],
  1878. "summary": "Im-群发发送用户消息",
  1879. "parameters": [
  1880. {
  1881. "type": "string",
  1882. "description": "验证参数Bearer和token空格拼接",
  1883. "name": "Authorization",
  1884. "in": "header",
  1885. "required": true
  1886. },
  1887. {
  1888. "description": "相关参数",
  1889. "name": "req",
  1890. "in": "body",
  1891. "required": true,
  1892. "schema": {
  1893. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  1894. }
  1895. }
  1896. ],
  1897. "responses": {
  1898. "200": {
  1899. "description": "success",
  1900. "schema": {
  1901. "type": "string"
  1902. }
  1903. },
  1904. "400": {
  1905. "description": "具体错误",
  1906. "schema": {
  1907. "$ref": "#/definitions/md.Response"
  1908. }
  1909. }
  1910. }
  1911. }
  1912. },
  1913. "/api/im/deleteEmoticon": {
  1914. "post": {
  1915. "description": "表情包(删除)",
  1916. "consumes": [
  1917. "application/json"
  1918. ],
  1919. "produces": [
  1920. "application/json"
  1921. ],
  1922. "tags": [
  1923. "表情包"
  1924. ],
  1925. "summary": "Im-表情包(删除)",
  1926. "parameters": [
  1927. {
  1928. "type": "string",
  1929. "description": "验证参数Bearer和token空格拼接",
  1930. "name": "Authorization",
  1931. "in": "header",
  1932. "required": true
  1933. },
  1934. {
  1935. "description": "相关参数",
  1936. "name": "req",
  1937. "in": "body",
  1938. "required": true,
  1939. "schema": {
  1940. "$ref": "#/definitions/md.DeleteEmoticonReq"
  1941. }
  1942. }
  1943. ],
  1944. "responses": {
  1945. "200": {
  1946. "description": "success",
  1947. "schema": {
  1948. "type": "string"
  1949. }
  1950. },
  1951. "400": {
  1952. "description": "具体错误",
  1953. "schema": {
  1954. "$ref": "#/definitions/md.Response"
  1955. }
  1956. }
  1957. }
  1958. }
  1959. },
  1960. "/api/im/getBasic": {
  1961. "get": {
  1962. "description": "基础设置(获取)",
  1963. "consumes": [
  1964. "application/json"
  1965. ],
  1966. "produces": [
  1967. "application/json"
  1968. ],
  1969. "tags": [
  1970. "基础设置"
  1971. ],
  1972. "summary": "Im-基础设置(获取)",
  1973. "parameters": [
  1974. {
  1975. "type": "string",
  1976. "description": "验证参数Bearer和token空格拼接",
  1977. "name": "Authorization",
  1978. "in": "header",
  1979. "required": true
  1980. }
  1981. ],
  1982. "responses": {
  1983. "200": {
  1984. "description": "设置列表",
  1985. "schema": {
  1986. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1987. }
  1988. },
  1989. "400": {
  1990. "description": "具体错误",
  1991. "schema": {
  1992. "$ref": "#/definitions/md.Response"
  1993. }
  1994. }
  1995. }
  1996. }
  1997. },
  1998. "/api/im/groupList": {
  1999. "post": {
  2000. "description": "群组用户(列表)",
  2001. "consumes": [
  2002. "application/json"
  2003. ],
  2004. "produces": [
  2005. "application/json"
  2006. ],
  2007. "tags": [
  2008. "群组用户"
  2009. ],
  2010. "summary": "Im-群组用户(列表)",
  2011. "parameters": [
  2012. {
  2013. "type": "string",
  2014. "description": "验证参数Bearer和token空格拼接",
  2015. "name": "Authorization",
  2016. "in": "header",
  2017. "required": true
  2018. },
  2019. {
  2020. "description": "相关参数",
  2021. "name": "req",
  2022. "in": "body",
  2023. "required": true,
  2024. "schema": {
  2025. "$ref": "#/definitions/md.GroupListReq"
  2026. }
  2027. }
  2028. ],
  2029. "responses": {
  2030. "200": {
  2031. "description": "OK",
  2032. "schema": {
  2033. "$ref": "#/definitions/md.GroupListResp"
  2034. }
  2035. },
  2036. "400": {
  2037. "description": "具体错误",
  2038. "schema": {
  2039. "$ref": "#/definitions/md.Response"
  2040. }
  2041. }
  2042. }
  2043. }
  2044. },
  2045. "/api/im/pageCustomerService": {
  2046. "post": {
  2047. "description": "客服(列表)",
  2048. "consumes": [
  2049. "application/json"
  2050. ],
  2051. "produces": [
  2052. "application/json"
  2053. ],
  2054. "tags": [
  2055. "客服"
  2056. ],
  2057. "summary": "Im-客服(列表)",
  2058. "parameters": [
  2059. {
  2060. "type": "string",
  2061. "description": "验证参数Bearer和token空格拼接",
  2062. "name": "Authorization",
  2063. "in": "header",
  2064. "required": true
  2065. },
  2066. {
  2067. "description": "相关参数",
  2068. "name": "req",
  2069. "in": "body",
  2070. "required": true,
  2071. "schema": {
  2072. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2073. }
  2074. }
  2075. ],
  2076. "responses": {
  2077. "200": {
  2078. "description": "设置列表",
  2079. "schema": {
  2080. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2081. }
  2082. },
  2083. "400": {
  2084. "description": "具体错误",
  2085. "schema": {
  2086. "$ref": "#/definitions/md.Response"
  2087. }
  2088. }
  2089. }
  2090. }
  2091. },
  2092. "/api/im/pageEmoticon": {
  2093. "post": {
  2094. "description": "表情包(列表)",
  2095. "consumes": [
  2096. "application/json"
  2097. ],
  2098. "produces": [
  2099. "application/json"
  2100. ],
  2101. "tags": [
  2102. "表情包"
  2103. ],
  2104. "summary": "Im-表情包(列表)",
  2105. "parameters": [
  2106. {
  2107. "type": "string",
  2108. "description": "验证参数Bearer和token空格拼接",
  2109. "name": "Authorization",
  2110. "in": "header",
  2111. "required": true
  2112. },
  2113. {
  2114. "description": "相关参数",
  2115. "name": "req",
  2116. "in": "body",
  2117. "required": true,
  2118. "schema": {
  2119. "$ref": "#/definitions/md.PageEmoticonReq"
  2120. }
  2121. }
  2122. ],
  2123. "responses": {
  2124. "200": {
  2125. "description": "设置列表",
  2126. "schema": {
  2127. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2128. }
  2129. },
  2130. "400": {
  2131. "description": "具体错误",
  2132. "schema": {
  2133. "$ref": "#/definitions/md.Response"
  2134. }
  2135. }
  2136. }
  2137. }
  2138. },
  2139. "/api/im/pageSendRedPackageOrd": {
  2140. "post": {
  2141. "description": "红包记录(列表)",
  2142. "consumes": [
  2143. "application/json"
  2144. ],
  2145. "produces": [
  2146. "application/json"
  2147. ],
  2148. "tags": [
  2149. "红包记录"
  2150. ],
  2151. "summary": "Im-红包记录(列表)",
  2152. "parameters": [
  2153. {
  2154. "type": "string",
  2155. "description": "验证参数Bearer和token空格拼接",
  2156. "name": "Authorization",
  2157. "in": "header",
  2158. "required": true
  2159. },
  2160. {
  2161. "description": "相关参数",
  2162. "name": "req",
  2163. "in": "body",
  2164. "required": true,
  2165. "schema": {
  2166. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2167. }
  2168. }
  2169. ],
  2170. "responses": {
  2171. "200": {
  2172. "description": "success",
  2173. "schema": {
  2174. "type": "string"
  2175. }
  2176. },
  2177. "400": {
  2178. "description": "具体错误",
  2179. "schema": {
  2180. "$ref": "#/definitions/md.Response"
  2181. }
  2182. }
  2183. }
  2184. }
  2185. },
  2186. "/api/im/redPackageRecordsDetail": {
  2187. "get": {
  2188. "description": "红包记录(详情)",
  2189. "consumes": [
  2190. "application/json"
  2191. ],
  2192. "produces": [
  2193. "application/json"
  2194. ],
  2195. "tags": [
  2196. "红包记录"
  2197. ],
  2198. "summary": "Im-红包记录(详情)",
  2199. "parameters": [
  2200. {
  2201. "type": "string",
  2202. "description": "验证参数Bearer和token空格拼接",
  2203. "name": "Authorization",
  2204. "in": "header",
  2205. "required": true
  2206. },
  2207. {
  2208. "type": "string",
  2209. "description": "红包id",
  2210. "name": "red_package_id",
  2211. "in": "query",
  2212. "required": true
  2213. }
  2214. ],
  2215. "responses": {
  2216. "200": {
  2217. "description": "success",
  2218. "schema": {
  2219. "type": "string"
  2220. }
  2221. },
  2222. "400": {
  2223. "description": "具体错误",
  2224. "schema": {
  2225. "$ref": "#/definitions/md.Response"
  2226. }
  2227. }
  2228. }
  2229. }
  2230. },
  2231. "/api/im/setBasic": {
  2232. "post": {
  2233. "description": "基础设置(更新)",
  2234. "consumes": [
  2235. "application/json"
  2236. ],
  2237. "produces": [
  2238. "application/json"
  2239. ],
  2240. "tags": [
  2241. "基础设置"
  2242. ],
  2243. "summary": "Im-基础设置(更新)",
  2244. "parameters": [
  2245. {
  2246. "type": "string",
  2247. "description": "验证参数Bearer和token空格拼接",
  2248. "name": "Authorization",
  2249. "in": "header",
  2250. "required": true
  2251. },
  2252. {
  2253. "description": "上传需要修改的信息",
  2254. "name": "req",
  2255. "in": "body",
  2256. "required": true,
  2257. "schema": {
  2258. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2259. }
  2260. }
  2261. ],
  2262. "responses": {
  2263. "200": {
  2264. "description": "success",
  2265. "schema": {
  2266. "type": "string"
  2267. }
  2268. },
  2269. "400": {
  2270. "description": "具体错误",
  2271. "schema": {
  2272. "$ref": "#/definitions/md.Response"
  2273. }
  2274. }
  2275. }
  2276. }
  2277. },
  2278. "/api/im/setCustomerServiceState": {
  2279. "post": {
  2280. "description": "客服(更新状态)",
  2281. "consumes": [
  2282. "application/json"
  2283. ],
  2284. "produces": [
  2285. "application/json"
  2286. ],
  2287. "tags": [
  2288. "客服"
  2289. ],
  2290. "summary": "Im-客服(更新状态)",
  2291. "parameters": [
  2292. {
  2293. "type": "string",
  2294. "description": "验证参数Bearer和token空格拼接",
  2295. "name": "Authorization",
  2296. "in": "header",
  2297. "required": true
  2298. },
  2299. {
  2300. "description": "相关参数",
  2301. "name": "req",
  2302. "in": "body",
  2303. "required": true,
  2304. "schema": {
  2305. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2306. }
  2307. }
  2308. ],
  2309. "responses": {
  2310. "200": {
  2311. "description": "success",
  2312. "schema": {
  2313. "type": "string"
  2314. }
  2315. },
  2316. "400": {
  2317. "description": "具体错误",
  2318. "schema": {
  2319. "$ref": "#/definitions/md.Response"
  2320. }
  2321. }
  2322. }
  2323. }
  2324. },
  2325. "/api/im/setEmoticonState": {
  2326. "post": {
  2327. "description": "表情包(新增)",
  2328. "consumes": [
  2329. "application/json"
  2330. ],
  2331. "produces": [
  2332. "application/json"
  2333. ],
  2334. "tags": [
  2335. "表情包"
  2336. ],
  2337. "summary": "Im-表情包(更新状态)",
  2338. "parameters": [
  2339. {
  2340. "type": "string",
  2341. "description": "验证参数Bearer和token空格拼接",
  2342. "name": "Authorization",
  2343. "in": "header",
  2344. "required": true
  2345. },
  2346. {
  2347. "description": "相关参数",
  2348. "name": "req",
  2349. "in": "body",
  2350. "required": true,
  2351. "schema": {
  2352. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2353. }
  2354. }
  2355. ],
  2356. "responses": {
  2357. "200": {
  2358. "description": "success",
  2359. "schema": {
  2360. "type": "string"
  2361. }
  2362. },
  2363. "400": {
  2364. "description": "具体错误",
  2365. "schema": {
  2366. "$ref": "#/definitions/md.Response"
  2367. }
  2368. }
  2369. }
  2370. }
  2371. },
  2372. "/api/im/updateCustomerServiceMemo": {
  2373. "post": {
  2374. "description": "客服(编辑备注)",
  2375. "consumes": [
  2376. "application/json"
  2377. ],
  2378. "produces": [
  2379. "application/json"
  2380. ],
  2381. "tags": [
  2382. "客服"
  2383. ],
  2384. "summary": "Im-客服(编辑备注)",
  2385. "parameters": [
  2386. {
  2387. "type": "string",
  2388. "description": "验证参数Bearer和token空格拼接",
  2389. "name": "Authorization",
  2390. "in": "header",
  2391. "required": true
  2392. },
  2393. {
  2394. "description": "相关参数",
  2395. "name": "req",
  2396. "in": "body",
  2397. "required": true,
  2398. "schema": {
  2399. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2400. }
  2401. }
  2402. ],
  2403. "responses": {
  2404. "200": {
  2405. "description": "success",
  2406. "schema": {
  2407. "type": "string"
  2408. }
  2409. },
  2410. "400": {
  2411. "description": "具体错误",
  2412. "schema": {
  2413. "$ref": "#/definitions/md.Response"
  2414. }
  2415. }
  2416. }
  2417. }
  2418. },
  2419. "/api/im/updateEmoticon": {
  2420. "post": {
  2421. "description": "表情包(编辑)",
  2422. "consumes": [
  2423. "application/json"
  2424. ],
  2425. "produces": [
  2426. "application/json"
  2427. ],
  2428. "tags": [
  2429. "表情包"
  2430. ],
  2431. "summary": "Im-表情包(编辑)",
  2432. "parameters": [
  2433. {
  2434. "type": "string",
  2435. "description": "验证参数Bearer和token空格拼接",
  2436. "name": "Authorization",
  2437. "in": "header",
  2438. "required": true
  2439. },
  2440. {
  2441. "description": "相关参数",
  2442. "name": "req",
  2443. "in": "body",
  2444. "required": true,
  2445. "schema": {
  2446. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2447. }
  2448. }
  2449. ],
  2450. "responses": {
  2451. "200": {
  2452. "description": "success",
  2453. "schema": {
  2454. "type": "string"
  2455. }
  2456. },
  2457. "400": {
  2458. "description": "具体错误",
  2459. "schema": {
  2460. "$ref": "#/definitions/md.Response"
  2461. }
  2462. }
  2463. }
  2464. }
  2465. },
  2466. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2467. "post": {
  2468. "description": "会员设置(新增)",
  2469. "consumes": [
  2470. "application/json"
  2471. ],
  2472. "produces": [
  2473. "application/json"
  2474. ],
  2475. "tags": [
  2476. "蛋蛋能量"
  2477. ],
  2478. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2479. "parameters": [
  2480. {
  2481. "type": "string",
  2482. "description": "验证参数Bearer和token空格拼接",
  2483. "name": "Authorization",
  2484. "in": "header",
  2485. "required": true
  2486. },
  2487. {
  2488. "description": "system_id 必填",
  2489. "name": "req",
  2490. "in": "body",
  2491. "required": true,
  2492. "schema": {
  2493. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2494. }
  2495. }
  2496. ],
  2497. "responses": {
  2498. "200": {
  2499. "description": "修改数据条数",
  2500. "schema": {
  2501. "type": "int"
  2502. }
  2503. },
  2504. "400": {
  2505. "description": "具体错误",
  2506. "schema": {
  2507. "$ref": "#/definitions/md.Response"
  2508. }
  2509. }
  2510. }
  2511. }
  2512. },
  2513. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2514. "post": {
  2515. "description": "动态数据流水(获取)",
  2516. "consumes": [
  2517. "application/json"
  2518. ],
  2519. "produces": [
  2520. "application/json"
  2521. ],
  2522. "tags": [
  2523. "公排管理"
  2524. ],
  2525. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2526. "parameters": [
  2527. {
  2528. "type": "string",
  2529. "description": "验证参数Bearer和token空格拼接",
  2530. "name": "Authorization",
  2531. "in": "header",
  2532. "required": true
  2533. },
  2534. {
  2535. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2536. "name": "req",
  2537. "in": "body",
  2538. "required": true,
  2539. "schema": {
  2540. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2541. }
  2542. }
  2543. ],
  2544. "responses": {
  2545. "200": {
  2546. "description": "成功返回",
  2547. "schema": {
  2548. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2549. }
  2550. },
  2551. "400": {
  2552. "description": "具体错误",
  2553. "schema": {
  2554. "$ref": "#/definitions/md.Response"
  2555. }
  2556. }
  2557. }
  2558. }
  2559. },
  2560. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2561. "get": {
  2562. "description": "贡献值-基础设置(获取)",
  2563. "consumes": [
  2564. "application/json"
  2565. ],
  2566. "produces": [
  2567. "application/json"
  2568. ],
  2569. "tags": [
  2570. "贡献值"
  2571. ],
  2572. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  2573. "parameters": [
  2574. {
  2575. "type": "string",
  2576. "description": "验证参数Bearer和token空格拼接",
  2577. "name": "Authorization",
  2578. "in": "header",
  2579. "required": true
  2580. }
  2581. ],
  2582. "responses": {
  2583. "200": {
  2584. "description": "具体数据",
  2585. "schema": {
  2586. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  2587. }
  2588. },
  2589. "400": {
  2590. "description": "具体错误",
  2591. "schema": {
  2592. "$ref": "#/definitions/md.Response"
  2593. }
  2594. }
  2595. }
  2596. }
  2597. },
  2598. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  2599. "post": {
  2600. "description": "贡献值-基础设置(更新)",
  2601. "consumes": [
  2602. "application/json"
  2603. ],
  2604. "produces": [
  2605. "application/json"
  2606. ],
  2607. "tags": [
  2608. "贡献值"
  2609. ],
  2610. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  2611. "parameters": [
  2612. {
  2613. "type": "string",
  2614. "description": "验证参数Bearer和token空格拼接",
  2615. "name": "Authorization",
  2616. "in": "header",
  2617. "required": true
  2618. },
  2619. {
  2620. "description": "id 必填",
  2621. "name": "req",
  2622. "in": "body",
  2623. "required": true,
  2624. "schema": {
  2625. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  2626. }
  2627. }
  2628. ],
  2629. "responses": {
  2630. "200": {
  2631. "description": "修改数据条数",
  2632. "schema": {
  2633. "type": "int"
  2634. }
  2635. },
  2636. "400": {
  2637. "description": "具体错误",
  2638. "schema": {
  2639. "$ref": "#/definitions/md.Response"
  2640. }
  2641. }
  2642. }
  2643. }
  2644. },
  2645. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  2646. "post": {
  2647. "description": "蛋蛋分管理(人工打分)",
  2648. "consumes": [
  2649. "application/json"
  2650. ],
  2651. "produces": [
  2652. "application/json"
  2653. ],
  2654. "tags": [
  2655. "蛋蛋能量"
  2656. ],
  2657. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  2658. "parameters": [
  2659. {
  2660. "type": "string",
  2661. "description": "验证参数Bearer和token空格拼接",
  2662. "name": "Authorization",
  2663. "in": "header",
  2664. "required": true
  2665. },
  2666. {
  2667. "description": "请求参数",
  2668. "name": "req",
  2669. "in": "body",
  2670. "required": true,
  2671. "schema": {
  2672. "$ref": "#/definitions/md.ManualScoreReq"
  2673. }
  2674. }
  2675. ],
  2676. "responses": {
  2677. "200": {
  2678. "description": "成功返回",
  2679. "schema": {
  2680. "type": "string"
  2681. }
  2682. },
  2683. "400": {
  2684. "description": "具体错误",
  2685. "schema": {
  2686. "$ref": "#/definitions/md.Response"
  2687. }
  2688. }
  2689. }
  2690. }
  2691. },
  2692. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  2693. "post": {
  2694. "description": "蛋蛋分管理(着陆页数据分析)",
  2695. "consumes": [
  2696. "application/json"
  2697. ],
  2698. "produces": [
  2699. "application/json"
  2700. ],
  2701. "tags": [
  2702. "蛋蛋能量"
  2703. ],
  2704. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  2705. "parameters": [
  2706. {
  2707. "type": "string",
  2708. "description": "验证参数Bearer和token空格拼接",
  2709. "name": "Authorization",
  2710. "in": "header",
  2711. "required": true
  2712. },
  2713. {
  2714. "description": "请求参数",
  2715. "name": "req",
  2716. "in": "body",
  2717. "required": true,
  2718. "schema": {
  2719. "$ref": "#/definitions/md.StatisticsEggPointReq"
  2720. }
  2721. }
  2722. ],
  2723. "responses": {
  2724. "200": {
  2725. "description": "成功返回",
  2726. "schema": {
  2727. "$ref": "#/definitions/md.StatisticsEggPointResp"
  2728. }
  2729. },
  2730. "400": {
  2731. "description": "具体错误",
  2732. "schema": {
  2733. "$ref": "#/definitions/md.Response"
  2734. }
  2735. }
  2736. }
  2737. }
  2738. },
  2739. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  2740. "post": {
  2741. "description": "蛋蛋分管理(用户数据列表)",
  2742. "consumes": [
  2743. "application/json"
  2744. ],
  2745. "produces": [
  2746. "application/json"
  2747. ],
  2748. "tags": [
  2749. "蛋蛋能量"
  2750. ],
  2751. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  2752. "parameters": [
  2753. {
  2754. "type": "string",
  2755. "description": "验证参数Bearer和token空格拼接",
  2756. "name": "Authorization",
  2757. "in": "header",
  2758. "required": true
  2759. },
  2760. {
  2761. "description": "请求参数",
  2762. "name": "req",
  2763. "in": "body",
  2764. "required": true,
  2765. "schema": {
  2766. "$ref": "#/definitions/md.UserEggFlowReq"
  2767. }
  2768. }
  2769. ],
  2770. "responses": {
  2771. "200": {
  2772. "description": "成功返回",
  2773. "schema": {
  2774. "$ref": "#/definitions/md.UserEggFlowReqResp"
  2775. }
  2776. },
  2777. "400": {
  2778. "description": "具体错误",
  2779. "schema": {
  2780. "$ref": "#/definitions/md.Response"
  2781. }
  2782. }
  2783. }
  2784. }
  2785. },
  2786. "/api/institutionalManagement/eggEnergy/getBasic": {
  2787. "get": {
  2788. "description": "基础设置(获取)",
  2789. "consumes": [
  2790. "application/json"
  2791. ],
  2792. "produces": [
  2793. "application/json"
  2794. ],
  2795. "tags": [
  2796. "蛋蛋能量"
  2797. ],
  2798. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  2799. "parameters": [
  2800. {
  2801. "type": "string",
  2802. "description": "验证参数Bearer和token空格拼接",
  2803. "name": "Authorization",
  2804. "in": "header",
  2805. "required": true
  2806. }
  2807. ],
  2808. "responses": {
  2809. "200": {
  2810. "description": "具体数据",
  2811. "schema": {
  2812. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  2813. }
  2814. },
  2815. "400": {
  2816. "description": "具体错误",
  2817. "schema": {
  2818. "$ref": "#/definitions/md.Response"
  2819. }
  2820. }
  2821. }
  2822. }
  2823. },
  2824. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  2825. "get": {
  2826. "description": "基础会员设置(获取)",
  2827. "consumes": [
  2828. "application/json"
  2829. ],
  2830. "produces": [
  2831. "application/json"
  2832. ],
  2833. "tags": [
  2834. "蛋蛋能量"
  2835. ],
  2836. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  2837. "parameters": [
  2838. {
  2839. "type": "string",
  2840. "description": "验证参数Bearer和token空格拼接",
  2841. "name": "Authorization",
  2842. "in": "header",
  2843. "required": true
  2844. }
  2845. ],
  2846. "responses": {
  2847. "200": {
  2848. "description": "具体数据",
  2849. "schema": {
  2850. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  2851. }
  2852. },
  2853. "400": {
  2854. "description": "具体错误",
  2855. "schema": {
  2856. "$ref": "#/definitions/md.Response"
  2857. }
  2858. }
  2859. }
  2860. }
  2861. },
  2862. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  2863. "get": {
  2864. "description": "查询所有币种(获取)",
  2865. "consumes": [
  2866. "application/json"
  2867. ],
  2868. "produces": [
  2869. "application/json"
  2870. ],
  2871. "tags": [
  2872. "蛋蛋能量"
  2873. ],
  2874. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  2875. "parameters": [
  2876. {
  2877. "type": "string",
  2878. "description": "验证参数Bearer和token空格拼接",
  2879. "name": "Authorization",
  2880. "in": "header",
  2881. "required": true
  2882. }
  2883. ],
  2884. "responses": {
  2885. "200": {
  2886. "description": "成功返回",
  2887. "schema": {
  2888. "type": "array",
  2889. "items": {
  2890. "$ref": "#/definitions/md.VirtualCoin"
  2891. }
  2892. }
  2893. },
  2894. "400": {
  2895. "description": "具体错误",
  2896. "schema": {
  2897. "$ref": "#/definitions/md.Response"
  2898. }
  2899. }
  2900. }
  2901. }
  2902. },
  2903. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  2904. "get": {
  2905. "description": "数据概览(获取)",
  2906. "consumes": [
  2907. "application/json"
  2908. ],
  2909. "produces": [
  2910. "application/json"
  2911. ],
  2912. "tags": [
  2913. "蛋蛋能量"
  2914. ],
  2915. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  2916. "parameters": [
  2917. {
  2918. "type": "string",
  2919. "description": "验证参数Bearer和token空格拼接",
  2920. "name": "Authorization",
  2921. "in": "header",
  2922. "required": true
  2923. }
  2924. ],
  2925. "responses": {
  2926. "200": {
  2927. "description": "具体数据",
  2928. "schema": {
  2929. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  2930. }
  2931. },
  2932. "400": {
  2933. "description": "具体错误",
  2934. "schema": {
  2935. "$ref": "#/definitions/md.Response"
  2936. }
  2937. }
  2938. }
  2939. }
  2940. },
  2941. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  2942. "post": {
  2943. "description": "价值明细数据(新增)",
  2944. "consumes": [
  2945. "application/json"
  2946. ],
  2947. "produces": [
  2948. "application/json"
  2949. ],
  2950. "tags": [
  2951. "蛋蛋能量"
  2952. ],
  2953. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  2954. "parameters": [
  2955. {
  2956. "type": "string",
  2957. "description": "验证参数Bearer和token空格拼接",
  2958. "name": "Authorization",
  2959. "in": "header",
  2960. "required": true
  2961. },
  2962. {
  2963. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  2964. "name": "req",
  2965. "in": "body",
  2966. "required": true,
  2967. "schema": {
  2968. "$ref": "#/definitions/md.AddFundDataReq"
  2969. }
  2970. }
  2971. ],
  2972. "responses": {
  2973. "200": {
  2974. "description": "插入数据 id",
  2975. "schema": {
  2976. "type": "int"
  2977. }
  2978. },
  2979. "400": {
  2980. "description": "具体错误",
  2981. "schema": {
  2982. "$ref": "#/definitions/md.Response"
  2983. }
  2984. }
  2985. }
  2986. }
  2987. },
  2988. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  2989. "post": {
  2990. "description": "新增数据列表(获取)",
  2991. "consumes": [
  2992. "application/json"
  2993. ],
  2994. "produces": [
  2995. "application/json"
  2996. ],
  2997. "tags": [
  2998. "蛋蛋能量"
  2999. ],
  3000. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3001. "parameters": [
  3002. {
  3003. "type": "string",
  3004. "description": "验证参数Bearer和token空格拼接",
  3005. "name": "Authorization",
  3006. "in": "header",
  3007. "required": true
  3008. },
  3009. {
  3010. "description": "分页信息必填",
  3011. "name": "req",
  3012. "in": "body",
  3013. "required": true,
  3014. "schema": {
  3015. "$ref": "#/definitions/md.GetFundDataListReq"
  3016. }
  3017. }
  3018. ],
  3019. "responses": {
  3020. "200": {
  3021. "description": "具体数据",
  3022. "schema": {
  3023. "$ref": "#/definitions/md.GetFundDataListResp"
  3024. }
  3025. },
  3026. "400": {
  3027. "description": "具体错误",
  3028. "schema": {
  3029. "$ref": "#/definitions/md.Response"
  3030. }
  3031. }
  3032. }
  3033. }
  3034. },
  3035. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3036. "post": {
  3037. "description": "新增数据列表详情(查询)",
  3038. "consumes": [
  3039. "application/json"
  3040. ],
  3041. "produces": [
  3042. "application/json"
  3043. ],
  3044. "tags": [
  3045. "蛋蛋能量"
  3046. ],
  3047. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3048. "parameters": [
  3049. {
  3050. "type": "string",
  3051. "description": "验证参数Bearer和token空格拼接",
  3052. "name": "Authorization",
  3053. "in": "header",
  3054. "required": true
  3055. },
  3056. {
  3057. "description": "获取到的 system_id 以及分页信息",
  3058. "name": "req",
  3059. "in": "body",
  3060. "required": true,
  3061. "schema": {
  3062. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3063. }
  3064. }
  3065. ],
  3066. "responses": {
  3067. "200": {
  3068. "description": "具体数据",
  3069. "schema": {
  3070. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3071. }
  3072. },
  3073. "400": {
  3074. "description": "具体错误",
  3075. "schema": {
  3076. "$ref": "#/definitions/md.Response"
  3077. }
  3078. }
  3079. }
  3080. }
  3081. },
  3082. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3083. "get": {
  3084. "description": "价格趋势(获取)",
  3085. "consumes": [
  3086. "application/json"
  3087. ],
  3088. "produces": [
  3089. "application/json"
  3090. ],
  3091. "tags": [
  3092. "蛋蛋能量"
  3093. ],
  3094. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3095. "parameters": [
  3096. {
  3097. "type": "string",
  3098. "description": "验证参数Bearer和token空格拼接",
  3099. "name": "Authorization",
  3100. "in": "header",
  3101. "required": true
  3102. },
  3103. {
  3104. "type": "string",
  3105. "description": "1:按天 2:按小时 3:按周",
  3106. "name": "kind",
  3107. "in": "query"
  3108. }
  3109. ],
  3110. "responses": {
  3111. "200": {
  3112. "description": "具体数据",
  3113. "schema": {
  3114. "$ref": "#/definitions/md.GetPriceCurveResp"
  3115. }
  3116. },
  3117. "400": {
  3118. "description": "具体错误",
  3119. "schema": {
  3120. "$ref": "#/definitions/md.Response"
  3121. }
  3122. }
  3123. }
  3124. }
  3125. },
  3126. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3127. "post": {
  3128. "description": "激励视频(获取)",
  3129. "consumes": [
  3130. "application/json"
  3131. ],
  3132. "produces": [
  3133. "application/json"
  3134. ],
  3135. "tags": [
  3136. "蛋蛋能量"
  3137. ],
  3138. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3139. "parameters": [
  3140. {
  3141. "type": "string",
  3142. "description": "验证参数Bearer和token空格拼接",
  3143. "name": "Authorization",
  3144. "in": "header",
  3145. "required": true
  3146. },
  3147. {
  3148. "description": "落地页不填页大小默认20条数据",
  3149. "name": "req",
  3150. "in": "body",
  3151. "required": true,
  3152. "schema": {
  3153. "$ref": "#/definitions/md.SetVideoRewardReq"
  3154. }
  3155. }
  3156. ],
  3157. "responses": {
  3158. "200": {
  3159. "description": "OK",
  3160. "schema": {
  3161. "$ref": "#/definitions/md.GetVideoRewardResp"
  3162. }
  3163. },
  3164. "400": {
  3165. "description": "具体错误",
  3166. "schema": {
  3167. "$ref": "#/definitions/md.Response"
  3168. }
  3169. }
  3170. }
  3171. }
  3172. },
  3173. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3174. "post": {
  3175. "description": "其他广告设置数据(新增)",
  3176. "consumes": [
  3177. "application/json"
  3178. ],
  3179. "produces": [
  3180. "application/json"
  3181. ],
  3182. "tags": [
  3183. "蛋蛋能量"
  3184. ],
  3185. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3186. "parameters": [
  3187. {
  3188. "type": "string",
  3189. "description": "验证参数Bearer和token空格拼接",
  3190. "name": "Authorization",
  3191. "in": "header",
  3192. "required": true
  3193. },
  3194. {
  3195. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3196. "name": "req",
  3197. "in": "body",
  3198. "required": true,
  3199. "schema": {
  3200. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3201. }
  3202. }
  3203. ],
  3204. "responses": {
  3205. "200": {
  3206. "description": "插入数据 id",
  3207. "schema": {
  3208. "type": "int"
  3209. }
  3210. },
  3211. "400": {
  3212. "description": "具体错误",
  3213. "schema": {
  3214. "$ref": "#/definitions/md.Response"
  3215. }
  3216. }
  3217. }
  3218. }
  3219. },
  3220. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3221. "post": {
  3222. "description": "其他广告设置数据(获取)",
  3223. "consumes": [
  3224. "application/json"
  3225. ],
  3226. "produces": [
  3227. "application/json"
  3228. ],
  3229. "tags": [
  3230. "蛋蛋能量"
  3231. ],
  3232. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3233. "parameters": [
  3234. {
  3235. "type": "string",
  3236. "description": "验证参数Bearer和token空格拼接",
  3237. "name": "Authorization",
  3238. "in": "header",
  3239. "required": true
  3240. },
  3241. {
  3242. "description": "分页信息必填",
  3243. "name": "req",
  3244. "in": "body",
  3245. "required": true,
  3246. "schema": {
  3247. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3248. }
  3249. }
  3250. ],
  3251. "responses": {
  3252. "200": {
  3253. "description": "具体数据",
  3254. "schema": {
  3255. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3256. }
  3257. },
  3258. "400": {
  3259. "description": "具体错误",
  3260. "schema": {
  3261. "$ref": "#/definitions/md.Response"
  3262. }
  3263. }
  3264. }
  3265. }
  3266. },
  3267. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3268. "post": {
  3269. "description": "激励视频(设置)",
  3270. "consumes": [
  3271. "application/json"
  3272. ],
  3273. "produces": [
  3274. "application/json"
  3275. ],
  3276. "tags": [
  3277. "蛋蛋能量"
  3278. ],
  3279. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3280. "parameters": [
  3281. {
  3282. "type": "string",
  3283. "description": "验证参数Bearer和token空格拼接",
  3284. "name": "Authorization",
  3285. "in": "header",
  3286. "required": true
  3287. },
  3288. {
  3289. "description": "落地页不填页大小默认20条数据",
  3290. "name": "req",
  3291. "in": "body",
  3292. "required": true,
  3293. "schema": {
  3294. "$ref": "#/definitions/md.SetVideoRewardReq"
  3295. }
  3296. }
  3297. ],
  3298. "responses": {
  3299. "200": {
  3300. "description": "success",
  3301. "schema": {
  3302. "type": "string"
  3303. }
  3304. },
  3305. "400": {
  3306. "description": "具体错误",
  3307. "schema": {
  3308. "$ref": "#/definitions/md.Response"
  3309. }
  3310. }
  3311. }
  3312. }
  3313. },
  3314. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3315. "post": {
  3316. "description": "基础设置(更新)",
  3317. "consumes": [
  3318. "application/json"
  3319. ],
  3320. "produces": [
  3321. "application/json"
  3322. ],
  3323. "tags": [
  3324. "蛋蛋能量"
  3325. ],
  3326. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3327. "parameters": [
  3328. {
  3329. "type": "string",
  3330. "description": "验证参数Bearer和token空格拼接",
  3331. "name": "Authorization",
  3332. "in": "header",
  3333. "required": true
  3334. },
  3335. {
  3336. "description": "system_id 必填",
  3337. "name": "req",
  3338. "in": "body",
  3339. "required": true,
  3340. "schema": {
  3341. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3342. }
  3343. }
  3344. ],
  3345. "responses": {
  3346. "200": {
  3347. "description": "修改数据条数",
  3348. "schema": {
  3349. "type": "int"
  3350. }
  3351. },
  3352. "400": {
  3353. "description": "具体错误",
  3354. "schema": {
  3355. "$ref": "#/definitions/md.Response"
  3356. }
  3357. }
  3358. }
  3359. }
  3360. },
  3361. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3362. "post": {
  3363. "description": "会员设置(更新)",
  3364. "consumes": [
  3365. "application/json"
  3366. ],
  3367. "produces": [
  3368. "application/json"
  3369. ],
  3370. "tags": [
  3371. "蛋蛋能量"
  3372. ],
  3373. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3374. "parameters": [
  3375. {
  3376. "type": "string",
  3377. "description": "验证参数Bearer和token空格拼接",
  3378. "name": "Authorization",
  3379. "in": "header",
  3380. "required": true
  3381. },
  3382. {
  3383. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3384. "name": "req",
  3385. "in": "body",
  3386. "required": true,
  3387. "schema": {
  3388. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3389. }
  3390. }
  3391. ],
  3392. "responses": {
  3393. "200": {
  3394. "description": "修改数据条数",
  3395. "schema": {
  3396. "type": "int"
  3397. }
  3398. },
  3399. "400": {
  3400. "description": "具体错误",
  3401. "schema": {
  3402. "$ref": "#/definitions/md.Response"
  3403. }
  3404. }
  3405. }
  3406. }
  3407. },
  3408. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3409. "post": {
  3410. "description": "蛋蛋能量流水(查询)",
  3411. "consumes": [
  3412. "application/json"
  3413. ],
  3414. "produces": [
  3415. "application/json"
  3416. ],
  3417. "tags": [
  3418. "公排管理"
  3419. ],
  3420. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3421. "parameters": [
  3422. {
  3423. "type": "string",
  3424. "description": "验证参数Bearer和token空格拼接",
  3425. "name": "Authorization",
  3426. "in": "header",
  3427. "required": true
  3428. },
  3429. {
  3430. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3431. "name": "req",
  3432. "in": "body",
  3433. "required": true,
  3434. "schema": {
  3435. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3436. }
  3437. }
  3438. ],
  3439. "responses": {
  3440. "200": {
  3441. "description": "成功返回",
  3442. "schema": {
  3443. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3444. }
  3445. },
  3446. "400": {
  3447. "description": "具体错误",
  3448. "schema": {
  3449. "$ref": "#/definitions/md.Response"
  3450. }
  3451. }
  3452. }
  3453. }
  3454. },
  3455. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3456. "post": {
  3457. "description": "蛋蛋能量明细(获取)",
  3458. "consumes": [
  3459. "application/json"
  3460. ],
  3461. "produces": [
  3462. "application/json"
  3463. ],
  3464. "tags": [
  3465. "公排管理"
  3466. ],
  3467. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3468. "parameters": [
  3469. {
  3470. "type": "string",
  3471. "description": "验证参数Bearer和token空格拼接",
  3472. "name": "Authorization",
  3473. "in": "header",
  3474. "required": true
  3475. },
  3476. {
  3477. "description": "落地页不填页大小默认20条数据",
  3478. "name": "req",
  3479. "in": "body",
  3480. "schema": {
  3481. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3482. }
  3483. }
  3484. ],
  3485. "responses": {
  3486. "200": {
  3487. "description": "成功返回",
  3488. "schema": {
  3489. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3490. }
  3491. },
  3492. "400": {
  3493. "description": "具体错误",
  3494. "schema": {
  3495. "$ref": "#/definitions/md.Response"
  3496. }
  3497. }
  3498. }
  3499. }
  3500. },
  3501. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3502. "post": {
  3503. "description": "蛋蛋积分持有者明细(获取)",
  3504. "consumes": [
  3505. "application/json"
  3506. ],
  3507. "produces": [
  3508. "application/json"
  3509. ],
  3510. "tags": [
  3511. "公排管理"
  3512. ],
  3513. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3514. "parameters": [
  3515. {
  3516. "type": "string",
  3517. "description": "验证参数Bearer和token空格拼接",
  3518. "name": "Authorization",
  3519. "in": "header",
  3520. "required": true
  3521. },
  3522. {
  3523. "description": "落地页不填页大小默认20条数据",
  3524. "name": "req",
  3525. "in": "body",
  3526. "schema": {
  3527. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3528. }
  3529. }
  3530. ],
  3531. "responses": {
  3532. "200": {
  3533. "description": "成功返回",
  3534. "schema": {
  3535. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3536. }
  3537. },
  3538. "400": {
  3539. "description": "具体错误",
  3540. "schema": {
  3541. "$ref": "#/definitions/md.Response"
  3542. }
  3543. }
  3544. }
  3545. }
  3546. },
  3547. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3548. "post": {
  3549. "description": "蛋蛋积分流水明细(查询)",
  3550. "consumes": [
  3551. "application/json"
  3552. ],
  3553. "produces": [
  3554. "application/json"
  3555. ],
  3556. "tags": [
  3557. "公排管理"
  3558. ],
  3559. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3560. "parameters": [
  3561. {
  3562. "type": "string",
  3563. "description": "验证参数Bearer和token空格拼接",
  3564. "name": "Authorization",
  3565. "in": "header",
  3566. "required": true
  3567. },
  3568. {
  3569. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3570. "name": "req",
  3571. "in": "body",
  3572. "required": true,
  3573. "schema": {
  3574. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  3575. }
  3576. }
  3577. ],
  3578. "responses": {
  3579. "200": {
  3580. "description": "成功返回",
  3581. "schema": {
  3582. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  3583. }
  3584. },
  3585. "400": {
  3586. "description": "具体错误",
  3587. "schema": {
  3588. "$ref": "#/definitions/md.Response"
  3589. }
  3590. }
  3591. }
  3592. }
  3593. },
  3594. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  3595. "get": {
  3596. "description": "个性化设置(获取)",
  3597. "consumes": [
  3598. "application/json"
  3599. ],
  3600. "produces": [
  3601. "application/json"
  3602. ],
  3603. "tags": [
  3604. "模块设置"
  3605. ],
  3606. "summary": "制度中心-模块设置-个性化设置(获取)",
  3607. "parameters": [
  3608. {
  3609. "type": "string",
  3610. "description": "验证参数Bearer和token空格拼接",
  3611. "name": "Authorization",
  3612. "in": "header",
  3613. "required": true
  3614. },
  3615. {
  3616. "type": "string",
  3617. "description": "模块类型值",
  3618. "name": "mod_name_value",
  3619. "in": "query",
  3620. "required": true
  3621. }
  3622. ],
  3623. "responses": {
  3624. "200": {
  3625. "description": "具体数据",
  3626. "schema": {
  3627. "$ref": "#/definitions/md.ModuleSettingGetResp"
  3628. }
  3629. },
  3630. "400": {
  3631. "description": "具体错误",
  3632. "schema": {
  3633. "$ref": "#/definitions/md.Response"
  3634. }
  3635. }
  3636. }
  3637. }
  3638. },
  3639. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  3640. "post": {
  3641. "description": "个性化设置(更新)",
  3642. "consumes": [
  3643. "application/json"
  3644. ],
  3645. "produces": [
  3646. "application/json"
  3647. ],
  3648. "tags": [
  3649. "模块设置"
  3650. ],
  3651. "summary": "制度中心-模块设置-个性化设置(更新)",
  3652. "parameters": [
  3653. {
  3654. "type": "string",
  3655. "description": "验证参数Bearer和token空格拼接",
  3656. "name": "Authorization",
  3657. "in": "header",
  3658. "required": true
  3659. },
  3660. {
  3661. "description": "模块类型值必填 链接传入完整 URL",
  3662. "name": "req",
  3663. "in": "body",
  3664. "required": true,
  3665. "schema": {
  3666. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  3667. }
  3668. }
  3669. ],
  3670. "responses": {
  3671. "200": {
  3672. "description": "修改数据条数",
  3673. "schema": {
  3674. "type": "int"
  3675. }
  3676. },
  3677. "400": {
  3678. "description": "具体错误",
  3679. "schema": {
  3680. "$ref": "#/definitions/md.Response"
  3681. }
  3682. }
  3683. }
  3684. }
  3685. },
  3686. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  3687. "post": {
  3688. "description": "社区分红(新增)",
  3689. "consumes": [
  3690. "application/json"
  3691. ],
  3692. "produces": [
  3693. "application/json"
  3694. ],
  3695. "tags": [
  3696. "公排管理"
  3697. ],
  3698. "summary": "制度中心-公排管理-社区分红(新增)",
  3699. "parameters": [
  3700. {
  3701. "type": "string",
  3702. "description": "验证参数Bearer和token空格拼接",
  3703. "name": "Authorization",
  3704. "in": "header",
  3705. "required": true
  3706. },
  3707. {
  3708. "description": "分红名称、分红总量",
  3709. "name": "req",
  3710. "in": "body",
  3711. "required": true,
  3712. "schema": {
  3713. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  3714. }
  3715. }
  3716. ],
  3717. "responses": {
  3718. "200": {
  3719. "description": "成功",
  3720. "schema": {
  3721. "type": "success"
  3722. }
  3723. },
  3724. "400": {
  3725. "description": "具体错误",
  3726. "schema": {
  3727. "$ref": "#/definitions/md.Response"
  3728. }
  3729. }
  3730. }
  3731. }
  3732. },
  3733. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  3734. "post": {
  3735. "description": "社区分红(查询)",
  3736. "consumes": [
  3737. "application/json"
  3738. ],
  3739. "produces": [
  3740. "application/json"
  3741. ],
  3742. "tags": [
  3743. "公排管理"
  3744. ],
  3745. "summary": "制度中心-公排管理-社区分红(查询)",
  3746. "parameters": [
  3747. {
  3748. "type": "string",
  3749. "description": "验证参数Bearer和token空格拼接",
  3750. "name": "Authorization",
  3751. "in": "header",
  3752. "required": true
  3753. },
  3754. {
  3755. "description": "页数、每页大小必填 起止时间、起止数量选填",
  3756. "name": "req",
  3757. "in": "body",
  3758. "required": true,
  3759. "schema": {
  3760. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  3761. }
  3762. }
  3763. ],
  3764. "responses": {
  3765. "200": {
  3766. "description": "具体数据",
  3767. "schema": {
  3768. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  3769. }
  3770. },
  3771. "400": {
  3772. "description": "具体错误",
  3773. "schema": {
  3774. "$ref": "#/definitions/md.Response"
  3775. }
  3776. }
  3777. }
  3778. }
  3779. },
  3780. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  3781. "post": {
  3782. "description": "社区长列表(新增)",
  3783. "consumes": [
  3784. "application/json"
  3785. ],
  3786. "produces": [
  3787. "application/json"
  3788. ],
  3789. "tags": [
  3790. "公排管理"
  3791. ],
  3792. "summary": "制度中心-公排管理-社区长列表(新增)",
  3793. "parameters": [
  3794. {
  3795. "type": "string",
  3796. "description": "验证参数Bearer和token空格拼接",
  3797. "name": "Authorization",
  3798. "in": "header",
  3799. "required": true
  3800. },
  3801. {
  3802. "description": "新增社区长 ID、备注",
  3803. "name": "req",
  3804. "in": "body",
  3805. "required": true,
  3806. "schema": {
  3807. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  3808. }
  3809. }
  3810. ],
  3811. "responses": {
  3812. "200": {
  3813. "description": "插入数据 ID",
  3814. "schema": {
  3815. "type": "int"
  3816. }
  3817. },
  3818. "400": {
  3819. "description": "具体错误",
  3820. "schema": {
  3821. "$ref": "#/definitions/md.Response"
  3822. }
  3823. }
  3824. }
  3825. }
  3826. },
  3827. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  3828. "post": {
  3829. "description": "社区长列表(查询)",
  3830. "consumes": [
  3831. "application/json"
  3832. ],
  3833. "produces": [
  3834. "application/json"
  3835. ],
  3836. "tags": [
  3837. "公排管理"
  3838. ],
  3839. "summary": "制度中心-公排管理-社区长列表(查询)",
  3840. "parameters": [
  3841. {
  3842. "type": "string",
  3843. "description": "验证参数Bearer和token空格拼接",
  3844. "name": "Authorization",
  3845. "in": "header",
  3846. "required": true
  3847. },
  3848. {
  3849. "description": "页数、每页大小必填 手机号、用户ID选填",
  3850. "name": "req",
  3851. "in": "body",
  3852. "required": true,
  3853. "schema": {
  3854. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  3855. }
  3856. }
  3857. ],
  3858. "responses": {
  3859. "200": {
  3860. "description": "社区长列表",
  3861. "schema": {
  3862. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  3863. }
  3864. },
  3865. "400": {
  3866. "description": "具体错误",
  3867. "schema": {
  3868. "$ref": "#/definitions/md.Response"
  3869. }
  3870. }
  3871. }
  3872. }
  3873. },
  3874. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  3875. "post": {
  3876. "description": "关系分布图(位置转换)",
  3877. "consumes": [
  3878. "application/json"
  3879. ],
  3880. "produces": [
  3881. "application/json"
  3882. ],
  3883. "tags": [
  3884. "公排管理"
  3885. ],
  3886. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  3887. "parameters": [
  3888. {
  3889. "type": "string",
  3890. "description": "验证参数Bearer和token空格拼接",
  3891. "name": "Authorization",
  3892. "in": "header",
  3893. "required": true
  3894. },
  3895. {
  3896. "description": "需要交换的两个位置",
  3897. "name": "req",
  3898. "in": "body",
  3899. "required": true,
  3900. "schema": {
  3901. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  3902. }
  3903. }
  3904. ],
  3905. "responses": {
  3906. "200": {
  3907. "description": "成功返回",
  3908. "schema": {
  3909. "type": ""
  3910. }
  3911. },
  3912. "400": {
  3913. "description": "具体错误",
  3914. "schema": {
  3915. "$ref": "#/definitions/md.Response"
  3916. }
  3917. }
  3918. }
  3919. }
  3920. },
  3921. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  3922. "get": {
  3923. "description": "关系分布图(获取指定用户上级)",
  3924. "consumes": [
  3925. "application/json"
  3926. ],
  3927. "produces": [
  3928. "application/json"
  3929. ],
  3930. "tags": [
  3931. "公排管理"
  3932. ],
  3933. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  3934. "parameters": [
  3935. {
  3936. "type": "string",
  3937. "description": "验证参数Bearer和token空格拼接",
  3938. "name": "Authorization",
  3939. "in": "header",
  3940. "required": true
  3941. },
  3942. {
  3943. "type": "string",
  3944. "description": "用户ID",
  3945. "name": "uid",
  3946. "in": "query",
  3947. "required": true
  3948. }
  3949. ],
  3950. "responses": {
  3951. "200": {
  3952. "description": "具体数据",
  3953. "schema": {
  3954. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  3955. }
  3956. },
  3957. "400": {
  3958. "description": "具体错误",
  3959. "schema": {
  3960. "$ref": "#/definitions/md.Response"
  3961. }
  3962. }
  3963. }
  3964. }
  3965. },
  3966. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  3967. "get": {
  3968. "description": "关系分布图(获取指定用户下级)",
  3969. "consumes": [
  3970. "application/json"
  3971. ],
  3972. "produces": [
  3973. "application/json"
  3974. ],
  3975. "tags": [
  3976. "公排管理"
  3977. ],
  3978. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  3979. "parameters": [
  3980. {
  3981. "type": "string",
  3982. "description": "验证参数Bearer和token空格拼接",
  3983. "name": "Authorization",
  3984. "in": "header",
  3985. "required": true
  3986. },
  3987. {
  3988. "type": "string",
  3989. "description": "用户ID",
  3990. "name": "uid",
  3991. "in": "query",
  3992. "required": true
  3993. }
  3994. ],
  3995. "responses": {
  3996. "200": {
  3997. "description": "具体数据",
  3998. "schema": {
  3999. "$ref": "#/definitions/md.TreeNode"
  4000. }
  4001. },
  4002. "400": {
  4003. "description": "具体错误",
  4004. "schema": {
  4005. "$ref": "#/definitions/md.Response"
  4006. }
  4007. }
  4008. }
  4009. }
  4010. },
  4011. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4012. "get": {
  4013. "description": "公排基础设置(获取)",
  4014. "consumes": [
  4015. "application/json"
  4016. ],
  4017. "produces": [
  4018. "application/json"
  4019. ],
  4020. "tags": [
  4021. "公排管理"
  4022. ],
  4023. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4024. "parameters": [
  4025. {
  4026. "type": "string",
  4027. "description": "验证参数Bearer和token空格拼接",
  4028. "name": "Authorization",
  4029. "in": "header",
  4030. "required": true
  4031. }
  4032. ],
  4033. "responses": {
  4034. "200": {
  4035. "description": "具体数据",
  4036. "schema": {
  4037. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4038. }
  4039. },
  4040. "400": {
  4041. "description": "具体错误",
  4042. "schema": {
  4043. "$ref": "#/definitions/md.Response"
  4044. }
  4045. }
  4046. }
  4047. }
  4048. },
  4049. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4050. "delete": {
  4051. "description": "免罚用户(删除)",
  4052. "consumes": [
  4053. "application/json"
  4054. ],
  4055. "produces": [
  4056. "application/json"
  4057. ],
  4058. "tags": [
  4059. "公排管理"
  4060. ],
  4061. "summary": "制度中心-公排管理-免罚用户(删除)",
  4062. "parameters": [
  4063. {
  4064. "type": "string",
  4065. "description": "验证参数Bearer和token空格拼接",
  4066. "name": "Authorization",
  4067. "in": "header",
  4068. "required": true
  4069. },
  4070. {
  4071. "description": "免罚用户ID",
  4072. "name": "req",
  4073. "in": "body",
  4074. "required": true,
  4075. "schema": {
  4076. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4077. }
  4078. }
  4079. ],
  4080. "responses": {
  4081. "200": {
  4082. "description": "删除数据数量",
  4083. "schema": {
  4084. "type": "int"
  4085. }
  4086. },
  4087. "400": {
  4088. "description": "具体错误",
  4089. "schema": {
  4090. "$ref": "#/definitions/md.Response"
  4091. }
  4092. }
  4093. }
  4094. }
  4095. },
  4096. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4097. "post": {
  4098. "description": "免罚用户(查询)",
  4099. "consumes": [
  4100. "application/json"
  4101. ],
  4102. "produces": [
  4103. "application/json"
  4104. ],
  4105. "tags": [
  4106. "公排管理"
  4107. ],
  4108. "summary": "制度中心-公排管理-免罚用户(查询)",
  4109. "parameters": [
  4110. {
  4111. "type": "string",
  4112. "description": "验证参数Bearer和token空格拼接",
  4113. "name": "Authorization",
  4114. "in": "header",
  4115. "required": true
  4116. },
  4117. {
  4118. "description": "页数和行数必填,uid选填",
  4119. "name": "req",
  4120. "in": "body",
  4121. "required": true,
  4122. "schema": {
  4123. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4124. }
  4125. }
  4126. ],
  4127. "responses": {
  4128. "200": {
  4129. "description": "成功返回",
  4130. "schema": {
  4131. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4132. }
  4133. },
  4134. "400": {
  4135. "description": "具体错误",
  4136. "schema": {
  4137. "$ref": "#/definitions/md.Response"
  4138. }
  4139. }
  4140. }
  4141. }
  4142. },
  4143. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4144. "post": {
  4145. "description": "免罚用户(新增)",
  4146. "consumes": [
  4147. "application/json"
  4148. ],
  4149. "produces": [
  4150. "application/json"
  4151. ],
  4152. "tags": [
  4153. "公排管理"
  4154. ],
  4155. "summary": "制度中心-公排管理-免罚用户(新增)",
  4156. "parameters": [
  4157. {
  4158. "type": "string",
  4159. "description": "验证参数Bearer和token空格拼接",
  4160. "name": "Authorization",
  4161. "in": "header",
  4162. "required": true
  4163. },
  4164. {
  4165. "description": "免罚用户ID",
  4166. "name": "req",
  4167. "in": "body",
  4168. "required": true,
  4169. "schema": {
  4170. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4171. }
  4172. }
  4173. ],
  4174. "responses": {
  4175. "200": {
  4176. "description": "插入数据 ID",
  4177. "schema": {
  4178. "type": "int"
  4179. }
  4180. },
  4181. "400": {
  4182. "description": "具体错误",
  4183. "schema": {
  4184. "$ref": "#/definitions/md.Response"
  4185. }
  4186. }
  4187. }
  4188. }
  4189. },
  4190. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4191. "get": {
  4192. "description": "关系分布图(获取)",
  4193. "consumes": [
  4194. "application/json"
  4195. ],
  4196. "produces": [
  4197. "application/json"
  4198. ],
  4199. "tags": [
  4200. "公排管理"
  4201. ],
  4202. "summary": "制度中心-公排管理-关系分布图(获取)",
  4203. "parameters": [
  4204. {
  4205. "type": "string",
  4206. "description": "验证参数Bearer和token空格拼接",
  4207. "name": "Authorization",
  4208. "in": "header",
  4209. "required": true
  4210. },
  4211. {
  4212. "type": "string",
  4213. "description": "phone",
  4214. "name": "phone",
  4215. "in": "query",
  4216. "required": true
  4217. },
  4218. {
  4219. "type": "string",
  4220. "description": "uid",
  4221. "name": "uid",
  4222. "in": "query",
  4223. "required": true
  4224. }
  4225. ],
  4226. "responses": {
  4227. "200": {
  4228. "description": "具体数据",
  4229. "schema": {
  4230. "$ref": "#/definitions/md.TreeNode"
  4231. }
  4232. },
  4233. "400": {
  4234. "description": "具体错误",
  4235. "schema": {
  4236. "$ref": "#/definitions/md.Response"
  4237. }
  4238. }
  4239. }
  4240. }
  4241. },
  4242. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4243. "post": {
  4244. "description": "公排基础设置选择会员(查询)",
  4245. "consumes": [
  4246. "application/json"
  4247. ],
  4248. "produces": [
  4249. "application/json"
  4250. ],
  4251. "tags": [
  4252. "公排管理"
  4253. ],
  4254. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4255. "parameters": [
  4256. {
  4257. "type": "string",
  4258. "description": "验证参数Bearer和token空格拼接",
  4259. "name": "Authorization",
  4260. "in": "header",
  4261. "required": true
  4262. },
  4263. {
  4264. "description": "分页信息必填",
  4265. "name": "req",
  4266. "in": "body",
  4267. "required": true,
  4268. "schema": {
  4269. "$ref": "#/definitions/md.SelectMemberReq"
  4270. }
  4271. }
  4272. ],
  4273. "responses": {
  4274. "200": {
  4275. "description": "具体数据",
  4276. "schema": {
  4277. "$ref": "#/definitions/md.SelectMemberResp"
  4278. }
  4279. },
  4280. "400": {
  4281. "description": "具体错误",
  4282. "schema": {
  4283. "$ref": "#/definitions/md.Response"
  4284. }
  4285. }
  4286. }
  4287. }
  4288. },
  4289. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4290. "put": {
  4291. "description": "公排基础设置(修改)",
  4292. "consumes": [
  4293. "application/json"
  4294. ],
  4295. "produces": [
  4296. "application/json"
  4297. ],
  4298. "tags": [
  4299. "公排管理"
  4300. ],
  4301. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4302. "parameters": [
  4303. {
  4304. "type": "string",
  4305. "description": "验证参数Bearer和token空格拼接",
  4306. "name": "Authorization",
  4307. "in": "header",
  4308. "required": true
  4309. },
  4310. {
  4311. "description": "公排设置表单内容",
  4312. "name": "req",
  4313. "in": "body",
  4314. "required": true,
  4315. "schema": {
  4316. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4317. }
  4318. }
  4319. ],
  4320. "responses": {
  4321. "200": {
  4322. "description": "success",
  4323. "schema": {
  4324. "type": "string"
  4325. }
  4326. },
  4327. "400": {
  4328. "description": "具体错误",
  4329. "schema": {
  4330. "$ref": "#/definitions/md.Response"
  4331. }
  4332. }
  4333. }
  4334. }
  4335. },
  4336. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4337. "post": {
  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. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4359. "name": "req",
  4360. "in": "body",
  4361. "required": true,
  4362. "schema": {
  4363. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4364. }
  4365. }
  4366. ],
  4367. "responses": {
  4368. "200": {
  4369. "description": "具体数据",
  4370. "schema": {
  4371. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4372. }
  4373. },
  4374. "400": {
  4375. "description": "具体错误",
  4376. "schema": {
  4377. "$ref": "#/definitions/md.Response"
  4378. }
  4379. }
  4380. }
  4381. }
  4382. },
  4383. "/api/login": {
  4384. "post": {
  4385. "description": "登入",
  4386. "consumes": [
  4387. "application/json"
  4388. ],
  4389. "produces": [
  4390. "application/json"
  4391. ],
  4392. "tags": [
  4393. "登录"
  4394. ],
  4395. "summary": "登陆",
  4396. "parameters": [
  4397. {
  4398. "description": "用户名密码",
  4399. "name": "req",
  4400. "in": "body",
  4401. "required": true,
  4402. "schema": {
  4403. "$ref": "#/definitions/md.LoginReq"
  4404. }
  4405. }
  4406. ],
  4407. "responses": {
  4408. "200": {
  4409. "description": "token",
  4410. "schema": {
  4411. "$ref": "#/definitions/md.LoginResponse"
  4412. }
  4413. },
  4414. "400": {
  4415. "description": "具体错误",
  4416. "schema": {
  4417. "$ref": "#/definitions/md.Response"
  4418. }
  4419. }
  4420. }
  4421. }
  4422. },
  4423. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4424. "get": {
  4425. "description": "新人红包设置(获取)",
  4426. "consumes": [
  4427. "application/json"
  4428. ],
  4429. "produces": [
  4430. "application/json"
  4431. ],
  4432. "tags": [
  4433. "营销应用"
  4434. ],
  4435. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4436. "parameters": [
  4437. {
  4438. "type": "string",
  4439. "description": "验证参数Bearer和token空格拼接",
  4440. "name": "Authorization",
  4441. "in": "header",
  4442. "required": true
  4443. }
  4444. ],
  4445. "responses": {
  4446. "200": {
  4447. "description": "具体数据",
  4448. "schema": {
  4449. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4450. }
  4451. },
  4452. "400": {
  4453. "description": "具体错误",
  4454. "schema": {
  4455. "$ref": "#/definitions/md.Response"
  4456. }
  4457. }
  4458. }
  4459. }
  4460. },
  4461. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  4462. "post": {
  4463. "description": "新人红包列表明细(查询)",
  4464. "consumes": [
  4465. "application/json"
  4466. ],
  4467. "produces": [
  4468. "application/json"
  4469. ],
  4470. "tags": [
  4471. "营销应用"
  4472. ],
  4473. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  4474. "parameters": [
  4475. {
  4476. "type": "string",
  4477. "description": "验证参数Bearer和token空格拼接",
  4478. "name": "Authorization",
  4479. "in": "header",
  4480. "required": true
  4481. },
  4482. {
  4483. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4484. "name": "req",
  4485. "in": "body",
  4486. "required": true,
  4487. "schema": {
  4488. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4489. }
  4490. }
  4491. ],
  4492. "responses": {
  4493. "200": {
  4494. "description": "具体数据",
  4495. "schema": {
  4496. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4497. }
  4498. },
  4499. "400": {
  4500. "description": "具体错误",
  4501. "schema": {
  4502. "$ref": "#/definitions/md.Response"
  4503. }
  4504. }
  4505. }
  4506. }
  4507. },
  4508. "/api/marketingApplications/newUserRedPackage/recordList": {
  4509. "post": {
  4510. "description": "新人红包列表(查询)",
  4511. "consumes": [
  4512. "application/json"
  4513. ],
  4514. "produces": [
  4515. "application/json"
  4516. ],
  4517. "tags": [
  4518. "营销应用"
  4519. ],
  4520. "summary": "制度中心-营销应用-新人红包列表(查询)",
  4521. "parameters": [
  4522. {
  4523. "type": "string",
  4524. "description": "验证参数Bearer和token空格拼接",
  4525. "name": "Authorization",
  4526. "in": "header",
  4527. "required": true
  4528. },
  4529. {
  4530. "description": "新人红包列表查询条件(分页信息必填)",
  4531. "name": "req",
  4532. "in": "body",
  4533. "required": true,
  4534. "schema": {
  4535. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4536. }
  4537. }
  4538. ],
  4539. "responses": {
  4540. "200": {
  4541. "description": "具体数据",
  4542. "schema": {
  4543. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4544. }
  4545. },
  4546. "400": {
  4547. "description": "具体错误",
  4548. "schema": {
  4549. "$ref": "#/definitions/md.Response"
  4550. }
  4551. }
  4552. }
  4553. }
  4554. },
  4555. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4556. "put": {
  4557. "description": "新人红包设置(修改)",
  4558. "consumes": [
  4559. "application/json"
  4560. ],
  4561. "produces": [
  4562. "application/json"
  4563. ],
  4564. "tags": [
  4565. "营销应用"
  4566. ],
  4567. "summary": "制度中心-营销应用-新人红包设置(修改)",
  4568. "parameters": [
  4569. {
  4570. "type": "string",
  4571. "description": "验证参数Bearer和token空格拼接",
  4572. "name": "Authorization",
  4573. "in": "header",
  4574. "required": true
  4575. },
  4576. {
  4577. "description": "新人红包设置表单",
  4578. "name": "req",
  4579. "in": "body",
  4580. "required": true,
  4581. "schema": {
  4582. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  4583. }
  4584. }
  4585. ],
  4586. "responses": {
  4587. "200": {
  4588. "description": "success",
  4589. "schema": {
  4590. "type": "string"
  4591. }
  4592. },
  4593. "400": {
  4594. "description": "具体错误",
  4595. "schema": {
  4596. "$ref": "#/definitions/md.Response"
  4597. }
  4598. }
  4599. }
  4600. }
  4601. },
  4602. "/api/memberCenter/levelManagement/addLevel": {
  4603. "post": {
  4604. "description": "等级管理(新增)",
  4605. "consumes": [
  4606. "application/json"
  4607. ],
  4608. "produces": [
  4609. "application/json"
  4610. ],
  4611. "tags": [
  4612. "会员中心"
  4613. ],
  4614. "summary": "制度中心-会员中心-等级管理(新增)",
  4615. "parameters": [
  4616. {
  4617. "type": "string",
  4618. "description": "验证参数Bearer和token空格拼接",
  4619. "name": "Authorization",
  4620. "in": "header",
  4621. "required": true
  4622. },
  4623. {
  4624. "description": "需要新增的等级信息",
  4625. "name": "req",
  4626. "in": "body",
  4627. "required": true,
  4628. "schema": {
  4629. "$ref": "#/definitions/md.AddLevelReq"
  4630. }
  4631. }
  4632. ],
  4633. "responses": {
  4634. "200": {
  4635. "description": "新增等级ID",
  4636. "schema": {
  4637. "type": "int"
  4638. }
  4639. },
  4640. "400": {
  4641. "description": "具体错误",
  4642. "schema": {
  4643. "$ref": "#/definitions/md.Response"
  4644. }
  4645. }
  4646. }
  4647. }
  4648. },
  4649. "/api/memberCenter/levelManagement/addLevelTask": {
  4650. "post": {
  4651. "description": "等级任务(新增)",
  4652. "consumes": [
  4653. "application/json"
  4654. ],
  4655. "produces": [
  4656. "application/json"
  4657. ],
  4658. "tags": [
  4659. "会员中心"
  4660. ],
  4661. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  4662. "parameters": [
  4663. {
  4664. "type": "string",
  4665. "description": "验证参数Bearer和token空格拼接",
  4666. "name": "Authorization",
  4667. "in": "header",
  4668. "required": true
  4669. },
  4670. {
  4671. "description": "需要新增的任务信息",
  4672. "name": "req",
  4673. "in": "body",
  4674. "required": true,
  4675. "schema": {
  4676. "$ref": "#/definitions/md.AddLevelTaskReq"
  4677. }
  4678. }
  4679. ],
  4680. "responses": {
  4681. "200": {
  4682. "description": "新增的任务ID",
  4683. "schema": {
  4684. "type": "int"
  4685. }
  4686. },
  4687. "400": {
  4688. "description": "具体错误",
  4689. "schema": {
  4690. "$ref": "#/definitions/md.Response"
  4691. }
  4692. }
  4693. }
  4694. }
  4695. },
  4696. "/api/memberCenter/levelManagement/deleteLevel": {
  4697. "delete": {
  4698. "description": "等级管理(删除)",
  4699. "consumes": [
  4700. "application/json"
  4701. ],
  4702. "produces": [
  4703. "application/json"
  4704. ],
  4705. "tags": [
  4706. "会员中心"
  4707. ],
  4708. "summary": "制度中心-会员中心-等级管理(删除)",
  4709. "parameters": [
  4710. {
  4711. "type": "string",
  4712. "description": "验证参数Bearer和token空格拼接",
  4713. "name": "Authorization",
  4714. "in": "header",
  4715. "required": true
  4716. },
  4717. {
  4718. "description": "需要删除的等级 ID",
  4719. "name": "req",
  4720. "in": "body",
  4721. "required": true,
  4722. "schema": {
  4723. "$ref": "#/definitions/md.DeleteLevelReq"
  4724. }
  4725. }
  4726. ],
  4727. "responses": {
  4728. "200": {
  4729. "description": "成功删除数据数量",
  4730. "schema": {
  4731. "type": "int"
  4732. }
  4733. },
  4734. "400": {
  4735. "description": "具体错误",
  4736. "schema": {
  4737. "$ref": "#/definitions/md.Response"
  4738. }
  4739. }
  4740. }
  4741. }
  4742. },
  4743. "/api/memberCenter/levelManagement/deleteLevelTask": {
  4744. "delete": {
  4745. "description": "等级任务(删除)",
  4746. "consumes": [
  4747. "application/json"
  4748. ],
  4749. "produces": [
  4750. "application/json"
  4751. ],
  4752. "tags": [
  4753. "会员中心"
  4754. ],
  4755. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  4756. "parameters": [
  4757. {
  4758. "type": "string",
  4759. "description": "验证参数Bearer和token空格拼接",
  4760. "name": "Authorization",
  4761. "in": "header",
  4762. "required": true
  4763. },
  4764. {
  4765. "description": "需要删除的等级任务ID",
  4766. "name": "req",
  4767. "in": "body",
  4768. "required": true,
  4769. "schema": {
  4770. "$ref": "#/definitions/md.DeleteTaskReq"
  4771. }
  4772. }
  4773. ],
  4774. "responses": {
  4775. "200": {
  4776. "description": "成功删除数据数量",
  4777. "schema": {
  4778. "type": "int"
  4779. }
  4780. },
  4781. "400": {
  4782. "description": "具体错误",
  4783. "schema": {
  4784. "$ref": "#/definitions/md.Response"
  4785. }
  4786. }
  4787. }
  4788. }
  4789. },
  4790. "/api/memberCenter/levelManagement/getLevelList": {
  4791. "get": {
  4792. "description": "标签管理(获取)",
  4793. "consumes": [
  4794. "application/json"
  4795. ],
  4796. "produces": [
  4797. "application/json"
  4798. ],
  4799. "tags": [
  4800. "会员中心"
  4801. ],
  4802. "summary": "制度中心-会员中心-等级管理(获取)",
  4803. "parameters": [
  4804. {
  4805. "type": "string",
  4806. "description": "验证参数Bearer和token空格拼接",
  4807. "name": "Authorization",
  4808. "in": "header",
  4809. "required": true
  4810. },
  4811. {
  4812. "type": "integer",
  4813. "description": "每页大小",
  4814. "name": "limit",
  4815. "in": "query",
  4816. "required": true
  4817. },
  4818. {
  4819. "type": "integer",
  4820. "description": "页数",
  4821. "name": "page",
  4822. "in": "query",
  4823. "required": true
  4824. }
  4825. ],
  4826. "responses": {
  4827. "200": {
  4828. "description": "具体数据",
  4829. "schema": {
  4830. "$ref": "#/definitions/md.GetLevelListResp"
  4831. }
  4832. },
  4833. "400": {
  4834. "description": "具体错误",
  4835. "schema": {
  4836. "$ref": "#/definitions/md.Response"
  4837. }
  4838. }
  4839. }
  4840. }
  4841. },
  4842. "/api/memberCenter/levelManagement/getOneLevel": {
  4843. "get": {
  4844. "description": "等级明细(获取)",
  4845. "consumes": [
  4846. "application/json"
  4847. ],
  4848. "produces": [
  4849. "application/json"
  4850. ],
  4851. "tags": [
  4852. "会员中心"
  4853. ],
  4854. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  4855. "parameters": [
  4856. {
  4857. "type": "string",
  4858. "description": "验证参数Bearer和token空格拼接",
  4859. "name": "Authorization",
  4860. "in": "header",
  4861. "required": true
  4862. },
  4863. {
  4864. "type": "integer",
  4865. "description": "等级 ID",
  4866. "name": "level_id",
  4867. "in": "query",
  4868. "required": true
  4869. }
  4870. ],
  4871. "responses": {
  4872. "200": {
  4873. "description": "具体数据",
  4874. "schema": {
  4875. "$ref": "#/definitions/md.GetOneLevelResp"
  4876. }
  4877. },
  4878. "400": {
  4879. "description": "具体错误",
  4880. "schema": {
  4881. "$ref": "#/definitions/md.Response"
  4882. }
  4883. }
  4884. }
  4885. }
  4886. },
  4887. "/api/memberCenter/levelManagement/updateLevel": {
  4888. "post": {
  4889. "description": "等级管理(更新)",
  4890. "consumes": [
  4891. "application/json"
  4892. ],
  4893. "produces": [
  4894. "application/json"
  4895. ],
  4896. "tags": [
  4897. "会员中心"
  4898. ],
  4899. "summary": "制度中心-会员中心-等级管理(更新)",
  4900. "parameters": [
  4901. {
  4902. "type": "string",
  4903. "description": "验证参数Bearer和token空格拼接",
  4904. "name": "Authorization",
  4905. "in": "header",
  4906. "required": true
  4907. },
  4908. {
  4909. "description": "需要修改的等级信息",
  4910. "name": "req",
  4911. "in": "body",
  4912. "required": true,
  4913. "schema": {
  4914. "$ref": "#/definitions/md.UpdateLevelReq"
  4915. }
  4916. }
  4917. ],
  4918. "responses": {
  4919. "200": {
  4920. "description": "成功修改数据条数",
  4921. "schema": {
  4922. "type": "int"
  4923. }
  4924. },
  4925. "400": {
  4926. "description": "具体错误",
  4927. "schema": {
  4928. "$ref": "#/definitions/md.Response"
  4929. }
  4930. }
  4931. }
  4932. }
  4933. },
  4934. "/api/memberCenter/levelManagement/updateLevelTask": {
  4935. "post": {
  4936. "description": "等级任务(更新)",
  4937. "consumes": [
  4938. "application/json"
  4939. ],
  4940. "produces": [
  4941. "application/json"
  4942. ],
  4943. "tags": [
  4944. "会员中心"
  4945. ],
  4946. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  4947. "parameters": [
  4948. {
  4949. "type": "string",
  4950. "description": "验证参数Bearer和token空格拼接",
  4951. "name": "Authorization",
  4952. "in": "header",
  4953. "required": true
  4954. },
  4955. {
  4956. "description": "需要修改的等级任务信息",
  4957. "name": "req",
  4958. "in": "body",
  4959. "required": true,
  4960. "schema": {
  4961. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  4962. }
  4963. }
  4964. ],
  4965. "responses": {
  4966. "200": {
  4967. "description": "成功修改数据条数",
  4968. "schema": {
  4969. "type": "int"
  4970. }
  4971. },
  4972. "400": {
  4973. "description": "具体错误",
  4974. "schema": {
  4975. "$ref": "#/definitions/md.Response"
  4976. }
  4977. }
  4978. }
  4979. }
  4980. },
  4981. "/api/memberCenter/tagManagement/addTag": {
  4982. "post": {
  4983. "description": "标签管理(新增)",
  4984. "consumes": [
  4985. "application/json"
  4986. ],
  4987. "produces": [
  4988. "application/json"
  4989. ],
  4990. "tags": [
  4991. "会员中心"
  4992. ],
  4993. "summary": "制度中心-会员中心-标签管理(新增)",
  4994. "parameters": [
  4995. {
  4996. "type": "string",
  4997. "description": "验证参数Bearer和token空格拼接",
  4998. "name": "Authorization",
  4999. "in": "header",
  5000. "required": true
  5001. },
  5002. {
  5003. "description": "新增的标签信息",
  5004. "name": "req",
  5005. "in": "body",
  5006. "required": true,
  5007. "schema": {
  5008. "$ref": "#/definitions/md.AddTagReq"
  5009. }
  5010. }
  5011. ],
  5012. "responses": {
  5013. "200": {
  5014. "description": "新增的标签 ID",
  5015. "schema": {
  5016. "type": "int"
  5017. }
  5018. },
  5019. "400": {
  5020. "description": "具体错误",
  5021. "schema": {
  5022. "$ref": "#/definitions/md.Response"
  5023. }
  5024. }
  5025. }
  5026. }
  5027. },
  5028. "/api/memberCenter/tagManagement/deleteTag": {
  5029. "delete": {
  5030. "description": "标签管理(删除)",
  5031. "consumes": [
  5032. "application/json"
  5033. ],
  5034. "produces": [
  5035. "application/json"
  5036. ],
  5037. "tags": [
  5038. "会员中心"
  5039. ],
  5040. "summary": "制度中心-会员中心-标签管理(删除)",
  5041. "parameters": [
  5042. {
  5043. "type": "string",
  5044. "description": "验证参数Bearer和token空格拼接",
  5045. "name": "Authorization",
  5046. "in": "header",
  5047. "required": true
  5048. },
  5049. {
  5050. "description": "需要删除的标签 ID",
  5051. "name": "req",
  5052. "in": "body",
  5053. "required": true,
  5054. "schema": {
  5055. "$ref": "#/definitions/md.DeleteTagReq"
  5056. }
  5057. }
  5058. ],
  5059. "responses": {
  5060. "200": {
  5061. "description": "成功删除标签用户数",
  5062. "schema": {
  5063. "type": "int"
  5064. }
  5065. },
  5066. "400": {
  5067. "description": "具体错误",
  5068. "schema": {
  5069. "$ref": "#/definitions/md.Response"
  5070. }
  5071. }
  5072. }
  5073. }
  5074. },
  5075. "/api/memberCenter/tagManagement/getTagList": {
  5076. "get": {
  5077. "description": "标签管理(获取)",
  5078. "consumes": [
  5079. "application/json"
  5080. ],
  5081. "produces": [
  5082. "application/json"
  5083. ],
  5084. "tags": [
  5085. "会员中心"
  5086. ],
  5087. "summary": "制度中心-会员中心-标签管理(获取)",
  5088. "parameters": [
  5089. {
  5090. "type": "string",
  5091. "description": "验证参数Bearer和token空格拼接",
  5092. "name": "Authorization",
  5093. "in": "header",
  5094. "required": true
  5095. },
  5096. {
  5097. "type": "integer",
  5098. "description": "每页大小",
  5099. "name": "limit",
  5100. "in": "query",
  5101. "required": true
  5102. },
  5103. {
  5104. "type": "integer",
  5105. "description": "页数",
  5106. "name": "page",
  5107. "in": "query",
  5108. "required": true
  5109. }
  5110. ],
  5111. "responses": {
  5112. "200": {
  5113. "description": "具体数据",
  5114. "schema": {
  5115. "$ref": "#/definitions/md.GetTagListResp"
  5116. }
  5117. },
  5118. "400": {
  5119. "description": "具体错误",
  5120. "schema": {
  5121. "$ref": "#/definitions/md.Response"
  5122. }
  5123. }
  5124. }
  5125. }
  5126. },
  5127. "/api/memberCenter/tagManagement/updateTag": {
  5128. "post": {
  5129. "description": "标签管理(更新)",
  5130. "consumes": [
  5131. "application/json"
  5132. ],
  5133. "produces": [
  5134. "application/json"
  5135. ],
  5136. "tags": [
  5137. "会员中心"
  5138. ],
  5139. "summary": "制度中心-会员中心-标签管理(更新)",
  5140. "parameters": [
  5141. {
  5142. "type": "string",
  5143. "description": "验证参数Bearer和token空格拼接",
  5144. "name": "Authorization",
  5145. "in": "header",
  5146. "required": true
  5147. },
  5148. {
  5149. "description": "需要修改的标签信息",
  5150. "name": "req",
  5151. "in": "body",
  5152. "required": true,
  5153. "schema": {
  5154. "$ref": "#/definitions/md.UpdateTagReq"
  5155. }
  5156. }
  5157. ],
  5158. "responses": {
  5159. "200": {
  5160. "description": "成功修改数据条数",
  5161. "schema": {
  5162. "type": "int"
  5163. }
  5164. },
  5165. "400": {
  5166. "description": "具体错误",
  5167. "schema": {
  5168. "$ref": "#/definitions/md.Response"
  5169. }
  5170. }
  5171. }
  5172. }
  5173. },
  5174. "/api/memberCenter/userManagement/balanceDetail": {
  5175. "get": {
  5176. "description": "会员明细(余额获取)",
  5177. "consumes": [
  5178. "application/json"
  5179. ],
  5180. "produces": [
  5181. "application/json"
  5182. ],
  5183. "tags": [
  5184. "会员中心"
  5185. ],
  5186. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5187. "parameters": [
  5188. {
  5189. "type": "string",
  5190. "description": "验证参数Bearer和token空格拼接",
  5191. "name": "Authorization",
  5192. "in": "header",
  5193. "required": true
  5194. },
  5195. {
  5196. "type": "string",
  5197. "description": "用户 ID",
  5198. "name": "uid",
  5199. "in": "query",
  5200. "required": true
  5201. },
  5202. {
  5203. "type": "string",
  5204. "description": "每页大小",
  5205. "name": "limit",
  5206. "in": "query",
  5207. "required": true
  5208. },
  5209. {
  5210. "type": "string",
  5211. "description": "页数",
  5212. "name": "page",
  5213. "in": "query",
  5214. "required": true
  5215. }
  5216. ],
  5217. "responses": {
  5218. "200": {
  5219. "description": "具体数据",
  5220. "schema": {
  5221. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5222. }
  5223. },
  5224. "400": {
  5225. "description": "具体错误",
  5226. "schema": {
  5227. "$ref": "#/definitions/md.Response"
  5228. }
  5229. }
  5230. }
  5231. }
  5232. },
  5233. "/api/memberCenter/userManagement/getFans": {
  5234. "get": {
  5235. "description": "会员明细粉丝情况(获取)",
  5236. "consumes": [
  5237. "application/json"
  5238. ],
  5239. "produces": [
  5240. "application/json"
  5241. ],
  5242. "tags": [
  5243. "会员中心"
  5244. ],
  5245. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5246. "parameters": [
  5247. {
  5248. "type": "string",
  5249. "description": "验证参数Bearer和token空格拼接",
  5250. "name": "Authorization",
  5251. "in": "header",
  5252. "required": true
  5253. },
  5254. {
  5255. "type": "string",
  5256. "description": "用户 ID",
  5257. "name": "uid",
  5258. "in": "query",
  5259. "required": true
  5260. },
  5261. {
  5262. "type": "string",
  5263. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5264. "name": "type",
  5265. "in": "query",
  5266. "required": true
  5267. },
  5268. {
  5269. "type": "string",
  5270. "description": "每页大小",
  5271. "name": "limit",
  5272. "in": "query",
  5273. "required": true
  5274. },
  5275. {
  5276. "type": "string",
  5277. "description": "页数",
  5278. "name": "page",
  5279. "in": "query",
  5280. "required": true
  5281. }
  5282. ],
  5283. "responses": {
  5284. "200": {
  5285. "description": "具体数据",
  5286. "schema": {
  5287. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5288. }
  5289. },
  5290. "400": {
  5291. "description": "具体错误",
  5292. "schema": {
  5293. "$ref": "#/definitions/md.Response"
  5294. }
  5295. }
  5296. }
  5297. }
  5298. },
  5299. "/api/memberCenter/userManagement/getUserList": {
  5300. "post": {
  5301. "description": "用户信息管理(获取)",
  5302. "consumes": [
  5303. "application/json"
  5304. ],
  5305. "produces": [
  5306. "application/json"
  5307. ],
  5308. "tags": [
  5309. "会员中心"
  5310. ],
  5311. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5312. "parameters": [
  5313. {
  5314. "type": "string",
  5315. "description": "验证参数Bearer和token空格拼接",
  5316. "name": "Authorization",
  5317. "in": "header",
  5318. "required": true
  5319. },
  5320. {
  5321. "description": "分页信息必填",
  5322. "name": "req",
  5323. "in": "body",
  5324. "required": true,
  5325. "schema": {
  5326. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5327. }
  5328. }
  5329. ],
  5330. "responses": {
  5331. "200": {
  5332. "description": "具体数据",
  5333. "schema": {
  5334. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5335. }
  5336. },
  5337. "400": {
  5338. "description": "具体错误",
  5339. "schema": {
  5340. "$ref": "#/definitions/md.Response"
  5341. }
  5342. }
  5343. }
  5344. }
  5345. },
  5346. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5347. "get": {
  5348. "description": "会员明细(积分明细获取)",
  5349. "consumes": [
  5350. "application/json"
  5351. ],
  5352. "produces": [
  5353. "application/json"
  5354. ],
  5355. "tags": [
  5356. "会员中心"
  5357. ],
  5358. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5359. "parameters": [
  5360. {
  5361. "type": "string",
  5362. "description": "验证参数Bearer和token空格拼接",
  5363. "name": "Authorization",
  5364. "in": "header",
  5365. "required": true
  5366. },
  5367. {
  5368. "type": "string",
  5369. "description": "用户 ID",
  5370. "name": "uid",
  5371. "in": "query",
  5372. "required": true
  5373. },
  5374. {
  5375. "type": "string",
  5376. "description": "货币 ID",
  5377. "name": "coinId",
  5378. "in": "query",
  5379. "required": true
  5380. },
  5381. {
  5382. "type": "string",
  5383. "description": "每页大小",
  5384. "name": "limit",
  5385. "in": "query",
  5386. "required": true
  5387. },
  5388. {
  5389. "type": "string",
  5390. "description": "页数",
  5391. "name": "page",
  5392. "in": "query",
  5393. "required": true
  5394. }
  5395. ],
  5396. "responses": {
  5397. "200": {
  5398. "description": "具体数据",
  5399. "schema": {
  5400. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5401. }
  5402. },
  5403. "400": {
  5404. "description": "具体错误",
  5405. "schema": {
  5406. "$ref": "#/definitions/md.Response"
  5407. }
  5408. }
  5409. }
  5410. }
  5411. },
  5412. "/api/memberCenter/userManagement/updateUserInfo": {
  5413. "post": {
  5414. "description": "用户信息管理(更新)",
  5415. "consumes": [
  5416. "application/json"
  5417. ],
  5418. "produces": [
  5419. "application/json"
  5420. ],
  5421. "tags": [
  5422. "会员中心"
  5423. ],
  5424. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5425. "parameters": [
  5426. {
  5427. "type": "string",
  5428. "description": "验证参数Bearer和token空格拼接",
  5429. "name": "Authorization",
  5430. "in": "header",
  5431. "required": true
  5432. },
  5433. {
  5434. "description": "用户ID 必传",
  5435. "name": "req",
  5436. "in": "body",
  5437. "required": true,
  5438. "schema": {
  5439. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5440. }
  5441. }
  5442. ],
  5443. "responses": {
  5444. "200": {
  5445. "description": "修改数据行数",
  5446. "schema": {
  5447. "type": "int"
  5448. }
  5449. },
  5450. "400": {
  5451. "description": "具体错误",
  5452. "schema": {
  5453. "$ref": "#/definitions/md.Response"
  5454. }
  5455. }
  5456. }
  5457. }
  5458. },
  5459. "/api/memberCenter/userManagement/userData": {
  5460. "get": {
  5461. "description": "会员明细概况(获取)",
  5462. "consumes": [
  5463. "application/json"
  5464. ],
  5465. "produces": [
  5466. "application/json"
  5467. ],
  5468. "tags": [
  5469. "会员中心"
  5470. ],
  5471. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5472. "parameters": [
  5473. {
  5474. "type": "string",
  5475. "description": "验证参数Bearer和token空格拼接",
  5476. "name": "Authorization",
  5477. "in": "header",
  5478. "required": true
  5479. },
  5480. {
  5481. "type": "string",
  5482. "description": "用户 ID",
  5483. "name": "uid",
  5484. "in": "query",
  5485. "required": true
  5486. }
  5487. ],
  5488. "responses": {
  5489. "200": {
  5490. "description": "会员明细概况具体数据",
  5491. "schema": {
  5492. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5493. }
  5494. },
  5495. "400": {
  5496. "description": "具体错误",
  5497. "schema": {
  5498. "$ref": "#/definitions/md.Response"
  5499. }
  5500. }
  5501. }
  5502. }
  5503. },
  5504. "/api/notice/aliyunSms/file/phone": {
  5505. "post": {
  5506. "description": "短信推送记录-通知模板",
  5507. "consumes": [
  5508. "application/json"
  5509. ],
  5510. "produces": [
  5511. "application/json"
  5512. ],
  5513. "tags": [
  5514. "消息中心"
  5515. ],
  5516. "summary": "消息中心-短信推送记录-通知模板",
  5517. "parameters": [
  5518. {
  5519. "type": "string",
  5520. "description": "验证参数Bearer和token空格拼接",
  5521. "name": "Authorization",
  5522. "in": "header",
  5523. "required": true
  5524. },
  5525. {
  5526. "type": "string",
  5527. "description": "参数 file-----文件上传格式",
  5528. "name": "file",
  5529. "in": "formData",
  5530. "required": true
  5531. }
  5532. ],
  5533. "responses": {
  5534. "200": {
  5535. "description": "phone 一个数组",
  5536. "schema": {
  5537. "type": "string"
  5538. }
  5539. },
  5540. "400": {
  5541. "description": "具体错误",
  5542. "schema": {
  5543. "$ref": "#/definitions/md.Response"
  5544. }
  5545. }
  5546. }
  5547. }
  5548. },
  5549. "/api/notice/aliyunSms/push/list": {
  5550. "post": {
  5551. "description": "短信推送记录-推送记录列表",
  5552. "consumes": [
  5553. "application/json"
  5554. ],
  5555. "produces": [
  5556. "application/json"
  5557. ],
  5558. "tags": [
  5559. "消息中心"
  5560. ],
  5561. "summary": "消息中心-短信推送记录-推送记录列表",
  5562. "parameters": [
  5563. {
  5564. "type": "string",
  5565. "description": "验证参数Bearer和token空格拼接",
  5566. "name": "Authorization",
  5567. "in": "header",
  5568. "required": true
  5569. },
  5570. {
  5571. "description": "(分页信息必填)",
  5572. "name": "req",
  5573. "in": "body",
  5574. "required": true,
  5575. "schema": {
  5576. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5577. }
  5578. }
  5579. ],
  5580. "responses": {
  5581. "200": {
  5582. "description": "具体数据",
  5583. "schema": {
  5584. "$ref": "#/definitions/md.NoticePushListResp"
  5585. }
  5586. },
  5587. "400": {
  5588. "description": "具体错误",
  5589. "schema": {
  5590. "$ref": "#/definitions/md.Response"
  5591. }
  5592. }
  5593. }
  5594. }
  5595. },
  5596. "/api/notice/aliyunSms/push/save": {
  5597. "post": {
  5598. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5599. "consumes": [
  5600. "application/json"
  5601. ],
  5602. "produces": [
  5603. "application/json"
  5604. ],
  5605. "tags": [
  5606. "消息中心"
  5607. ],
  5608. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  5609. "parameters": [
  5610. {
  5611. "type": "string",
  5612. "description": "验证参数Bearer和token空格拼接",
  5613. "name": "Authorization",
  5614. "in": "header",
  5615. "required": true
  5616. },
  5617. {
  5618. "description": "(分页信息必填)",
  5619. "name": "req",
  5620. "in": "body",
  5621. "required": true,
  5622. "schema": {
  5623. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5624. }
  5625. }
  5626. ],
  5627. "responses": {
  5628. "200": {
  5629. "description": "具体数据",
  5630. "schema": {
  5631. "type": "string"
  5632. }
  5633. },
  5634. "400": {
  5635. "description": "具体错误",
  5636. "schema": {
  5637. "$ref": "#/definitions/md.Response"
  5638. }
  5639. }
  5640. }
  5641. }
  5642. },
  5643. "/api/notice/aliyunSms/sale/base": {
  5644. "get": {
  5645. "description": "短信推送记录-营销短信-通知模板",
  5646. "consumes": [
  5647. "application/json"
  5648. ],
  5649. "produces": [
  5650. "application/json"
  5651. ],
  5652. "tags": [
  5653. "消息中心"
  5654. ],
  5655. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  5656. "parameters": [
  5657. {
  5658. "type": "string",
  5659. "description": "验证参数Bearer和token空格拼接",
  5660. "name": "Authorization",
  5661. "in": "header",
  5662. "required": true
  5663. }
  5664. ],
  5665. "responses": {
  5666. "200": {
  5667. "description": "具体数据",
  5668. "schema": {
  5669. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5670. }
  5671. },
  5672. "400": {
  5673. "description": "具体错误",
  5674. "schema": {
  5675. "$ref": "#/definitions/md.Response"
  5676. }
  5677. }
  5678. }
  5679. }
  5680. },
  5681. "/api/notice/aliyunSms/sale/save": {
  5682. "post": {
  5683. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5684. "consumes": [
  5685. "application/json"
  5686. ],
  5687. "produces": [
  5688. "application/json"
  5689. ],
  5690. "tags": [
  5691. "消息中心"
  5692. ],
  5693. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5694. "parameters": [
  5695. {
  5696. "type": "string",
  5697. "description": "验证参数Bearer和token空格拼接",
  5698. "name": "Authorization",
  5699. "in": "header",
  5700. "required": true
  5701. },
  5702. {
  5703. "description": "数组 把列表的数组传过来",
  5704. "name": "req",
  5705. "in": "body",
  5706. "required": true,
  5707. "schema": {
  5708. "type": "string"
  5709. }
  5710. }
  5711. ],
  5712. "responses": {
  5713. "200": {
  5714. "description": "具体数据",
  5715. "schema": {
  5716. "type": "string"
  5717. }
  5718. },
  5719. "400": {
  5720. "description": "具体错误",
  5721. "schema": {
  5722. "$ref": "#/definitions/md.Response"
  5723. }
  5724. }
  5725. }
  5726. }
  5727. },
  5728. "/api/notice/base/del": {
  5729. "post": {
  5730. "description": "基本配置-通知模板删除",
  5731. "consumes": [
  5732. "application/json"
  5733. ],
  5734. "produces": [
  5735. "application/json"
  5736. ],
  5737. "tags": [
  5738. "消息中心"
  5739. ],
  5740. "summary": "消息中心-基本配置-通知模板删除",
  5741. "parameters": [
  5742. {
  5743. "type": "string",
  5744. "description": "验证参数Bearer和token空格拼接",
  5745. "name": "Authorization",
  5746. "in": "header",
  5747. "required": true
  5748. },
  5749. {
  5750. "description": "(分页信息必填)",
  5751. "name": "req",
  5752. "in": "body",
  5753. "required": true,
  5754. "schema": {
  5755. "$ref": "#/definitions/md.NoticeDelReq"
  5756. }
  5757. }
  5758. ],
  5759. "responses": {
  5760. "200": {
  5761. "description": "具体数据",
  5762. "schema": {
  5763. "type": "string"
  5764. }
  5765. },
  5766. "400": {
  5767. "description": "具体错误",
  5768. "schema": {
  5769. "$ref": "#/definitions/md.Response"
  5770. }
  5771. }
  5772. }
  5773. }
  5774. },
  5775. "/api/notice/base/list": {
  5776. "post": {
  5777. "description": "基本配置-通知模板",
  5778. "consumes": [
  5779. "application/json"
  5780. ],
  5781. "produces": [
  5782. "application/json"
  5783. ],
  5784. "tags": [
  5785. "消息中心"
  5786. ],
  5787. "summary": "消息中心-基本配置-通知模板",
  5788. "parameters": [
  5789. {
  5790. "type": "string",
  5791. "description": "验证参数Bearer和token空格拼接",
  5792. "name": "Authorization",
  5793. "in": "header",
  5794. "required": true
  5795. },
  5796. {
  5797. "description": "(分页信息必填)",
  5798. "name": "req",
  5799. "in": "body",
  5800. "required": true,
  5801. "schema": {
  5802. "$ref": "#/definitions/md.NoticeListReq"
  5803. }
  5804. }
  5805. ],
  5806. "responses": {
  5807. "200": {
  5808. "description": "具体数据",
  5809. "schema": {
  5810. "$ref": "#/definitions/md.NoticeListResp"
  5811. }
  5812. },
  5813. "400": {
  5814. "description": "具体错误",
  5815. "schema": {
  5816. "$ref": "#/definitions/md.Response"
  5817. }
  5818. }
  5819. }
  5820. }
  5821. },
  5822. "/api/notice/base/save": {
  5823. "post": {
  5824. "description": "基本配置-通知模板添加编辑",
  5825. "consumes": [
  5826. "application/json"
  5827. ],
  5828. "produces": [
  5829. "application/json"
  5830. ],
  5831. "tags": [
  5832. "消息中心"
  5833. ],
  5834. "summary": "消息中心-基本配置-通知模板添加编辑",
  5835. "parameters": [
  5836. {
  5837. "type": "string",
  5838. "description": "验证参数Bearer和token空格拼接",
  5839. "name": "Authorization",
  5840. "in": "header",
  5841. "required": true
  5842. },
  5843. {
  5844. "description": "(分页信息必填)",
  5845. "name": "req",
  5846. "in": "body",
  5847. "required": true,
  5848. "schema": {
  5849. "$ref": "#/definitions/md.NoticeSaveReq"
  5850. }
  5851. }
  5852. ],
  5853. "responses": {
  5854. "200": {
  5855. "description": "具体数据",
  5856. "schema": {
  5857. "type": "string"
  5858. }
  5859. },
  5860. "400": {
  5861. "description": "具体错误",
  5862. "schema": {
  5863. "$ref": "#/definitions/md.Response"
  5864. }
  5865. }
  5866. }
  5867. }
  5868. },
  5869. "/api/notice/jPush/push/list": {
  5870. "post": {
  5871. "description": "基本配置-推送记录列表",
  5872. "consumes": [
  5873. "application/json"
  5874. ],
  5875. "produces": [
  5876. "application/json"
  5877. ],
  5878. "tags": [
  5879. "消息中心"
  5880. ],
  5881. "summary": "消息中心-基本配置-推送记录列表",
  5882. "parameters": [
  5883. {
  5884. "type": "string",
  5885. "description": "验证参数Bearer和token空格拼接",
  5886. "name": "Authorization",
  5887. "in": "header",
  5888. "required": true
  5889. },
  5890. {
  5891. "description": "(分页信息必填)",
  5892. "name": "req",
  5893. "in": "body",
  5894. "required": true,
  5895. "schema": {
  5896. "$ref": "#/definitions/md.NoticeListReq"
  5897. }
  5898. }
  5899. ],
  5900. "responses": {
  5901. "200": {
  5902. "description": "具体数据",
  5903. "schema": {
  5904. "$ref": "#/definitions/md.NoticePushListResp"
  5905. }
  5906. },
  5907. "400": {
  5908. "description": "具体错误",
  5909. "schema": {
  5910. "$ref": "#/definitions/md.Response"
  5911. }
  5912. }
  5913. }
  5914. }
  5915. },
  5916. "/api/notice/jPush/push/save": {
  5917. "post": {
  5918. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5919. "consumes": [
  5920. "application/json"
  5921. ],
  5922. "produces": [
  5923. "application/json"
  5924. ],
  5925. "tags": [
  5926. "消息中心"
  5927. ],
  5928. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  5929. "parameters": [
  5930. {
  5931. "type": "string",
  5932. "description": "验证参数Bearer和token空格拼接",
  5933. "name": "Authorization",
  5934. "in": "header",
  5935. "required": true
  5936. },
  5937. {
  5938. "description": "(分页信息必填)",
  5939. "name": "req",
  5940. "in": "body",
  5941. "required": true,
  5942. "schema": {
  5943. "$ref": "#/definitions/md.NoticeSaveReq"
  5944. }
  5945. }
  5946. ],
  5947. "responses": {
  5948. "200": {
  5949. "description": "具体数据",
  5950. "schema": {
  5951. "type": "string"
  5952. }
  5953. },
  5954. "400": {
  5955. "description": "具体错误",
  5956. "schema": {
  5957. "$ref": "#/definitions/md.Response"
  5958. }
  5959. }
  5960. }
  5961. }
  5962. },
  5963. "/api/settCenter/oss/aliYun/getBasic": {
  5964. "get": {
  5965. "description": "对象存储设置(获取)",
  5966. "consumes": [
  5967. "application/json"
  5968. ],
  5969. "produces": [
  5970. "application/json"
  5971. ],
  5972. "tags": [
  5973. "对象存储"
  5974. ],
  5975. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5976. "parameters": [
  5977. {
  5978. "type": "string",
  5979. "description": "验证参数Bearer和token空格拼接",
  5980. "name": "Authorization",
  5981. "in": "header",
  5982. "required": true
  5983. }
  5984. ],
  5985. "responses": {
  5986. "200": {
  5987. "description": "设置列表",
  5988. "schema": {
  5989. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5990. }
  5991. },
  5992. "400": {
  5993. "description": "具体错误",
  5994. "schema": {
  5995. "$ref": "#/definitions/md.Response"
  5996. }
  5997. }
  5998. }
  5999. }
  6000. },
  6001. "/api/settCenter/oss/aliYun/setBasic": {
  6002. "post": {
  6003. "description": "对象存储设置(更新)",
  6004. "consumes": [
  6005. "application/json"
  6006. ],
  6007. "produces": [
  6008. "application/json"
  6009. ],
  6010. "tags": [
  6011. "对象存储"
  6012. ],
  6013. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6014. "parameters": [
  6015. {
  6016. "type": "string",
  6017. "description": "验证参数Bearer和token空格拼接",
  6018. "name": "Authorization",
  6019. "in": "header",
  6020. "required": true
  6021. },
  6022. {
  6023. "description": "上传需要修改的信息",
  6024. "name": "req",
  6025. "in": "body",
  6026. "required": true,
  6027. "schema": {
  6028. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6029. }
  6030. }
  6031. ],
  6032. "responses": {
  6033. "200": {
  6034. "description": "success",
  6035. "schema": {
  6036. "type": "string"
  6037. }
  6038. },
  6039. "400": {
  6040. "description": "具体错误",
  6041. "schema": {
  6042. "$ref": "#/definitions/md.Response"
  6043. }
  6044. }
  6045. }
  6046. }
  6047. },
  6048. "/api/userFeedback/cate/list": {
  6049. "post": {
  6050. "description": "分类列表",
  6051. "consumes": [
  6052. "application/json"
  6053. ],
  6054. "produces": [
  6055. "application/json"
  6056. ],
  6057. "tags": [
  6058. "消息中心"
  6059. ],
  6060. "summary": "反馈列表-分类列表",
  6061. "parameters": [
  6062. {
  6063. "type": "string",
  6064. "description": "验证参数Bearer和token空格拼接",
  6065. "name": "Authorization",
  6066. "in": "header",
  6067. "required": true
  6068. },
  6069. {
  6070. "description": "(分页信息必填)",
  6071. "name": "req",
  6072. "in": "body",
  6073. "required": true,
  6074. "schema": {
  6075. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6076. }
  6077. }
  6078. ],
  6079. "responses": {
  6080. "200": {
  6081. "description": "具体数据",
  6082. "schema": {
  6083. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6084. }
  6085. },
  6086. "400": {
  6087. "description": "具体错误",
  6088. "schema": {
  6089. "$ref": "#/definitions/md.Response"
  6090. }
  6091. }
  6092. }
  6093. }
  6094. },
  6095. "/api/userFeedback/content/change/state": {
  6096. "post": {
  6097. "description": "反馈列表-修改状态",
  6098. "consumes": [
  6099. "application/json"
  6100. ],
  6101. "produces": [
  6102. "application/json"
  6103. ],
  6104. "tags": [
  6105. "消息中心"
  6106. ],
  6107. "summary": "用户反馈-反馈列表-修改状态",
  6108. "parameters": [
  6109. {
  6110. "type": "string",
  6111. "description": "验证参数Bearer和token空格拼接",
  6112. "name": "Authorization",
  6113. "in": "header",
  6114. "required": true
  6115. },
  6116. {
  6117. "description": "(分页信息必填)",
  6118. "name": "req",
  6119. "in": "body",
  6120. "required": true,
  6121. "schema": {
  6122. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  6123. }
  6124. }
  6125. ],
  6126. "responses": {
  6127. "200": {
  6128. "description": "具体数据",
  6129. "schema": {
  6130. "type": "string"
  6131. }
  6132. },
  6133. "400": {
  6134. "description": "具体错误",
  6135. "schema": {
  6136. "$ref": "#/definitions/md.Response"
  6137. }
  6138. }
  6139. }
  6140. }
  6141. },
  6142. "/api/userFeedback/content/del": {
  6143. "post": {
  6144. "description": "反馈列表-反馈删除",
  6145. "consumes": [
  6146. "application/json"
  6147. ],
  6148. "produces": [
  6149. "application/json"
  6150. ],
  6151. "tags": [
  6152. "消息中心"
  6153. ],
  6154. "summary": "用户反馈-反馈列表-反馈删除",
  6155. "parameters": [
  6156. {
  6157. "type": "string",
  6158. "description": "验证参数Bearer和token空格拼接",
  6159. "name": "Authorization",
  6160. "in": "header",
  6161. "required": true
  6162. },
  6163. {
  6164. "description": "(分页信息必填)",
  6165. "name": "req",
  6166. "in": "body",
  6167. "required": true,
  6168. "schema": {
  6169. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6170. }
  6171. }
  6172. ],
  6173. "responses": {
  6174. "200": {
  6175. "description": "具体数据",
  6176. "schema": {
  6177. "type": "string"
  6178. }
  6179. },
  6180. "400": {
  6181. "description": "具体错误",
  6182. "schema": {
  6183. "$ref": "#/definitions/md.Response"
  6184. }
  6185. }
  6186. }
  6187. }
  6188. },
  6189. "/api/userFeedback/content/list": {
  6190. "post": {
  6191. "description": "反馈列表",
  6192. "consumes": [
  6193. "application/json"
  6194. ],
  6195. "produces": [
  6196. "application/json"
  6197. ],
  6198. "tags": [
  6199. "消息中心"
  6200. ],
  6201. "summary": "用户反馈-反馈列表",
  6202. "parameters": [
  6203. {
  6204. "type": "string",
  6205. "description": "验证参数Bearer和token空格拼接",
  6206. "name": "Authorization",
  6207. "in": "header",
  6208. "required": true
  6209. },
  6210. {
  6211. "description": "(分页信息必填)",
  6212. "name": "req",
  6213. "in": "body",
  6214. "required": true,
  6215. "schema": {
  6216. "$ref": "#/definitions/md.UserFeedbackListReq"
  6217. }
  6218. }
  6219. ],
  6220. "responses": {
  6221. "200": {
  6222. "description": "具体数据",
  6223. "schema": {
  6224. "$ref": "#/definitions/md.UserFeedbackListResp"
  6225. }
  6226. },
  6227. "400": {
  6228. "description": "具体错误",
  6229. "schema": {
  6230. "$ref": "#/definitions/md.Response"
  6231. }
  6232. }
  6233. }
  6234. }
  6235. },
  6236. "/api/userFeedback/content/record/list": {
  6237. "post": {
  6238. "description": "反馈列表-沟通记录",
  6239. "consumes": [
  6240. "application/json"
  6241. ],
  6242. "produces": [
  6243. "application/json"
  6244. ],
  6245. "tags": [
  6246. "消息中心"
  6247. ],
  6248. "summary": "用户反馈-反馈列表-沟通记录",
  6249. "parameters": [
  6250. {
  6251. "type": "string",
  6252. "description": "验证参数Bearer和token空格拼接",
  6253. "name": "Authorization",
  6254. "in": "header",
  6255. "required": true
  6256. },
  6257. {
  6258. "description": "(分页信息必填)",
  6259. "name": "req",
  6260. "in": "body",
  6261. "required": true,
  6262. "schema": {
  6263. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6264. }
  6265. }
  6266. ],
  6267. "responses": {
  6268. "200": {
  6269. "description": "具体数据",
  6270. "schema": {
  6271. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6272. }
  6273. },
  6274. "400": {
  6275. "description": "具体错误",
  6276. "schema": {
  6277. "$ref": "#/definitions/md.Response"
  6278. }
  6279. }
  6280. }
  6281. }
  6282. },
  6283. "/api/userFeedback/content/say": {
  6284. "post": {
  6285. "description": "反馈列表-沟通发送",
  6286. "consumes": [
  6287. "application/json"
  6288. ],
  6289. "produces": [
  6290. "application/json"
  6291. ],
  6292. "tags": [
  6293. "消息中心"
  6294. ],
  6295. "summary": "用户反馈-反馈列表-沟通发送",
  6296. "parameters": [
  6297. {
  6298. "type": "string",
  6299. "description": "验证参数Bearer和token空格拼接",
  6300. "name": "Authorization",
  6301. "in": "header",
  6302. "required": true
  6303. },
  6304. {
  6305. "description": "(分页信息必填)",
  6306. "name": "req",
  6307. "in": "body",
  6308. "required": true,
  6309. "schema": {
  6310. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6311. }
  6312. }
  6313. ],
  6314. "responses": {
  6315. "200": {
  6316. "description": "具体数据",
  6317. "schema": {
  6318. "type": "string"
  6319. }
  6320. },
  6321. "400": {
  6322. "description": "具体错误",
  6323. "schema": {
  6324. "$ref": "#/definitions/md.Response"
  6325. }
  6326. }
  6327. }
  6328. }
  6329. },
  6330. "/api/userRealName/base": {
  6331. "get": {
  6332. "description": "基本设置-实名认证",
  6333. "consumes": [
  6334. "application/json"
  6335. ],
  6336. "produces": [
  6337. "application/json"
  6338. ],
  6339. "tags": [
  6340. "基本设置"
  6341. ],
  6342. "summary": "基本设置-实名认证-基本配置",
  6343. "parameters": [
  6344. {
  6345. "type": "string",
  6346. "description": "验证参数Bearer和token空格拼接",
  6347. "name": "Authorization",
  6348. "in": "header",
  6349. "required": true
  6350. }
  6351. ],
  6352. "responses": {
  6353. "200": {
  6354. "description": "具体数据",
  6355. "schema": {
  6356. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6357. }
  6358. },
  6359. "400": {
  6360. "description": "具体错误",
  6361. "schema": {
  6362. "$ref": "#/definitions/md.Response"
  6363. }
  6364. }
  6365. }
  6366. }
  6367. },
  6368. "/api/userRealName/base/save": {
  6369. "post": {
  6370. "description": "基本设置-实名认证-基本配置保存",
  6371. "consumes": [
  6372. "application/json"
  6373. ],
  6374. "produces": [
  6375. "application/json"
  6376. ],
  6377. "tags": [
  6378. "基本设置"
  6379. ],
  6380. "summary": "基本设置-实名认证-基本配置保存",
  6381. "parameters": [
  6382. {
  6383. "type": "string",
  6384. "description": "验证参数Bearer和token空格拼接",
  6385. "name": "Authorization",
  6386. "in": "header",
  6387. "required": true
  6388. },
  6389. {
  6390. "description": "(分页信息必填)",
  6391. "name": "req",
  6392. "in": "body",
  6393. "required": true,
  6394. "schema": {
  6395. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6396. }
  6397. }
  6398. ],
  6399. "responses": {
  6400. "200": {
  6401. "description": "具体数据",
  6402. "schema": {
  6403. "type": "string"
  6404. }
  6405. },
  6406. "400": {
  6407. "description": "具体错误",
  6408. "schema": {
  6409. "$ref": "#/definitions/md.Response"
  6410. }
  6411. }
  6412. }
  6413. }
  6414. },
  6415. "/api/userRealName/list": {
  6416. "post": {
  6417. "description": "基本设置-实名认证列表",
  6418. "consumes": [
  6419. "application/json"
  6420. ],
  6421. "produces": [
  6422. "application/json"
  6423. ],
  6424. "tags": [
  6425. "基本设置"
  6426. ],
  6427. "summary": "基本设置-实名认证列表",
  6428. "parameters": [
  6429. {
  6430. "type": "string",
  6431. "description": "验证参数Bearer和token空格拼接",
  6432. "name": "Authorization",
  6433. "in": "header",
  6434. "required": true
  6435. },
  6436. {
  6437. "description": "(分页信息必填)",
  6438. "name": "req",
  6439. "in": "body",
  6440. "required": true,
  6441. "schema": {
  6442. "$ref": "#/definitions/md.UserRealNameReq"
  6443. }
  6444. }
  6445. ],
  6446. "responses": {
  6447. "200": {
  6448. "description": "具体数据",
  6449. "schema": {
  6450. "$ref": "#/definitions/md.UserRealNameResp"
  6451. }
  6452. },
  6453. "400": {
  6454. "description": "具体错误",
  6455. "schema": {
  6456. "$ref": "#/definitions/md.Response"
  6457. }
  6458. }
  6459. }
  6460. }
  6461. },
  6462. "/api/userRealName/save": {
  6463. "post": {
  6464. "description": "基本设置-修改认证状态",
  6465. "consumes": [
  6466. "application/json"
  6467. ],
  6468. "produces": [
  6469. "application/json"
  6470. ],
  6471. "tags": [
  6472. "基本设置"
  6473. ],
  6474. "summary": "基本设置-实名认证-修改认证状态",
  6475. "parameters": [
  6476. {
  6477. "type": "string",
  6478. "description": "验证参数Bearer和token空格拼接",
  6479. "name": "Authorization",
  6480. "in": "header",
  6481. "required": true
  6482. },
  6483. {
  6484. "description": "(分页信息必填)",
  6485. "name": "req",
  6486. "in": "body",
  6487. "required": true,
  6488. "schema": {
  6489. "$ref": "#/definitions/md.UserRealNameSaveReq"
  6490. }
  6491. }
  6492. ],
  6493. "responses": {
  6494. "200": {
  6495. "description": "具体数据",
  6496. "schema": {
  6497. "type": "string"
  6498. }
  6499. },
  6500. "400": {
  6501. "description": "具体错误",
  6502. "schema": {
  6503. "$ref": "#/definitions/md.Response"
  6504. }
  6505. }
  6506. }
  6507. }
  6508. },
  6509. "/api/user_feedback/cate/del": {
  6510. "post": {
  6511. "description": "分类列表-分类删除",
  6512. "consumes": [
  6513. "application/json"
  6514. ],
  6515. "produces": [
  6516. "application/json"
  6517. ],
  6518. "tags": [
  6519. "消息中心"
  6520. ],
  6521. "summary": "反馈列表-分类列表-分类删除",
  6522. "parameters": [
  6523. {
  6524. "type": "string",
  6525. "description": "验证参数Bearer和token空格拼接",
  6526. "name": "Authorization",
  6527. "in": "header",
  6528. "required": true
  6529. },
  6530. {
  6531. "description": "(分页信息必填)",
  6532. "name": "req",
  6533. "in": "body",
  6534. "required": true,
  6535. "schema": {
  6536. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6537. }
  6538. }
  6539. ],
  6540. "responses": {
  6541. "200": {
  6542. "description": "具体数据",
  6543. "schema": {
  6544. "type": "string"
  6545. }
  6546. },
  6547. "400": {
  6548. "description": "具体错误",
  6549. "schema": {
  6550. "$ref": "#/definitions/md.Response"
  6551. }
  6552. }
  6553. }
  6554. }
  6555. },
  6556. "/api/user_feedback/cate/save": {
  6557. "post": {
  6558. "description": "分类列表-分类保存",
  6559. "consumes": [
  6560. "application/json"
  6561. ],
  6562. "produces": [
  6563. "application/json"
  6564. ],
  6565. "tags": [
  6566. "消息中心"
  6567. ],
  6568. "summary": "反馈列表-分类列表-分类保存",
  6569. "parameters": [
  6570. {
  6571. "type": "string",
  6572. "description": "验证参数Bearer和token空格拼接",
  6573. "name": "Authorization",
  6574. "in": "header",
  6575. "required": true
  6576. },
  6577. {
  6578. "description": "(分页信息必填)",
  6579. "name": "req",
  6580. "in": "body",
  6581. "required": true,
  6582. "schema": {
  6583. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6584. }
  6585. }
  6586. ],
  6587. "responses": {
  6588. "200": {
  6589. "description": "具体数据",
  6590. "schema": {
  6591. "type": "string"
  6592. }
  6593. },
  6594. "400": {
  6595. "description": "具体错误",
  6596. "schema": {
  6597. "$ref": "#/definitions/md.Response"
  6598. }
  6599. }
  6600. }
  6601. }
  6602. }
  6603. },
  6604. "definitions": {
  6605. "applet_app_md_financial_center.Paginate": {
  6606. "type": "object",
  6607. "properties": {
  6608. "limit": {
  6609. "description": "每页大小",
  6610. "type": "integer"
  6611. },
  6612. "page": {
  6613. "description": "页数",
  6614. "type": "integer"
  6615. },
  6616. "total": {
  6617. "description": "总数据量",
  6618. "type": "integer"
  6619. }
  6620. }
  6621. },
  6622. "applet_app_md_financial_center.TagNode": {
  6623. "type": "object",
  6624. "properties": {
  6625. "tag_id": {
  6626. "type": "integer"
  6627. },
  6628. "tag_name": {
  6629. "type": "string"
  6630. }
  6631. }
  6632. },
  6633. "applet_app_md_im.GetBasicResp": {
  6634. "type": "object",
  6635. "properties": {
  6636. "chat_sensitive_words": {
  6637. "type": "string",
  6638. "example": "聊天敏感词"
  6639. },
  6640. "is_allow_add_friends": {
  6641. "type": "string",
  6642. "example": "是否允许加好友"
  6643. },
  6644. "is_auto_add_friends": {
  6645. "type": "string",
  6646. "example": "是否自动加好友"
  6647. },
  6648. "prohibit_add_group_members": {
  6649. "type": "string",
  6650. "example": "是否禁止添加群成员"
  6651. },
  6652. "prohibit_remove_group_members": {
  6653. "type": "string",
  6654. "example": "是否禁止移出群成员"
  6655. },
  6656. "prohibit_update_group_name": {
  6657. "type": "string",
  6658. "example": "是否禁止修改群名称"
  6659. }
  6660. }
  6661. },
  6662. "applet_app_md_im.SetBasicReq": {
  6663. "type": "object",
  6664. "properties": {
  6665. "chat_sensitive_words": {
  6666. "type": "string",
  6667. "example": "聊天敏感词"
  6668. },
  6669. "is_allow_add_friends": {
  6670. "type": "string",
  6671. "example": "是否允许加好友"
  6672. },
  6673. "is_auto_add_friends": {
  6674. "type": "string",
  6675. "example": "是否自动加好友"
  6676. },
  6677. "prohibit_add_group_members": {
  6678. "type": "string",
  6679. "example": "是否禁止添加群成员"
  6680. },
  6681. "prohibit_remove_group_members": {
  6682. "type": "string",
  6683. "example": "是否禁止移出群成员"
  6684. },
  6685. "prohibit_update_group_name": {
  6686. "type": "string",
  6687. "example": "是否禁止修改群名称"
  6688. }
  6689. }
  6690. },
  6691. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6692. "type": "object",
  6693. "properties": {
  6694. "direct_push_reward": {
  6695. "description": "直推奖励",
  6696. "allOf": [
  6697. {
  6698. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  6699. }
  6700. ]
  6701. },
  6702. "is_open": {
  6703. "description": "是否开启(1:开启 0:关闭)",
  6704. "type": "integer"
  6705. },
  6706. "person_egg_energy_coin_id": {
  6707. "description": "个人蛋蛋能量对应虚拟币 id",
  6708. "type": "integer"
  6709. },
  6710. "person_egg_points_coin_id": {
  6711. "description": "个人蛋蛋积分对应虚拟币 id",
  6712. "type": "integer"
  6713. },
  6714. "team_egg_energy_coin_id": {
  6715. "description": "团队蛋蛋能量对应虚拟币 id",
  6716. "type": "integer"
  6717. },
  6718. "team_egg_points_coin_id": {
  6719. "description": "团队蛋蛋积分对应虚拟币 id",
  6720. "type": "integer"
  6721. }
  6722. }
  6723. },
  6724. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6725. "type": "object",
  6726. "properties": {
  6727. "limit": {
  6728. "description": "每页大小",
  6729. "type": "integer"
  6730. },
  6731. "page": {
  6732. "description": "页数",
  6733. "type": "integer"
  6734. },
  6735. "total": {
  6736. "description": "总数据量",
  6737. "type": "integer"
  6738. }
  6739. }
  6740. },
  6741. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6742. "type": "object",
  6743. "properties": {
  6744. "id": {
  6745. "type": "integer"
  6746. },
  6747. "is_open": {
  6748. "description": "是否开启(1:开启 0:关闭)",
  6749. "type": "integer"
  6750. },
  6751. "is_self_active_get_team_revenue": {
  6752. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6753. "type": "integer"
  6754. },
  6755. "originator_uid": {
  6756. "description": "创始人uid",
  6757. "type": "integer"
  6758. },
  6759. "several_rows": {
  6760. "description": "几排",
  6761. "type": "integer"
  6762. },
  6763. "several_times": {
  6764. "description": "几乘",
  6765. "type": "integer"
  6766. },
  6767. "system_punish_replace": {
  6768. "description": "是否位置滑落 被新用户替换 0否 1是",
  6769. "type": "integer"
  6770. },
  6771. "system_punish_replace_value": {
  6772. "description": "xx天未活跃,处罚滑落",
  6773. "type": "integer"
  6774. }
  6775. }
  6776. },
  6777. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6778. "type": "object",
  6779. "properties": {
  6780. "limit": {
  6781. "description": "每页大小",
  6782. "type": "integer"
  6783. },
  6784. "page": {
  6785. "description": "页数",
  6786. "type": "integer"
  6787. },
  6788. "total": {
  6789. "description": "总数据量",
  6790. "type": "integer"
  6791. }
  6792. }
  6793. },
  6794. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6795. "type": "object",
  6796. "properties": {
  6797. "limit": {
  6798. "type": "integer"
  6799. },
  6800. "page": {
  6801. "type": "integer"
  6802. },
  6803. "total": {
  6804. "type": "integer"
  6805. }
  6806. }
  6807. },
  6808. "applet_app_md_member_center.Paginate": {
  6809. "type": "object",
  6810. "properties": {
  6811. "limit": {
  6812. "description": "每页大小",
  6813. "type": "integer"
  6814. },
  6815. "page": {
  6816. "description": "页数",
  6817. "type": "integer"
  6818. },
  6819. "total": {
  6820. "description": "总数据量",
  6821. "type": "integer"
  6822. }
  6823. }
  6824. },
  6825. "applet_app_md_member_center.TagNode": {
  6826. "type": "object",
  6827. "properties": {
  6828. "tag_id": {
  6829. "description": "标签 ID",
  6830. "type": "integer"
  6831. },
  6832. "tag_name": {
  6833. "description": "标签 名称",
  6834. "type": "string"
  6835. }
  6836. }
  6837. },
  6838. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6839. "type": "object",
  6840. "properties": {
  6841. "oss_access_key_id": {
  6842. "type": "string",
  6843. "example": "oss访问秘钥id"
  6844. },
  6845. "oss_access_key_secret": {
  6846. "type": "string",
  6847. "example": "oss访问秘钥"
  6848. },
  6849. "oss_assume_arn": {
  6850. "type": "string",
  6851. "example": "oss RAM角色ARN"
  6852. },
  6853. "oss_assume_role_access_key_id": {
  6854. "type": "string",
  6855. "example": "oss RAM角色访问秘钥id"
  6856. },
  6857. "oss_assume_role_access_key_secret": {
  6858. "type": "string",
  6859. "example": "oss RAM角色访问秘钥"
  6860. },
  6861. "oss_bucket_name": {
  6862. "type": "string",
  6863. "example": "oss存储桶名称"
  6864. },
  6865. "oss_bucket_scheme": {
  6866. "type": "string",
  6867. "example": "oss上传方式"
  6868. },
  6869. "oss_endpoint": {
  6870. "type": "string",
  6871. "example": "oss地域节点"
  6872. },
  6873. "oss_object_domain": {
  6874. "type": "string",
  6875. "example": "oss域名"
  6876. },
  6877. "oss_option": {
  6878. "type": "string",
  6879. "example": "oss上传文件类型选项,以逗号分割"
  6880. }
  6881. }
  6882. },
  6883. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6884. "type": "object",
  6885. "properties": {
  6886. "oss_access_key_id": {
  6887. "type": "string",
  6888. "example": "oss访问秘钥id"
  6889. },
  6890. "oss_access_key_secret": {
  6891. "type": "string",
  6892. "example": "oss访问秘钥"
  6893. },
  6894. "oss_assume_arn": {
  6895. "type": "string",
  6896. "example": "oss RAM角色ARN"
  6897. },
  6898. "oss_assume_role_access_key_id": {
  6899. "type": "string",
  6900. "example": "oss RAM角色访问秘钥id"
  6901. },
  6902. "oss_assume_role_access_key_secret": {
  6903. "type": "string",
  6904. "example": "oss RAM角色访问秘钥"
  6905. },
  6906. "oss_bucket_name": {
  6907. "type": "string",
  6908. "example": "oss存储桶名称"
  6909. },
  6910. "oss_bucket_scheme": {
  6911. "type": "string",
  6912. "example": "oss上传方式"
  6913. },
  6914. "oss_endpoint": {
  6915. "type": "string",
  6916. "example": "oss地域节点"
  6917. },
  6918. "oss_object_domain": {
  6919. "type": "string",
  6920. "example": "oss域名"
  6921. },
  6922. "oss_option": {
  6923. "type": "string",
  6924. "example": "oss上传文件类型选项,以逗号分割"
  6925. }
  6926. }
  6927. },
  6928. "client.AssumeRoleResponseBodyCredentials": {
  6929. "type": "object",
  6930. "properties": {
  6931. "AccessKeyId": {
  6932. "description": "The AccessKey ID.",
  6933. "type": "string"
  6934. },
  6935. "AccessKeySecret": {
  6936. "description": "The AccessKey secret.",
  6937. "type": "string"
  6938. },
  6939. "Expiration": {
  6940. "description": "The time when the STS token expires. The time is displayed in UTC.",
  6941. "type": "string"
  6942. },
  6943. "SecurityToken": {
  6944. "description": "The STS token.\n\n\u003e Alibaba Cloud STS does not impose limits on the length of STS tokens. We strongly recommend that you do not specify a maximum length for STS tokens.",
  6945. "type": "string"
  6946. }
  6947. }
  6948. },
  6949. "comm.GetSTSVoucherResp": {
  6950. "type": "object",
  6951. "properties": {
  6952. "bucket": {
  6953. "description": "oss 桶名称",
  6954. "type": "string"
  6955. },
  6956. "region": {
  6957. "description": "所在地域",
  6958. "type": "string"
  6959. },
  6960. "sts_token": {
  6961. "description": "STS 凭证",
  6962. "allOf": [
  6963. {
  6964. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  6965. }
  6966. ]
  6967. }
  6968. }
  6969. },
  6970. "comm.ImgReqUploadReq": {
  6971. "type": "object",
  6972. "required": [
  6973. "content_type",
  6974. "file_name"
  6975. ],
  6976. "properties": {
  6977. "content_type": {
  6978. "type": "string",
  6979. "example": "image/jpeg"
  6980. },
  6981. "file_name": {
  6982. "type": "string",
  6983. "example": "文件名"
  6984. }
  6985. }
  6986. },
  6987. "hdl.GetActiveDataResp": {
  6988. "type": "object",
  6989. "properties": {
  6990. "today": {
  6991. "description": "今日数据",
  6992. "allOf": [
  6993. {
  6994. "$ref": "#/definitions/model.PlatformActiveData"
  6995. }
  6996. ]
  6997. },
  6998. "yesterday": {
  6999. "description": "昨日数据",
  7000. "allOf": [
  7001. {
  7002. "$ref": "#/definitions/model.PlatformActiveData"
  7003. }
  7004. ]
  7005. }
  7006. }
  7007. },
  7008. "hdl.TotalDataResp": {
  7009. "type": "object",
  7010. "properties": {
  7011. "month": {
  7012. "description": "月份",
  7013. "type": "string"
  7014. },
  7015. "no_sign_in_user_count": {
  7016. "description": "未签到用户数",
  7017. "type": "integer"
  7018. },
  7019. "total_user_count": {
  7020. "description": "平台总用户数",
  7021. "type": "integer"
  7022. },
  7023. "total_withdraw_amount": {
  7024. "description": "已提现累计金额",
  7025. "type": "string"
  7026. },
  7027. "verified_user_count": {
  7028. "description": "已认证用户数",
  7029. "type": "integer"
  7030. },
  7031. "year": {
  7032. "description": "年份",
  7033. "type": "string"
  7034. }
  7035. }
  7036. },
  7037. "md.ActivePointsWalletNode": {
  7038. "type": "object",
  7039. "properties": {
  7040. "amount": {
  7041. "type": "string",
  7042. "example": "账户余额"
  7043. },
  7044. "uid": {
  7045. "description": "用户 ID",
  7046. "type": "integer"
  7047. },
  7048. "user_name": {
  7049. "type": "string",
  7050. "example": "用户名"
  7051. },
  7052. "user_phone": {
  7053. "type": "string",
  7054. "example": "手机号"
  7055. }
  7056. }
  7057. },
  7058. "md.AddCommunityDividendsReq": {
  7059. "type": "object",
  7060. "properties": {
  7061. "amount": {
  7062. "description": "社区分红数量",
  7063. "type": "string"
  7064. },
  7065. "name": {
  7066. "type": "string",
  7067. "example": "社区分红名称"
  7068. }
  7069. }
  7070. },
  7071. "md.AddCommunityDividendsWithUserReq": {
  7072. "type": "object",
  7073. "properties": {
  7074. "memo": {
  7075. "type": "string",
  7076. "example": "备注"
  7077. },
  7078. "uid": {
  7079. "description": "新增社区长用户 ID",
  7080. "type": "integer"
  7081. }
  7082. }
  7083. },
  7084. "md.AddCustomerServiceReq": {
  7085. "type": "object",
  7086. "properties": {
  7087. "memo": {
  7088. "description": "备注",
  7089. "type": "string",
  7090. "example": "备注"
  7091. },
  7092. "phone": {
  7093. "type": "string",
  7094. "example": "手机号"
  7095. },
  7096. "weight": {
  7097. "description": "权重",
  7098. "type": "integer"
  7099. }
  7100. }
  7101. },
  7102. "md.AddEmoticonReq": {
  7103. "type": "object",
  7104. "properties": {
  7105. "img_url": {
  7106. "type": "string",
  7107. "example": "图片地址"
  7108. },
  7109. "memo": {
  7110. "description": "备注",
  7111. "type": "string",
  7112. "example": "备注"
  7113. },
  7114. "name": {
  7115. "type": "string",
  7116. "example": "名称"
  7117. },
  7118. "sort": {
  7119. "description": "排序",
  7120. "type": "integer"
  7121. }
  7122. }
  7123. },
  7124. "md.AddFreePublishUserReq": {
  7125. "type": "object",
  7126. "properties": {
  7127. "uid": {
  7128. "type": "integer"
  7129. }
  7130. }
  7131. },
  7132. "md.AddFundDataReq": {
  7133. "type": "object",
  7134. "properties": {
  7135. "frequency": {
  7136. "description": "频率(分钟)",
  7137. "type": "integer"
  7138. },
  7139. "hours": {
  7140. "description": "时长(小时)",
  7141. "type": "integer"
  7142. },
  7143. "kind": {
  7144. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  7145. "type": "integer"
  7146. },
  7147. "memo": {
  7148. "type": "string",
  7149. "example": "备注"
  7150. },
  7151. "total_amount": {
  7152. "description": "金额",
  7153. "type": "string"
  7154. }
  7155. }
  7156. },
  7157. "md.AddLevelReq": {
  7158. "type": "object",
  7159. "properties": {
  7160. "auto_update": {
  7161. "description": "自动升级 0关闭 1开启",
  7162. "type": "string"
  7163. },
  7164. "choosable_num": {
  7165. "description": "可选任务数量",
  7166. "type": "string"
  7167. },
  7168. "is_use": {
  7169. "description": "是否开启(0.否, 1.是)",
  7170. "type": "string"
  7171. },
  7172. "level_name": {
  7173. "description": "等级名称",
  7174. "type": "string"
  7175. },
  7176. "level_weight": {
  7177. "description": "等级权重",
  7178. "type": "string"
  7179. },
  7180. "memo": {
  7181. "description": "备注",
  7182. "type": "string"
  7183. }
  7184. }
  7185. },
  7186. "md.AddLevelTaskReq": {
  7187. "type": "object",
  7188. "properties": {
  7189. "finish_count": {
  7190. "description": "多少天内完成的指标",
  7191. "type": "string"
  7192. },
  7193. "is_must_task": {
  7194. "description": "是否必做(0,1)",
  7195. "type": "string"
  7196. },
  7197. "level_id": {
  7198. "description": "等级 ID",
  7199. "type": "string"
  7200. },
  7201. "task_type": {
  7202. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7203. "type": "string"
  7204. },
  7205. "task_type_level_id": {
  7206. "description": "会员等级 ID (task_type=3时生效)",
  7207. "type": "string"
  7208. },
  7209. "within_days": {
  7210. "description": "多少天内完成",
  7211. "type": "string"
  7212. }
  7213. }
  7214. },
  7215. "md.AddPlatformRevenueReq": {
  7216. "type": "object",
  7217. "properties": {
  7218. "frequency": {
  7219. "description": "频率(分钟)",
  7220. "type": "integer"
  7221. },
  7222. "hours": {
  7223. "description": "时长(小时)",
  7224. "type": "integer"
  7225. },
  7226. "kind": {
  7227. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  7228. "type": "integer"
  7229. },
  7230. "memo": {
  7231. "type": "string",
  7232. "example": "备注"
  7233. },
  7234. "total_amount": {
  7235. "description": "金额",
  7236. "type": "string"
  7237. }
  7238. }
  7239. },
  7240. "md.AddTagReq": {
  7241. "type": "object",
  7242. "properties": {
  7243. "is_punish": {
  7244. "description": "是否为处罚标签(0:否 1:是)",
  7245. "type": "string"
  7246. },
  7247. "memo": {
  7248. "description": "备注",
  7249. "type": "string"
  7250. },
  7251. "name": {
  7252. "description": "标签名称",
  7253. "type": "string"
  7254. }
  7255. }
  7256. },
  7257. "md.AdvertisingBase": {
  7258. "type": "object",
  7259. "properties": {
  7260. "android_ad_is_open": {
  7261. "type": "string",
  7262. "example": "安卓广告是否开启(1:开启 0:不开启)"
  7263. },
  7264. "android_open_ad_is_open": {
  7265. "type": "string",
  7266. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  7267. },
  7268. "info": {
  7269. "type": "string",
  7270. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  7271. },
  7272. "ios_ad_is_open": {
  7273. "type": "string",
  7274. "example": "ios广告是否开启(1:开启 0:不开启)"
  7275. },
  7276. "ios_open_ad_is_open": {
  7277. "type": "string",
  7278. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  7279. },
  7280. "voice": {
  7281. "type": "string",
  7282. "example": "领取奖励声音"
  7283. },
  7284. "voice_url": {
  7285. "type": "string"
  7286. }
  7287. }
  7288. },
  7289. "md.AdvertisingBaseResp": {
  7290. "type": "object",
  7291. "properties": {
  7292. "advertising_base": {
  7293. "$ref": "#/definitions/md.AdvertisingBase"
  7294. },
  7295. "select_data": {
  7296. "type": "array",
  7297. "items": {
  7298. "type": "object",
  7299. "additionalProperties": {
  7300. "type": "string"
  7301. }
  7302. }
  7303. }
  7304. }
  7305. },
  7306. "md.AdvertisingDelReq": {
  7307. "type": "object",
  7308. "properties": {
  7309. "id": {
  7310. "type": "array",
  7311. "items": {
  7312. "type": "string"
  7313. }
  7314. }
  7315. }
  7316. },
  7317. "md.AdvertisingFunctionList": {
  7318. "type": "object",
  7319. "properties": {
  7320. "ad_id": {
  7321. "type": "string",
  7322. "example": "广告id"
  7323. },
  7324. "id": {
  7325. "type": "string"
  7326. },
  7327. "type": {
  7328. "type": "string",
  7329. "example": "类型"
  7330. }
  7331. }
  7332. },
  7333. "md.AdvertisingFunctionListReq": {
  7334. "type": "object",
  7335. "properties": {
  7336. "limit": {
  7337. "type": "string"
  7338. },
  7339. "page": {
  7340. "type": "string"
  7341. }
  7342. }
  7343. },
  7344. "md.AdvertisingFunctionListResp": {
  7345. "type": "object",
  7346. "properties": {
  7347. "adv_data": {
  7348. "type": "array",
  7349. "items": {
  7350. "type": "object",
  7351. "additionalProperties": {
  7352. "type": "string"
  7353. }
  7354. }
  7355. },
  7356. "list": {
  7357. "type": "array",
  7358. "items": {
  7359. "$ref": "#/definitions/md.AdvertisingFunctionList"
  7360. }
  7361. },
  7362. "select_data": {
  7363. "type": "array",
  7364. "items": {
  7365. "type": "object",
  7366. "additionalProperties": {
  7367. "type": "string"
  7368. }
  7369. }
  7370. },
  7371. "total": {
  7372. "type": "integer"
  7373. }
  7374. }
  7375. },
  7376. "md.AdvertisingLimit": {
  7377. "type": "object",
  7378. "properties": {
  7379. "imei_num": {
  7380. "type": "string",
  7381. "example": "设备数量"
  7382. },
  7383. "minute": {
  7384. "type": "string",
  7385. "example": "分钟"
  7386. },
  7387. "public_img": {
  7388. "type": "string",
  7389. "example": "公共弹窗图"
  7390. },
  7391. "public_img_url": {
  7392. "type": "string",
  7393. "example": "公共弹窗图"
  7394. },
  7395. "public_str": {
  7396. "type": "string",
  7397. "example": "公共弹窗文字"
  7398. },
  7399. "tip": {
  7400. "type": "string",
  7401. "example": "限制提示"
  7402. },
  7403. "withdraw_img": {
  7404. "type": "string",
  7405. "example": "提现弹窗图"
  7406. },
  7407. "withdraw_img_url": {
  7408. "type": "string",
  7409. "example": "提现弹窗图"
  7410. },
  7411. "withdraw_str": {
  7412. "type": "string",
  7413. "example": "提现弹窗文字"
  7414. }
  7415. }
  7416. },
  7417. "md.AdvertisingList": {
  7418. "type": "object",
  7419. "properties": {
  7420. "counting_down": {
  7421. "type": "string",
  7422. "example": "倒计时 单位秒"
  7423. },
  7424. "id": {
  7425. "type": "string"
  7426. },
  7427. "info": {
  7428. "type": "string",
  7429. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7430. },
  7431. "kind": {
  7432. "type": "string",
  7433. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7434. },
  7435. "name": {
  7436. "type": "string",
  7437. "example": "名称"
  7438. }
  7439. }
  7440. },
  7441. "md.AdvertisingListReq": {
  7442. "type": "object",
  7443. "properties": {
  7444. "kind": {
  7445. "type": "string"
  7446. },
  7447. "limit": {
  7448. "type": "string"
  7449. },
  7450. "name": {
  7451. "type": "string"
  7452. },
  7453. "page": {
  7454. "type": "string"
  7455. }
  7456. }
  7457. },
  7458. "md.AdvertisingListResp": {
  7459. "type": "object",
  7460. "properties": {
  7461. "adv_data": {
  7462. "type": "array",
  7463. "items": {
  7464. "type": "object",
  7465. "additionalProperties": {
  7466. "type": "string"
  7467. }
  7468. }
  7469. },
  7470. "list": {
  7471. "type": "array",
  7472. "items": {
  7473. "$ref": "#/definitions/md.AdvertisingList"
  7474. }
  7475. },
  7476. "select_data": {
  7477. "type": "array",
  7478. "items": {
  7479. "type": "object",
  7480. "additionalProperties": {
  7481. "type": "string"
  7482. }
  7483. }
  7484. },
  7485. "total": {
  7486. "type": "integer"
  7487. }
  7488. }
  7489. },
  7490. "md.AdvertisingSaveReq": {
  7491. "type": "object",
  7492. "properties": {
  7493. "counting_down": {
  7494. "type": "string",
  7495. "example": "倒计时 单位秒"
  7496. },
  7497. "id": {
  7498. "type": "string"
  7499. },
  7500. "info": {
  7501. "type": "string",
  7502. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7503. },
  7504. "kind": {
  7505. "type": "string",
  7506. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7507. },
  7508. "name": {
  7509. "type": "string",
  7510. "example": "名称"
  7511. }
  7512. }
  7513. },
  7514. "md.ArticleCateDelReq": {
  7515. "type": "object",
  7516. "properties": {
  7517. "id": {
  7518. "type": "array",
  7519. "items": {
  7520. "type": "string"
  7521. }
  7522. }
  7523. }
  7524. },
  7525. "md.ArticleCateList": {
  7526. "type": "object",
  7527. "properties": {
  7528. "id": {
  7529. "type": "string"
  7530. },
  7531. "is_show": {
  7532. "type": "string"
  7533. },
  7534. "name": {
  7535. "type": "string"
  7536. },
  7537. "pid": {
  7538. "type": "string"
  7539. },
  7540. "sort": {
  7541. "type": "string"
  7542. }
  7543. }
  7544. },
  7545. "md.ArticleCateListReq": {
  7546. "type": "object",
  7547. "properties": {
  7548. "limit": {
  7549. "description": "每页大小",
  7550. "type": "string"
  7551. },
  7552. "page": {
  7553. "description": "页数",
  7554. "type": "string"
  7555. }
  7556. }
  7557. },
  7558. "md.ArticleCateListResp": {
  7559. "type": "object",
  7560. "properties": {
  7561. "list": {
  7562. "type": "array",
  7563. "items": {
  7564. "$ref": "#/definitions/md.ArticleCateList"
  7565. }
  7566. },
  7567. "select_data": {
  7568. "type": "array",
  7569. "items": {
  7570. "type": "object",
  7571. "additionalProperties": {
  7572. "type": "string"
  7573. }
  7574. }
  7575. },
  7576. "total": {
  7577. "type": "integer"
  7578. }
  7579. }
  7580. },
  7581. "md.ArticleCateSaveReq": {
  7582. "type": "object",
  7583. "properties": {
  7584. "id": {
  7585. "type": "string"
  7586. },
  7587. "is_show": {
  7588. "type": "string"
  7589. },
  7590. "name": {
  7591. "type": "string"
  7592. },
  7593. "pid": {
  7594. "type": "string"
  7595. },
  7596. "sort": {
  7597. "type": "string"
  7598. }
  7599. }
  7600. },
  7601. "md.ArticleDelReq": {
  7602. "type": "object",
  7603. "properties": {
  7604. "id": {
  7605. "type": "array",
  7606. "items": {
  7607. "type": "string"
  7608. }
  7609. }
  7610. }
  7611. },
  7612. "md.ArticleList": {
  7613. "type": "object",
  7614. "properties": {
  7615. "cate_id": {
  7616. "type": "string",
  7617. "example": "二级分类id"
  7618. },
  7619. "content": {
  7620. "type": "string"
  7621. },
  7622. "cover": {
  7623. "type": "string",
  7624. "example": "一级分类id=4 显示 封面图"
  7625. },
  7626. "cover_url": {
  7627. "type": "string"
  7628. },
  7629. "id": {
  7630. "type": "string"
  7631. },
  7632. "is_show": {
  7633. "type": "string"
  7634. },
  7635. "pid": {
  7636. "type": "string",
  7637. "example": "一级分类id"
  7638. },
  7639. "sort": {
  7640. "type": "string"
  7641. },
  7642. "title": {
  7643. "type": "string"
  7644. },
  7645. "url": {
  7646. "type": "string"
  7647. }
  7648. }
  7649. },
  7650. "md.ArticleListReq": {
  7651. "type": "object",
  7652. "properties": {
  7653. "limit": {
  7654. "description": "每页大小",
  7655. "type": "string"
  7656. },
  7657. "page": {
  7658. "description": "页数",
  7659. "type": "string"
  7660. }
  7661. }
  7662. },
  7663. "md.ArticleListResp": {
  7664. "type": "object",
  7665. "properties": {
  7666. "cate_data": {
  7667. "type": "array",
  7668. "items": {
  7669. "type": "object",
  7670. "additionalProperties": true
  7671. }
  7672. },
  7673. "list": {
  7674. "type": "array",
  7675. "items": {
  7676. "$ref": "#/definitions/md.ArticleList"
  7677. }
  7678. },
  7679. "select_data": {
  7680. "type": "array",
  7681. "items": {
  7682. "type": "object",
  7683. "additionalProperties": true
  7684. }
  7685. },
  7686. "total": {
  7687. "type": "integer"
  7688. }
  7689. }
  7690. },
  7691. "md.ArticleSaveReq": {
  7692. "type": "object",
  7693. "properties": {
  7694. "cate_id": {
  7695. "type": "string",
  7696. "example": "二级分类id"
  7697. },
  7698. "content": {
  7699. "type": "string"
  7700. },
  7701. "cover": {
  7702. "type": "string",
  7703. "example": "一级分类id=4 显示 封面图"
  7704. },
  7705. "id": {
  7706. "type": "string"
  7707. },
  7708. "is_show": {
  7709. "type": "string"
  7710. },
  7711. "pid": {
  7712. "type": "string",
  7713. "example": "一级分类id"
  7714. },
  7715. "sort": {
  7716. "type": "string"
  7717. },
  7718. "title": {
  7719. "type": "string"
  7720. }
  7721. }
  7722. },
  7723. "md.AuditClearReq": {
  7724. "type": "object",
  7725. "properties": {
  7726. "os": {
  7727. "type": "string",
  7728. "example": "1-安卓 2-ios"
  7729. }
  7730. }
  7731. },
  7732. "md.BalanceDetailNode": {
  7733. "type": "object",
  7734. "properties": {
  7735. "after_amount": {
  7736. "description": "变更后余额",
  7737. "type": "string"
  7738. },
  7739. "amount": {
  7740. "description": "变更数量",
  7741. "type": "string"
  7742. },
  7743. "before_amount": {
  7744. "description": "变更前余额",
  7745. "type": "string"
  7746. },
  7747. "create_at": {
  7748. "description": "创建时间",
  7749. "type": "string"
  7750. },
  7751. "id": {
  7752. "description": "记录ID",
  7753. "type": "integer"
  7754. },
  7755. "kind": {
  7756. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7757. "type": "string"
  7758. }
  7759. }
  7760. },
  7761. "md.BasicInfoNode": {
  7762. "type": "object",
  7763. "properties": {
  7764. "avatar": {
  7765. "description": "头像",
  7766. "type": "string"
  7767. },
  7768. "levelId": {
  7769. "description": "会员等级 ID",
  7770. "type": "integer"
  7771. },
  7772. "level_name": {
  7773. "description": "会员等级名称",
  7774. "type": "string"
  7775. },
  7776. "memo": {
  7777. "description": "备注",
  7778. "type": "string"
  7779. },
  7780. "nickname": {
  7781. "description": "用户名称",
  7782. "type": "string"
  7783. },
  7784. "parent_name": {
  7785. "description": "推荐人名称",
  7786. "type": "string"
  7787. },
  7788. "parent_phone": {
  7789. "description": "推荐人手机号",
  7790. "type": "string"
  7791. },
  7792. "parent_uid": {
  7793. "description": "推荐人",
  7794. "type": "integer"
  7795. },
  7796. "password": {
  7797. "description": "登录密码",
  7798. "type": "string"
  7799. },
  7800. "phone": {
  7801. "description": "手机号",
  7802. "type": "string"
  7803. },
  7804. "sex": {
  7805. "description": "性别",
  7806. "type": "integer"
  7807. },
  7808. "state": {
  7809. "description": "账号状态 1正常,2冻结",
  7810. "type": "integer"
  7811. },
  7812. "tag": {
  7813. "description": "标签名称",
  7814. "type": "array",
  7815. "items": {
  7816. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  7817. }
  7818. },
  7819. "union_id": {
  7820. "description": "微信号",
  7821. "type": "string"
  7822. }
  7823. }
  7824. },
  7825. "md.BatchSendGroupMessageReq": {
  7826. "type": "object",
  7827. "properties": {
  7828. "content": {
  7829. "description": "消息内容",
  7830. "type": "string"
  7831. },
  7832. "kind": {
  7833. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7834. "type": "integer"
  7835. },
  7836. "not_condition": {
  7837. "description": "不发送条件 群 ID 以\";\"分割",
  7838. "type": "string"
  7839. },
  7840. "send_condition": {
  7841. "description": "发送条件 群 ID 以\";\"分割",
  7842. "type": "string"
  7843. },
  7844. "send_kind": {
  7845. "description": "发送模式(1:指定群组 2:所有群组)",
  7846. "type": "integer"
  7847. }
  7848. }
  7849. },
  7850. "md.BatchSendUserMessageReq": {
  7851. "type": "object",
  7852. "properties": {
  7853. "content": {
  7854. "description": "消息内容",
  7855. "type": "string"
  7856. },
  7857. "kind": {
  7858. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7859. "type": "integer"
  7860. },
  7861. "not_condition": {
  7862. "description": "不发送条件 用户手机号 以\";\"分割",
  7863. "type": "string"
  7864. },
  7865. "send_condition": {
  7866. "description": "发送条件 用户手机号 以\";\"分割",
  7867. "type": "string"
  7868. },
  7869. "send_kind": {
  7870. "description": "发送模式(1:所有用户 2:指定用户)",
  7871. "type": "integer"
  7872. }
  7873. }
  7874. },
  7875. "md.CloudBundleBaseResp": {
  7876. "type": "object",
  7877. "properties": {
  7878. "android_logo": {
  7879. "type": "string"
  7880. },
  7881. "ios_logo": {
  7882. "type": "string"
  7883. },
  7884. "launch_screen": {
  7885. "type": "object",
  7886. "additionalProperties": {
  7887. "type": "string"
  7888. }
  7889. }
  7890. }
  7891. },
  7892. "md.CloudBundleBuildReq": {
  7893. "type": "object",
  7894. "properties": {
  7895. "bit": {
  7896. "type": "array",
  7897. "items": {
  7898. "type": "string"
  7899. }
  7900. },
  7901. "isCombine": {
  7902. "type": "string"
  7903. },
  7904. "memo": {
  7905. "type": "string"
  7906. },
  7907. "os": {
  7908. "type": "string"
  7909. },
  7910. "platform": {
  7911. "type": "array",
  7912. "items": {
  7913. "type": "string"
  7914. }
  7915. },
  7916. "version": {
  7917. "type": "string"
  7918. }
  7919. }
  7920. },
  7921. "md.CloudBundleImgResp": {
  7922. "type": "object",
  7923. "properties": {
  7924. "android_logo": {
  7925. "type": "string"
  7926. },
  7927. "android_logo_url": {
  7928. "type": "string"
  7929. },
  7930. "build_1080_2280": {
  7931. "type": "string"
  7932. },
  7933. "build_1080_2280_url": {
  7934. "type": "string"
  7935. },
  7936. "build_1125_2436": {
  7937. "type": "string"
  7938. },
  7939. "build_1125_2436_url": {
  7940. "type": "string"
  7941. },
  7942. "build_1242_2208": {
  7943. "type": "string"
  7944. },
  7945. "build_1242_2208_url": {
  7946. "type": "string"
  7947. },
  7948. "build_640_1136": {
  7949. "type": "string"
  7950. },
  7951. "build_640_1136_url": {
  7952. "type": "string"
  7953. },
  7954. "build_640_960": {
  7955. "type": "string"
  7956. },
  7957. "build_640_960_url": {
  7958. "type": "string"
  7959. },
  7960. "build_720_1280": {
  7961. "type": "string"
  7962. },
  7963. "build_720_1280_url": {
  7964. "type": "string"
  7965. },
  7966. "build_750_1334": {
  7967. "type": "string"
  7968. },
  7969. "build_750_1334_url": {
  7970. "type": "string"
  7971. },
  7972. "guide": {
  7973. "type": "array",
  7974. "items": {
  7975. "$ref": "#/definitions/md.Guide"
  7976. }
  7977. },
  7978. "ios_logo": {
  7979. "type": "string"
  7980. },
  7981. "ios_logo_url": {
  7982. "type": "string"
  7983. }
  7984. }
  7985. },
  7986. "md.CloudBundleList": {
  7987. "type": "object",
  7988. "properties": {
  7989. "apply_at": {
  7990. "type": "string"
  7991. },
  7992. "bit": {
  7993. "type": "string"
  7994. },
  7995. "build_id": {
  7996. "type": "string"
  7997. },
  7998. "finish_at": {
  7999. "type": "string"
  8000. },
  8001. "id": {
  8002. "type": "string"
  8003. },
  8004. "is_auditing": {
  8005. "type": "string"
  8006. },
  8007. "is_combine": {
  8008. "type": "string"
  8009. },
  8010. "memo": {
  8011. "type": "string"
  8012. },
  8013. "os": {
  8014. "type": "string"
  8015. },
  8016. "platform": {
  8017. "type": "string"
  8018. },
  8019. "src": {
  8020. "type": "string"
  8021. },
  8022. "state": {
  8023. "type": "string"
  8024. },
  8025. "version": {
  8026. "type": "string"
  8027. }
  8028. }
  8029. },
  8030. "md.CloudBundleReq": {
  8031. "type": "object",
  8032. "properties": {
  8033. "limit": {
  8034. "description": "每页大小",
  8035. "type": "string"
  8036. },
  8037. "page": {
  8038. "description": "页数",
  8039. "type": "string"
  8040. }
  8041. }
  8042. },
  8043. "md.CloudBundleResp": {
  8044. "type": "object",
  8045. "properties": {
  8046. "last_android": {
  8047. "type": "string"
  8048. },
  8049. "last_bit": {
  8050. "type": "string"
  8051. },
  8052. "last_is_combine": {
  8053. "type": "string"
  8054. },
  8055. "last_platform": {
  8056. "type": "array",
  8057. "items": {
  8058. "type": "string"
  8059. }
  8060. },
  8061. "list": {
  8062. "type": "array",
  8063. "items": {
  8064. "$ref": "#/definitions/md.CloudBundleList"
  8065. }
  8066. },
  8067. "list_ios": {
  8068. "type": "string"
  8069. },
  8070. "select_data": {
  8071. "type": "array",
  8072. "items": {
  8073. "$ref": "#/definitions/md.CloudBundleVersionMap"
  8074. }
  8075. },
  8076. "total": {
  8077. "type": "integer"
  8078. }
  8079. }
  8080. },
  8081. "md.CloudBundleUpdateStateReq": {
  8082. "type": "object",
  8083. "properties": {
  8084. "build_id": {
  8085. "type": "string"
  8086. },
  8087. "build_number": {
  8088. "type": "string"
  8089. },
  8090. "error_msg": {
  8091. "type": "string"
  8092. },
  8093. "id": {
  8094. "type": "string"
  8095. },
  8096. "src": {
  8097. "type": "string"
  8098. },
  8099. "state": {
  8100. "type": "string"
  8101. }
  8102. }
  8103. },
  8104. "md.CloudBundleVersion": {
  8105. "type": "object",
  8106. "properties": {
  8107. "content": {
  8108. "type": "string"
  8109. },
  8110. "img": {
  8111. "type": "string"
  8112. },
  8113. "img_url": {
  8114. "type": "string"
  8115. },
  8116. "is_must": {
  8117. "type": "string"
  8118. },
  8119. "name": {
  8120. "type": "string"
  8121. },
  8122. "type": {
  8123. "type": "string"
  8124. },
  8125. "url": {
  8126. "type": "string"
  8127. },
  8128. "version": {
  8129. "type": "string"
  8130. }
  8131. }
  8132. },
  8133. "md.CloudBundleVersionMap": {
  8134. "type": "object",
  8135. "properties": {
  8136. "img": {
  8137. "type": "string"
  8138. },
  8139. "name": {
  8140. "type": "string"
  8141. },
  8142. "type": {
  8143. "type": "string"
  8144. }
  8145. }
  8146. },
  8147. "md.CloudBundleVersionResp": {
  8148. "type": "object",
  8149. "properties": {
  8150. "version": {
  8151. "type": "array",
  8152. "items": {
  8153. "$ref": "#/definitions/md.CloudBundleVersion"
  8154. }
  8155. }
  8156. }
  8157. },
  8158. "md.CommReq": {
  8159. "type": "object",
  8160. "properties": {
  8161. "id": {
  8162. "type": "string"
  8163. }
  8164. }
  8165. },
  8166. "md.ConfigResp": {
  8167. "type": "object",
  8168. "properties": {
  8169. "oss_url": {
  8170. "type": "string",
  8171. "example": "阿里云图片链接"
  8172. }
  8173. }
  8174. },
  8175. "md.DailyActivityAnalysisTopData": {
  8176. "type": "object",
  8177. "properties": {
  8178. "activity_count": {
  8179. "description": "子节点活跃天数",
  8180. "type": "integer"
  8181. },
  8182. "team_activity_user_count": {
  8183. "description": "子节点活跃人数",
  8184. "type": "integer"
  8185. },
  8186. "team_user_count": {
  8187. "description": "团队人数",
  8188. "type": "integer"
  8189. }
  8190. }
  8191. },
  8192. "md.DataSetting": {
  8193. "type": "object",
  8194. "properties": {
  8195. "total_angel_investor": {
  8196. "description": "天使投资人",
  8197. "type": "string",
  8198. "example": "天使投资人"
  8199. },
  8200. "total_ecological_development": {
  8201. "description": "生态建设",
  8202. "type": "string",
  8203. "example": "当前价格"
  8204. },
  8205. "total_issuance_amount": {
  8206. "description": "总发行量",
  8207. "type": "string",
  8208. "example": "总发行量"
  8209. },
  8210. "total_operate_fund": {
  8211. "description": "运营资金",
  8212. "type": "string",
  8213. "example": "运营资金"
  8214. },
  8215. "total_team_dividends": {
  8216. "description": "团队分红",
  8217. "type": "string",
  8218. "example": "团队分红"
  8219. },
  8220. "total_technology_team": {
  8221. "description": "技术团队",
  8222. "type": "string",
  8223. "example": "技术团队"
  8224. },
  8225. "total_user_for_person": {
  8226. "description": "个人区域",
  8227. "type": "string",
  8228. "example": "个人区域"
  8229. },
  8230. "total_user_for_team": {
  8231. "description": "团队区域",
  8232. "type": "string",
  8233. "example": "团队区域"
  8234. }
  8235. }
  8236. },
  8237. "md.DeleteEmoticonReq": {
  8238. "type": "object",
  8239. "properties": {
  8240. "id": {
  8241. "description": "拥有用户数量",
  8242. "type": "integer"
  8243. }
  8244. }
  8245. },
  8246. "md.DeleteFreePublishUserReq": {
  8247. "type": "object",
  8248. "properties": {
  8249. "uid": {
  8250. "type": "string"
  8251. }
  8252. }
  8253. },
  8254. "md.DeleteLevelReq": {
  8255. "type": "object",
  8256. "properties": {
  8257. "level_id": {
  8258. "type": "string"
  8259. }
  8260. }
  8261. },
  8262. "md.DeleteTagReq": {
  8263. "type": "object",
  8264. "properties": {
  8265. "tag_id": {
  8266. "description": "标签 ID",
  8267. "type": "string"
  8268. }
  8269. }
  8270. },
  8271. "md.DeleteTaskReq": {
  8272. "type": "object",
  8273. "properties": {
  8274. "task_id": {
  8275. "type": "string"
  8276. }
  8277. }
  8278. },
  8279. "md.DestructionSettingStruct": {
  8280. "type": "object",
  8281. "properties": {
  8282. "community_dividends": {
  8283. "description": "社区分红百分比",
  8284. "type": "string"
  8285. },
  8286. "destruction_quantity": {
  8287. "description": "销毁百分比",
  8288. "type": "string"
  8289. },
  8290. "development_committee": {
  8291. "description": "发展委员会百分比",
  8292. "type": "string"
  8293. },
  8294. "marketplace_merchant": {
  8295. "description": "市商数量百分比",
  8296. "type": "string"
  8297. },
  8298. "public_welfare_and_charity": {
  8299. "description": "公益慈善百分比",
  8300. "type": "string"
  8301. },
  8302. "star_level_dividends": {
  8303. "description": "星级分红百分比",
  8304. "type": "string"
  8305. }
  8306. }
  8307. },
  8308. "md.DirectPushRewardSettingStruct": {
  8309. "type": "object",
  8310. "properties": {
  8311. "member_self_is_open_get_team_reward": {
  8312. "description": "会员是否活跃得到团队奖励",
  8313. "type": "string"
  8314. },
  8315. "reward_rate_value": {
  8316. "description": "奖励百分比",
  8317. "type": "string"
  8318. }
  8319. }
  8320. },
  8321. "md.DynamicDataFlowListReq": {
  8322. "type": "object",
  8323. "properties": {
  8324. "end_at": {
  8325. "description": "结束时间",
  8326. "type": "string",
  8327. "example": "结束时间"
  8328. },
  8329. "kind": {
  8330. "description": "持有类型",
  8331. "type": "integer"
  8332. },
  8333. "page": {
  8334. "description": "页数",
  8335. "type": "integer"
  8336. },
  8337. "page_size": {
  8338. "description": "每页大小",
  8339. "type": "integer"
  8340. },
  8341. "start_at": {
  8342. "description": "开始时间",
  8343. "type": "string",
  8344. "example": "开始时间"
  8345. }
  8346. }
  8347. },
  8348. "md.DynamicDataFlowListResp": {
  8349. "type": "object",
  8350. "properties": {
  8351. "kind_list": {
  8352. "description": "类型列表",
  8353. "type": "array",
  8354. "items": {
  8355. "type": "object",
  8356. "additionalProperties": true
  8357. }
  8358. },
  8359. "list": {
  8360. "description": "动态数据流水列表",
  8361. "type": "array",
  8362. "items": {
  8363. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  8364. }
  8365. },
  8366. "paginate": {
  8367. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8368. }
  8369. }
  8370. },
  8371. "md.EggEnergyAvailableEnergyFlow": {
  8372. "type": "object",
  8373. "properties": {
  8374. "after_community_dividends": {
  8375. "description": "变更后-社区分红区块币数量",
  8376. "type": "string"
  8377. },
  8378. "after_destruction_quantity_values": {
  8379. "description": "变更后-销毁区块币数量",
  8380. "type": "string"
  8381. },
  8382. "after_development_committee_values": {
  8383. "description": "变更后-发展委员会区块币数量",
  8384. "type": "string"
  8385. },
  8386. "after_marketplace_merchant_fund_values": {
  8387. "description": "变更后-市商资金值",
  8388. "type": "string"
  8389. },
  8390. "after_marketplace_merchant_values": {
  8391. "description": "变更后-市商区块币数量",
  8392. "type": "string"
  8393. },
  8394. "after_now_energy_total_nums": {
  8395. "description": "变更后-现行总量",
  8396. "type": "string"
  8397. },
  8398. "after_planet_total_value": {
  8399. "description": "变更后-星球总价值",
  8400. "type": "string"
  8401. },
  8402. "after_price": {
  8403. "description": "变更后-价格",
  8404. "type": "string"
  8405. },
  8406. "after_public_welfare_and_charity_values": {
  8407. "description": "变更后-公益慈善区块币数量",
  8408. "type": "string"
  8409. },
  8410. "after_star_level_dividends_values": {
  8411. "description": "变更后-星级分红区块币数量",
  8412. "type": "string"
  8413. },
  8414. "amount": {
  8415. "description": "变更数量",
  8416. "type": "string"
  8417. },
  8418. "before_community_dividends": {
  8419. "description": "变更前-社区分红区块币数量",
  8420. "type": "string"
  8421. },
  8422. "before_destruction_quantity_values": {
  8423. "description": "变更前-销毁区块币数量",
  8424. "type": "string"
  8425. },
  8426. "before_development_committee_values": {
  8427. "description": "变更前-发展委员会区块币数量",
  8428. "type": "string"
  8429. },
  8430. "before_marketplace_merchant_fund_values": {
  8431. "description": "变更前-市商资金值",
  8432. "type": "string"
  8433. },
  8434. "before_marketplace_merchant_values": {
  8435. "description": "变更前-市商区块币数量",
  8436. "type": "string"
  8437. },
  8438. "before_now_energy_total_nums": {
  8439. "description": "变更前-现行总量",
  8440. "type": "string"
  8441. },
  8442. "before_planet_total_value": {
  8443. "description": "变更前-星球总价值",
  8444. "type": "string"
  8445. },
  8446. "before_price": {
  8447. "description": "变更前-价格",
  8448. "type": "string"
  8449. },
  8450. "before_public_welfare_and_charity_values": {
  8451. "description": "变更前-公益慈善区块币数量",
  8452. "type": "string"
  8453. },
  8454. "before_star_level_dividends_values": {
  8455. "description": "变更前-星级分红区块币数量",
  8456. "type": "string"
  8457. },
  8458. "create_time": {
  8459. "description": "创建时间",
  8460. "type": "string"
  8461. },
  8462. "id": {
  8463. "type": "integer"
  8464. },
  8465. "kind": {
  8466. "description": "种类",
  8467. "type": "integer"
  8468. },
  8469. "title": {
  8470. "description": "标题",
  8471. "type": "string"
  8472. }
  8473. }
  8474. },
  8475. "md.EggEnergyCommunityDividends": {
  8476. "type": "object",
  8477. "properties": {
  8478. "amount": {
  8479. "description": "分红数量",
  8480. "type": "string"
  8481. },
  8482. "coin_id": {
  8483. "description": "虚拟币 id",
  8484. "type": "integer"
  8485. },
  8486. "create_at": {
  8487. "description": "分红时间",
  8488. "type": "string"
  8489. },
  8490. "id": {
  8491. "type": "integer"
  8492. },
  8493. "is_over": {
  8494. "description": "是否分红完毕",
  8495. "type": "integer"
  8496. },
  8497. "name": {
  8498. "type": "string",
  8499. "example": "名称"
  8500. },
  8501. "persons_num": {
  8502. "description": "分红人数",
  8503. "type": "integer"
  8504. },
  8505. "update_at": {
  8506. "type": "string"
  8507. }
  8508. }
  8509. },
  8510. "md.EggEnergyCommunityDividendsWithUser": {
  8511. "type": "object",
  8512. "properties": {
  8513. "id": {
  8514. "type": "integer"
  8515. },
  8516. "memo": {
  8517. "type": "string",
  8518. "example": "备注"
  8519. },
  8520. "nickname": {
  8521. "type": "string"
  8522. },
  8523. "phone": {
  8524. "type": "string"
  8525. },
  8526. "uid": {
  8527. "type": "integer"
  8528. }
  8529. }
  8530. },
  8531. "md.ExchangeRulesStruct": {
  8532. "type": "object",
  8533. "properties": {
  8534. "auto_exchange_nums_by_person": {
  8535. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8536. "type": "string"
  8537. },
  8538. "auto_exchange_nums_by_team": {
  8539. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8540. "type": "string"
  8541. },
  8542. "auto_exchange_rate_by_person": {
  8543. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8544. "type": "string"
  8545. },
  8546. "auto_exchange_rate_by_team": {
  8547. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8548. "type": "string"
  8549. }
  8550. }
  8551. },
  8552. "md.ExchangeUserPositionReq": {
  8553. "type": "object",
  8554. "properties": {
  8555. "position_1": {
  8556. "description": "位置1,具体值取返回数据中的 system_id",
  8557. "type": "integer"
  8558. },
  8559. "position_2": {
  8560. "description": "位置2,具体值取返回数据中的 system_id",
  8561. "type": "integer"
  8562. }
  8563. }
  8564. },
  8565. "md.FansNode": {
  8566. "type": "object",
  8567. "properties": {
  8568. "amount": {
  8569. "description": "可提现余额",
  8570. "type": "string"
  8571. },
  8572. "id": {
  8573. "description": "用户ID",
  8574. "type": "integer"
  8575. },
  8576. "level_total": {
  8577. "description": "所属代数",
  8578. "type": "integer"
  8579. },
  8580. "nickname": {
  8581. "type": "string",
  8582. "example": "用户昵称"
  8583. },
  8584. "phone": {
  8585. "type": "string",
  8586. "example": "手机号"
  8587. },
  8588. "register_at": {
  8589. "description": "注册时间",
  8590. "type": "string"
  8591. },
  8592. "total_income": {
  8593. "description": "累计收益",
  8594. "type": "string"
  8595. }
  8596. }
  8597. },
  8598. "md.FindSubUserRelationshipMapResp": {
  8599. "type": "object",
  8600. "properties": {
  8601. "basic_setting": {
  8602. "description": "公排设置",
  8603. "allOf": [
  8604. {
  8605. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8606. }
  8607. ]
  8608. },
  8609. "search_uid": {
  8610. "description": "查找的用户 ID",
  8611. "type": "string"
  8612. },
  8613. "sub_user": {
  8614. "description": "上级用户信息",
  8615. "allOf": [
  8616. {
  8617. "$ref": "#/definitions/md.SubUser"
  8618. }
  8619. ]
  8620. }
  8621. }
  8622. },
  8623. "md.FirstWithdrawSet": {
  8624. "type": "object",
  8625. "properties": {
  8626. "first_withdraw_amount_limit": {
  8627. "description": "不需要实名时 最大提现金额",
  8628. "type": "string"
  8629. },
  8630. "is_need_real_name": {
  8631. "description": "是否需要实名(0:不需要,1:需要)",
  8632. "type": "integer"
  8633. }
  8634. }
  8635. },
  8636. "md.FreePublishUserNode": {
  8637. "type": "object",
  8638. "properties": {
  8639. "nickname": {
  8640. "type": "string",
  8641. "example": "昵称"
  8642. },
  8643. "phone": {
  8644. "type": "string",
  8645. "example": "手机号"
  8646. },
  8647. "uid": {
  8648. "type": "integer"
  8649. }
  8650. }
  8651. },
  8652. "md.FundDataNode": {
  8653. "type": "object",
  8654. "properties": {
  8655. "balance_amount": {
  8656. "description": "余额",
  8657. "type": "string"
  8658. },
  8659. "balance_times": {
  8660. "description": "剩余执行次数",
  8661. "type": "integer"
  8662. },
  8663. "create_at": {
  8664. "description": "创建时间",
  8665. "type": "string"
  8666. },
  8667. "hours": {
  8668. "description": "时长",
  8669. "type": "integer"
  8670. },
  8671. "kind": {
  8672. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8673. "type": "integer"
  8674. },
  8675. "memo": {
  8676. "description": "备注",
  8677. "type": "string"
  8678. },
  8679. "system_id": {
  8680. "type": "integer"
  8681. },
  8682. "total_amount": {
  8683. "description": "金额",
  8684. "type": "string"
  8685. }
  8686. }
  8687. },
  8688. "md.FundDataRecordNode": {
  8689. "type": "object",
  8690. "properties": {
  8691. "after_planet_total_value": {
  8692. "description": "执行后-星球价值",
  8693. "type": "string"
  8694. },
  8695. "after_price": {
  8696. "description": "执行后-价格",
  8697. "type": "string"
  8698. },
  8699. "balance_amount": {
  8700. "description": "余额",
  8701. "type": "string"
  8702. },
  8703. "balance_times": {
  8704. "description": "剩余执行次数",
  8705. "type": "integer"
  8706. },
  8707. "before_planet_total_value": {
  8708. "description": "执行前-星球价值",
  8709. "type": "string"
  8710. },
  8711. "before_price": {
  8712. "description": "执行前-价格",
  8713. "type": "string"
  8714. },
  8715. "create_at": {
  8716. "type": "string"
  8717. },
  8718. "total_amount": {
  8719. "description": "金额",
  8720. "type": "string"
  8721. }
  8722. }
  8723. },
  8724. "md.GetActivePointsUserCoinFlowListReq": {
  8725. "type": "object",
  8726. "properties": {
  8727. "coin_id": {
  8728. "description": "货币类型 ID",
  8729. "type": "integer"
  8730. },
  8731. "direction": {
  8732. "description": "流水方向:1收入 2支出",
  8733. "type": "integer"
  8734. },
  8735. "end_at": {
  8736. "description": "结束时间",
  8737. "type": "string"
  8738. },
  8739. "page": {
  8740. "description": "页数",
  8741. "type": "integer"
  8742. },
  8743. "page_size": {
  8744. "description": "每页大小",
  8745. "type": "integer"
  8746. },
  8747. "start_at": {
  8748. "description": "开始时间",
  8749. "type": "string"
  8750. },
  8751. "uid": {
  8752. "description": "用户 ID",
  8753. "type": "integer"
  8754. }
  8755. }
  8756. },
  8757. "md.GetActivePointsUserCoinFlowListResp": {
  8758. "type": "object",
  8759. "properties": {
  8760. "list": {
  8761. "description": "流水信息",
  8762. "type": "array",
  8763. "items": {
  8764. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8765. }
  8766. },
  8767. "paginate": {
  8768. "description": "分页信息",
  8769. "allOf": [
  8770. {
  8771. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8772. }
  8773. ]
  8774. },
  8775. "select_data": {
  8776. "description": "流水类型",
  8777. "allOf": [
  8778. {
  8779. "$ref": "#/definitions/md.SelectData"
  8780. }
  8781. ]
  8782. }
  8783. }
  8784. },
  8785. "md.GetActivePointsUserCoinListReq": {
  8786. "type": "object",
  8787. "properties": {
  8788. "end_coin": {
  8789. "type": "string",
  8790. "example": "最大金额"
  8791. },
  8792. "kind": {
  8793. "description": "虚拟币种类编号",
  8794. "type": "integer"
  8795. },
  8796. "page": {
  8797. "description": "页数",
  8798. "type": "integer"
  8799. },
  8800. "page_size": {
  8801. "description": "单页大小",
  8802. "type": "integer"
  8803. },
  8804. "start_coin": {
  8805. "type": "string",
  8806. "example": "最小金额"
  8807. },
  8808. "uid": {
  8809. "description": "指定查询用户 ID",
  8810. "type": "integer"
  8811. },
  8812. "user_name": {
  8813. "type": "string",
  8814. "example": "用户名称"
  8815. },
  8816. "user_phone": {
  8817. "type": "string",
  8818. "example": "手机号"
  8819. }
  8820. }
  8821. },
  8822. "md.GetActivePointsUserCoinListResp": {
  8823. "type": "object",
  8824. "properties": {
  8825. "kind_list": {
  8826. "description": "货币类型集合",
  8827. "type": "array",
  8828. "items": {
  8829. "$ref": "#/definitions/md.VirtualCoinListNode"
  8830. }
  8831. },
  8832. "list": {
  8833. "description": "余额集合",
  8834. "type": "array",
  8835. "items": {
  8836. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8837. }
  8838. },
  8839. "sum_user_amount": {
  8840. "description": "用户持有总数",
  8841. "type": "number"
  8842. },
  8843. "total": {
  8844. "description": "持有该类型用户数",
  8845. "type": "integer"
  8846. }
  8847. }
  8848. },
  8849. "md.GetContributionValueBasicSettingResp": {
  8850. "type": "object",
  8851. "properties": {
  8852. "hand_out_red_package": {
  8853. "description": "发红包获得x点",
  8854. "type": "integer"
  8855. },
  8856. "id": {
  8857. "type": "integer"
  8858. },
  8859. "posting_comment_liked": {
  8860. "description": "发布评论被官方点赞获得x点",
  8861. "type": "integer"
  8862. },
  8863. "posting_dynamic_liked": {
  8864. "description": "发布动态被官方点赞获得x点",
  8865. "type": "integer"
  8866. },
  8867. "publish_creation": {
  8868. "description": "发布创作获得x点",
  8869. "type": "integer"
  8870. }
  8871. }
  8872. },
  8873. "md.GetEggCoreDataListResp": {
  8874. "type": "object",
  8875. "properties": {
  8876. "now_energy_total_nums": {
  8877. "description": "现行总量",
  8878. "type": "string",
  8879. "example": "现行总量"
  8880. },
  8881. "now_price": {
  8882. "description": "当前价格",
  8883. "type": "string",
  8884. "example": "当前价格"
  8885. },
  8886. "planet_total_value": {
  8887. "description": "星球价值",
  8888. "type": "string",
  8889. "example": "星球价值"
  8890. },
  8891. "user_hold_total_nums": {
  8892. "description": "用户持有总量",
  8893. "type": "string"
  8894. }
  8895. }
  8896. },
  8897. "md.GetEggEnergyBasicResp": {
  8898. "type": "object",
  8899. "properties": {
  8900. "basic_setting": {
  8901. "description": "基础设置",
  8902. "allOf": [
  8903. {
  8904. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8905. }
  8906. ]
  8907. },
  8908. "data_setting": {
  8909. "description": "数据设置",
  8910. "allOf": [
  8911. {
  8912. "$ref": "#/definitions/md.DataSetting"
  8913. }
  8914. ]
  8915. },
  8916. "destruction_setting": {
  8917. "description": "销毁设置",
  8918. "allOf": [
  8919. {
  8920. "$ref": "#/definitions/md.DestructionSettingStruct"
  8921. }
  8922. ]
  8923. },
  8924. "exchange_rules": {
  8925. "description": "兑换规则",
  8926. "allOf": [
  8927. {
  8928. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8929. }
  8930. ]
  8931. },
  8932. "new_user_incentive_rules": {
  8933. "description": "新用户奖励规则",
  8934. "allOf": [
  8935. {
  8936. "$ref": "#/definitions/md.NewUserRewardRules"
  8937. }
  8938. ]
  8939. },
  8940. "price_setting": {
  8941. "description": "价格设置",
  8942. "allOf": [
  8943. {
  8944. "$ref": "#/definitions/md.PriceSettingStruct"
  8945. }
  8946. ]
  8947. },
  8948. "reward_system": {
  8949. "description": "圈层奖励",
  8950. "type": "array",
  8951. "items": {
  8952. "$ref": "#/definitions/md.RewardSystemStruct"
  8953. }
  8954. },
  8955. "system_id": {
  8956. "description": "该设置系统 ID",
  8957. "type": "integer"
  8958. },
  8959. "video_reward_setting": {
  8960. "description": "视频奖励",
  8961. "allOf": [
  8962. {
  8963. "$ref": "#/definitions/md.VideoRewardSetting"
  8964. }
  8965. ]
  8966. }
  8967. }
  8968. },
  8969. "md.GetEggEnergyVipSettingResp": {
  8970. "type": "object",
  8971. "properties": {
  8972. "level_list": {
  8973. "description": "会员等级列表",
  8974. "type": "array",
  8975. "items": {
  8976. "type": "object",
  8977. "additionalProperties": true
  8978. }
  8979. },
  8980. "list": {
  8981. "description": "会员权益设置",
  8982. "type": "array",
  8983. "items": {
  8984. "$ref": "#/definitions/md.VipEquitySettingNode"
  8985. }
  8986. }
  8987. }
  8988. },
  8989. "md.GetFreePublishUserReq": {
  8990. "type": "object",
  8991. "properties": {
  8992. "limit": {
  8993. "description": "每页大小",
  8994. "type": "integer"
  8995. },
  8996. "page": {
  8997. "description": "当前页数",
  8998. "type": "integer"
  8999. },
  9000. "uid": {
  9001. "description": "筛选的用户 ID",
  9002. "type": "integer"
  9003. }
  9004. }
  9005. },
  9006. "md.GetFreePublishUserResp": {
  9007. "type": "object",
  9008. "properties": {
  9009. "list": {
  9010. "description": "免罚用户列表",
  9011. "type": "array",
  9012. "items": {
  9013. "$ref": "#/definitions/md.FreePublishUserNode"
  9014. }
  9015. },
  9016. "paginate": {
  9017. "description": "分页信息",
  9018. "allOf": [
  9019. {
  9020. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9021. }
  9022. ]
  9023. }
  9024. }
  9025. },
  9026. "md.GetFundDataListReq": {
  9027. "type": "object",
  9028. "properties": {
  9029. "end_at": {
  9030. "type": "string",
  9031. "example": "结束时间"
  9032. },
  9033. "kind": {
  9034. "description": "数据类型",
  9035. "type": "integer"
  9036. },
  9037. "limit": {
  9038. "description": "每页大小",
  9039. "type": "integer"
  9040. },
  9041. "page": {
  9042. "description": "页数",
  9043. "type": "integer"
  9044. },
  9045. "start_at": {
  9046. "type": "string",
  9047. "example": "开始时间"
  9048. }
  9049. }
  9050. },
  9051. "md.GetFundDataListResp": {
  9052. "type": "object",
  9053. "properties": {
  9054. "kind_list": {
  9055. "description": "类型列表",
  9056. "type": "array",
  9057. "items": {
  9058. "type": "object",
  9059. "additionalProperties": true
  9060. }
  9061. },
  9062. "list": {
  9063. "description": "数据列表",
  9064. "type": "array",
  9065. "items": {
  9066. "$ref": "#/definitions/md.FundDataNode"
  9067. }
  9068. },
  9069. "paginate": {
  9070. "description": "分页数据",
  9071. "allOf": [
  9072. {
  9073. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9074. }
  9075. ]
  9076. }
  9077. }
  9078. },
  9079. "md.GetFundDataRecordListReq": {
  9080. "type": "object",
  9081. "properties": {
  9082. "limit": {
  9083. "description": "页面大小",
  9084. "type": "integer"
  9085. },
  9086. "page": {
  9087. "description": "页数",
  9088. "type": "integer"
  9089. },
  9090. "system_id": {
  9091. "description": "数据在系统中的 ID",
  9092. "type": "integer"
  9093. }
  9094. }
  9095. },
  9096. "md.GetFundDataRecordListResp": {
  9097. "type": "object",
  9098. "properties": {
  9099. "list": {
  9100. "type": "array",
  9101. "items": {
  9102. "$ref": "#/definitions/md.FundDataRecordNode"
  9103. }
  9104. },
  9105. "paginate": {
  9106. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9107. }
  9108. }
  9109. },
  9110. "md.GetGreenEnergyUserCoinFlowListReq": {
  9111. "type": "object",
  9112. "properties": {
  9113. "coin_id": {
  9114. "description": "货币类型 ID",
  9115. "type": "integer"
  9116. },
  9117. "direction": {
  9118. "description": "流水方向:1收入 2支出",
  9119. "type": "integer"
  9120. },
  9121. "end_at": {
  9122. "description": "结束时间",
  9123. "type": "string"
  9124. },
  9125. "page": {
  9126. "description": "页数",
  9127. "type": "integer"
  9128. },
  9129. "page_size": {
  9130. "description": "每页大小",
  9131. "type": "integer"
  9132. },
  9133. "start_at": {
  9134. "description": "开始时间",
  9135. "type": "string"
  9136. },
  9137. "uid": {
  9138. "description": "用户 ID",
  9139. "type": "integer"
  9140. }
  9141. }
  9142. },
  9143. "md.GetGreenEnergyUserCoinFlowListResp": {
  9144. "type": "object",
  9145. "properties": {
  9146. "list": {
  9147. "description": "流水信息",
  9148. "type": "array",
  9149. "items": {
  9150. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9151. }
  9152. },
  9153. "paginate": {
  9154. "description": "分页信息",
  9155. "allOf": [
  9156. {
  9157. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9158. }
  9159. ]
  9160. },
  9161. "select_data": {
  9162. "description": "流水类型",
  9163. "allOf": [
  9164. {
  9165. "$ref": "#/definitions/md.SelectData"
  9166. }
  9167. ]
  9168. }
  9169. }
  9170. },
  9171. "md.GetGreenEnergyUserCoinListReq": {
  9172. "type": "object",
  9173. "properties": {
  9174. "end_coin": {
  9175. "type": "string",
  9176. "example": "最大金额"
  9177. },
  9178. "kind": {
  9179. "description": "虚拟币种类编号",
  9180. "type": "integer"
  9181. },
  9182. "page": {
  9183. "description": "页数",
  9184. "type": "integer"
  9185. },
  9186. "page_size": {
  9187. "description": "单页大小",
  9188. "type": "integer"
  9189. },
  9190. "start_coin": {
  9191. "type": "string",
  9192. "example": "最小金额"
  9193. },
  9194. "uid": {
  9195. "description": "指定查询用户 ID",
  9196. "type": "integer"
  9197. },
  9198. "user_name": {
  9199. "type": "string",
  9200. "example": "用户名称"
  9201. },
  9202. "user_phone": {
  9203. "type": "string",
  9204. "example": "手机号"
  9205. }
  9206. }
  9207. },
  9208. "md.GetGreenEnergyUserCoinListResp": {
  9209. "type": "object",
  9210. "properties": {
  9211. "kind_list": {
  9212. "description": "货币类型集合",
  9213. "type": "array",
  9214. "items": {
  9215. "$ref": "#/definitions/md.VirtualCoinListNode"
  9216. }
  9217. },
  9218. "list": {
  9219. "description": "余额集合",
  9220. "type": "array",
  9221. "items": {
  9222. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9223. }
  9224. },
  9225. "sum_user_amount": {
  9226. "description": "用户持有总数",
  9227. "type": "number"
  9228. },
  9229. "total": {
  9230. "description": "持有该类型用户数",
  9231. "type": "integer"
  9232. }
  9233. }
  9234. },
  9235. "md.GetLevelListResp": {
  9236. "type": "object",
  9237. "properties": {
  9238. "list": {
  9239. "type": "array",
  9240. "items": {
  9241. "$ref": "#/definitions/md.LevelListNode"
  9242. }
  9243. },
  9244. "paginate": {
  9245. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9246. }
  9247. }
  9248. },
  9249. "md.GetOneLevelResp": {
  9250. "type": "object",
  9251. "properties": {
  9252. "auto_update": {
  9253. "description": "自动升级 0关闭,1开启",
  9254. "type": "integer"
  9255. },
  9256. "choosable_num": {
  9257. "description": "可选任务数量",
  9258. "type": "integer"
  9259. },
  9260. "is_use": {
  9261. "description": "是否开启(0.否, 1.是)",
  9262. "type": "integer"
  9263. },
  9264. "level_id": {
  9265. "description": "等级 ID",
  9266. "type": "integer"
  9267. },
  9268. "level_name": {
  9269. "description": "等级名称",
  9270. "type": "string"
  9271. },
  9272. "level_weight": {
  9273. "description": "等级权重",
  9274. "type": "integer"
  9275. },
  9276. "memo": {
  9277. "description": "备注",
  9278. "type": "string"
  9279. },
  9280. "task_type": {
  9281. "description": "任务类型关系",
  9282. "type": "array",
  9283. "items": {
  9284. "type": "object",
  9285. "additionalProperties": true
  9286. }
  9287. },
  9288. "user_level_tasks": {
  9289. "type": "array",
  9290. "items": {
  9291. "$ref": "#/definitions/model.UserLevelTask"
  9292. }
  9293. }
  9294. }
  9295. },
  9296. "md.GetPriceCurveResp": {
  9297. "type": "object",
  9298. "properties": {
  9299. "x_data": {
  9300. "type": "array",
  9301. "items": {}
  9302. },
  9303. "y_data": {
  9304. "type": "array",
  9305. "items": {}
  9306. }
  9307. }
  9308. },
  9309. "md.GetPublicPlatoonBasicResp": {
  9310. "type": "object",
  9311. "properties": {
  9312. "is_open": {
  9313. "description": "是否开启(1:开启 0:关闭)",
  9314. "type": "integer"
  9315. },
  9316. "is_self_active_get_team_revenue": {
  9317. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9318. "type": "integer"
  9319. },
  9320. "originator_name": {
  9321. "description": "创始人名称",
  9322. "type": "string"
  9323. },
  9324. "originator_uid": {
  9325. "description": "创始人uid",
  9326. "type": "integer"
  9327. },
  9328. "several_rows": {
  9329. "description": "几排",
  9330. "type": "integer"
  9331. },
  9332. "several_times": {
  9333. "description": "几乘",
  9334. "type": "integer"
  9335. },
  9336. "system_punish_replace": {
  9337. "description": "是否位置滑落 被新用户替换 0否 1是",
  9338. "type": "integer"
  9339. },
  9340. "system_punish_replace_value": {
  9341. "description": "xx天未活跃,处罚滑落",
  9342. "type": "integer"
  9343. }
  9344. }
  9345. },
  9346. "md.GetTagListResp": {
  9347. "type": "object",
  9348. "properties": {
  9349. "list": {
  9350. "type": "array",
  9351. "items": {
  9352. "$ref": "#/definitions/md.TagListNode"
  9353. }
  9354. },
  9355. "paginate": {
  9356. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9357. }
  9358. }
  9359. },
  9360. "md.GetVideoRewardResp": {
  9361. "type": "object",
  9362. "properties": {
  9363. "ecmp": {
  9364. "description": "当前 Ecpm 值",
  9365. "type": "string"
  9366. },
  9367. "unit_price": {
  9368. "description": "单价",
  9369. "type": "string"
  9370. }
  9371. }
  9372. },
  9373. "md.GetWithdrawApplyListNode": {
  9374. "type": "object",
  9375. "properties": {
  9376. "actual_receipt": {
  9377. "description": "实际到账",
  9378. "type": "string"
  9379. },
  9380. "ali_pay_account": {
  9381. "description": "支付宝账号",
  9382. "type": "string"
  9383. },
  9384. "ali_pay_name": {
  9385. "description": "支付宝昵称",
  9386. "type": "string"
  9387. },
  9388. "amount": {
  9389. "description": "提现金额",
  9390. "type": "string"
  9391. },
  9392. "apply_at": {
  9393. "description": "申请时间",
  9394. "type": "string"
  9395. },
  9396. "invite_code": {
  9397. "description": "邀请码",
  9398. "type": "string"
  9399. },
  9400. "memo": {
  9401. "description": "备注",
  9402. "type": "string"
  9403. },
  9404. "nickname": {
  9405. "description": "用户名称",
  9406. "type": "string"
  9407. },
  9408. "parentID": {
  9409. "description": "推荐人ID",
  9410. "type": "integer"
  9411. },
  9412. "parentPhone": {
  9413. "description": "推荐人手机号",
  9414. "type": "string"
  9415. },
  9416. "pay_at": {
  9417. "description": "到账时间",
  9418. "type": "string"
  9419. },
  9420. "state": {
  9421. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9422. "type": "integer"
  9423. },
  9424. "sys_fee": {
  9425. "description": "手续费",
  9426. "type": "string"
  9427. },
  9428. "tag": {
  9429. "description": "标签",
  9430. "type": "array",
  9431. "items": {
  9432. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  9433. }
  9434. },
  9435. "user_id": {
  9436. "description": "会员 ID",
  9437. "type": "integer"
  9438. },
  9439. "wechat_pay_account": {
  9440. "description": "微信账号",
  9441. "type": "string"
  9442. },
  9443. "wechat_pay_name": {
  9444. "description": "微信昵称",
  9445. "type": "string"
  9446. },
  9447. "withdraw_type": {
  9448. "description": "转账平台(1:支付宝 2:微信)",
  9449. "type": "integer"
  9450. }
  9451. }
  9452. },
  9453. "md.GetWithdrawApplyListReq": {
  9454. "type": "object",
  9455. "properties": {
  9456. "amount_begin": {
  9457. "description": "最小金额",
  9458. "type": "string"
  9459. },
  9460. "amount_end": {
  9461. "description": "最大金额",
  9462. "type": "string"
  9463. },
  9464. "apply_end_at": {
  9465. "description": "申请结束时间",
  9466. "type": "string"
  9467. },
  9468. "apply_start_at": {
  9469. "description": "申请开始时间",
  9470. "type": "string"
  9471. },
  9472. "examine_end_at": {
  9473. "description": "审核结束时间",
  9474. "type": "string"
  9475. },
  9476. "examine_start_at": {
  9477. "description": "审核开始时间",
  9478. "type": "string"
  9479. },
  9480. "is_first": {
  9481. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9482. "type": "string"
  9483. },
  9484. "level": {
  9485. "description": "会员等级",
  9486. "type": "string"
  9487. },
  9488. "limit": {
  9489. "description": "页面大小",
  9490. "type": "integer"
  9491. },
  9492. "nickname": {
  9493. "description": "用户昵称",
  9494. "type": "string"
  9495. },
  9496. "page": {
  9497. "description": "页数",
  9498. "type": "integer"
  9499. },
  9500. "parent_id": {
  9501. "description": "推荐人 ID",
  9502. "type": "string"
  9503. },
  9504. "payment_type": {
  9505. "description": "打款类型 1:手动;2:自动",
  9506. "type": "string"
  9507. },
  9508. "phone": {
  9509. "description": "用户手机号",
  9510. "type": "string"
  9511. },
  9512. "state": {
  9513. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9514. "type": "string"
  9515. },
  9516. "uid": {
  9517. "description": "用户 ID",
  9518. "type": "string"
  9519. },
  9520. "withdraw_account": {
  9521. "description": "支付宝/微信昵称",
  9522. "type": "string"
  9523. },
  9524. "withdraw_name": {
  9525. "description": "支付宝姓名",
  9526. "type": "string"
  9527. },
  9528. "withdraw_type": {
  9529. "description": "提现方式(1:支付宝 2:微信)",
  9530. "type": "string"
  9531. }
  9532. }
  9533. },
  9534. "md.GetWithdrawApplyListResp": {
  9535. "type": "object",
  9536. "properties": {
  9537. "levels_list": {
  9538. "description": "等级列表",
  9539. "type": "array",
  9540. "items": {
  9541. "type": "object",
  9542. "additionalProperties": true
  9543. }
  9544. },
  9545. "list": {
  9546. "type": "array",
  9547. "items": {
  9548. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9549. }
  9550. },
  9551. "paginate": {
  9552. "description": "分页信息",
  9553. "allOf": [
  9554. {
  9555. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9556. }
  9557. ]
  9558. },
  9559. "pay_failed_amount": {
  9560. "description": "打款失败金额",
  9561. "type": "string"
  9562. },
  9563. "pay_succeed_amount": {
  9564. "description": "打款成功金额",
  9565. "type": "string"
  9566. },
  9567. "pending_amount": {
  9568. "description": "处理中金额",
  9569. "type": "string"
  9570. },
  9571. "tags_list": {
  9572. "description": "标签列表",
  9573. "type": "array",
  9574. "items": {
  9575. "type": "object",
  9576. "additionalProperties": true
  9577. }
  9578. },
  9579. "under_review": {
  9580. "description": "审核中金额",
  9581. "type": "string"
  9582. }
  9583. }
  9584. },
  9585. "md.GetWithdrawSettingResp": {
  9586. "type": "object",
  9587. "properties": {
  9588. "condition_is_open": {
  9589. "description": "提现条件是否开启(0:关闭, 1:开启)",
  9590. "type": "integer"
  9591. },
  9592. "first_withdraw_set": {
  9593. "description": "首次提现设置",
  9594. "allOf": [
  9595. {
  9596. "$ref": "#/definitions/md.FirstWithdrawSet"
  9597. }
  9598. ]
  9599. },
  9600. "frequency_set": {
  9601. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9602. "allOf": [
  9603. {
  9604. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9605. }
  9606. ]
  9607. },
  9608. "id": {
  9609. "type": "integer"
  9610. },
  9611. "is_auto": {
  9612. "description": "是否开启自动提现(0:否 1:是)",
  9613. "type": "integer"
  9614. },
  9615. "is_auto_amount_limit": {
  9616. "description": "自动提现金额限制",
  9617. "type": "string"
  9618. },
  9619. "is_real_name": {
  9620. "description": "是否实名(0:否 1:是)",
  9621. "type": "integer"
  9622. },
  9623. "is_support_decimal_point": {
  9624. "description": "是否支持小数点(0:否 1:是)",
  9625. "type": "integer"
  9626. },
  9627. "level_list": {
  9628. "description": "会员等级列表",
  9629. "type": "array",
  9630. "items": {
  9631. "type": "object",
  9632. "additionalProperties": true
  9633. }
  9634. },
  9635. "pending_orders_is_can_apply": {
  9636. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  9637. "type": "integer"
  9638. },
  9639. "vip_level_limit": {
  9640. "description": "提现等级限制",
  9641. "type": "integer"
  9642. },
  9643. "withdraw_amount_limit": {
  9644. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9645. "type": "string"
  9646. },
  9647. "withdraw_fee_set": {
  9648. "description": "提现手续费设置",
  9649. "allOf": [
  9650. {
  9651. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  9652. }
  9653. ]
  9654. },
  9655. "withdraw_multiple_limit": {
  9656. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9657. "type": "string"
  9658. },
  9659. "withdraw_nums_limit": {
  9660. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9661. "type": "integer"
  9662. },
  9663. "withdraw_time_interval": {
  9664. "description": "提现时段",
  9665. "allOf": [
  9666. {
  9667. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  9668. }
  9669. ]
  9670. },
  9671. "withdraw_type": {
  9672. "description": "提现方式(1:支付宝 2:微信)",
  9673. "type": "integer"
  9674. }
  9675. }
  9676. },
  9677. "md.GroupListReq": {
  9678. "type": "object",
  9679. "properties": {
  9680. "group_admin": {
  9681. "description": "群主",
  9682. "type": "string"
  9683. },
  9684. "name": {
  9685. "description": "群名称",
  9686. "type": "string"
  9687. },
  9688. "page": {
  9689. "type": "integer"
  9690. },
  9691. "page_size": {
  9692. "type": "integer"
  9693. },
  9694. "start_time_end": {
  9695. "type": "string",
  9696. "example": "创建时间-截止"
  9697. },
  9698. "start_time_start": {
  9699. "type": "string",
  9700. "example": "创建时间-起始"
  9701. }
  9702. }
  9703. },
  9704. "md.GroupListResp": {
  9705. "type": "object",
  9706. "properties": {
  9707. "list": {
  9708. "type": "array",
  9709. "items": {
  9710. "type": "object",
  9711. "properties": {
  9712. "avatarUrl": {
  9713. "description": "头像",
  9714. "type": "string"
  9715. },
  9716. "createTime": {
  9717. "description": "创建时间",
  9718. "type": "string"
  9719. },
  9720. "extra": {
  9721. "description": "附加字段",
  9722. "type": "string"
  9723. },
  9724. "id": {
  9725. "description": "群组id",
  9726. "type": "integer"
  9727. },
  9728. "introduction": {
  9729. "description": "群简介",
  9730. "type": "string"
  9731. },
  9732. "isAllAddFriend": {
  9733. "description": "是否允许加好友(1:是 2:否)",
  9734. "type": "integer"
  9735. },
  9736. "isAllMemberBanned": {
  9737. "description": "是否全员禁言(1:是 2:否)",
  9738. "type": "integer"
  9739. },
  9740. "name": {
  9741. "description": "组名",
  9742. "type": "string"
  9743. },
  9744. "nickname": {
  9745. "description": "群主昵称",
  9746. "type": "string"
  9747. },
  9748. "phoneNumber": {
  9749. "description": "群主账号",
  9750. "type": "string"
  9751. },
  9752. "updateTime": {
  9753. "description": "更新时间",
  9754. "type": "string"
  9755. },
  9756. "userNum": {
  9757. "description": "群组人数",
  9758. "type": "integer"
  9759. }
  9760. }
  9761. }
  9762. },
  9763. "page": {
  9764. "type": "integer"
  9765. },
  9766. "page_size": {
  9767. "type": "integer"
  9768. },
  9769. "total": {
  9770. "type": "integer"
  9771. }
  9772. }
  9773. },
  9774. "md.Guide": {
  9775. "type": "object",
  9776. "properties": {
  9777. "bg_image": {
  9778. "type": "string"
  9779. },
  9780. "bg_image_url": {
  9781. "type": "string"
  9782. },
  9783. "content_image": {
  9784. "type": "string"
  9785. },
  9786. "content_image_url": {
  9787. "type": "string"
  9788. }
  9789. }
  9790. },
  9791. "md.LevelListNode": {
  9792. "type": "object",
  9793. "properties": {
  9794. "count": {
  9795. "description": "等级人数",
  9796. "type": "string"
  9797. },
  9798. "create_at": {
  9799. "description": "创建时间",
  9800. "type": "string"
  9801. },
  9802. "is_use": {
  9803. "description": "是否开启(0.否, 1.是)",
  9804. "type": "integer"
  9805. },
  9806. "level_id": {
  9807. "description": "等级 ID",
  9808. "type": "integer"
  9809. },
  9810. "level_name": {
  9811. "description": "等级名称",
  9812. "type": "string"
  9813. },
  9814. "level_weight": {
  9815. "description": "等级权重",
  9816. "type": "integer"
  9817. },
  9818. "memo": {
  9819. "description": "备注",
  9820. "type": "string"
  9821. }
  9822. }
  9823. },
  9824. "md.ListCommunityDividendsReq": {
  9825. "type": "object",
  9826. "properties": {
  9827. "end_at": {
  9828. "description": "结束时间",
  9829. "type": "string"
  9830. },
  9831. "end_nums": {
  9832. "description": "分红总量上限",
  9833. "type": "integer"
  9834. },
  9835. "limit": {
  9836. "description": "每页大小",
  9837. "type": "integer"
  9838. },
  9839. "page": {
  9840. "description": "页数",
  9841. "type": "integer"
  9842. },
  9843. "start_at": {
  9844. "description": "开始时间",
  9845. "type": "string"
  9846. },
  9847. "start_nums": {
  9848. "description": "分红总量下限",
  9849. "type": "integer"
  9850. }
  9851. }
  9852. },
  9853. "md.ListCommunityDividendsResp": {
  9854. "type": "object",
  9855. "properties": {
  9856. "list": {
  9857. "type": "array",
  9858. "items": {
  9859. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9860. }
  9861. },
  9862. "paginate": {
  9863. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9864. }
  9865. }
  9866. },
  9867. "md.ListCommunityDividendsWithUserReq": {
  9868. "type": "object",
  9869. "properties": {
  9870. "limit": {
  9871. "type": "integer"
  9872. },
  9873. "page": {
  9874. "type": "integer"
  9875. },
  9876. "phone": {
  9877. "type": "string"
  9878. },
  9879. "uid": {
  9880. "type": "integer"
  9881. }
  9882. }
  9883. },
  9884. "md.ListCommunityDividendsWithUserResp": {
  9885. "type": "object",
  9886. "properties": {
  9887. "list": {
  9888. "type": "array",
  9889. "items": {
  9890. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9891. }
  9892. },
  9893. "paginate": {
  9894. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9895. }
  9896. }
  9897. },
  9898. "md.ListPlatformRevenueReq": {
  9899. "type": "object",
  9900. "properties": {
  9901. "end_at": {
  9902. "type": "string",
  9903. "example": "结束时间"
  9904. },
  9905. "kind": {
  9906. "description": "数据类型",
  9907. "type": "integer"
  9908. },
  9909. "limit": {
  9910. "description": "每页大小",
  9911. "type": "integer"
  9912. },
  9913. "page": {
  9914. "description": "页数",
  9915. "type": "integer"
  9916. },
  9917. "start_at": {
  9918. "type": "string",
  9919. "example": "开始时间"
  9920. }
  9921. }
  9922. },
  9923. "md.ListPlatformRevenueResp": {
  9924. "type": "object",
  9925. "properties": {
  9926. "kind_list": {
  9927. "description": "类型列表",
  9928. "type": "array",
  9929. "items": {
  9930. "type": "object",
  9931. "additionalProperties": true
  9932. }
  9933. },
  9934. "list": {
  9935. "description": "数据列表",
  9936. "type": "array",
  9937. "items": {
  9938. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9939. }
  9940. },
  9941. "paginate": {
  9942. "description": "分页数据",
  9943. "allOf": [
  9944. {
  9945. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9946. }
  9947. ]
  9948. }
  9949. }
  9950. },
  9951. "md.LoginReq": {
  9952. "type": "object",
  9953. "required": [
  9954. "password",
  9955. "username"
  9956. ],
  9957. "properties": {
  9958. "code": {
  9959. "type": "string",
  9960. "example": "验证码"
  9961. },
  9962. "password": {
  9963. "type": "string",
  9964. "example": "登录密码"
  9965. },
  9966. "username": {
  9967. "type": "string",
  9968. "example": "登录账号"
  9969. }
  9970. }
  9971. },
  9972. "md.LoginResponse": {
  9973. "type": "object",
  9974. "properties": {
  9975. "token": {
  9976. "type": "string"
  9977. }
  9978. }
  9979. },
  9980. "md.ManualScoreReq": {
  9981. "type": "object",
  9982. "properties": {
  9983. "index_id": {
  9984. "description": "文档id",
  9985. "type": "string"
  9986. },
  9987. "score": {
  9988. "type": "string",
  9989. "example": "分数"
  9990. }
  9991. }
  9992. },
  9993. "md.ModuleSettingGetResp": {
  9994. "type": "object",
  9995. "properties": {
  9996. "data": {
  9997. "description": "内容"
  9998. },
  9999. "mod_name": {
  10000. "description": "模块名称",
  10001. "type": "string"
  10002. },
  10003. "mod_name_list": {
  10004. "description": "模块名称对照",
  10005. "type": "array",
  10006. "items": {
  10007. "type": "object",
  10008. "additionalProperties": true
  10009. }
  10010. },
  10011. "position": {
  10012. "description": "位置",
  10013. "type": "string"
  10014. },
  10015. "skip_identifier": {
  10016. "description": "跳转标识",
  10017. "type": "string"
  10018. },
  10019. "subtitle": {
  10020. "description": "副标题",
  10021. "type": "string"
  10022. },
  10023. "title": {
  10024. "description": "标题",
  10025. "type": "string"
  10026. }
  10027. }
  10028. },
  10029. "md.ModuleSettingUpdateReq": {
  10030. "type": "object",
  10031. "properties": {
  10032. "data": {
  10033. "description": "内容",
  10034. "type": "object",
  10035. "additionalProperties": true
  10036. },
  10037. "mod_name_value": {
  10038. "description": "模块类型值",
  10039. "type": "string"
  10040. },
  10041. "position": {
  10042. "description": "位置",
  10043. "type": "string"
  10044. },
  10045. "skip_identifier": {
  10046. "description": "跳转标识",
  10047. "type": "string"
  10048. },
  10049. "subtitle": {
  10050. "description": "副标题",
  10051. "type": "string"
  10052. },
  10053. "title": {
  10054. "description": "标题",
  10055. "type": "string"
  10056. }
  10057. }
  10058. },
  10059. "md.NewUserRedPackageGetBasicResp": {
  10060. "type": "object",
  10061. "properties": {
  10062. "create_at": {
  10063. "type": "string"
  10064. },
  10065. "days": {
  10066. "description": "天数",
  10067. "type": "integer"
  10068. },
  10069. "is_double": {
  10070. "description": "是否翻倍",
  10071. "type": "integer"
  10072. },
  10073. "is_open": {
  10074. "description": "是否开启(1:开启 0:关闭)",
  10075. "type": "integer"
  10076. },
  10077. "total_amount": {
  10078. "type": "string",
  10079. "example": "总金额"
  10080. },
  10081. "update_at": {
  10082. "type": "string"
  10083. }
  10084. }
  10085. },
  10086. "md.NewUserRedPackageRecordFlowListReq": {
  10087. "type": "object",
  10088. "properties": {
  10089. "end_at": {
  10090. "description": "结束时间",
  10091. "type": "string"
  10092. },
  10093. "limit": {
  10094. "description": "每页大小",
  10095. "type": "integer"
  10096. },
  10097. "page": {
  10098. "description": "页数",
  10099. "type": "integer"
  10100. },
  10101. "start_at": {
  10102. "description": "开始时间",
  10103. "type": "string"
  10104. },
  10105. "uid": {
  10106. "description": "用户 ID",
  10107. "type": "integer"
  10108. }
  10109. }
  10110. },
  10111. "md.NewUserRedPackageRecordFlowListResp": {
  10112. "type": "object",
  10113. "properties": {
  10114. "list": {
  10115. "type": "array",
  10116. "items": {
  10117. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  10118. }
  10119. },
  10120. "paginate": {
  10121. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10122. }
  10123. }
  10124. },
  10125. "md.NewUserRedPackageRecordFlowNode": {
  10126. "type": "object",
  10127. "properties": {
  10128. "balance_amount": {
  10129. "description": "剩余金额",
  10130. "type": "string"
  10131. },
  10132. "balance_days": {
  10133. "description": "剩余天数",
  10134. "type": "integer"
  10135. },
  10136. "basic_amount": {
  10137. "description": "基础金额",
  10138. "type": "string"
  10139. },
  10140. "create_at": {
  10141. "description": "创建时间",
  10142. "type": "string"
  10143. },
  10144. "day_num": {
  10145. "description": "第x天",
  10146. "type": "integer"
  10147. },
  10148. "double_rate": {
  10149. "description": "倍率",
  10150. "type": "string"
  10151. },
  10152. "id": {
  10153. "description": "流水 ID",
  10154. "type": "integer"
  10155. },
  10156. "is_double": {
  10157. "description": "是否翻倍",
  10158. "type": "integer"
  10159. },
  10160. "receive_days": {
  10161. "description": "领取天数",
  10162. "type": "integer"
  10163. },
  10164. "total_amount": {
  10165. "description": "实际金额",
  10166. "type": "string"
  10167. },
  10168. "uid": {
  10169. "description": "用户 ID",
  10170. "type": "integer"
  10171. }
  10172. }
  10173. },
  10174. "md.NewUserRedPackageRecordListReq": {
  10175. "type": "object",
  10176. "properties": {
  10177. "end_at": {
  10178. "description": "结束时间",
  10179. "type": "string"
  10180. },
  10181. "limit": {
  10182. "description": "每页大小",
  10183. "type": "integer"
  10184. },
  10185. "page": {
  10186. "description": "页数",
  10187. "type": "integer"
  10188. },
  10189. "start_at": {
  10190. "description": "开始时间",
  10191. "type": "string"
  10192. },
  10193. "uid": {
  10194. "description": "用户 ID",
  10195. "type": "integer"
  10196. }
  10197. }
  10198. },
  10199. "md.NewUserRedPackageRecordListResp": {
  10200. "type": "object",
  10201. "properties": {
  10202. "list": {
  10203. "type": "array",
  10204. "items": {
  10205. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  10206. }
  10207. },
  10208. "paginate": {
  10209. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10210. }
  10211. }
  10212. },
  10213. "md.NewUserRedPackageRecordNode": {
  10214. "type": "object",
  10215. "properties": {
  10216. "balance_amount": {
  10217. "description": "剩余金额",
  10218. "type": "string"
  10219. },
  10220. "balance_days": {
  10221. "description": "剩余天数",
  10222. "type": "integer"
  10223. },
  10224. "create_at": {
  10225. "description": "创建时间",
  10226. "type": "string"
  10227. },
  10228. "days": {
  10229. "description": "天数",
  10230. "type": "integer"
  10231. },
  10232. "receive_days": {
  10233. "description": "领取天数",
  10234. "type": "integer"
  10235. },
  10236. "state": {
  10237. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  10238. "type": "integer"
  10239. },
  10240. "system_id": {
  10241. "description": "系统中记录的 ID",
  10242. "type": "integer"
  10243. },
  10244. "total_amount": {
  10245. "description": "金额",
  10246. "type": "string"
  10247. },
  10248. "uid": {
  10249. "description": "用户 ID",
  10250. "type": "integer"
  10251. },
  10252. "update_at": {
  10253. "description": "修改时间",
  10254. "type": "string"
  10255. }
  10256. }
  10257. },
  10258. "md.NewUserRedPackageUpdateBasicReq": {
  10259. "type": "object",
  10260. "properties": {
  10261. "days": {
  10262. "description": "天数",
  10263. "type": "integer"
  10264. },
  10265. "is_double": {
  10266. "description": "是否翻倍",
  10267. "type": "integer"
  10268. },
  10269. "is_open": {
  10270. "description": "是否开启(1:开启 0:关闭)",
  10271. "type": "integer"
  10272. },
  10273. "total_amount": {
  10274. "type": "string",
  10275. "example": "总金额"
  10276. }
  10277. }
  10278. },
  10279. "md.NewUserRewardRules": {
  10280. "type": "object",
  10281. "properties": {
  10282. "continue_days": {
  10283. "description": "连续x天",
  10284. "type": "integer"
  10285. },
  10286. "invite_user_reward_value": {
  10287. "description": "拉新用户奖励x个活跃积分",
  10288. "type": "integer"
  10289. },
  10290. "reward_coefficient": {
  10291. "description": "奖励系数",
  10292. "type": "number"
  10293. }
  10294. }
  10295. },
  10296. "md.NoticeAliyunSmsList": {
  10297. "type": "object",
  10298. "properties": {
  10299. "content": {
  10300. "type": "string",
  10301. "example": "这是 填短信模板id"
  10302. },
  10303. "day": {
  10304. "type": "string",
  10305. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10306. },
  10307. "id": {
  10308. "type": "string"
  10309. },
  10310. "is_show": {
  10311. "type": "string"
  10312. },
  10313. "notice_day": {
  10314. "type": "string",
  10315. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10316. },
  10317. "title": {
  10318. "type": "string"
  10319. },
  10320. "type": {
  10321. "type": "string"
  10322. }
  10323. }
  10324. },
  10325. "md.NoticeAliyunSmsListReq": {
  10326. "type": "object",
  10327. "properties": {
  10328. "limit": {
  10329. "description": "每页大小",
  10330. "type": "string"
  10331. },
  10332. "page": {
  10333. "description": "页数",
  10334. "type": "string"
  10335. }
  10336. }
  10337. },
  10338. "md.NoticeAliyunSmsListResp": {
  10339. "type": "object",
  10340. "properties": {
  10341. "list": {
  10342. "type": "array",
  10343. "items": {
  10344. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  10345. }
  10346. },
  10347. "select_data": {
  10348. "type": "array",
  10349. "items": {
  10350. "type": "object",
  10351. "additionalProperties": {
  10352. "type": "string"
  10353. }
  10354. }
  10355. },
  10356. "total": {
  10357. "type": "integer"
  10358. }
  10359. }
  10360. },
  10361. "md.NoticeAliyunSmsSaveReq": {
  10362. "type": "object",
  10363. "properties": {
  10364. "content": {
  10365. "type": "string"
  10366. },
  10367. "day": {
  10368. "type": "string",
  10369. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10370. },
  10371. "id": {
  10372. "type": "string"
  10373. },
  10374. "is_show": {
  10375. "type": "string"
  10376. },
  10377. "notice_day": {
  10378. "type": "string",
  10379. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10380. },
  10381. "title": {
  10382. "type": "string"
  10383. },
  10384. "type": {
  10385. "type": "string"
  10386. }
  10387. }
  10388. },
  10389. "md.NoticeDelReq": {
  10390. "type": "object",
  10391. "properties": {
  10392. "id": {
  10393. "type": "array",
  10394. "items": {
  10395. "type": "string"
  10396. }
  10397. }
  10398. }
  10399. },
  10400. "md.NoticeList": {
  10401. "type": "object",
  10402. "properties": {
  10403. "content": {
  10404. "type": "string"
  10405. },
  10406. "day": {
  10407. "type": "string",
  10408. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10409. },
  10410. "id": {
  10411. "type": "string"
  10412. },
  10413. "jpush_open": {
  10414. "type": "string",
  10415. "example": "app推送开启 0关 1开"
  10416. },
  10417. "notice_day": {
  10418. "type": "string",
  10419. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10420. },
  10421. "sms_code": {
  10422. "type": "string",
  10423. "example": "短信模板id"
  10424. },
  10425. "sms_open": {
  10426. "type": "string",
  10427. "example": "短信推送开启 0关 1开"
  10428. },
  10429. "title": {
  10430. "type": "string"
  10431. },
  10432. "type": {
  10433. "type": "string"
  10434. }
  10435. }
  10436. },
  10437. "md.NoticeListReq": {
  10438. "type": "object",
  10439. "properties": {
  10440. "limit": {
  10441. "description": "每页大小",
  10442. "type": "string"
  10443. },
  10444. "page": {
  10445. "description": "页数",
  10446. "type": "string"
  10447. }
  10448. }
  10449. },
  10450. "md.NoticeListResp": {
  10451. "type": "object",
  10452. "properties": {
  10453. "change_data": {
  10454. "type": "array",
  10455. "items": {
  10456. "type": "object",
  10457. "additionalProperties": {
  10458. "type": "string"
  10459. }
  10460. }
  10461. },
  10462. "list": {
  10463. "type": "array",
  10464. "items": {
  10465. "$ref": "#/definitions/md.NoticeList"
  10466. }
  10467. },
  10468. "select_data": {
  10469. "type": "array",
  10470. "items": {
  10471. "type": "object",
  10472. "additionalProperties": {
  10473. "type": "string"
  10474. }
  10475. }
  10476. },
  10477. "total": {
  10478. "type": "integer"
  10479. }
  10480. }
  10481. },
  10482. "md.NoticePushList": {
  10483. "type": "object",
  10484. "properties": {
  10485. "content": {
  10486. "type": "string"
  10487. },
  10488. "id": {
  10489. "type": "string"
  10490. },
  10491. "platform": {
  10492. "type": "string"
  10493. },
  10494. "send_end_time": {
  10495. "type": "string",
  10496. "example": "如 2024-11-25 11:56:00"
  10497. },
  10498. "send_start_time": {
  10499. "type": "string",
  10500. "example": "如 2024-11-25 11:56:00"
  10501. },
  10502. "send_type": {
  10503. "type": "string",
  10504. "example": "0立即推送 1定时推送"
  10505. },
  10506. "state": {
  10507. "type": "string",
  10508. "example": "0待发送 1发送成功"
  10509. },
  10510. "target": {
  10511. "type": "string"
  10512. },
  10513. "title": {
  10514. "type": "string"
  10515. }
  10516. }
  10517. },
  10518. "md.NoticePushListResp": {
  10519. "type": "object",
  10520. "properties": {
  10521. "list": {
  10522. "type": "array",
  10523. "items": {
  10524. "$ref": "#/definitions/md.NoticePushList"
  10525. }
  10526. },
  10527. "platform_data": {
  10528. "type": "array",
  10529. "items": {
  10530. "type": "object",
  10531. "additionalProperties": {
  10532. "type": "string"
  10533. }
  10534. }
  10535. },
  10536. "target_data": {
  10537. "type": "array",
  10538. "items": {
  10539. "type": "object",
  10540. "additionalProperties": {
  10541. "type": "string"
  10542. }
  10543. }
  10544. },
  10545. "total": {
  10546. "type": "integer"
  10547. }
  10548. }
  10549. },
  10550. "md.NoticeSaveReq": {
  10551. "type": "object",
  10552. "properties": {
  10553. "content": {
  10554. "type": "string"
  10555. },
  10556. "day": {
  10557. "type": "string",
  10558. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10559. },
  10560. "id": {
  10561. "type": "string"
  10562. },
  10563. "jpush_open": {
  10564. "type": "string",
  10565. "example": "app推送开启 0关 1开"
  10566. },
  10567. "notice_day": {
  10568. "type": "string",
  10569. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10570. },
  10571. "sms_code": {
  10572. "type": "string",
  10573. "example": "短信模板id"
  10574. },
  10575. "sms_open": {
  10576. "type": "string",
  10577. "example": "短信推送开启 0关 1开"
  10578. },
  10579. "title": {
  10580. "type": "string"
  10581. },
  10582. "type": {
  10583. "type": "string"
  10584. }
  10585. }
  10586. },
  10587. "md.OtherNode": {
  10588. "type": "object",
  10589. "properties": {
  10590. "create_at": {
  10591. "description": "注册时间",
  10592. "type": "string"
  10593. },
  10594. "last_login_at": {
  10595. "description": "最近登录时间",
  10596. "type": "string"
  10597. },
  10598. "last_login_ip": {
  10599. "description": "最后登录 IP",
  10600. "type": "string"
  10601. }
  10602. }
  10603. },
  10604. "md.PageCustomerServiceReq": {
  10605. "type": "object",
  10606. "properties": {
  10607. "memo": {
  10608. "type": "string",
  10609. "example": "备注"
  10610. },
  10611. "page": {
  10612. "type": "integer"
  10613. },
  10614. "page_size": {
  10615. "type": "integer"
  10616. },
  10617. "state": {
  10618. "description": "状态",
  10619. "type": "integer"
  10620. }
  10621. }
  10622. },
  10623. "md.PageEmoticonReq": {
  10624. "type": "object",
  10625. "properties": {
  10626. "memo": {
  10627. "type": "string",
  10628. "example": "备注"
  10629. },
  10630. "page": {
  10631. "type": "integer"
  10632. },
  10633. "page_size": {
  10634. "type": "integer"
  10635. },
  10636. "state": {
  10637. "description": "状态",
  10638. "type": "integer"
  10639. }
  10640. }
  10641. },
  10642. "md.PageSendRedPackageOrdReq": {
  10643. "type": "object",
  10644. "properties": {
  10645. "invite_code": {
  10646. "description": "邀请码",
  10647. "type": "string",
  10648. "example": "邀请码"
  10649. },
  10650. "nickname": {
  10651. "description": "昵称",
  10652. "type": "string",
  10653. "example": "昵称"
  10654. },
  10655. "ord_no": {
  10656. "description": "订单号",
  10657. "type": "string",
  10658. "example": "订单号"
  10659. },
  10660. "page": {
  10661. "type": "integer"
  10662. },
  10663. "page_size": {
  10664. "type": "integer"
  10665. },
  10666. "phone": {
  10667. "description": "手机号",
  10668. "type": "string",
  10669. "example": "手机号"
  10670. },
  10671. "red_packet_type": {
  10672. "description": "红包类型",
  10673. "type": "integer"
  10674. },
  10675. "start_time_end": {
  10676. "type": "string",
  10677. "example": "发送时间-截止"
  10678. },
  10679. "start_time_start": {
  10680. "type": "string",
  10681. "example": "发送时间-起始"
  10682. },
  10683. "state": {
  10684. "description": "状态",
  10685. "type": "integer"
  10686. },
  10687. "uid": {
  10688. "type": "integer"
  10689. }
  10690. }
  10691. },
  10692. "md.PlatformRevenueDataNode": {
  10693. "type": "object",
  10694. "properties": {
  10695. "balance_amount": {
  10696. "description": "余额",
  10697. "type": "string"
  10698. },
  10699. "balance_times": {
  10700. "description": "剩余执行次数",
  10701. "type": "integer"
  10702. },
  10703. "create_at": {
  10704. "description": "创建时间",
  10705. "type": "string"
  10706. },
  10707. "hours": {
  10708. "description": "时长",
  10709. "type": "integer"
  10710. },
  10711. "kind": {
  10712. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10713. "type": "integer"
  10714. },
  10715. "memo": {
  10716. "description": "备注",
  10717. "type": "string"
  10718. },
  10719. "system_id": {
  10720. "type": "integer"
  10721. },
  10722. "total_amount": {
  10723. "description": "金额",
  10724. "type": "string"
  10725. }
  10726. }
  10727. },
  10728. "md.PriceSettingStruct": {
  10729. "type": "object",
  10730. "properties": {
  10731. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10732. "description": "市商资金单笔x元自动兑换",
  10733. "type": "string"
  10734. },
  10735. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10736. "description": "市商数量单笔x数量自动兑换",
  10737. "type": "string"
  10738. },
  10739. "price_below_value": {
  10740. "description": "低于x元",
  10741. "type": "string"
  10742. },
  10743. "price_higher_than_value": {
  10744. "description": "高于x元",
  10745. "type": "string"
  10746. }
  10747. }
  10748. },
  10749. "md.Response": {
  10750. "type": "object",
  10751. "properties": {
  10752. "code": {
  10753. "type": "string",
  10754. "example": "响应码"
  10755. },
  10756. "data": {
  10757. "description": "内容"
  10758. },
  10759. "msg": {
  10760. "type": "string",
  10761. "example": "具体错误原因"
  10762. }
  10763. }
  10764. },
  10765. "md.RewardSystemStruct": {
  10766. "type": "object",
  10767. "properties": {
  10768. "level": {
  10769. "description": "圈层",
  10770. "type": "integer"
  10771. },
  10772. "reward_condition": {
  10773. "description": "奖励条件",
  10774. "type": "string"
  10775. },
  10776. "reward_value": {
  10777. "description": "奖励值",
  10778. "type": "string"
  10779. }
  10780. }
  10781. },
  10782. "md.SelectData": {
  10783. "type": "object",
  10784. "properties": {
  10785. "direction": {
  10786. "type": "array",
  10787. "items": {
  10788. "type": "object",
  10789. "additionalProperties": {
  10790. "type": "string"
  10791. }
  10792. }
  10793. }
  10794. }
  10795. },
  10796. "md.SelectMemberNode": {
  10797. "type": "object",
  10798. "properties": {
  10799. "avatar": {
  10800. "description": "会员头像",
  10801. "type": "string"
  10802. },
  10803. "level": {
  10804. "description": "会员等级",
  10805. "type": "string"
  10806. },
  10807. "nickname": {
  10808. "description": "会员昵称",
  10809. "type": "string"
  10810. },
  10811. "phone": {
  10812. "description": "会员手机号",
  10813. "type": "string"
  10814. },
  10815. "uid": {
  10816. "description": "会员 ID",
  10817. "type": "integer"
  10818. }
  10819. }
  10820. },
  10821. "md.SelectMemberReq": {
  10822. "type": "object",
  10823. "properties": {
  10824. "level": {
  10825. "description": "会员等级",
  10826. "type": "integer"
  10827. },
  10828. "limit": {
  10829. "description": "每页大小",
  10830. "type": "integer"
  10831. },
  10832. "nickname": {
  10833. "description": "会员昵称",
  10834. "type": "string"
  10835. },
  10836. "page": {
  10837. "description": "页数",
  10838. "type": "integer"
  10839. },
  10840. "phone": {
  10841. "description": "会员手机号",
  10842. "type": "string"
  10843. },
  10844. "uid": {
  10845. "description": "会员 ID",
  10846. "type": "integer"
  10847. }
  10848. }
  10849. },
  10850. "md.SelectMemberResp": {
  10851. "type": "object",
  10852. "properties": {
  10853. "level_list": {
  10854. "description": "会员等级列表",
  10855. "type": "array",
  10856. "items": {
  10857. "type": "object",
  10858. "additionalProperties": true
  10859. }
  10860. },
  10861. "list": {
  10862. "description": "会员数据",
  10863. "type": "array",
  10864. "items": {
  10865. "$ref": "#/definitions/md.SelectMemberNode"
  10866. }
  10867. },
  10868. "paginate": {
  10869. "description": "分页信息",
  10870. "allOf": [
  10871. {
  10872. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10873. }
  10874. ]
  10875. }
  10876. }
  10877. },
  10878. "md.SetCustomerServiceStateReq": {
  10879. "type": "object",
  10880. "properties": {
  10881. "id": {
  10882. "description": "拥有用户数量",
  10883. "type": "integer"
  10884. },
  10885. "state": {
  10886. "description": "状态",
  10887. "type": "integer"
  10888. }
  10889. }
  10890. },
  10891. "md.SetEmoticonStateReq": {
  10892. "type": "object",
  10893. "properties": {
  10894. "id": {
  10895. "description": "拥有用户数量",
  10896. "type": "integer"
  10897. },
  10898. "state": {
  10899. "description": "状态",
  10900. "type": "integer"
  10901. }
  10902. }
  10903. },
  10904. "md.SetVideoRewardReq": {
  10905. "type": "object",
  10906. "properties": {
  10907. "ecpm": {
  10908. "description": "当前 Ecpm 值",
  10909. "type": "string"
  10910. },
  10911. "unit_price": {
  10912. "description": "单价",
  10913. "type": "string"
  10914. }
  10915. }
  10916. },
  10917. "md.SonUserDailyActivityAnalysisNode": {
  10918. "type": "object",
  10919. "properties": {
  10920. "activity_day_nums": {
  10921. "description": "活跃子节点活跃天数",
  10922. "type": "integer"
  10923. },
  10924. "nickname": {
  10925. "type": "string",
  10926. "example": "昵称"
  10927. },
  10928. "phone": {
  10929. "type": "string",
  10930. "example": "手机号"
  10931. },
  10932. "uid": {
  10933. "description": "查询用户活跃子节点 ID",
  10934. "type": "integer"
  10935. }
  10936. }
  10937. },
  10938. "md.StatisticsEggPointReq": {
  10939. "type": "object",
  10940. "properties": {
  10941. "week": {
  10942. "type": "string",
  10943. "example": "周份"
  10944. },
  10945. "year": {
  10946. "type": "string",
  10947. "example": "年份"
  10948. }
  10949. }
  10950. },
  10951. "md.StatisticsEggPointResp": {
  10952. "type": "object",
  10953. "properties": {
  10954. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10955. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10956. "type": "array",
  10957. "items": {
  10958. "type": "object",
  10959. "additionalProperties": {
  10960. "type": "string"
  10961. }
  10962. }
  10963. },
  10964. "statistics_user_egg_browse_interface_nums_range": {
  10965. "description": "统计用户\"浏览界面次数\"范围",
  10966. "type": "array",
  10967. "items": {
  10968. "type": "object",
  10969. "additionalProperties": {
  10970. "type": "string"
  10971. }
  10972. }
  10973. },
  10974. "statistics_user_egg_college_learning_nums_range": {
  10975. "description": "统计用户\"学院学习次数\"范围",
  10976. "type": "array",
  10977. "items": {
  10978. "type": "object",
  10979. "additionalProperties": {
  10980. "type": "string"
  10981. }
  10982. }
  10983. },
  10984. "statistics_user_egg_ecpm_range": {
  10985. "description": "统计用户\"ecpm\"范围",
  10986. "type": "array",
  10987. "items": {
  10988. "type": "object",
  10989. "additionalProperties": {
  10990. "type": "string"
  10991. }
  10992. }
  10993. },
  10994. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10995. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10996. "type": "array",
  10997. "items": {
  10998. "type": "object",
  10999. "additionalProperties": {
  11000. "type": "string"
  11001. }
  11002. }
  11003. },
  11004. "statistics_user_egg_forum_comments_nums_range": {
  11005. "description": "统计用户\"论坛评论次数\"范围",
  11006. "type": "array",
  11007. "items": {
  11008. "type": "object",
  11009. "additionalProperties": {
  11010. "type": "string"
  11011. }
  11012. }
  11013. },
  11014. "statistics_user_egg_invite_user_nums_range": {
  11015. "description": "统计用户\"拉新人数\"范围",
  11016. "type": "array",
  11017. "items": {
  11018. "type": "object",
  11019. "additionalProperties": {
  11020. "type": "string"
  11021. }
  11022. }
  11023. },
  11024. "statistics_user_egg_kind_proportion": {
  11025. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11026. "type": "array",
  11027. "items": {
  11028. "type": "object",
  11029. "additionalProperties": true
  11030. }
  11031. },
  11032. "statistics_user_egg_person_add_activity_value_range": {
  11033. "description": "统计用户\"个人活跃积分增量值\"范围",
  11034. "type": "array",
  11035. "items": {
  11036. "type": "object",
  11037. "additionalProperties": {
  11038. "type": "string"
  11039. }
  11040. }
  11041. },
  11042. "statistics_user_egg_score_value_range": {
  11043. "description": "统计用户蛋蛋分范围",
  11044. "type": "array",
  11045. "items": {
  11046. "type": "object",
  11047. "additionalProperties": {
  11048. "type": "string"
  11049. }
  11050. }
  11051. },
  11052. "statistics_user_egg_send_circle_of_friend_nums_range": {
  11053. "description": "统计用户\"发朋友圈次数\"范围",
  11054. "type": "array",
  11055. "items": {
  11056. "type": "object",
  11057. "additionalProperties": {
  11058. "type": "string"
  11059. }
  11060. }
  11061. },
  11062. "statistics_user_egg_send_red_package_nums_range": {
  11063. "description": "统计用户\"发红包次数\"范围",
  11064. "type": "array",
  11065. "items": {
  11066. "type": "object",
  11067. "additionalProperties": {
  11068. "type": "string"
  11069. }
  11070. }
  11071. },
  11072. "statistics_user_egg_sign_in_nums_range": {
  11073. "description": "统计用户\"签到次数\"范围",
  11074. "type": "array",
  11075. "items": {
  11076. "type": "object",
  11077. "additionalProperties": {
  11078. "type": "string"
  11079. }
  11080. }
  11081. },
  11082. "statistics_user_egg_team_activity_nums_range": {
  11083. "description": "统计用户\"团队活跃次数\"范围",
  11084. "type": "array",
  11085. "items": {
  11086. "type": "object",
  11087. "additionalProperties": {
  11088. "type": "string"
  11089. }
  11090. }
  11091. },
  11092. "statistics_user_egg_violate_nums_range": {
  11093. "description": "统计用户\"违规次数\"范围",
  11094. "type": "array",
  11095. "items": {
  11096. "type": "object",
  11097. "additionalProperties": {
  11098. "type": "string"
  11099. }
  11100. }
  11101. },
  11102. "week": {
  11103. "type": "string",
  11104. "example": "周份"
  11105. },
  11106. "year": {
  11107. "type": "string",
  11108. "example": "年份"
  11109. },
  11110. "year_list": {
  11111. "description": "年份\u0026\u0026周份列表",
  11112. "type": "object",
  11113. "additionalProperties": {
  11114. "type": "array",
  11115. "items": {
  11116. "type": "string"
  11117. }
  11118. }
  11119. }
  11120. }
  11121. },
  11122. "md.SubUser": {
  11123. "type": "object",
  11124. "properties": {
  11125. "avatar_url": {
  11126. "type": "string",
  11127. "example": "头像"
  11128. },
  11129. "level": {
  11130. "description": "整个系统中的等级",
  11131. "type": "integer"
  11132. },
  11133. "nickname": {
  11134. "type": "string",
  11135. "example": "昵称"
  11136. },
  11137. "phone": {
  11138. "type": "string",
  11139. "example": "手机号"
  11140. },
  11141. "pid": {
  11142. "type": "integer"
  11143. },
  11144. "position": {
  11145. "description": "以pid1为创始人中网的位置",
  11146. "type": "integer"
  11147. },
  11148. "uid": {
  11149. "type": "integer"
  11150. }
  11151. }
  11152. },
  11153. "md.TagListNode": {
  11154. "type": "object",
  11155. "properties": {
  11156. "count": {
  11157. "description": "标签人数",
  11158. "type": "string"
  11159. },
  11160. "create_at": {
  11161. "description": "创建时间",
  11162. "type": "string"
  11163. },
  11164. "is_punish": {
  11165. "description": "是否处罚",
  11166. "type": "integer"
  11167. },
  11168. "memo": {
  11169. "description": "备注",
  11170. "type": "string"
  11171. },
  11172. "name": {
  11173. "description": "名称",
  11174. "type": "string"
  11175. },
  11176. "tag_id": {
  11177. "description": "标签 ID",
  11178. "type": "string"
  11179. }
  11180. }
  11181. },
  11182. "md.TreeNode": {
  11183. "type": "object",
  11184. "properties": {
  11185. "avatar_url": {
  11186. "type": "string",
  11187. "example": "头像"
  11188. },
  11189. "level": {
  11190. "type": "integer"
  11191. },
  11192. "nickname": {
  11193. "type": "string",
  11194. "example": "昵称"
  11195. },
  11196. "phone": {
  11197. "type": "string",
  11198. "example": "手机号"
  11199. },
  11200. "pid": {
  11201. "type": "integer"
  11202. },
  11203. "position": {
  11204. "type": "integer"
  11205. },
  11206. "son": {
  11207. "type": "array",
  11208. "items": {
  11209. "$ref": "#/definitions/md.TreeNode"
  11210. }
  11211. },
  11212. "system_id": {
  11213. "description": "公排网中id",
  11214. "type": "integer"
  11215. },
  11216. "uid": {
  11217. "type": "integer"
  11218. }
  11219. }
  11220. },
  11221. "md.UpdateContributionValueBasicSettingReq": {
  11222. "type": "object",
  11223. "properties": {
  11224. "hand_out_red_package": {
  11225. "description": "发红包获得x点",
  11226. "type": "string"
  11227. },
  11228. "id": {
  11229. "type": "string"
  11230. },
  11231. "posting_comment_liked": {
  11232. "description": "发布评论被官方点赞获得x点",
  11233. "type": "string"
  11234. },
  11235. "posting_dynamic_liked": {
  11236. "description": "发布动态被官方点赞获得x点",
  11237. "type": "string"
  11238. },
  11239. "publish_creation": {
  11240. "description": "发布创作获得x点",
  11241. "type": "string"
  11242. }
  11243. }
  11244. },
  11245. "md.UpdateCustomerServiceMemoReq": {
  11246. "type": "object",
  11247. "properties": {
  11248. "id": {
  11249. "description": "拥有用户数量",
  11250. "type": "integer"
  11251. },
  11252. "memo": {
  11253. "description": "备注",
  11254. "type": "string",
  11255. "example": "备注"
  11256. }
  11257. }
  11258. },
  11259. "md.UpdateEggEnergyBasicReq": {
  11260. "type": "object",
  11261. "properties": {
  11262. "basic_setting": {
  11263. "description": "基础设置",
  11264. "allOf": [
  11265. {
  11266. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11267. }
  11268. ]
  11269. },
  11270. "data_setting": {
  11271. "description": "数据设置",
  11272. "allOf": [
  11273. {
  11274. "$ref": "#/definitions/md.DataSetting"
  11275. }
  11276. ]
  11277. },
  11278. "destruction_setting": {
  11279. "description": "销毁设置",
  11280. "allOf": [
  11281. {
  11282. "$ref": "#/definitions/md.DestructionSettingStruct"
  11283. }
  11284. ]
  11285. },
  11286. "exchange_rules": {
  11287. "description": "兑换规则",
  11288. "allOf": [
  11289. {
  11290. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11291. }
  11292. ]
  11293. },
  11294. "new_user_incentive_rules": {
  11295. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  11296. "allOf": [
  11297. {
  11298. "$ref": "#/definitions/md.NewUserRewardRules"
  11299. }
  11300. ]
  11301. },
  11302. "price_setting": {
  11303. "description": "价格设置",
  11304. "allOf": [
  11305. {
  11306. "$ref": "#/definitions/md.PriceSettingStruct"
  11307. }
  11308. ]
  11309. },
  11310. "reward_system": {
  11311. "description": "圈层奖励",
  11312. "type": "array",
  11313. "items": {
  11314. "$ref": "#/definitions/md.RewardSystemStruct"
  11315. }
  11316. },
  11317. "system_id": {
  11318. "description": "该设置系统 ID",
  11319. "type": "integer"
  11320. },
  11321. "video_reward_setting": {
  11322. "description": "视频奖励",
  11323. "allOf": [
  11324. {
  11325. "$ref": "#/definitions/md.VideoRewardSetting"
  11326. }
  11327. ]
  11328. }
  11329. }
  11330. },
  11331. "md.UpdateEggEnergyVipSettingReq": {
  11332. "type": "object",
  11333. "properties": {
  11334. "list": {
  11335. "description": "更新后数据",
  11336. "type": "array",
  11337. "items": {
  11338. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  11339. }
  11340. }
  11341. }
  11342. },
  11343. "md.UpdateEmoticonReq": {
  11344. "type": "object",
  11345. "properties": {
  11346. "id": {
  11347. "description": "拥有用户数量",
  11348. "type": "integer"
  11349. },
  11350. "img_url": {
  11351. "type": "string",
  11352. "example": "图片地址"
  11353. },
  11354. "memo": {
  11355. "description": "备注",
  11356. "type": "string",
  11357. "example": "备注"
  11358. },
  11359. "name": {
  11360. "type": "string",
  11361. "example": "名称"
  11362. },
  11363. "sort": {
  11364. "description": "排序",
  11365. "type": "integer"
  11366. }
  11367. }
  11368. },
  11369. "md.UpdateLevelReq": {
  11370. "type": "object",
  11371. "properties": {
  11372. "auto_update": {
  11373. "description": "自动升级 0关闭 1开启",
  11374. "type": "string"
  11375. },
  11376. "choosable_num": {
  11377. "description": "可选任务数量",
  11378. "type": "string"
  11379. },
  11380. "is_use": {
  11381. "description": "是否开启(0.否, 1.是)",
  11382. "type": "string"
  11383. },
  11384. "level_id": {
  11385. "type": "string"
  11386. },
  11387. "level_name": {
  11388. "description": "等级名称",
  11389. "type": "string"
  11390. },
  11391. "level_weight": {
  11392. "description": "等级权重",
  11393. "type": "string"
  11394. },
  11395. "memo": {
  11396. "description": "备注",
  11397. "type": "string"
  11398. }
  11399. }
  11400. },
  11401. "md.UpdateLevelTaskReq": {
  11402. "type": "object",
  11403. "properties": {
  11404. "finish_count": {
  11405. "description": "多少天内完成的指标",
  11406. "type": "string"
  11407. },
  11408. "is_must_task": {
  11409. "description": "是否必做(0,1)",
  11410. "type": "string"
  11411. },
  11412. "task_id": {
  11413. "description": "等级 ID",
  11414. "type": "string"
  11415. },
  11416. "task_type": {
  11417. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11418. "type": "string"
  11419. },
  11420. "task_type_level_id": {
  11421. "description": "会员等级 ID (task_type=3时生效)",
  11422. "type": "string"
  11423. },
  11424. "within_days": {
  11425. "description": "多少天内完成",
  11426. "type": "string"
  11427. }
  11428. }
  11429. },
  11430. "md.UpdatePublicPlatoonBasicReq": {
  11431. "type": "object",
  11432. "properties": {
  11433. "is_open": {
  11434. "description": "是否开启(1:开启 0:关闭)",
  11435. "type": "integer"
  11436. },
  11437. "is_self_active_get_team_revenue": {
  11438. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11439. "type": "integer"
  11440. },
  11441. "originator_uid": {
  11442. "description": "创始人uid",
  11443. "type": "integer"
  11444. },
  11445. "several_rows": {
  11446. "description": "几排",
  11447. "type": "integer"
  11448. },
  11449. "several_times": {
  11450. "description": "几乘",
  11451. "type": "integer"
  11452. },
  11453. "system_punish_replace": {
  11454. "description": "是否位置滑落 被新用户替换 0否 1是",
  11455. "type": "integer"
  11456. },
  11457. "system_punish_replace_value": {
  11458. "description": "xx天未活跃,处罚滑落",
  11459. "type": "integer"
  11460. }
  11461. }
  11462. },
  11463. "md.UpdateTagReq": {
  11464. "type": "object",
  11465. "properties": {
  11466. "memo": {
  11467. "description": "备注",
  11468. "type": "string"
  11469. },
  11470. "name": {
  11471. "description": "标签名称",
  11472. "type": "string"
  11473. },
  11474. "tag_id": {
  11475. "description": "标签 ID",
  11476. "type": "string"
  11477. }
  11478. }
  11479. },
  11480. "md.UpdateVipEquitySettingNode": {
  11481. "type": "object",
  11482. "properties": {
  11483. "dividend_ratio": {
  11484. "description": "分红比例",
  11485. "type": "string"
  11486. },
  11487. "exchange_account_balance_fee": {
  11488. "description": "兑换余额手续费",
  11489. "type": "string"
  11490. },
  11491. "vip_level_id": {
  11492. "description": "会员等级ID",
  11493. "type": "string"
  11494. }
  11495. }
  11496. },
  11497. "md.UpdateWithdrawSettingReq": {
  11498. "type": "object",
  11499. "properties": {
  11500. "condition_is_open": {
  11501. "description": "提现条件是否开启(0:关闭, 1:开启)",
  11502. "type": "integer"
  11503. },
  11504. "first_withdraw_set": {
  11505. "description": "首次提现设置",
  11506. "allOf": [
  11507. {
  11508. "$ref": "#/definitions/md.FirstWithdrawSet"
  11509. }
  11510. ]
  11511. },
  11512. "frequency_set": {
  11513. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11514. "allOf": [
  11515. {
  11516. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11517. }
  11518. ]
  11519. },
  11520. "id": {
  11521. "type": "integer"
  11522. },
  11523. "is_auto": {
  11524. "description": "是否开启自动提现(0:否 1:是)",
  11525. "type": "integer"
  11526. },
  11527. "is_auto_amount_limit": {
  11528. "description": "自动提现金额限制",
  11529. "type": "string"
  11530. },
  11531. "is_real_name": {
  11532. "description": "是否实名(0:否 1:是)",
  11533. "type": "integer"
  11534. },
  11535. "is_support_decimal_point": {
  11536. "description": "是否支持小数点(0:否 1:是)",
  11537. "type": "integer"
  11538. },
  11539. "pending_orders_is_can_apply": {
  11540. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  11541. "type": "integer"
  11542. },
  11543. "vip_level_limit": {
  11544. "description": "提现等级限制",
  11545. "type": "integer"
  11546. },
  11547. "withdraw_amount_limit": {
  11548. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11549. "type": "string"
  11550. },
  11551. "withdraw_fee_set": {
  11552. "description": "提现手续费设置",
  11553. "allOf": [
  11554. {
  11555. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11556. }
  11557. ]
  11558. },
  11559. "withdraw_multiple_limit": {
  11560. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11561. "type": "string"
  11562. },
  11563. "withdraw_nums_limit": {
  11564. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11565. "type": "integer"
  11566. },
  11567. "withdraw_time_interval": {
  11568. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  11569. "allOf": [
  11570. {
  11571. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11572. }
  11573. ]
  11574. },
  11575. "withdraw_type": {
  11576. "description": "提现方式(1:支付宝 2:微信)",
  11577. "type": "integer"
  11578. }
  11579. }
  11580. },
  11581. "md.UserDailyActivityAnalysisReq": {
  11582. "type": "object",
  11583. "properties": {
  11584. "end_date": {
  11585. "type": "string",
  11586. "example": "结束日期"
  11587. },
  11588. "page": {
  11589. "description": "页数",
  11590. "type": "integer"
  11591. },
  11592. "page_size": {
  11593. "description": "每页大小",
  11594. "type": "integer"
  11595. },
  11596. "start_date": {
  11597. "type": "string",
  11598. "example": "开始日期"
  11599. },
  11600. "uid": {
  11601. "description": "查询用户 ID",
  11602. "type": "integer"
  11603. }
  11604. }
  11605. },
  11606. "md.UserDailyActivityAnalysisResp": {
  11607. "type": "object",
  11608. "properties": {
  11609. "son_user_data": {
  11610. "description": "被查询用户子节点信息",
  11611. "type": "array",
  11612. "items": {
  11613. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11614. }
  11615. },
  11616. "top_data": {
  11617. "description": "统计信息",
  11618. "allOf": [
  11619. {
  11620. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11621. }
  11622. ]
  11623. }
  11624. }
  11625. },
  11626. "md.UserEggFlowReq": {
  11627. "type": "object",
  11628. "properties": {
  11629. "account_balance_exchange_egg_energy_nums_end": {
  11630. "type": "string",
  11631. "example": "余额兑换蛋蛋能量数量-结束值"
  11632. },
  11633. "account_balance_exchange_egg_energy_nums_start": {
  11634. "type": "string",
  11635. "example": "余额兑换蛋蛋能量数量-起始值"
  11636. },
  11637. "browse_interface_nums_end": {
  11638. "type": "string",
  11639. "example": "浏览界面次数-结束值"
  11640. },
  11641. "browse_interface_nums_start": {
  11642. "type": "string",
  11643. "example": "浏览界面次数-起始值"
  11644. },
  11645. "college_learning_nums_end": {
  11646. "type": "string",
  11647. "example": "学院学习次数-结束值"
  11648. },
  11649. "college_learning_nums_start": {
  11650. "type": "string",
  11651. "example": "学院学习次数-起始值"
  11652. },
  11653. "ecpm_end": {
  11654. "type": "string",
  11655. "example": "ecpm-结束值"
  11656. },
  11657. "ecpm_start": {
  11658. "type": "string",
  11659. "example": "ecpm-起始值"
  11660. },
  11661. "egg_energy_exchange_account_balance_end": {
  11662. "type": "string",
  11663. "example": "蛋蛋能量兑换余额数量-结束值"
  11664. },
  11665. "egg_energy_exchange_account_balance_start": {
  11666. "type": "string",
  11667. "example": "蛋蛋能量兑换余额数量-起始值"
  11668. },
  11669. "forum_comments_nums_end": {
  11670. "type": "string",
  11671. "example": "论坛评论次数-结束值"
  11672. },
  11673. "forum_comments_nums_start": {
  11674. "type": "string",
  11675. "example": "论坛评论次数-起始值"
  11676. },
  11677. "im_activity_nums_end": {
  11678. "type": "string",
  11679. "example": "im活跃次数-结束值"
  11680. },
  11681. "im_activity_nums_start": {
  11682. "type": "string",
  11683. "example": "im活跃次数-起始值"
  11684. },
  11685. "invite_user_nums_end": {
  11686. "type": "string",
  11687. "example": "拉新人数-结束值"
  11688. },
  11689. "invite_user_nums_start": {
  11690. "type": "string",
  11691. "example": "拉新人数-起始值"
  11692. },
  11693. "page": {
  11694. "description": "页数",
  11695. "type": "integer"
  11696. },
  11697. "page_size": {
  11698. "description": "每页大小",
  11699. "type": "integer"
  11700. },
  11701. "person_add_activity_value_end": {
  11702. "type": "string",
  11703. "example": "个人活跃积分-结束值"
  11704. },
  11705. "person_add_activity_value_start": {
  11706. "type": "string",
  11707. "example": "个人活跃积分-起始值"
  11708. },
  11709. "score_value_end": {
  11710. "type": "string",
  11711. "example": "蛋蛋分-结束值"
  11712. },
  11713. "score_value_kind": {
  11714. "description": "评分类型(0:未知 1:人工 2:系统)",
  11715. "type": "integer"
  11716. },
  11717. "score_value_start": {
  11718. "type": "string",
  11719. "example": "蛋蛋分-起始值"
  11720. },
  11721. "send_circle_of_friend_nums_end": {
  11722. "type": "string",
  11723. "example": "发朋友圈次数-结束值"
  11724. },
  11725. "send_circle_of_friend_nums_start": {
  11726. "type": "string",
  11727. "example": "发朋友圈次数-起始值"
  11728. },
  11729. "send_red_package_nums_end": {
  11730. "type": "string",
  11731. "example": "发红包次数-结束值"
  11732. },
  11733. "send_red_package_nums_start": {
  11734. "type": "string",
  11735. "example": "发红包次数-起始值"
  11736. },
  11737. "sign_in_nums_end": {
  11738. "type": "string",
  11739. "example": "签到次数-结束值"
  11740. },
  11741. "sign_in_nums_start": {
  11742. "type": "string",
  11743. "example": "签到次数-起始值"
  11744. },
  11745. "team-activity-nums-end": {
  11746. "type": "string",
  11747. "example": "团队活跃次数-结束值"
  11748. },
  11749. "team_activity_nums_start": {
  11750. "type": "string",
  11751. "example": "团队活跃次数-起始值"
  11752. },
  11753. "violate_nums_end": {
  11754. "type": "string",
  11755. "example": "违规次数-结束值"
  11756. },
  11757. "violate_nums_start": {
  11758. "type": "string",
  11759. "example": "违规次数-起始值"
  11760. },
  11761. "week": {
  11762. "type": "string",
  11763. "example": "周份"
  11764. },
  11765. "year": {
  11766. "type": "string",
  11767. "example": "年份"
  11768. }
  11769. }
  11770. },
  11771. "md.UserEggFlowReqResp": {
  11772. "type": "object",
  11773. "properties": {
  11774. "list": {
  11775. "type": "array",
  11776. "items": {
  11777. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11778. }
  11779. },
  11780. "page": {
  11781. "description": "页数",
  11782. "type": "integer"
  11783. },
  11784. "page_size": {
  11785. "description": "每页大小",
  11786. "type": "integer"
  11787. },
  11788. "score_value_kind_map": {
  11789. "description": "评分类型(0:未知 1:人工 2:系统)",
  11790. "type": "array",
  11791. "items": {
  11792. "type": "object",
  11793. "additionalProperties": true
  11794. }
  11795. },
  11796. "total": {
  11797. "description": "总数量",
  11798. "type": "integer"
  11799. },
  11800. "week": {
  11801. "type": "string",
  11802. "example": "周份"
  11803. },
  11804. "year": {
  11805. "type": "string",
  11806. "example": "年份"
  11807. }
  11808. }
  11809. },
  11810. "md.UserEggFlowReqRespList": {
  11811. "type": "object",
  11812. "properties": {
  11813. "account_balance_exchange_egg_energy_nums": {
  11814. "description": "余额兑换蛋蛋能量数量",
  11815. "type": "integer"
  11816. },
  11817. "browse_interface_nums": {
  11818. "description": "浏览界面次数",
  11819. "type": "integer"
  11820. },
  11821. "college_learning_nums": {
  11822. "description": "学院学习次数",
  11823. "type": "integer"
  11824. },
  11825. "ecpm": {
  11826. "description": "ecpm",
  11827. "type": "number"
  11828. },
  11829. "egg_energy_exchange_account_balance": {
  11830. "description": "蛋蛋能量兑换余额数量",
  11831. "type": "integer"
  11832. },
  11833. "forum_comments_nums": {
  11834. "description": "论坛评论次数",
  11835. "type": "integer"
  11836. },
  11837. "im_activity_nums": {
  11838. "description": "im活跃次数",
  11839. "type": "integer"
  11840. },
  11841. "index_id": {
  11842. "description": "文档id",
  11843. "type": "string"
  11844. },
  11845. "invite_user_nums": {
  11846. "description": "拉新人数",
  11847. "type": "integer"
  11848. },
  11849. "person_add_activity_value": {
  11850. "description": "个人活跃积分",
  11851. "type": "integer"
  11852. },
  11853. "score_value": {
  11854. "description": "蛋蛋分-起始值",
  11855. "type": "number"
  11856. },
  11857. "score_value_kind": {
  11858. "description": "评分类型(0:未知 1:人工 2:系统)",
  11859. "type": "integer"
  11860. },
  11861. "send_circle_of_friend_nums": {
  11862. "description": "发朋友圈次数",
  11863. "type": "integer"
  11864. },
  11865. "send_red_package_nums": {
  11866. "description": "发红包次数",
  11867. "type": "integer"
  11868. },
  11869. "sign_in_nums": {
  11870. "description": "签到次数",
  11871. "type": "integer"
  11872. },
  11873. "team_activity_nums": {
  11874. "description": "团队活跃次数",
  11875. "type": "integer"
  11876. },
  11877. "violate_nums": {
  11878. "description": "违规次数",
  11879. "type": "integer"
  11880. }
  11881. }
  11882. },
  11883. "md.UserEggIndexReq": {
  11884. "type": "object",
  11885. "properties": {
  11886. "week": {
  11887. "type": "string",
  11888. "example": "周份"
  11889. },
  11890. "year": {
  11891. "type": "string",
  11892. "example": "年份"
  11893. }
  11894. }
  11895. },
  11896. "md.UserEggIndexResp": {
  11897. "type": "object",
  11898. "properties": {
  11899. "egg_energy_user_egg_index_weight": {
  11900. "description": "蛋蛋分系数权重",
  11901. "allOf": [
  11902. {
  11903. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11904. }
  11905. ]
  11906. },
  11907. "statistics_user_egg_kind_proportion": {
  11908. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11909. "type": "array",
  11910. "items": {
  11911. "type": "object",
  11912. "additionalProperties": true
  11913. }
  11914. },
  11915. "statistics_user_egg_score_value_range": {
  11916. "description": "统计用户蛋蛋分范围",
  11917. "type": "array",
  11918. "items": {
  11919. "type": "object",
  11920. "additionalProperties": {
  11921. "type": "string"
  11922. }
  11923. }
  11924. },
  11925. "week": {
  11926. "type": "string",
  11927. "example": "周份"
  11928. },
  11929. "year": {
  11930. "type": "string",
  11931. "example": "年份"
  11932. },
  11933. "year_list": {
  11934. "description": "年份\u0026\u0026周份列表",
  11935. "type": "object",
  11936. "additionalProperties": {
  11937. "type": "array",
  11938. "items": {
  11939. "type": "string"
  11940. }
  11941. }
  11942. }
  11943. }
  11944. },
  11945. "md.UserFeedbackCateDelReq": {
  11946. "type": "object",
  11947. "properties": {
  11948. "id": {
  11949. "type": "array",
  11950. "items": {
  11951. "type": "string"
  11952. }
  11953. }
  11954. }
  11955. },
  11956. "md.UserFeedbackCateList": {
  11957. "type": "object",
  11958. "properties": {
  11959. "id": {
  11960. "type": "string"
  11961. },
  11962. "name": {
  11963. "type": "string"
  11964. },
  11965. "sort": {
  11966. "type": "string"
  11967. }
  11968. }
  11969. },
  11970. "md.UserFeedbackCateListReq": {
  11971. "type": "object",
  11972. "properties": {
  11973. "limit": {
  11974. "description": "每页大小",
  11975. "type": "string"
  11976. },
  11977. "page": {
  11978. "description": "页数",
  11979. "type": "string"
  11980. }
  11981. }
  11982. },
  11983. "md.UserFeedbackCateListResp": {
  11984. "type": "object",
  11985. "properties": {
  11986. "list": {
  11987. "type": "array",
  11988. "items": {
  11989. "$ref": "#/definitions/md.UserFeedbackCateList"
  11990. }
  11991. },
  11992. "total": {
  11993. "type": "integer"
  11994. }
  11995. }
  11996. },
  11997. "md.UserFeedbackCateSaveReq": {
  11998. "type": "object",
  11999. "properties": {
  12000. "id": {
  12001. "type": "string"
  12002. },
  12003. "name": {
  12004. "type": "string"
  12005. },
  12006. "sort": {
  12007. "type": "string"
  12008. }
  12009. }
  12010. },
  12011. "md.UserFeedbackChangeStateReq": {
  12012. "type": "object",
  12013. "properties": {
  12014. "id": {
  12015. "type": "string"
  12016. },
  12017. "state": {
  12018. "type": "string",
  12019. "example": "0待解决 1处理中 2已解决"
  12020. }
  12021. }
  12022. },
  12023. "md.UserFeedbackDelReq": {
  12024. "type": "object",
  12025. "properties": {
  12026. "id": {
  12027. "type": "array",
  12028. "items": {
  12029. "type": "string"
  12030. }
  12031. }
  12032. }
  12033. },
  12034. "md.UserFeedbackList": {
  12035. "type": "object",
  12036. "properties": {
  12037. "content": {
  12038. "type": "string"
  12039. },
  12040. "create_at": {
  12041. "type": "string"
  12042. },
  12043. "id": {
  12044. "type": "string"
  12045. },
  12046. "img": {
  12047. "type": "array",
  12048. "items": {
  12049. "type": "string"
  12050. }
  12051. },
  12052. "phone": {
  12053. "type": "string"
  12054. },
  12055. "platform": {
  12056. "type": "string"
  12057. },
  12058. "state": {
  12059. "type": "string",
  12060. "example": "0待解决 1处理中 2已解决"
  12061. },
  12062. "title": {
  12063. "type": "string"
  12064. },
  12065. "type": {
  12066. "type": "string"
  12067. },
  12068. "version": {
  12069. "type": "string"
  12070. }
  12071. }
  12072. },
  12073. "md.UserFeedbackListReq": {
  12074. "type": "object",
  12075. "properties": {
  12076. "cid": {
  12077. "type": "string"
  12078. },
  12079. "limit": {
  12080. "description": "每页大小",
  12081. "type": "string"
  12082. },
  12083. "page": {
  12084. "description": "页数",
  12085. "type": "string"
  12086. },
  12087. "phone": {
  12088. "type": "string"
  12089. },
  12090. "uid": {
  12091. "type": "string"
  12092. }
  12093. }
  12094. },
  12095. "md.UserFeedbackListResp": {
  12096. "type": "object",
  12097. "properties": {
  12098. "list": {
  12099. "type": "array",
  12100. "items": {
  12101. "$ref": "#/definitions/md.UserFeedbackList"
  12102. }
  12103. },
  12104. "select_data": {
  12105. "type": "array",
  12106. "items": {
  12107. "type": "object",
  12108. "additionalProperties": true
  12109. }
  12110. },
  12111. "total": {
  12112. "type": "integer"
  12113. }
  12114. }
  12115. },
  12116. "md.UserFeedbackRecordListReq": {
  12117. "type": "object",
  12118. "properties": {
  12119. "id": {
  12120. "type": "string"
  12121. },
  12122. "limit": {
  12123. "description": "每页大小",
  12124. "type": "string"
  12125. },
  12126. "page": {
  12127. "description": "页数",
  12128. "type": "string"
  12129. }
  12130. }
  12131. },
  12132. "md.UserFeedbackRecordListResp": {
  12133. "type": "object",
  12134. "properties": {
  12135. "content": {
  12136. "type": "string"
  12137. },
  12138. "create_at": {
  12139. "type": "string"
  12140. },
  12141. "head_img": {
  12142. "type": "string"
  12143. },
  12144. "nickname": {
  12145. "type": "string"
  12146. },
  12147. "type": {
  12148. "type": "string"
  12149. }
  12150. }
  12151. },
  12152. "md.UserFeedbackSayReq": {
  12153. "type": "object",
  12154. "properties": {
  12155. "content": {
  12156. "type": "string"
  12157. },
  12158. "id": {
  12159. "type": "string"
  12160. }
  12161. }
  12162. },
  12163. "md.UserManagementGetBalanceDetailResp": {
  12164. "type": "object",
  12165. "properties": {
  12166. "list": {
  12167. "type": "array",
  12168. "items": {
  12169. "$ref": "#/definitions/md.BalanceDetailNode"
  12170. }
  12171. },
  12172. "paginate": {
  12173. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12174. }
  12175. }
  12176. },
  12177. "md.UserManagementGetFansResp": {
  12178. "type": "object",
  12179. "properties": {
  12180. "list": {
  12181. "description": "用户数据",
  12182. "type": "array",
  12183. "items": {
  12184. "$ref": "#/definitions/md.FansNode"
  12185. }
  12186. },
  12187. "paginate": {
  12188. "description": "分页信息",
  12189. "allOf": [
  12190. {
  12191. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12192. }
  12193. ]
  12194. }
  12195. }
  12196. },
  12197. "md.UserManagementGetOneBasicResp": {
  12198. "type": "object",
  12199. "properties": {
  12200. "basic_info": {
  12201. "description": "基本信息",
  12202. "allOf": [
  12203. {
  12204. "$ref": "#/definitions/md.BasicInfoNode"
  12205. }
  12206. ]
  12207. },
  12208. "levels_list": {
  12209. "description": "等级列表",
  12210. "type": "array",
  12211. "items": {
  12212. "type": "object",
  12213. "additionalProperties": true
  12214. }
  12215. },
  12216. "other_info": {
  12217. "description": "其他信息",
  12218. "allOf": [
  12219. {
  12220. "$ref": "#/definitions/md.OtherNode"
  12221. }
  12222. ]
  12223. },
  12224. "tags_list": {
  12225. "description": "标签列表",
  12226. "type": "array",
  12227. "items": {
  12228. "type": "object",
  12229. "additionalProperties": true
  12230. }
  12231. }
  12232. }
  12233. },
  12234. "md.UserManagementGetUserListNode": {
  12235. "type": "object",
  12236. "properties": {
  12237. "avatar": {
  12238. "description": "头像",
  12239. "type": "string"
  12240. },
  12241. "id": {
  12242. "description": "会员 ID",
  12243. "type": "integer"
  12244. },
  12245. "invite_code": {
  12246. "type": "string",
  12247. "example": "会员邀请码"
  12248. },
  12249. "is_real_name": {
  12250. "description": "是否实名 0.未实名,1.已实名",
  12251. "type": "integer"
  12252. },
  12253. "last_login_at": {
  12254. "description": "最后登录时间",
  12255. "type": "string"
  12256. },
  12257. "level_name": {
  12258. "description": "会员等级",
  12259. "type": "string"
  12260. },
  12261. "memo": {
  12262. "description": "备注",
  12263. "type": "string"
  12264. },
  12265. "nickname": {
  12266. "description": "昵称",
  12267. "type": "string"
  12268. },
  12269. "parent_id": {
  12270. "description": "推荐人 ID",
  12271. "type": "integer"
  12272. },
  12273. "parent_invite_code": {
  12274. "type": "string",
  12275. "example": "推荐人邀请码"
  12276. },
  12277. "parent_phone": {
  12278. "type": "string",
  12279. "example": "推荐人手机号"
  12280. },
  12281. "phone": {
  12282. "description": "手机号",
  12283. "type": "string"
  12284. },
  12285. "register_time": {
  12286. "description": "注册时间",
  12287. "type": "string"
  12288. },
  12289. "register_type": {
  12290. "description": "注册类型",
  12291. "type": "integer"
  12292. },
  12293. "sex": {
  12294. "description": "性别(0:未知 1:男 2:女)",
  12295. "type": "integer"
  12296. },
  12297. "state": {
  12298. "description": "状态",
  12299. "type": "integer"
  12300. },
  12301. "tag": {
  12302. "description": "会员标签",
  12303. "type": "array",
  12304. "items": {
  12305. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  12306. }
  12307. },
  12308. "wechat": {
  12309. "description": "微信号",
  12310. "type": "string"
  12311. }
  12312. }
  12313. },
  12314. "md.UserManagementGetUserListReq": {
  12315. "type": "object",
  12316. "properties": {
  12317. "effective": {
  12318. "description": "有效会员",
  12319. "type": "integer"
  12320. },
  12321. "id": {
  12322. "description": "会员 ID",
  12323. "type": "integer"
  12324. },
  12325. "invite_code": {
  12326. "type": "string",
  12327. "example": "会员邀请码"
  12328. },
  12329. "is_real_name": {
  12330. "description": "是否实名 0.未实名,1.已实名",
  12331. "type": "integer"
  12332. },
  12333. "level": {
  12334. "description": "会员等级",
  12335. "type": "integer"
  12336. },
  12337. "limit": {
  12338. "type": "integer"
  12339. },
  12340. "login_after": {
  12341. "description": "最近登录结束时间",
  12342. "type": "string"
  12343. },
  12344. "login_before": {
  12345. "description": "最近登录开始时间",
  12346. "type": "string"
  12347. },
  12348. "memo": {
  12349. "description": "备注",
  12350. "type": "string"
  12351. },
  12352. "nickname": {
  12353. "type": "string",
  12354. "example": "会员昵称"
  12355. },
  12356. "page": {
  12357. "type": "integer"
  12358. },
  12359. "parent_invite_code": {
  12360. "type": "string",
  12361. "example": "上级邀请码"
  12362. },
  12363. "parent_phone": {
  12364. "type": "string",
  12365. "example": "上级手机号"
  12366. },
  12367. "phone": {
  12368. "type": "string",
  12369. "example": "会员手机号"
  12370. },
  12371. "recommend_id": {
  12372. "description": "推荐人 ID",
  12373. "type": "integer"
  12374. },
  12375. "register_after": {
  12376. "description": "注册时间终点",
  12377. "type": "string"
  12378. },
  12379. "register_before": {
  12380. "description": "注册时间起点",
  12381. "type": "string"
  12382. },
  12383. "register_type": {
  12384. "description": "注册类型(1:APP注册、2:H5注册)",
  12385. "type": "integer"
  12386. },
  12387. "sex": {
  12388. "description": "性别(0:未知 1:男 2:女)",
  12389. "type": "integer"
  12390. },
  12391. "state": {
  12392. "description": "状态",
  12393. "type": "integer"
  12394. },
  12395. "tag": {
  12396. "description": "标签 id",
  12397. "type": "integer"
  12398. },
  12399. "union_id": {
  12400. "type": "string",
  12401. "example": "微信号"
  12402. }
  12403. }
  12404. },
  12405. "md.UserManagementGetUserListResp": {
  12406. "type": "object",
  12407. "properties": {
  12408. "levels_list": {
  12409. "description": "等级列表",
  12410. "type": "array",
  12411. "items": {
  12412. "type": "object",
  12413. "additionalProperties": true
  12414. }
  12415. },
  12416. "list": {
  12417. "type": "array",
  12418. "items": {
  12419. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  12420. }
  12421. },
  12422. "paginate": {
  12423. "description": "分页信息",
  12424. "allOf": [
  12425. {
  12426. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12427. }
  12428. ]
  12429. },
  12430. "state_list": {
  12431. "description": "状态列表",
  12432. "type": "array",
  12433. "items": {
  12434. "type": "object",
  12435. "additionalProperties": true
  12436. }
  12437. },
  12438. "tags_list": {
  12439. "description": "标签列表",
  12440. "type": "array",
  12441. "items": {
  12442. "type": "object",
  12443. "additionalProperties": true
  12444. }
  12445. }
  12446. }
  12447. },
  12448. "md.UserManagementGetVirtualCoinDetailResp": {
  12449. "type": "object",
  12450. "properties": {
  12451. "coin_list": {
  12452. "type": "array",
  12453. "items": {
  12454. "type": "object",
  12455. "additionalProperties": true
  12456. }
  12457. },
  12458. "list": {
  12459. "type": "array",
  12460. "items": {
  12461. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  12462. }
  12463. },
  12464. "paginate": {
  12465. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12466. }
  12467. }
  12468. },
  12469. "md.UserManagementUpdateUserInfoReq": {
  12470. "type": "object",
  12471. "properties": {
  12472. "avatar": {
  12473. "description": "头像",
  12474. "type": "string"
  12475. },
  12476. "last_login_ip": {
  12477. "description": "用户最后登录 IP",
  12478. "type": "string"
  12479. },
  12480. "level": {
  12481. "description": "会员等级 ID",
  12482. "type": "string"
  12483. },
  12484. "memo": {
  12485. "type": "string",
  12486. "example": "备注"
  12487. },
  12488. "nickname": {
  12489. "description": "用户名",
  12490. "type": "string"
  12491. },
  12492. "parent_uid": {
  12493. "description": "邀请人 ID",
  12494. "type": "string"
  12495. },
  12496. "password": {
  12497. "description": "登录密码",
  12498. "type": "string"
  12499. },
  12500. "phone": {
  12501. "description": "手机号",
  12502. "type": "string"
  12503. },
  12504. "sex": {
  12505. "description": "性别(0:未知 1:男 2:女)",
  12506. "type": "string"
  12507. },
  12508. "state": {
  12509. "description": "账号状态 1正常,2冻结",
  12510. "type": "string"
  12511. },
  12512. "tag": {
  12513. "description": "用户标签 ID列表",
  12514. "type": "string"
  12515. },
  12516. "uid": {
  12517. "type": "integer"
  12518. },
  12519. "union_id": {
  12520. "description": "微信号",
  12521. "type": "string"
  12522. }
  12523. }
  12524. },
  12525. "md.UserRealName": {
  12526. "type": "object",
  12527. "properties": {
  12528. "id": {
  12529. "type": "string"
  12530. },
  12531. "id_no": {
  12532. "type": "string"
  12533. },
  12534. "name": {
  12535. "type": "string"
  12536. },
  12537. "pay_state": {
  12538. "type": "string",
  12539. "example": "0未支付 1已支付"
  12540. },
  12541. "phone": {
  12542. "type": "string"
  12543. },
  12544. "state": {
  12545. "type": "string",
  12546. "example": "0未申请 1申请通过 3申请失败"
  12547. },
  12548. "uid": {
  12549. "type": "string"
  12550. }
  12551. }
  12552. },
  12553. "md.UserRealNameBaseResp": {
  12554. "type": "object",
  12555. "properties": {
  12556. "user_real_name_money": {
  12557. "type": "string",
  12558. "example": "实名认证费用"
  12559. },
  12560. "user_real_name_rule": {
  12561. "type": "string",
  12562. "example": "实名认证说明"
  12563. }
  12564. }
  12565. },
  12566. "md.UserRealNameReq": {
  12567. "type": "object",
  12568. "properties": {
  12569. "id_no": {
  12570. "type": "string"
  12571. },
  12572. "limit": {
  12573. "type": "string"
  12574. },
  12575. "name": {
  12576. "type": "string"
  12577. },
  12578. "page": {
  12579. "type": "string"
  12580. },
  12581. "phone": {
  12582. "type": "string"
  12583. },
  12584. "state": {
  12585. "type": "string"
  12586. },
  12587. "uid": {
  12588. "type": "string"
  12589. }
  12590. }
  12591. },
  12592. "md.UserRealNameResp": {
  12593. "type": "object",
  12594. "properties": {
  12595. "list": {
  12596. "type": "array",
  12597. "items": {
  12598. "$ref": "#/definitions/md.UserRealName"
  12599. }
  12600. },
  12601. "select_data": {
  12602. "type": "array",
  12603. "items": {
  12604. "type": "object",
  12605. "additionalProperties": {
  12606. "type": "string"
  12607. }
  12608. }
  12609. },
  12610. "total": {
  12611. "type": "integer"
  12612. }
  12613. }
  12614. },
  12615. "md.UserRealNameSaveReq": {
  12616. "type": "object",
  12617. "properties": {
  12618. "id": {
  12619. "type": "string"
  12620. },
  12621. "state": {
  12622. "type": "string"
  12623. }
  12624. }
  12625. },
  12626. "md.UserVirtualCoinFlow": {
  12627. "type": "object",
  12628. "properties": {
  12629. "after_amount": {
  12630. "type": "string",
  12631. "example": "变更后数量"
  12632. },
  12633. "amount": {
  12634. "type": "string",
  12635. "example": "变更数量"
  12636. },
  12637. "before_amount": {
  12638. "type": "string",
  12639. "example": "变更前数量"
  12640. },
  12641. "coin_id": {
  12642. "description": "虚拟币 ID",
  12643. "type": "integer"
  12644. },
  12645. "create_at": {
  12646. "type": "string",
  12647. "example": "创建时间"
  12648. },
  12649. "direction": {
  12650. "description": "方向:1收入 2支出",
  12651. "type": "integer"
  12652. },
  12653. "id": {
  12654. "type": "integer"
  12655. },
  12656. "sys_fee": {
  12657. "type": "string",
  12658. "example": "手续费"
  12659. },
  12660. "title": {
  12661. "type": "string",
  12662. "example": "标题"
  12663. },
  12664. "transfer_type": {
  12665. "description": "转账类型",
  12666. "type": "integer"
  12667. },
  12668. "uid": {
  12669. "description": "用户 ID",
  12670. "type": "integer"
  12671. },
  12672. "update_at": {
  12673. "type": "string",
  12674. "example": "更新时间"
  12675. }
  12676. }
  12677. },
  12678. "md.VideoRewardSetting": {
  12679. "type": "object",
  12680. "properties": {
  12681. "video_reward_is_open": {
  12682. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12683. "type": "integer"
  12684. },
  12685. "video_reward_system": {
  12686. "description": "视频奖励机制",
  12687. "allOf": [
  12688. {
  12689. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12690. }
  12691. ]
  12692. }
  12693. }
  12694. },
  12695. "md.VideoRewardSystemStruct": {
  12696. "type": "object",
  12697. "properties": {
  12698. "each_round_hour": {
  12699. "description": "每一轮X个小时",
  12700. "type": "string"
  12701. },
  12702. "interval_minutes": {
  12703. "description": "间隔X秒",
  12704. "type": "string"
  12705. },
  12706. "reward_total_num": {
  12707. "description": "一共X个奖励视屏",
  12708. "type": "string"
  12709. },
  12710. "reward_value": {
  12711. "description": "奖励X个活跃积分",
  12712. "type": "string"
  12713. }
  12714. }
  12715. },
  12716. "md.VipEquitySettingNode": {
  12717. "type": "object",
  12718. "properties": {
  12719. "dividend_ratio": {
  12720. "description": "分红比例",
  12721. "type": "string"
  12722. },
  12723. "exchange_account_balance_fee": {
  12724. "description": "兑换余额手续费",
  12725. "type": "string"
  12726. },
  12727. "vip_level_id": {
  12728. "description": "会员等级ID",
  12729. "type": "string"
  12730. },
  12731. "vip_level_name": {
  12732. "description": "会员等级名称",
  12733. "type": "string"
  12734. }
  12735. }
  12736. },
  12737. "md.VirtualCoin": {
  12738. "type": "object",
  12739. "properties": {
  12740. "create_at": {
  12741. "type": "string"
  12742. },
  12743. "exchange_ratio": {
  12744. "description": "兑换比例(与金额)",
  12745. "type": "string",
  12746. "example": "兑换比例(与金额)"
  12747. },
  12748. "id": {
  12749. "type": "integer"
  12750. },
  12751. "is_use": {
  12752. "description": "是否开启: 0否 1是",
  12753. "type": "integer"
  12754. },
  12755. "name": {
  12756. "description": "名称",
  12757. "type": "string"
  12758. },
  12759. "update_at": {
  12760. "type": "string"
  12761. }
  12762. }
  12763. },
  12764. "md.VirtualCoinDetailNode": {
  12765. "type": "object",
  12766. "properties": {
  12767. "after_amount": {
  12768. "description": "变更后积分余额",
  12769. "type": "string"
  12770. },
  12771. "amount": {
  12772. "description": "变更数量",
  12773. "type": "string"
  12774. },
  12775. "create_at": {
  12776. "description": "创建时间",
  12777. "type": "string"
  12778. },
  12779. "direction": {
  12780. "description": "类型 1.收入 2.支出",
  12781. "type": "integer"
  12782. },
  12783. "uid": {
  12784. "description": "用户 ID",
  12785. "type": "integer"
  12786. }
  12787. }
  12788. },
  12789. "md.VirtualCoinListNode": {
  12790. "type": "object",
  12791. "properties": {
  12792. "coin_id": {
  12793. "description": "货币类型 ID",
  12794. "type": "integer"
  12795. },
  12796. "kind": {
  12797. "description": "货币序号",
  12798. "type": "integer"
  12799. },
  12800. "name": {
  12801. "type": "string",
  12802. "example": "货币类型名称"
  12803. }
  12804. }
  12805. },
  12806. "md.WithdrawFeeSetStruct": {
  12807. "type": "object",
  12808. "properties": {
  12809. "duration": {
  12810. "description": "类型 (1.固定金额 2.固定比例)",
  12811. "type": "integer"
  12812. },
  12813. "value": {
  12814. "description": "具体值",
  12815. "type": "integer"
  12816. }
  12817. }
  12818. },
  12819. "md.WithdrawFrequencySettingStruct": {
  12820. "type": "object",
  12821. "properties": {
  12822. "duration": {
  12823. "description": "周期 (1.天 2.周 3.月)",
  12824. "type": "integer"
  12825. },
  12826. "num": {
  12827. "description": "周期数",
  12828. "type": "array",
  12829. "items": {
  12830. "type": "string"
  12831. }
  12832. }
  12833. }
  12834. },
  12835. "md.WithdrawTimeIntervalStruct": {
  12836. "type": "object",
  12837. "properties": {
  12838. "end_at": {
  12839. "type": "string"
  12840. },
  12841. "start_at": {
  12842. "type": "string"
  12843. }
  12844. }
  12845. },
  12846. "model.EggEnergyUserEggIndexWeight": {
  12847. "type": "object",
  12848. "properties": {
  12849. "account_balance_exchange_egg_energy_nums": {
  12850. "type": "string"
  12851. },
  12852. "browse_interface_nums": {
  12853. "type": "string"
  12854. },
  12855. "college_learning_nums": {
  12856. "type": "string"
  12857. },
  12858. "create_at": {
  12859. "type": "string"
  12860. },
  12861. "ecpm": {
  12862. "type": "string"
  12863. },
  12864. "egg_energy_exchange_account_balance": {
  12865. "type": "string"
  12866. },
  12867. "forum_comments_nums": {
  12868. "type": "string"
  12869. },
  12870. "id": {
  12871. "type": "integer"
  12872. },
  12873. "im_activity_nums": {
  12874. "type": "string"
  12875. },
  12876. "invite_user_nums": {
  12877. "type": "string"
  12878. },
  12879. "person_add_activity_value": {
  12880. "type": "string"
  12881. },
  12882. "send_circle_of_friend_nums": {
  12883. "type": "string"
  12884. },
  12885. "send_red_package_nums": {
  12886. "type": "string"
  12887. },
  12888. "sign_in_nums": {
  12889. "type": "string"
  12890. },
  12891. "team_activity_nums": {
  12892. "type": "string"
  12893. },
  12894. "update_at": {
  12895. "type": "string"
  12896. },
  12897. "violate_nums": {
  12898. "type": "string"
  12899. }
  12900. }
  12901. },
  12902. "model.PlatformActiveData": {
  12903. "type": "object",
  12904. "properties": {
  12905. "date": {
  12906. "type": "string"
  12907. },
  12908. "id": {
  12909. "type": "integer"
  12910. },
  12911. "new_user_count": {
  12912. "type": "integer"
  12913. },
  12914. "user_sign_in_count": {
  12915. "type": "integer"
  12916. },
  12917. "withdraw_amount_count": {
  12918. "type": "string"
  12919. },
  12920. "withdraw_user_count": {
  12921. "type": "integer"
  12922. }
  12923. }
  12924. },
  12925. "model.UserLevelTask": {
  12926. "type": "object",
  12927. "properties": {
  12928. "create_at": {
  12929. "type": "string"
  12930. },
  12931. "finish_count": {
  12932. "type": "integer"
  12933. },
  12934. "id": {
  12935. "type": "integer"
  12936. },
  12937. "is_must_task": {
  12938. "type": "integer"
  12939. },
  12940. "level_id": {
  12941. "type": "integer"
  12942. },
  12943. "task_type": {
  12944. "type": "integer"
  12945. },
  12946. "task_type_level_id": {
  12947. "type": "integer"
  12948. },
  12949. "update_at": {
  12950. "type": "string"
  12951. },
  12952. "within_days": {
  12953. "type": "integer"
  12954. }
  12955. }
  12956. }
  12957. },
  12958. "securityDefinitions": {
  12959. "MasterID": {
  12960. "type": "apiKey",
  12961. "name": "MasterID",
  12962. "in": "header"
  12963. }
  12964. }
  12965. }`
  12966. // SwaggerInfo holds exported Swagger Info so clients can modify it
  12967. var SwaggerInfo = &swag.Spec{
  12968. Version: "1.0",
  12969. Host: "localhost:4001",
  12970. BasePath: "",
  12971. Schemes: []string{},
  12972. Title: "蛋蛋星球-管理后台",
  12973. Description: "管理后台接口文档",
  12974. InfoInstanceName: "swagger",
  12975. SwaggerTemplate: docTemplate,
  12976. }
  12977. func init() {
  12978. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  12979. }