蛋蛋星球 后台端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

13725 строки
470 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.ArticleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/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/config": {
  1344. "get": {
  1345. "description": "基本配置",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "基本配置"
  1354. ],
  1355. "summary": "基本配置",
  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/md.ConfigResp"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/demo": {
  1382. "post": {
  1383. "description": "Demo样例测试",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "Demo"
  1392. ],
  1393. "summary": "Demo测试",
  1394. "parameters": [
  1395. {
  1396. "description": "用户名密码",
  1397. "name": "req",
  1398. "in": "body",
  1399. "required": true,
  1400. "schema": {}
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "token",
  1406. "schema": {
  1407. "type": "object",
  1408. "additionalProperties": true
  1409. }
  1410. },
  1411. "400": {
  1412. "description": "具体错误",
  1413. "schema": {
  1414. "$ref": "#/definitions/md.Response"
  1415. }
  1416. }
  1417. }
  1418. }
  1419. },
  1420. "/api/financialCenter/withdraw/applyList": {
  1421. "post": {
  1422. "description": "提现申请列表(获取)",
  1423. "consumes": [
  1424. "application/json"
  1425. ],
  1426. "produces": [
  1427. "application/json"
  1428. ],
  1429. "tags": [
  1430. "提现"
  1431. ],
  1432. "summary": "财务中心-提现-提现申请列表(获取)",
  1433. "parameters": [
  1434. {
  1435. "type": "string",
  1436. "description": "验证参数Bearer和token空格拼接",
  1437. "name": "Authorization",
  1438. "in": "header",
  1439. "required": true
  1440. },
  1441. {
  1442. "description": "筛选条件",
  1443. "name": "req",
  1444. "in": "body",
  1445. "schema": {
  1446. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1447. }
  1448. }
  1449. ],
  1450. "responses": {
  1451. "200": {
  1452. "description": "具体数据",
  1453. "schema": {
  1454. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1455. }
  1456. },
  1457. "400": {
  1458. "description": "具体错误",
  1459. "schema": {
  1460. "$ref": "#/definitions/md.Response"
  1461. }
  1462. }
  1463. }
  1464. }
  1465. },
  1466. "/api/financialCenter/withdraw/setting": {
  1467. "get": {
  1468. "description": "基础设置(获取)",
  1469. "consumes": [
  1470. "application/json"
  1471. ],
  1472. "produces": [
  1473. "application/json"
  1474. ],
  1475. "tags": [
  1476. "提现"
  1477. ],
  1478. "summary": "财务中心-提现-基础设置(获取)",
  1479. "parameters": [
  1480. {
  1481. "type": "string",
  1482. "description": "验证参数Bearer和token空格拼接",
  1483. "name": "Authorization",
  1484. "in": "header",
  1485. "required": true
  1486. }
  1487. ],
  1488. "responses": {
  1489. "200": {
  1490. "description": "具体数据",
  1491. "schema": {
  1492. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1493. }
  1494. },
  1495. "400": {
  1496. "description": "具体错误",
  1497. "schema": {
  1498. "$ref": "#/definitions/md.Response"
  1499. }
  1500. }
  1501. }
  1502. }
  1503. },
  1504. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1505. "post": {
  1506. "description": "基础设置(更新)",
  1507. "consumes": [
  1508. "application/json"
  1509. ],
  1510. "produces": [
  1511. "application/json"
  1512. ],
  1513. "tags": [
  1514. "提现"
  1515. ],
  1516. "summary": "财务中心-提现-基础设置(更新)",
  1517. "parameters": [
  1518. {
  1519. "type": "string",
  1520. "description": "验证参数Bearer和token空格拼接",
  1521. "name": "Authorization",
  1522. "in": "header",
  1523. "required": true
  1524. },
  1525. {
  1526. "description": "id 必填",
  1527. "name": "req",
  1528. "in": "body",
  1529. "required": true,
  1530. "schema": {
  1531. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1532. }
  1533. }
  1534. ],
  1535. "responses": {
  1536. "200": {
  1537. "description": "修改数据条数",
  1538. "schema": {
  1539. "type": "int"
  1540. }
  1541. },
  1542. "400": {
  1543. "description": "具体错误",
  1544. "schema": {
  1545. "$ref": "#/definitions/md.Response"
  1546. }
  1547. }
  1548. }
  1549. }
  1550. },
  1551. "/api/friendCircleSettings/basic/index": {
  1552. "get": {
  1553. "description": "基础设置(获取)",
  1554. "consumes": [
  1555. "application/json"
  1556. ],
  1557. "produces": [
  1558. "application/json"
  1559. ],
  1560. "tags": [
  1561. "动态设置"
  1562. ],
  1563. "summary": "社交管理-动态设置-基础设置(获取)",
  1564. "parameters": [
  1565. {
  1566. "type": "string",
  1567. "description": "验证参数Bearer和token空格拼接",
  1568. "name": "Authorization",
  1569. "in": "header",
  1570. "required": true
  1571. }
  1572. ],
  1573. "responses": {
  1574. "200": {
  1575. "description": "具体数据",
  1576. "schema": {
  1577. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1578. }
  1579. },
  1580. "400": {
  1581. "description": "具体错误",
  1582. "schema": {
  1583. "$ref": "#/definitions/md.Response"
  1584. }
  1585. }
  1586. }
  1587. }
  1588. },
  1589. "/api/friendCircleSettings/basic/save": {
  1590. "post": {
  1591. "description": "基础设置(更新)",
  1592. "consumes": [
  1593. "application/json"
  1594. ],
  1595. "produces": [
  1596. "application/json"
  1597. ],
  1598. "tags": [
  1599. "动态设置"
  1600. ],
  1601. "summary": "社交管理-动态设置-基础设置(更新)",
  1602. "parameters": [
  1603. {
  1604. "type": "string",
  1605. "description": "验证参数Bearer和token空格拼接",
  1606. "name": "Authorization",
  1607. "in": "header",
  1608. "required": true
  1609. },
  1610. {
  1611. "description": "id 必填",
  1612. "name": "req",
  1613. "in": "body",
  1614. "required": true,
  1615. "schema": {
  1616. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1617. }
  1618. }
  1619. ],
  1620. "responses": {
  1621. "200": {
  1622. "description": "修改数据条数",
  1623. "schema": {
  1624. "type": "int"
  1625. }
  1626. },
  1627. "400": {
  1628. "description": "具体错误",
  1629. "schema": {
  1630. "$ref": "#/definitions/md.Response"
  1631. }
  1632. }
  1633. }
  1634. }
  1635. },
  1636. "/api/friendCircleSettings/blackList/add": {
  1637. "post": {
  1638. "description": "黑名单(新增)",
  1639. "consumes": [
  1640. "application/json"
  1641. ],
  1642. "produces": [
  1643. "application/json"
  1644. ],
  1645. "tags": [
  1646. "动态设置"
  1647. ],
  1648. "summary": "社交管理-动态设置-黑名单(新增)",
  1649. "parameters": [
  1650. {
  1651. "type": "string",
  1652. "description": "验证参数Bearer和token空格拼接",
  1653. "name": "Authorization",
  1654. "in": "header",
  1655. "required": true
  1656. },
  1657. {
  1658. "description": "用户id 必填",
  1659. "name": "req",
  1660. "in": "body",
  1661. "required": true,
  1662. "schema": {
  1663. "$ref": "#/definitions/md.AddBlackListReq"
  1664. }
  1665. }
  1666. ],
  1667. "responses": {
  1668. "200": {
  1669. "description": "生成的黑名单id",
  1670. "schema": {
  1671. "type": "string"
  1672. }
  1673. },
  1674. "400": {
  1675. "description": "具体错误",
  1676. "schema": {
  1677. "$ref": "#/definitions/md.Response"
  1678. }
  1679. }
  1680. }
  1681. }
  1682. },
  1683. "/api/friendCircleSettings/blackList/del": {
  1684. "delete": {
  1685. "description": "黑名单(删除)",
  1686. "consumes": [
  1687. "application/json"
  1688. ],
  1689. "produces": [
  1690. "application/json"
  1691. ],
  1692. "tags": [
  1693. "动态设置"
  1694. ],
  1695. "summary": "社交管理-动态设置-黑名单(删除)",
  1696. "parameters": [
  1697. {
  1698. "type": "string",
  1699. "description": "验证参数Bearer和token空格拼接",
  1700. "name": "Authorization",
  1701. "in": "header",
  1702. "required": true
  1703. },
  1704. {
  1705. "description": "黑名单id 必填",
  1706. "name": "req",
  1707. "in": "body",
  1708. "required": true,
  1709. "schema": {
  1710. "$ref": "#/definitions/md.DeleteBlackListReq"
  1711. }
  1712. }
  1713. ],
  1714. "responses": {
  1715. "200": {
  1716. "description": "删除数据数量",
  1717. "schema": {
  1718. "type": "string"
  1719. }
  1720. },
  1721. "400": {
  1722. "description": "具体错误",
  1723. "schema": {
  1724. "$ref": "#/definitions/md.Response"
  1725. }
  1726. }
  1727. }
  1728. }
  1729. },
  1730. "/api/friendCircleSettings/blackList/index": {
  1731. "get": {
  1732. "description": "黑名单(获取)",
  1733. "consumes": [
  1734. "application/json"
  1735. ],
  1736. "produces": [
  1737. "application/json"
  1738. ],
  1739. "tags": [
  1740. "动态设置"
  1741. ],
  1742. "summary": "社交管理-动态设置-黑名单(获取)",
  1743. "parameters": [
  1744. {
  1745. "type": "string",
  1746. "description": "验证参数Bearer和token空格拼接",
  1747. "name": "Authorization",
  1748. "in": "header",
  1749. "required": true
  1750. },
  1751. {
  1752. "type": "integer",
  1753. "description": "每页大小",
  1754. "name": "limit",
  1755. "in": "query",
  1756. "required": true
  1757. },
  1758. {
  1759. "type": "integer",
  1760. "description": "页数",
  1761. "name": "page",
  1762. "in": "query",
  1763. "required": true
  1764. },
  1765. {
  1766. "type": "integer",
  1767. "description": "手机号",
  1768. "name": "phone",
  1769. "in": "query",
  1770. "required": true
  1771. },
  1772. {
  1773. "type": "integer",
  1774. "description": "用户名",
  1775. "name": "nickname",
  1776. "in": "query",
  1777. "required": true
  1778. },
  1779. {
  1780. "type": "integer",
  1781. "description": "用户id",
  1782. "name": "uid",
  1783. "in": "query",
  1784. "required": true
  1785. }
  1786. ],
  1787. "responses": {
  1788. "200": {
  1789. "description": "具体数据",
  1790. "schema": {
  1791. "$ref": "#/definitions/md.GetBlackListResp"
  1792. }
  1793. },
  1794. "400": {
  1795. "description": "具体错误",
  1796. "schema": {
  1797. "$ref": "#/definitions/md.Response"
  1798. }
  1799. }
  1800. }
  1801. }
  1802. },
  1803. "/api/friendCircleSettings/dynamic/del": {
  1804. "delete": {
  1805. "description": "动态(删除)",
  1806. "consumes": [
  1807. "application/json"
  1808. ],
  1809. "produces": [
  1810. "application/json"
  1811. ],
  1812. "tags": [
  1813. "动态设置"
  1814. ],
  1815. "summary": "社交管理-动态设置-动态(删除)",
  1816. "parameters": [
  1817. {
  1818. "type": "string",
  1819. "description": "验证参数Bearer和token空格拼接",
  1820. "name": "Authorization",
  1821. "in": "header",
  1822. "required": true
  1823. },
  1824. {
  1825. "description": "删除动态id必填",
  1826. "name": "req",
  1827. "in": "body",
  1828. "required": true,
  1829. "schema": {
  1830. "$ref": "#/definitions/md.DeleteDynamicReq"
  1831. }
  1832. }
  1833. ],
  1834. "responses": {
  1835. "200": {
  1836. "description": "success",
  1837. "schema": {
  1838. "type": "string"
  1839. }
  1840. },
  1841. "400": {
  1842. "description": "具体错误",
  1843. "schema": {
  1844. "$ref": "#/definitions/md.Response"
  1845. }
  1846. }
  1847. }
  1848. }
  1849. },
  1850. "/api/friendCircleSettings/dynamic/index": {
  1851. "post": {
  1852. "description": "动态(获取)",
  1853. "consumes": [
  1854. "application/json"
  1855. ],
  1856. "produces": [
  1857. "application/json"
  1858. ],
  1859. "tags": [
  1860. "动态设置"
  1861. ],
  1862. "summary": "社交管理-动态设置-动态(获取)",
  1863. "parameters": [
  1864. {
  1865. "type": "string",
  1866. "description": "验证参数Bearer和token空格拼接",
  1867. "name": "Authorization",
  1868. "in": "header",
  1869. "required": true
  1870. },
  1871. {
  1872. "description": "筛选条件",
  1873. "name": "req",
  1874. "in": "body",
  1875. "schema": {
  1876. "$ref": "#/definitions/md.GetDynamicReq"
  1877. }
  1878. }
  1879. ],
  1880. "responses": {
  1881. "200": {
  1882. "description": "生成的黑名单id",
  1883. "schema": {
  1884. "$ref": "#/definitions/md.GetDynamicResp"
  1885. }
  1886. },
  1887. "400": {
  1888. "description": "具体错误",
  1889. "schema": {
  1890. "$ref": "#/definitions/md.Response"
  1891. }
  1892. }
  1893. }
  1894. }
  1895. },
  1896. "/api/friendCircleSettings/dynamic/release": {
  1897. "post": {
  1898. "description": "动态(发布)",
  1899. "consumes": [
  1900. "application/json"
  1901. ],
  1902. "produces": [
  1903. "application/json"
  1904. ],
  1905. "tags": [
  1906. "动态设置"
  1907. ],
  1908. "summary": "社交管理-动态设置-动态(发布)",
  1909. "parameters": [
  1910. {
  1911. "type": "string",
  1912. "description": "验证参数Bearer和token空格拼接",
  1913. "name": "Authorization",
  1914. "in": "header",
  1915. "required": true
  1916. },
  1917. {
  1918. "description": "发布动态信息",
  1919. "name": "req",
  1920. "in": "body",
  1921. "required": true,
  1922. "schema": {
  1923. "$ref": "#/definitions/md.ReleaseDynamicReq"
  1924. }
  1925. }
  1926. ],
  1927. "responses": {
  1928. "200": {
  1929. "description": "success",
  1930. "schema": {
  1931. "type": "string"
  1932. }
  1933. },
  1934. "400": {
  1935. "description": "具体错误",
  1936. "schema": {
  1937. "$ref": "#/definitions/md.Response"
  1938. }
  1939. }
  1940. }
  1941. }
  1942. },
  1943. "/api/friendCircleSettings/dynamic/update": {
  1944. "post": {
  1945. "description": "动态(更新)",
  1946. "consumes": [
  1947. "application/json"
  1948. ],
  1949. "produces": [
  1950. "application/json"
  1951. ],
  1952. "tags": [
  1953. "动态设置"
  1954. ],
  1955. "summary": "社交管理-动态设置-动态(更新)",
  1956. "parameters": [
  1957. {
  1958. "type": "string",
  1959. "description": "验证参数Bearer和token空格拼接",
  1960. "name": "Authorization",
  1961. "in": "header",
  1962. "required": true
  1963. },
  1964. {
  1965. "description": "更新动态id必填",
  1966. "name": "req",
  1967. "in": "body",
  1968. "required": true,
  1969. "schema": {
  1970. "$ref": "#/definitions/md.UpdateDynamicReq"
  1971. }
  1972. }
  1973. ],
  1974. "responses": {
  1975. "200": {
  1976. "description": "success",
  1977. "schema": {
  1978. "type": "string"
  1979. }
  1980. },
  1981. "400": {
  1982. "description": "具体错误",
  1983. "schema": {
  1984. "$ref": "#/definitions/md.Response"
  1985. }
  1986. }
  1987. }
  1988. }
  1989. },
  1990. "/api/getSTSVoucher": {
  1991. "get": {
  1992. "description": "STS临时访问凭证(获取)",
  1993. "consumes": [
  1994. "application/json"
  1995. ],
  1996. "produces": [
  1997. "application/json"
  1998. ],
  1999. "tags": [
  2000. "打包机使用"
  2001. ],
  2002. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2003. "parameters": [
  2004. {
  2005. "type": "string",
  2006. "description": "验证参数Bearer和token空格拼接",
  2007. "name": "Authorization",
  2008. "in": "header",
  2009. "required": true
  2010. }
  2011. ],
  2012. "responses": {
  2013. "200": {
  2014. "description": "凭证及其他信息",
  2015. "schema": {
  2016. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2017. }
  2018. },
  2019. "400": {
  2020. "description": "具体错误",
  2021. "schema": {
  2022. "$ref": "#/definitions/md.Response"
  2023. }
  2024. }
  2025. }
  2026. }
  2027. },
  2028. "/api/homePage/activeData": {
  2029. "get": {
  2030. "description": "活跃数据",
  2031. "consumes": [
  2032. "application/json"
  2033. ],
  2034. "produces": [
  2035. "application/json"
  2036. ],
  2037. "tags": [
  2038. "首页"
  2039. ],
  2040. "summary": "首页-首页-活跃数据",
  2041. "parameters": [
  2042. {
  2043. "type": "string",
  2044. "description": "验证参数Bearer和token空格拼接",
  2045. "name": "Authorization",
  2046. "in": "header",
  2047. "required": true
  2048. }
  2049. ],
  2050. "responses": {
  2051. "200": {
  2052. "description": "具体数据",
  2053. "schema": {
  2054. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2055. }
  2056. },
  2057. "400": {
  2058. "description": "具体错误",
  2059. "schema": {
  2060. "$ref": "#/definitions/md.Response"
  2061. }
  2062. }
  2063. }
  2064. }
  2065. },
  2066. "/api/homePage/growData": {
  2067. "get": {
  2068. "description": "用户增长曲线",
  2069. "consumes": [
  2070. "application/json"
  2071. ],
  2072. "produces": [
  2073. "application/json"
  2074. ],
  2075. "tags": [
  2076. "首页"
  2077. ],
  2078. "summary": "首页-首页-用户增长曲线",
  2079. "parameters": [
  2080. {
  2081. "type": "string",
  2082. "description": "验证参数Bearer和token空格拼接",
  2083. "name": "Authorization",
  2084. "in": "header",
  2085. "required": true
  2086. },
  2087. {
  2088. "type": "string",
  2089. "description": "1:按天 2:按周 3:按小时",
  2090. "name": "kind",
  2091. "in": "query"
  2092. }
  2093. ],
  2094. "responses": {
  2095. "200": {
  2096. "description": "具体数据",
  2097. "schema": {
  2098. "$ref": "#/definitions/md.GetPriceCurveResp"
  2099. }
  2100. },
  2101. "400": {
  2102. "description": "具体错误",
  2103. "schema": {
  2104. "$ref": "#/definitions/md.Response"
  2105. }
  2106. }
  2107. }
  2108. }
  2109. },
  2110. "/api/homePage/totalData": {
  2111. "get": {
  2112. "description": "数据总览",
  2113. "consumes": [
  2114. "application/json"
  2115. ],
  2116. "produces": [
  2117. "application/json"
  2118. ],
  2119. "tags": [
  2120. "首页"
  2121. ],
  2122. "summary": "首页-首页-数据总览",
  2123. "parameters": [
  2124. {
  2125. "type": "string",
  2126. "description": "验证参数Bearer和token空格拼接",
  2127. "name": "Authorization",
  2128. "in": "header",
  2129. "required": true
  2130. },
  2131. {
  2132. "type": "string",
  2133. "description": "年",
  2134. "name": "year",
  2135. "in": "query",
  2136. "required": true
  2137. },
  2138. {
  2139. "type": "string",
  2140. "description": "月",
  2141. "name": "month",
  2142. "in": "query",
  2143. "required": true
  2144. }
  2145. ],
  2146. "responses": {
  2147. "200": {
  2148. "description": "具体数据",
  2149. "schema": {
  2150. "$ref": "#/definitions/hdl.TotalDataResp"
  2151. }
  2152. },
  2153. "400": {
  2154. "description": "具体错误",
  2155. "schema": {
  2156. "$ref": "#/definitions/md.Response"
  2157. }
  2158. }
  2159. }
  2160. }
  2161. },
  2162. "/api/im/addCustomerService": {
  2163. "post": {
  2164. "description": "客服(新增)",
  2165. "consumes": [
  2166. "application/json"
  2167. ],
  2168. "produces": [
  2169. "application/json"
  2170. ],
  2171. "tags": [
  2172. "客服"
  2173. ],
  2174. "summary": "Im-客服(新增)",
  2175. "parameters": [
  2176. {
  2177. "type": "string",
  2178. "description": "验证参数Bearer和token空格拼接",
  2179. "name": "Authorization",
  2180. "in": "header",
  2181. "required": true
  2182. },
  2183. {
  2184. "description": "相关参数",
  2185. "name": "req",
  2186. "in": "body",
  2187. "required": true,
  2188. "schema": {
  2189. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2190. }
  2191. }
  2192. ],
  2193. "responses": {
  2194. "200": {
  2195. "description": "success",
  2196. "schema": {
  2197. "type": "string"
  2198. }
  2199. },
  2200. "400": {
  2201. "description": "具体错误",
  2202. "schema": {
  2203. "$ref": "#/definitions/md.Response"
  2204. }
  2205. }
  2206. }
  2207. }
  2208. },
  2209. "/api/im/addEmoticon": {
  2210. "post": {
  2211. "description": "表情包(新增)",
  2212. "consumes": [
  2213. "application/json"
  2214. ],
  2215. "produces": [
  2216. "application/json"
  2217. ],
  2218. "tags": [
  2219. "表情包"
  2220. ],
  2221. "summary": "Im-表情包(新增)",
  2222. "parameters": [
  2223. {
  2224. "type": "string",
  2225. "description": "验证参数Bearer和token空格拼接",
  2226. "name": "Authorization",
  2227. "in": "header",
  2228. "required": true
  2229. },
  2230. {
  2231. "description": "相关参数",
  2232. "name": "req",
  2233. "in": "body",
  2234. "required": true,
  2235. "schema": {
  2236. "$ref": "#/definitions/md.AddEmoticonReq"
  2237. }
  2238. }
  2239. ],
  2240. "responses": {
  2241. "200": {
  2242. "description": "success",
  2243. "schema": {
  2244. "type": "string"
  2245. }
  2246. },
  2247. "400": {
  2248. "description": "具体错误",
  2249. "schema": {
  2250. "$ref": "#/definitions/md.Response"
  2251. }
  2252. }
  2253. }
  2254. }
  2255. },
  2256. "/api/im/batchSendGroupMessage": {
  2257. "post": {
  2258. "description": "群发发送群组消息",
  2259. "consumes": [
  2260. "application/json"
  2261. ],
  2262. "produces": [
  2263. "application/json"
  2264. ],
  2265. "tags": [
  2266. "群发发送群组消息"
  2267. ],
  2268. "summary": "Im-群发发送群组消息",
  2269. "parameters": [
  2270. {
  2271. "type": "string",
  2272. "description": "验证参数Bearer和token空格拼接",
  2273. "name": "Authorization",
  2274. "in": "header",
  2275. "required": true
  2276. },
  2277. {
  2278. "description": "相关参数",
  2279. "name": "req",
  2280. "in": "body",
  2281. "required": true,
  2282. "schema": {
  2283. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2284. }
  2285. }
  2286. ],
  2287. "responses": {
  2288. "200": {
  2289. "description": "success",
  2290. "schema": {
  2291. "type": "string"
  2292. }
  2293. },
  2294. "400": {
  2295. "description": "具体错误",
  2296. "schema": {
  2297. "$ref": "#/definitions/md.Response"
  2298. }
  2299. }
  2300. }
  2301. }
  2302. },
  2303. "/api/im/batchSendUserMessage": {
  2304. "post": {
  2305. "description": "群发发送用户消息",
  2306. "consumes": [
  2307. "application/json"
  2308. ],
  2309. "produces": [
  2310. "application/json"
  2311. ],
  2312. "tags": [
  2313. "群发发送用户消息"
  2314. ],
  2315. "summary": "Im-群发发送用户消息",
  2316. "parameters": [
  2317. {
  2318. "type": "string",
  2319. "description": "验证参数Bearer和token空格拼接",
  2320. "name": "Authorization",
  2321. "in": "header",
  2322. "required": true
  2323. },
  2324. {
  2325. "description": "相关参数",
  2326. "name": "req",
  2327. "in": "body",
  2328. "required": true,
  2329. "schema": {
  2330. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2331. }
  2332. }
  2333. ],
  2334. "responses": {
  2335. "200": {
  2336. "description": "success",
  2337. "schema": {
  2338. "type": "string"
  2339. }
  2340. },
  2341. "400": {
  2342. "description": "具体错误",
  2343. "schema": {
  2344. "$ref": "#/definitions/md.Response"
  2345. }
  2346. }
  2347. }
  2348. }
  2349. },
  2350. "/api/im/deleteEmoticon": {
  2351. "post": {
  2352. "description": "表情包(删除)",
  2353. "consumes": [
  2354. "application/json"
  2355. ],
  2356. "produces": [
  2357. "application/json"
  2358. ],
  2359. "tags": [
  2360. "表情包"
  2361. ],
  2362. "summary": "Im-表情包(删除)",
  2363. "parameters": [
  2364. {
  2365. "type": "string",
  2366. "description": "验证参数Bearer和token空格拼接",
  2367. "name": "Authorization",
  2368. "in": "header",
  2369. "required": true
  2370. },
  2371. {
  2372. "description": "相关参数",
  2373. "name": "req",
  2374. "in": "body",
  2375. "required": true,
  2376. "schema": {
  2377. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2378. }
  2379. }
  2380. ],
  2381. "responses": {
  2382. "200": {
  2383. "description": "success",
  2384. "schema": {
  2385. "type": "string"
  2386. }
  2387. },
  2388. "400": {
  2389. "description": "具体错误",
  2390. "schema": {
  2391. "$ref": "#/definitions/md.Response"
  2392. }
  2393. }
  2394. }
  2395. }
  2396. },
  2397. "/api/im/getBasic": {
  2398. "get": {
  2399. "description": "基础设置(获取)",
  2400. "consumes": [
  2401. "application/json"
  2402. ],
  2403. "produces": [
  2404. "application/json"
  2405. ],
  2406. "tags": [
  2407. "基础设置"
  2408. ],
  2409. "summary": "Im-基础设置(获取)",
  2410. "parameters": [
  2411. {
  2412. "type": "string",
  2413. "description": "验证参数Bearer和token空格拼接",
  2414. "name": "Authorization",
  2415. "in": "header",
  2416. "required": true
  2417. }
  2418. ],
  2419. "responses": {
  2420. "200": {
  2421. "description": "设置列表",
  2422. "schema": {
  2423. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2424. }
  2425. },
  2426. "400": {
  2427. "description": "具体错误",
  2428. "schema": {
  2429. "$ref": "#/definitions/md.Response"
  2430. }
  2431. }
  2432. }
  2433. }
  2434. },
  2435. "/api/im/groupList": {
  2436. "post": {
  2437. "description": "群组用户(列表)",
  2438. "consumes": [
  2439. "application/json"
  2440. ],
  2441. "produces": [
  2442. "application/json"
  2443. ],
  2444. "tags": [
  2445. "群组用户"
  2446. ],
  2447. "summary": "Im-群组用户(列表)",
  2448. "parameters": [
  2449. {
  2450. "type": "string",
  2451. "description": "验证参数Bearer和token空格拼接",
  2452. "name": "Authorization",
  2453. "in": "header",
  2454. "required": true
  2455. },
  2456. {
  2457. "description": "相关参数",
  2458. "name": "req",
  2459. "in": "body",
  2460. "required": true,
  2461. "schema": {
  2462. "$ref": "#/definitions/md.GroupListReq"
  2463. }
  2464. }
  2465. ],
  2466. "responses": {
  2467. "200": {
  2468. "description": "OK",
  2469. "schema": {
  2470. "$ref": "#/definitions/md.GroupListResp"
  2471. }
  2472. },
  2473. "400": {
  2474. "description": "具体错误",
  2475. "schema": {
  2476. "$ref": "#/definitions/md.Response"
  2477. }
  2478. }
  2479. }
  2480. }
  2481. },
  2482. "/api/im/pageCustomerService": {
  2483. "post": {
  2484. "description": "客服(列表)",
  2485. "consumes": [
  2486. "application/json"
  2487. ],
  2488. "produces": [
  2489. "application/json"
  2490. ],
  2491. "tags": [
  2492. "客服"
  2493. ],
  2494. "summary": "Im-客服(列表)",
  2495. "parameters": [
  2496. {
  2497. "type": "string",
  2498. "description": "验证参数Bearer和token空格拼接",
  2499. "name": "Authorization",
  2500. "in": "header",
  2501. "required": true
  2502. },
  2503. {
  2504. "description": "相关参数",
  2505. "name": "req",
  2506. "in": "body",
  2507. "required": true,
  2508. "schema": {
  2509. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2510. }
  2511. }
  2512. ],
  2513. "responses": {
  2514. "200": {
  2515. "description": "设置列表",
  2516. "schema": {
  2517. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2518. }
  2519. },
  2520. "400": {
  2521. "description": "具体错误",
  2522. "schema": {
  2523. "$ref": "#/definitions/md.Response"
  2524. }
  2525. }
  2526. }
  2527. }
  2528. },
  2529. "/api/im/pageEmoticon": {
  2530. "post": {
  2531. "description": "表情包(列表)",
  2532. "consumes": [
  2533. "application/json"
  2534. ],
  2535. "produces": [
  2536. "application/json"
  2537. ],
  2538. "tags": [
  2539. "表情包"
  2540. ],
  2541. "summary": "Im-表情包(列表)",
  2542. "parameters": [
  2543. {
  2544. "type": "string",
  2545. "description": "验证参数Bearer和token空格拼接",
  2546. "name": "Authorization",
  2547. "in": "header",
  2548. "required": true
  2549. },
  2550. {
  2551. "description": "相关参数",
  2552. "name": "req",
  2553. "in": "body",
  2554. "required": true,
  2555. "schema": {
  2556. "$ref": "#/definitions/md.PageEmoticonReq"
  2557. }
  2558. }
  2559. ],
  2560. "responses": {
  2561. "200": {
  2562. "description": "设置列表",
  2563. "schema": {
  2564. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2565. }
  2566. },
  2567. "400": {
  2568. "description": "具体错误",
  2569. "schema": {
  2570. "$ref": "#/definitions/md.Response"
  2571. }
  2572. }
  2573. }
  2574. }
  2575. },
  2576. "/api/im/pageSendRedPackageOrd": {
  2577. "post": {
  2578. "description": "红包记录(列表)",
  2579. "consumes": [
  2580. "application/json"
  2581. ],
  2582. "produces": [
  2583. "application/json"
  2584. ],
  2585. "tags": [
  2586. "红包记录"
  2587. ],
  2588. "summary": "Im-红包记录(列表)",
  2589. "parameters": [
  2590. {
  2591. "type": "string",
  2592. "description": "验证参数Bearer和token空格拼接",
  2593. "name": "Authorization",
  2594. "in": "header",
  2595. "required": true
  2596. },
  2597. {
  2598. "description": "相关参数",
  2599. "name": "req",
  2600. "in": "body",
  2601. "required": true,
  2602. "schema": {
  2603. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2604. }
  2605. }
  2606. ],
  2607. "responses": {
  2608. "200": {
  2609. "description": "success",
  2610. "schema": {
  2611. "type": "string"
  2612. }
  2613. },
  2614. "400": {
  2615. "description": "具体错误",
  2616. "schema": {
  2617. "$ref": "#/definitions/md.Response"
  2618. }
  2619. }
  2620. }
  2621. }
  2622. },
  2623. "/api/im/redPackageRecordsDetail": {
  2624. "get": {
  2625. "description": "红包记录(详情)",
  2626. "consumes": [
  2627. "application/json"
  2628. ],
  2629. "produces": [
  2630. "application/json"
  2631. ],
  2632. "tags": [
  2633. "红包记录"
  2634. ],
  2635. "summary": "Im-红包记录(详情)",
  2636. "parameters": [
  2637. {
  2638. "type": "string",
  2639. "description": "验证参数Bearer和token空格拼接",
  2640. "name": "Authorization",
  2641. "in": "header",
  2642. "required": true
  2643. },
  2644. {
  2645. "type": "string",
  2646. "description": "红包id",
  2647. "name": "red_package_id",
  2648. "in": "query",
  2649. "required": true
  2650. }
  2651. ],
  2652. "responses": {
  2653. "200": {
  2654. "description": "success",
  2655. "schema": {
  2656. "type": "string"
  2657. }
  2658. },
  2659. "400": {
  2660. "description": "具体错误",
  2661. "schema": {
  2662. "$ref": "#/definitions/md.Response"
  2663. }
  2664. }
  2665. }
  2666. }
  2667. },
  2668. "/api/im/setBasic": {
  2669. "post": {
  2670. "description": "基础设置(更新)",
  2671. "consumes": [
  2672. "application/json"
  2673. ],
  2674. "produces": [
  2675. "application/json"
  2676. ],
  2677. "tags": [
  2678. "基础设置"
  2679. ],
  2680. "summary": "Im-基础设置(更新)",
  2681. "parameters": [
  2682. {
  2683. "type": "string",
  2684. "description": "验证参数Bearer和token空格拼接",
  2685. "name": "Authorization",
  2686. "in": "header",
  2687. "required": true
  2688. },
  2689. {
  2690. "description": "上传需要修改的信息",
  2691. "name": "req",
  2692. "in": "body",
  2693. "required": true,
  2694. "schema": {
  2695. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2696. }
  2697. }
  2698. ],
  2699. "responses": {
  2700. "200": {
  2701. "description": "success",
  2702. "schema": {
  2703. "type": "string"
  2704. }
  2705. },
  2706. "400": {
  2707. "description": "具体错误",
  2708. "schema": {
  2709. "$ref": "#/definitions/md.Response"
  2710. }
  2711. }
  2712. }
  2713. }
  2714. },
  2715. "/api/im/setCustomerServiceState": {
  2716. "post": {
  2717. "description": "客服(更新状态)",
  2718. "consumes": [
  2719. "application/json"
  2720. ],
  2721. "produces": [
  2722. "application/json"
  2723. ],
  2724. "tags": [
  2725. "客服"
  2726. ],
  2727. "summary": "Im-客服(更新状态)",
  2728. "parameters": [
  2729. {
  2730. "type": "string",
  2731. "description": "验证参数Bearer和token空格拼接",
  2732. "name": "Authorization",
  2733. "in": "header",
  2734. "required": true
  2735. },
  2736. {
  2737. "description": "相关参数",
  2738. "name": "req",
  2739. "in": "body",
  2740. "required": true,
  2741. "schema": {
  2742. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2743. }
  2744. }
  2745. ],
  2746. "responses": {
  2747. "200": {
  2748. "description": "success",
  2749. "schema": {
  2750. "type": "string"
  2751. }
  2752. },
  2753. "400": {
  2754. "description": "具体错误",
  2755. "schema": {
  2756. "$ref": "#/definitions/md.Response"
  2757. }
  2758. }
  2759. }
  2760. }
  2761. },
  2762. "/api/im/setEmoticonState": {
  2763. "post": {
  2764. "description": "表情包(新增)",
  2765. "consumes": [
  2766. "application/json"
  2767. ],
  2768. "produces": [
  2769. "application/json"
  2770. ],
  2771. "tags": [
  2772. "表情包"
  2773. ],
  2774. "summary": "Im-表情包(更新状态)",
  2775. "parameters": [
  2776. {
  2777. "type": "string",
  2778. "description": "验证参数Bearer和token空格拼接",
  2779. "name": "Authorization",
  2780. "in": "header",
  2781. "required": true
  2782. },
  2783. {
  2784. "description": "相关参数",
  2785. "name": "req",
  2786. "in": "body",
  2787. "required": true,
  2788. "schema": {
  2789. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2790. }
  2791. }
  2792. ],
  2793. "responses": {
  2794. "200": {
  2795. "description": "success",
  2796. "schema": {
  2797. "type": "string"
  2798. }
  2799. },
  2800. "400": {
  2801. "description": "具体错误",
  2802. "schema": {
  2803. "$ref": "#/definitions/md.Response"
  2804. }
  2805. }
  2806. }
  2807. }
  2808. },
  2809. "/api/im/updateCustomerServiceMemo": {
  2810. "post": {
  2811. "description": "客服(编辑备注)",
  2812. "consumes": [
  2813. "application/json"
  2814. ],
  2815. "produces": [
  2816. "application/json"
  2817. ],
  2818. "tags": [
  2819. "客服"
  2820. ],
  2821. "summary": "Im-客服(编辑备注)",
  2822. "parameters": [
  2823. {
  2824. "type": "string",
  2825. "description": "验证参数Bearer和token空格拼接",
  2826. "name": "Authorization",
  2827. "in": "header",
  2828. "required": true
  2829. },
  2830. {
  2831. "description": "相关参数",
  2832. "name": "req",
  2833. "in": "body",
  2834. "required": true,
  2835. "schema": {
  2836. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2837. }
  2838. }
  2839. ],
  2840. "responses": {
  2841. "200": {
  2842. "description": "success",
  2843. "schema": {
  2844. "type": "string"
  2845. }
  2846. },
  2847. "400": {
  2848. "description": "具体错误",
  2849. "schema": {
  2850. "$ref": "#/definitions/md.Response"
  2851. }
  2852. }
  2853. }
  2854. }
  2855. },
  2856. "/api/im/updateEmoticon": {
  2857. "post": {
  2858. "description": "表情包(编辑)",
  2859. "consumes": [
  2860. "application/json"
  2861. ],
  2862. "produces": [
  2863. "application/json"
  2864. ],
  2865. "tags": [
  2866. "表情包"
  2867. ],
  2868. "summary": "Im-表情包(编辑)",
  2869. "parameters": [
  2870. {
  2871. "type": "string",
  2872. "description": "验证参数Bearer和token空格拼接",
  2873. "name": "Authorization",
  2874. "in": "header",
  2875. "required": true
  2876. },
  2877. {
  2878. "description": "相关参数",
  2879. "name": "req",
  2880. "in": "body",
  2881. "required": true,
  2882. "schema": {
  2883. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2884. }
  2885. }
  2886. ],
  2887. "responses": {
  2888. "200": {
  2889. "description": "success",
  2890. "schema": {
  2891. "type": "string"
  2892. }
  2893. },
  2894. "400": {
  2895. "description": "具体错误",
  2896. "schema": {
  2897. "$ref": "#/definitions/md.Response"
  2898. }
  2899. }
  2900. }
  2901. }
  2902. },
  2903. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2904. "post": {
  2905. "description": "会员设置(新增)",
  2906. "consumes": [
  2907. "application/json"
  2908. ],
  2909. "produces": [
  2910. "application/json"
  2911. ],
  2912. "tags": [
  2913. "蛋蛋能量"
  2914. ],
  2915. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2916. "parameters": [
  2917. {
  2918. "type": "string",
  2919. "description": "验证参数Bearer和token空格拼接",
  2920. "name": "Authorization",
  2921. "in": "header",
  2922. "required": true
  2923. },
  2924. {
  2925. "description": "system_id 必填",
  2926. "name": "req",
  2927. "in": "body",
  2928. "required": true,
  2929. "schema": {
  2930. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2931. }
  2932. }
  2933. ],
  2934. "responses": {
  2935. "200": {
  2936. "description": "修改数据条数",
  2937. "schema": {
  2938. "type": "int"
  2939. }
  2940. },
  2941. "400": {
  2942. "description": "具体错误",
  2943. "schema": {
  2944. "$ref": "#/definitions/md.Response"
  2945. }
  2946. }
  2947. }
  2948. }
  2949. },
  2950. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2951. "post": {
  2952. "description": "动态数据流水(获取)",
  2953. "consumes": [
  2954. "application/json"
  2955. ],
  2956. "produces": [
  2957. "application/json"
  2958. ],
  2959. "tags": [
  2960. "公排管理"
  2961. ],
  2962. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2963. "parameters": [
  2964. {
  2965. "type": "string",
  2966. "description": "验证参数Bearer和token空格拼接",
  2967. "name": "Authorization",
  2968. "in": "header",
  2969. "required": true
  2970. },
  2971. {
  2972. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2973. "name": "req",
  2974. "in": "body",
  2975. "required": true,
  2976. "schema": {
  2977. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2978. }
  2979. }
  2980. ],
  2981. "responses": {
  2982. "200": {
  2983. "description": "成功返回",
  2984. "schema": {
  2985. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2986. }
  2987. },
  2988. "400": {
  2989. "description": "具体错误",
  2990. "schema": {
  2991. "$ref": "#/definitions/md.Response"
  2992. }
  2993. }
  2994. }
  2995. }
  2996. },
  2997. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2998. "get": {
  2999. "description": "贡献值-基础设置(获取)",
  3000. "consumes": [
  3001. "application/json"
  3002. ],
  3003. "produces": [
  3004. "application/json"
  3005. ],
  3006. "tags": [
  3007. "贡献值"
  3008. ],
  3009. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3010. "parameters": [
  3011. {
  3012. "type": "string",
  3013. "description": "验证参数Bearer和token空格拼接",
  3014. "name": "Authorization",
  3015. "in": "header",
  3016. "required": true
  3017. }
  3018. ],
  3019. "responses": {
  3020. "200": {
  3021. "description": "具体数据",
  3022. "schema": {
  3023. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3024. }
  3025. },
  3026. "400": {
  3027. "description": "具体错误",
  3028. "schema": {
  3029. "$ref": "#/definitions/md.Response"
  3030. }
  3031. }
  3032. }
  3033. }
  3034. },
  3035. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  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": "id 必填",
  3058. "name": "req",
  3059. "in": "body",
  3060. "required": true,
  3061. "schema": {
  3062. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3063. }
  3064. }
  3065. ],
  3066. "responses": {
  3067. "200": {
  3068. "description": "修改数据条数",
  3069. "schema": {
  3070. "type": "int"
  3071. }
  3072. },
  3073. "400": {
  3074. "description": "具体错误",
  3075. "schema": {
  3076. "$ref": "#/definitions/md.Response"
  3077. }
  3078. }
  3079. }
  3080. }
  3081. },
  3082. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3083. "post": {
  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. "description": "请求参数",
  3105. "name": "req",
  3106. "in": "body",
  3107. "required": true,
  3108. "schema": {
  3109. "$ref": "#/definitions/md.ManualScoreReq"
  3110. }
  3111. }
  3112. ],
  3113. "responses": {
  3114. "200": {
  3115. "description": "成功返回",
  3116. "schema": {
  3117. "type": "string"
  3118. }
  3119. },
  3120. "400": {
  3121. "description": "具体错误",
  3122. "schema": {
  3123. "$ref": "#/definitions/md.Response"
  3124. }
  3125. }
  3126. }
  3127. }
  3128. },
  3129. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3130. "post": {
  3131. "description": "蛋蛋分管理(着陆页数据分析)",
  3132. "consumes": [
  3133. "application/json"
  3134. ],
  3135. "produces": [
  3136. "application/json"
  3137. ],
  3138. "tags": [
  3139. "蛋蛋能量"
  3140. ],
  3141. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3142. "parameters": [
  3143. {
  3144. "type": "string",
  3145. "description": "验证参数Bearer和token空格拼接",
  3146. "name": "Authorization",
  3147. "in": "header",
  3148. "required": true
  3149. },
  3150. {
  3151. "description": "请求参数",
  3152. "name": "req",
  3153. "in": "body",
  3154. "required": true,
  3155. "schema": {
  3156. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3157. }
  3158. }
  3159. ],
  3160. "responses": {
  3161. "200": {
  3162. "description": "成功返回",
  3163. "schema": {
  3164. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3165. }
  3166. },
  3167. "400": {
  3168. "description": "具体错误",
  3169. "schema": {
  3170. "$ref": "#/definitions/md.Response"
  3171. }
  3172. }
  3173. }
  3174. }
  3175. },
  3176. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3177. "post": {
  3178. "description": "蛋蛋分管理(用户数据列表)",
  3179. "consumes": [
  3180. "application/json"
  3181. ],
  3182. "produces": [
  3183. "application/json"
  3184. ],
  3185. "tags": [
  3186. "蛋蛋能量"
  3187. ],
  3188. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3189. "parameters": [
  3190. {
  3191. "type": "string",
  3192. "description": "验证参数Bearer和token空格拼接",
  3193. "name": "Authorization",
  3194. "in": "header",
  3195. "required": true
  3196. },
  3197. {
  3198. "description": "请求参数",
  3199. "name": "req",
  3200. "in": "body",
  3201. "required": true,
  3202. "schema": {
  3203. "$ref": "#/definitions/md.UserEggFlowReq"
  3204. }
  3205. }
  3206. ],
  3207. "responses": {
  3208. "200": {
  3209. "description": "成功返回",
  3210. "schema": {
  3211. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3212. }
  3213. },
  3214. "400": {
  3215. "description": "具体错误",
  3216. "schema": {
  3217. "$ref": "#/definitions/md.Response"
  3218. }
  3219. }
  3220. }
  3221. }
  3222. },
  3223. "/api/institutionalManagement/eggEnergy/getBasic": {
  3224. "get": {
  3225. "description": "基础设置(获取)",
  3226. "consumes": [
  3227. "application/json"
  3228. ],
  3229. "produces": [
  3230. "application/json"
  3231. ],
  3232. "tags": [
  3233. "蛋蛋能量"
  3234. ],
  3235. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3236. "parameters": [
  3237. {
  3238. "type": "string",
  3239. "description": "验证参数Bearer和token空格拼接",
  3240. "name": "Authorization",
  3241. "in": "header",
  3242. "required": true
  3243. }
  3244. ],
  3245. "responses": {
  3246. "200": {
  3247. "description": "具体数据",
  3248. "schema": {
  3249. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3250. }
  3251. },
  3252. "400": {
  3253. "description": "具体错误",
  3254. "schema": {
  3255. "$ref": "#/definitions/md.Response"
  3256. }
  3257. }
  3258. }
  3259. }
  3260. },
  3261. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3262. "get": {
  3263. "description": "基础会员设置(获取)",
  3264. "consumes": [
  3265. "application/json"
  3266. ],
  3267. "produces": [
  3268. "application/json"
  3269. ],
  3270. "tags": [
  3271. "蛋蛋能量"
  3272. ],
  3273. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3274. "parameters": [
  3275. {
  3276. "type": "string",
  3277. "description": "验证参数Bearer和token空格拼接",
  3278. "name": "Authorization",
  3279. "in": "header",
  3280. "required": true
  3281. }
  3282. ],
  3283. "responses": {
  3284. "200": {
  3285. "description": "具体数据",
  3286. "schema": {
  3287. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3288. }
  3289. },
  3290. "400": {
  3291. "description": "具体错误",
  3292. "schema": {
  3293. "$ref": "#/definitions/md.Response"
  3294. }
  3295. }
  3296. }
  3297. }
  3298. },
  3299. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3300. "get": {
  3301. "description": "查询所有币种(获取)",
  3302. "consumes": [
  3303. "application/json"
  3304. ],
  3305. "produces": [
  3306. "application/json"
  3307. ],
  3308. "tags": [
  3309. "蛋蛋能量"
  3310. ],
  3311. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3312. "parameters": [
  3313. {
  3314. "type": "string",
  3315. "description": "验证参数Bearer和token空格拼接",
  3316. "name": "Authorization",
  3317. "in": "header",
  3318. "required": true
  3319. }
  3320. ],
  3321. "responses": {
  3322. "200": {
  3323. "description": "成功返回",
  3324. "schema": {
  3325. "type": "array",
  3326. "items": {
  3327. "$ref": "#/definitions/md.VirtualCoin"
  3328. }
  3329. }
  3330. },
  3331. "400": {
  3332. "description": "具体错误",
  3333. "schema": {
  3334. "$ref": "#/definitions/md.Response"
  3335. }
  3336. }
  3337. }
  3338. }
  3339. },
  3340. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3341. "get": {
  3342. "description": "数据概览(获取)",
  3343. "consumes": [
  3344. "application/json"
  3345. ],
  3346. "produces": [
  3347. "application/json"
  3348. ],
  3349. "tags": [
  3350. "蛋蛋能量"
  3351. ],
  3352. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3353. "parameters": [
  3354. {
  3355. "type": "string",
  3356. "description": "验证参数Bearer和token空格拼接",
  3357. "name": "Authorization",
  3358. "in": "header",
  3359. "required": true
  3360. }
  3361. ],
  3362. "responses": {
  3363. "200": {
  3364. "description": "具体数据",
  3365. "schema": {
  3366. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3367. }
  3368. },
  3369. "400": {
  3370. "description": "具体错误",
  3371. "schema": {
  3372. "$ref": "#/definitions/md.Response"
  3373. }
  3374. }
  3375. }
  3376. }
  3377. },
  3378. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3379. "post": {
  3380. "description": "价值明细数据(新增)",
  3381. "consumes": [
  3382. "application/json"
  3383. ],
  3384. "produces": [
  3385. "application/json"
  3386. ],
  3387. "tags": [
  3388. "蛋蛋能量"
  3389. ],
  3390. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3391. "parameters": [
  3392. {
  3393. "type": "string",
  3394. "description": "验证参数Bearer和token空格拼接",
  3395. "name": "Authorization",
  3396. "in": "header",
  3397. "required": true
  3398. },
  3399. {
  3400. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3401. "name": "req",
  3402. "in": "body",
  3403. "required": true,
  3404. "schema": {
  3405. "$ref": "#/definitions/md.AddFundDataReq"
  3406. }
  3407. }
  3408. ],
  3409. "responses": {
  3410. "200": {
  3411. "description": "插入数据 id",
  3412. "schema": {
  3413. "type": "int"
  3414. }
  3415. },
  3416. "400": {
  3417. "description": "具体错误",
  3418. "schema": {
  3419. "$ref": "#/definitions/md.Response"
  3420. }
  3421. }
  3422. }
  3423. }
  3424. },
  3425. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3426. "post": {
  3427. "description": "新增数据列表(获取)",
  3428. "consumes": [
  3429. "application/json"
  3430. ],
  3431. "produces": [
  3432. "application/json"
  3433. ],
  3434. "tags": [
  3435. "蛋蛋能量"
  3436. ],
  3437. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3438. "parameters": [
  3439. {
  3440. "type": "string",
  3441. "description": "验证参数Bearer和token空格拼接",
  3442. "name": "Authorization",
  3443. "in": "header",
  3444. "required": true
  3445. },
  3446. {
  3447. "description": "分页信息必填",
  3448. "name": "req",
  3449. "in": "body",
  3450. "required": true,
  3451. "schema": {
  3452. "$ref": "#/definitions/md.GetFundDataListReq"
  3453. }
  3454. }
  3455. ],
  3456. "responses": {
  3457. "200": {
  3458. "description": "具体数据",
  3459. "schema": {
  3460. "$ref": "#/definitions/md.GetFundDataListResp"
  3461. }
  3462. },
  3463. "400": {
  3464. "description": "具体错误",
  3465. "schema": {
  3466. "$ref": "#/definitions/md.Response"
  3467. }
  3468. }
  3469. }
  3470. }
  3471. },
  3472. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3473. "post": {
  3474. "description": "新增数据列表详情(查询)",
  3475. "consumes": [
  3476. "application/json"
  3477. ],
  3478. "produces": [
  3479. "application/json"
  3480. ],
  3481. "tags": [
  3482. "蛋蛋能量"
  3483. ],
  3484. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3485. "parameters": [
  3486. {
  3487. "type": "string",
  3488. "description": "验证参数Bearer和token空格拼接",
  3489. "name": "Authorization",
  3490. "in": "header",
  3491. "required": true
  3492. },
  3493. {
  3494. "description": "获取到的 system_id 以及分页信息",
  3495. "name": "req",
  3496. "in": "body",
  3497. "required": true,
  3498. "schema": {
  3499. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3500. }
  3501. }
  3502. ],
  3503. "responses": {
  3504. "200": {
  3505. "description": "具体数据",
  3506. "schema": {
  3507. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3508. }
  3509. },
  3510. "400": {
  3511. "description": "具体错误",
  3512. "schema": {
  3513. "$ref": "#/definitions/md.Response"
  3514. }
  3515. }
  3516. }
  3517. }
  3518. },
  3519. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3520. "get": {
  3521. "description": "价格趋势(获取)",
  3522. "consumes": [
  3523. "application/json"
  3524. ],
  3525. "produces": [
  3526. "application/json"
  3527. ],
  3528. "tags": [
  3529. "蛋蛋能量"
  3530. ],
  3531. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3532. "parameters": [
  3533. {
  3534. "type": "string",
  3535. "description": "验证参数Bearer和token空格拼接",
  3536. "name": "Authorization",
  3537. "in": "header",
  3538. "required": true
  3539. },
  3540. {
  3541. "type": "string",
  3542. "description": "1:按天 2:按小时 3:按周",
  3543. "name": "kind",
  3544. "in": "query"
  3545. }
  3546. ],
  3547. "responses": {
  3548. "200": {
  3549. "description": "具体数据",
  3550. "schema": {
  3551. "$ref": "#/definitions/md.GetPriceCurveResp"
  3552. }
  3553. },
  3554. "400": {
  3555. "description": "具体错误",
  3556. "schema": {
  3557. "$ref": "#/definitions/md.Response"
  3558. }
  3559. }
  3560. }
  3561. }
  3562. },
  3563. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3564. "post": {
  3565. "description": "激励视频(获取)",
  3566. "consumes": [
  3567. "application/json"
  3568. ],
  3569. "produces": [
  3570. "application/json"
  3571. ],
  3572. "tags": [
  3573. "蛋蛋能量"
  3574. ],
  3575. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3576. "parameters": [
  3577. {
  3578. "type": "string",
  3579. "description": "验证参数Bearer和token空格拼接",
  3580. "name": "Authorization",
  3581. "in": "header",
  3582. "required": true
  3583. },
  3584. {
  3585. "description": "落地页不填页大小默认20条数据",
  3586. "name": "req",
  3587. "in": "body",
  3588. "required": true,
  3589. "schema": {
  3590. "$ref": "#/definitions/md.SetVideoRewardReq"
  3591. }
  3592. }
  3593. ],
  3594. "responses": {
  3595. "200": {
  3596. "description": "OK",
  3597. "schema": {
  3598. "$ref": "#/definitions/md.GetVideoRewardResp"
  3599. }
  3600. },
  3601. "400": {
  3602. "description": "具体错误",
  3603. "schema": {
  3604. "$ref": "#/definitions/md.Response"
  3605. }
  3606. }
  3607. }
  3608. }
  3609. },
  3610. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3611. "post": {
  3612. "description": "其他广告设置数据(新增)",
  3613. "consumes": [
  3614. "application/json"
  3615. ],
  3616. "produces": [
  3617. "application/json"
  3618. ],
  3619. "tags": [
  3620. "蛋蛋能量"
  3621. ],
  3622. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3623. "parameters": [
  3624. {
  3625. "type": "string",
  3626. "description": "验证参数Bearer和token空格拼接",
  3627. "name": "Authorization",
  3628. "in": "header",
  3629. "required": true
  3630. },
  3631. {
  3632. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3633. "name": "req",
  3634. "in": "body",
  3635. "required": true,
  3636. "schema": {
  3637. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3638. }
  3639. }
  3640. ],
  3641. "responses": {
  3642. "200": {
  3643. "description": "插入数据 id",
  3644. "schema": {
  3645. "type": "int"
  3646. }
  3647. },
  3648. "400": {
  3649. "description": "具体错误",
  3650. "schema": {
  3651. "$ref": "#/definitions/md.Response"
  3652. }
  3653. }
  3654. }
  3655. }
  3656. },
  3657. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3658. "post": {
  3659. "description": "其他广告设置数据(获取)",
  3660. "consumes": [
  3661. "application/json"
  3662. ],
  3663. "produces": [
  3664. "application/json"
  3665. ],
  3666. "tags": [
  3667. "蛋蛋能量"
  3668. ],
  3669. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3670. "parameters": [
  3671. {
  3672. "type": "string",
  3673. "description": "验证参数Bearer和token空格拼接",
  3674. "name": "Authorization",
  3675. "in": "header",
  3676. "required": true
  3677. },
  3678. {
  3679. "description": "分页信息必填",
  3680. "name": "req",
  3681. "in": "body",
  3682. "required": true,
  3683. "schema": {
  3684. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3685. }
  3686. }
  3687. ],
  3688. "responses": {
  3689. "200": {
  3690. "description": "具体数据",
  3691. "schema": {
  3692. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3693. }
  3694. },
  3695. "400": {
  3696. "description": "具体错误",
  3697. "schema": {
  3698. "$ref": "#/definitions/md.Response"
  3699. }
  3700. }
  3701. }
  3702. }
  3703. },
  3704. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3705. "post": {
  3706. "description": "激励视频(设置)",
  3707. "consumes": [
  3708. "application/json"
  3709. ],
  3710. "produces": [
  3711. "application/json"
  3712. ],
  3713. "tags": [
  3714. "蛋蛋能量"
  3715. ],
  3716. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3717. "parameters": [
  3718. {
  3719. "type": "string",
  3720. "description": "验证参数Bearer和token空格拼接",
  3721. "name": "Authorization",
  3722. "in": "header",
  3723. "required": true
  3724. },
  3725. {
  3726. "description": "落地页不填页大小默认20条数据",
  3727. "name": "req",
  3728. "in": "body",
  3729. "required": true,
  3730. "schema": {
  3731. "$ref": "#/definitions/md.SetVideoRewardReq"
  3732. }
  3733. }
  3734. ],
  3735. "responses": {
  3736. "200": {
  3737. "description": "success",
  3738. "schema": {
  3739. "type": "string"
  3740. }
  3741. },
  3742. "400": {
  3743. "description": "具体错误",
  3744. "schema": {
  3745. "$ref": "#/definitions/md.Response"
  3746. }
  3747. }
  3748. }
  3749. }
  3750. },
  3751. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3752. "post": {
  3753. "description": "基础设置(更新)",
  3754. "consumes": [
  3755. "application/json"
  3756. ],
  3757. "produces": [
  3758. "application/json"
  3759. ],
  3760. "tags": [
  3761. "蛋蛋能量"
  3762. ],
  3763. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3764. "parameters": [
  3765. {
  3766. "type": "string",
  3767. "description": "验证参数Bearer和token空格拼接",
  3768. "name": "Authorization",
  3769. "in": "header",
  3770. "required": true
  3771. },
  3772. {
  3773. "description": "system_id 必填",
  3774. "name": "req",
  3775. "in": "body",
  3776. "required": true,
  3777. "schema": {
  3778. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3779. }
  3780. }
  3781. ],
  3782. "responses": {
  3783. "200": {
  3784. "description": "修改数据条数",
  3785. "schema": {
  3786. "type": "int"
  3787. }
  3788. },
  3789. "400": {
  3790. "description": "具体错误",
  3791. "schema": {
  3792. "$ref": "#/definitions/md.Response"
  3793. }
  3794. }
  3795. }
  3796. }
  3797. },
  3798. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3799. "post": {
  3800. "description": "会员设置(更新)",
  3801. "consumes": [
  3802. "application/json"
  3803. ],
  3804. "produces": [
  3805. "application/json"
  3806. ],
  3807. "tags": [
  3808. "蛋蛋能量"
  3809. ],
  3810. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3811. "parameters": [
  3812. {
  3813. "type": "string",
  3814. "description": "验证参数Bearer和token空格拼接",
  3815. "name": "Authorization",
  3816. "in": "header",
  3817. "required": true
  3818. },
  3819. {
  3820. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3821. "name": "req",
  3822. "in": "body",
  3823. "required": true,
  3824. "schema": {
  3825. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3826. }
  3827. }
  3828. ],
  3829. "responses": {
  3830. "200": {
  3831. "description": "修改数据条数",
  3832. "schema": {
  3833. "type": "int"
  3834. }
  3835. },
  3836. "400": {
  3837. "description": "具体错误",
  3838. "schema": {
  3839. "$ref": "#/definitions/md.Response"
  3840. }
  3841. }
  3842. }
  3843. }
  3844. },
  3845. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3846. "post": {
  3847. "description": "蛋蛋能量流水(查询)",
  3848. "consumes": [
  3849. "application/json"
  3850. ],
  3851. "produces": [
  3852. "application/json"
  3853. ],
  3854. "tags": [
  3855. "公排管理"
  3856. ],
  3857. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3858. "parameters": [
  3859. {
  3860. "type": "string",
  3861. "description": "验证参数Bearer和token空格拼接",
  3862. "name": "Authorization",
  3863. "in": "header",
  3864. "required": true
  3865. },
  3866. {
  3867. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3868. "name": "req",
  3869. "in": "body",
  3870. "required": true,
  3871. "schema": {
  3872. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3873. }
  3874. }
  3875. ],
  3876. "responses": {
  3877. "200": {
  3878. "description": "成功返回",
  3879. "schema": {
  3880. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3881. }
  3882. },
  3883. "400": {
  3884. "description": "具体错误",
  3885. "schema": {
  3886. "$ref": "#/definitions/md.Response"
  3887. }
  3888. }
  3889. }
  3890. }
  3891. },
  3892. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3893. "post": {
  3894. "description": "蛋蛋能量明细(获取)",
  3895. "consumes": [
  3896. "application/json"
  3897. ],
  3898. "produces": [
  3899. "application/json"
  3900. ],
  3901. "tags": [
  3902. "公排管理"
  3903. ],
  3904. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3905. "parameters": [
  3906. {
  3907. "type": "string",
  3908. "description": "验证参数Bearer和token空格拼接",
  3909. "name": "Authorization",
  3910. "in": "header",
  3911. "required": true
  3912. },
  3913. {
  3914. "description": "落地页不填页大小默认20条数据",
  3915. "name": "req",
  3916. "in": "body",
  3917. "schema": {
  3918. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3919. }
  3920. }
  3921. ],
  3922. "responses": {
  3923. "200": {
  3924. "description": "成功返回",
  3925. "schema": {
  3926. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3927. }
  3928. },
  3929. "400": {
  3930. "description": "具体错误",
  3931. "schema": {
  3932. "$ref": "#/definitions/md.Response"
  3933. }
  3934. }
  3935. }
  3936. }
  3937. },
  3938. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3939. "post": {
  3940. "description": "蛋蛋积分持有者明细(获取)",
  3941. "consumes": [
  3942. "application/json"
  3943. ],
  3944. "produces": [
  3945. "application/json"
  3946. ],
  3947. "tags": [
  3948. "公排管理"
  3949. ],
  3950. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3951. "parameters": [
  3952. {
  3953. "type": "string",
  3954. "description": "验证参数Bearer和token空格拼接",
  3955. "name": "Authorization",
  3956. "in": "header",
  3957. "required": true
  3958. },
  3959. {
  3960. "description": "落地页不填页大小默认20条数据",
  3961. "name": "req",
  3962. "in": "body",
  3963. "schema": {
  3964. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3965. }
  3966. }
  3967. ],
  3968. "responses": {
  3969. "200": {
  3970. "description": "成功返回",
  3971. "schema": {
  3972. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3973. }
  3974. },
  3975. "400": {
  3976. "description": "具体错误",
  3977. "schema": {
  3978. "$ref": "#/definitions/md.Response"
  3979. }
  3980. }
  3981. }
  3982. }
  3983. },
  3984. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3985. "post": {
  3986. "description": "蛋蛋积分流水明细(查询)",
  3987. "consumes": [
  3988. "application/json"
  3989. ],
  3990. "produces": [
  3991. "application/json"
  3992. ],
  3993. "tags": [
  3994. "公排管理"
  3995. ],
  3996. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3997. "parameters": [
  3998. {
  3999. "type": "string",
  4000. "description": "验证参数Bearer和token空格拼接",
  4001. "name": "Authorization",
  4002. "in": "header",
  4003. "required": true
  4004. },
  4005. {
  4006. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4007. "name": "req",
  4008. "in": "body",
  4009. "required": true,
  4010. "schema": {
  4011. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4012. }
  4013. }
  4014. ],
  4015. "responses": {
  4016. "200": {
  4017. "description": "成功返回",
  4018. "schema": {
  4019. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4020. }
  4021. },
  4022. "400": {
  4023. "description": "具体错误",
  4024. "schema": {
  4025. "$ref": "#/definitions/md.Response"
  4026. }
  4027. }
  4028. }
  4029. }
  4030. },
  4031. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4032. "get": {
  4033. "description": "个性化设置(获取)",
  4034. "consumes": [
  4035. "application/json"
  4036. ],
  4037. "produces": [
  4038. "application/json"
  4039. ],
  4040. "tags": [
  4041. "模块设置"
  4042. ],
  4043. "summary": "制度中心-模块设置-个性化设置(获取)",
  4044. "parameters": [
  4045. {
  4046. "type": "string",
  4047. "description": "验证参数Bearer和token空格拼接",
  4048. "name": "Authorization",
  4049. "in": "header",
  4050. "required": true
  4051. },
  4052. {
  4053. "type": "string",
  4054. "description": "模块类型值",
  4055. "name": "mod_name_value",
  4056. "in": "query",
  4057. "required": true
  4058. }
  4059. ],
  4060. "responses": {
  4061. "200": {
  4062. "description": "具体数据",
  4063. "schema": {
  4064. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4065. }
  4066. },
  4067. "400": {
  4068. "description": "具体错误",
  4069. "schema": {
  4070. "$ref": "#/definitions/md.Response"
  4071. }
  4072. }
  4073. }
  4074. }
  4075. },
  4076. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4077. "post": {
  4078. "description": "个性化设置(更新)",
  4079. "consumes": [
  4080. "application/json"
  4081. ],
  4082. "produces": [
  4083. "application/json"
  4084. ],
  4085. "tags": [
  4086. "模块设置"
  4087. ],
  4088. "summary": "制度中心-模块设置-个性化设置(更新)",
  4089. "parameters": [
  4090. {
  4091. "type": "string",
  4092. "description": "验证参数Bearer和token空格拼接",
  4093. "name": "Authorization",
  4094. "in": "header",
  4095. "required": true
  4096. },
  4097. {
  4098. "description": "模块类型值必填 链接传入完整 URL",
  4099. "name": "req",
  4100. "in": "body",
  4101. "required": true,
  4102. "schema": {
  4103. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4104. }
  4105. }
  4106. ],
  4107. "responses": {
  4108. "200": {
  4109. "description": "修改数据条数",
  4110. "schema": {
  4111. "type": "int"
  4112. }
  4113. },
  4114. "400": {
  4115. "description": "具体错误",
  4116. "schema": {
  4117. "$ref": "#/definitions/md.Response"
  4118. }
  4119. }
  4120. }
  4121. }
  4122. },
  4123. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4124. "post": {
  4125. "description": "社区分红(新增)",
  4126. "consumes": [
  4127. "application/json"
  4128. ],
  4129. "produces": [
  4130. "application/json"
  4131. ],
  4132. "tags": [
  4133. "公排管理"
  4134. ],
  4135. "summary": "制度中心-公排管理-社区分红(新增)",
  4136. "parameters": [
  4137. {
  4138. "type": "string",
  4139. "description": "验证参数Bearer和token空格拼接",
  4140. "name": "Authorization",
  4141. "in": "header",
  4142. "required": true
  4143. },
  4144. {
  4145. "description": "分红名称、分红总量",
  4146. "name": "req",
  4147. "in": "body",
  4148. "required": true,
  4149. "schema": {
  4150. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4151. }
  4152. }
  4153. ],
  4154. "responses": {
  4155. "200": {
  4156. "description": "成功",
  4157. "schema": {
  4158. "type": "success"
  4159. }
  4160. },
  4161. "400": {
  4162. "description": "具体错误",
  4163. "schema": {
  4164. "$ref": "#/definitions/md.Response"
  4165. }
  4166. }
  4167. }
  4168. }
  4169. },
  4170. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4171. "post": {
  4172. "description": "社区分红(查询)",
  4173. "consumes": [
  4174. "application/json"
  4175. ],
  4176. "produces": [
  4177. "application/json"
  4178. ],
  4179. "tags": [
  4180. "公排管理"
  4181. ],
  4182. "summary": "制度中心-公排管理-社区分红(查询)",
  4183. "parameters": [
  4184. {
  4185. "type": "string",
  4186. "description": "验证参数Bearer和token空格拼接",
  4187. "name": "Authorization",
  4188. "in": "header",
  4189. "required": true
  4190. },
  4191. {
  4192. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4193. "name": "req",
  4194. "in": "body",
  4195. "required": true,
  4196. "schema": {
  4197. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4198. }
  4199. }
  4200. ],
  4201. "responses": {
  4202. "200": {
  4203. "description": "具体数据",
  4204. "schema": {
  4205. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4206. }
  4207. },
  4208. "400": {
  4209. "description": "具体错误",
  4210. "schema": {
  4211. "$ref": "#/definitions/md.Response"
  4212. }
  4213. }
  4214. }
  4215. }
  4216. },
  4217. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4218. "post": {
  4219. "description": "社区长列表(新增)",
  4220. "consumes": [
  4221. "application/json"
  4222. ],
  4223. "produces": [
  4224. "application/json"
  4225. ],
  4226. "tags": [
  4227. "公排管理"
  4228. ],
  4229. "summary": "制度中心-公排管理-社区长列表(新增)",
  4230. "parameters": [
  4231. {
  4232. "type": "string",
  4233. "description": "验证参数Bearer和token空格拼接",
  4234. "name": "Authorization",
  4235. "in": "header",
  4236. "required": true
  4237. },
  4238. {
  4239. "description": "新增社区长 ID、备注",
  4240. "name": "req",
  4241. "in": "body",
  4242. "required": true,
  4243. "schema": {
  4244. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4245. }
  4246. }
  4247. ],
  4248. "responses": {
  4249. "200": {
  4250. "description": "插入数据 ID",
  4251. "schema": {
  4252. "type": "int"
  4253. }
  4254. },
  4255. "400": {
  4256. "description": "具体错误",
  4257. "schema": {
  4258. "$ref": "#/definitions/md.Response"
  4259. }
  4260. }
  4261. }
  4262. }
  4263. },
  4264. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4265. "post": {
  4266. "description": "社区长列表(查询)",
  4267. "consumes": [
  4268. "application/json"
  4269. ],
  4270. "produces": [
  4271. "application/json"
  4272. ],
  4273. "tags": [
  4274. "公排管理"
  4275. ],
  4276. "summary": "制度中心-公排管理-社区长列表(查询)",
  4277. "parameters": [
  4278. {
  4279. "type": "string",
  4280. "description": "验证参数Bearer和token空格拼接",
  4281. "name": "Authorization",
  4282. "in": "header",
  4283. "required": true
  4284. },
  4285. {
  4286. "description": "页数、每页大小必填 手机号、用户ID选填",
  4287. "name": "req",
  4288. "in": "body",
  4289. "required": true,
  4290. "schema": {
  4291. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4292. }
  4293. }
  4294. ],
  4295. "responses": {
  4296. "200": {
  4297. "description": "社区长列表",
  4298. "schema": {
  4299. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4300. }
  4301. },
  4302. "400": {
  4303. "description": "具体错误",
  4304. "schema": {
  4305. "$ref": "#/definitions/md.Response"
  4306. }
  4307. }
  4308. }
  4309. }
  4310. },
  4311. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4312. "post": {
  4313. "description": "关系分布图(位置转换)",
  4314. "consumes": [
  4315. "application/json"
  4316. ],
  4317. "produces": [
  4318. "application/json"
  4319. ],
  4320. "tags": [
  4321. "公排管理"
  4322. ],
  4323. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4324. "parameters": [
  4325. {
  4326. "type": "string",
  4327. "description": "验证参数Bearer和token空格拼接",
  4328. "name": "Authorization",
  4329. "in": "header",
  4330. "required": true
  4331. },
  4332. {
  4333. "description": "需要交换的两个位置",
  4334. "name": "req",
  4335. "in": "body",
  4336. "required": true,
  4337. "schema": {
  4338. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4339. }
  4340. }
  4341. ],
  4342. "responses": {
  4343. "200": {
  4344. "description": "成功返回",
  4345. "schema": {
  4346. "type": ""
  4347. }
  4348. },
  4349. "400": {
  4350. "description": "具体错误",
  4351. "schema": {
  4352. "$ref": "#/definitions/md.Response"
  4353. }
  4354. }
  4355. }
  4356. }
  4357. },
  4358. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4359. "get": {
  4360. "description": "关系分布图(获取指定用户上级)",
  4361. "consumes": [
  4362. "application/json"
  4363. ],
  4364. "produces": [
  4365. "application/json"
  4366. ],
  4367. "tags": [
  4368. "公排管理"
  4369. ],
  4370. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4371. "parameters": [
  4372. {
  4373. "type": "string",
  4374. "description": "验证参数Bearer和token空格拼接",
  4375. "name": "Authorization",
  4376. "in": "header",
  4377. "required": true
  4378. },
  4379. {
  4380. "type": "string",
  4381. "description": "用户ID",
  4382. "name": "uid",
  4383. "in": "query",
  4384. "required": true
  4385. }
  4386. ],
  4387. "responses": {
  4388. "200": {
  4389. "description": "具体数据",
  4390. "schema": {
  4391. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4392. }
  4393. },
  4394. "400": {
  4395. "description": "具体错误",
  4396. "schema": {
  4397. "$ref": "#/definitions/md.Response"
  4398. }
  4399. }
  4400. }
  4401. }
  4402. },
  4403. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4404. "get": {
  4405. "description": "关系分布图(获取指定用户下级)",
  4406. "consumes": [
  4407. "application/json"
  4408. ],
  4409. "produces": [
  4410. "application/json"
  4411. ],
  4412. "tags": [
  4413. "公排管理"
  4414. ],
  4415. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4416. "parameters": [
  4417. {
  4418. "type": "string",
  4419. "description": "验证参数Bearer和token空格拼接",
  4420. "name": "Authorization",
  4421. "in": "header",
  4422. "required": true
  4423. },
  4424. {
  4425. "type": "string",
  4426. "description": "用户ID",
  4427. "name": "uid",
  4428. "in": "query",
  4429. "required": true
  4430. }
  4431. ],
  4432. "responses": {
  4433. "200": {
  4434. "description": "具体数据",
  4435. "schema": {
  4436. "$ref": "#/definitions/md.TreeNode"
  4437. }
  4438. },
  4439. "400": {
  4440. "description": "具体错误",
  4441. "schema": {
  4442. "$ref": "#/definitions/md.Response"
  4443. }
  4444. }
  4445. }
  4446. }
  4447. },
  4448. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4449. "get": {
  4450. "description": "公排基础设置(获取)",
  4451. "consumes": [
  4452. "application/json"
  4453. ],
  4454. "produces": [
  4455. "application/json"
  4456. ],
  4457. "tags": [
  4458. "公排管理"
  4459. ],
  4460. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4461. "parameters": [
  4462. {
  4463. "type": "string",
  4464. "description": "验证参数Bearer和token空格拼接",
  4465. "name": "Authorization",
  4466. "in": "header",
  4467. "required": true
  4468. }
  4469. ],
  4470. "responses": {
  4471. "200": {
  4472. "description": "具体数据",
  4473. "schema": {
  4474. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4475. }
  4476. },
  4477. "400": {
  4478. "description": "具体错误",
  4479. "schema": {
  4480. "$ref": "#/definitions/md.Response"
  4481. }
  4482. }
  4483. }
  4484. }
  4485. },
  4486. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4487. "delete": {
  4488. "description": "免罚用户(删除)",
  4489. "consumes": [
  4490. "application/json"
  4491. ],
  4492. "produces": [
  4493. "application/json"
  4494. ],
  4495. "tags": [
  4496. "公排管理"
  4497. ],
  4498. "summary": "制度中心-公排管理-免罚用户(删除)",
  4499. "parameters": [
  4500. {
  4501. "type": "string",
  4502. "description": "验证参数Bearer和token空格拼接",
  4503. "name": "Authorization",
  4504. "in": "header",
  4505. "required": true
  4506. },
  4507. {
  4508. "description": "免罚用户ID",
  4509. "name": "req",
  4510. "in": "body",
  4511. "required": true,
  4512. "schema": {
  4513. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4514. }
  4515. }
  4516. ],
  4517. "responses": {
  4518. "200": {
  4519. "description": "删除数据数量",
  4520. "schema": {
  4521. "type": "int"
  4522. }
  4523. },
  4524. "400": {
  4525. "description": "具体错误",
  4526. "schema": {
  4527. "$ref": "#/definitions/md.Response"
  4528. }
  4529. }
  4530. }
  4531. }
  4532. },
  4533. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4534. "post": {
  4535. "description": "免罚用户(查询)",
  4536. "consumes": [
  4537. "application/json"
  4538. ],
  4539. "produces": [
  4540. "application/json"
  4541. ],
  4542. "tags": [
  4543. "公排管理"
  4544. ],
  4545. "summary": "制度中心-公排管理-免罚用户(查询)",
  4546. "parameters": [
  4547. {
  4548. "type": "string",
  4549. "description": "验证参数Bearer和token空格拼接",
  4550. "name": "Authorization",
  4551. "in": "header",
  4552. "required": true
  4553. },
  4554. {
  4555. "description": "页数和行数必填,uid选填",
  4556. "name": "req",
  4557. "in": "body",
  4558. "required": true,
  4559. "schema": {
  4560. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4561. }
  4562. }
  4563. ],
  4564. "responses": {
  4565. "200": {
  4566. "description": "成功返回",
  4567. "schema": {
  4568. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4569. }
  4570. },
  4571. "400": {
  4572. "description": "具体错误",
  4573. "schema": {
  4574. "$ref": "#/definitions/md.Response"
  4575. }
  4576. }
  4577. }
  4578. }
  4579. },
  4580. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4581. "post": {
  4582. "description": "免罚用户(新增)",
  4583. "consumes": [
  4584. "application/json"
  4585. ],
  4586. "produces": [
  4587. "application/json"
  4588. ],
  4589. "tags": [
  4590. "公排管理"
  4591. ],
  4592. "summary": "制度中心-公排管理-免罚用户(新增)",
  4593. "parameters": [
  4594. {
  4595. "type": "string",
  4596. "description": "验证参数Bearer和token空格拼接",
  4597. "name": "Authorization",
  4598. "in": "header",
  4599. "required": true
  4600. },
  4601. {
  4602. "description": "免罚用户ID",
  4603. "name": "req",
  4604. "in": "body",
  4605. "required": true,
  4606. "schema": {
  4607. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4608. }
  4609. }
  4610. ],
  4611. "responses": {
  4612. "200": {
  4613. "description": "插入数据 ID",
  4614. "schema": {
  4615. "type": "int"
  4616. }
  4617. },
  4618. "400": {
  4619. "description": "具体错误",
  4620. "schema": {
  4621. "$ref": "#/definitions/md.Response"
  4622. }
  4623. }
  4624. }
  4625. }
  4626. },
  4627. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4628. "get": {
  4629. "description": "关系分布图(获取)",
  4630. "consumes": [
  4631. "application/json"
  4632. ],
  4633. "produces": [
  4634. "application/json"
  4635. ],
  4636. "tags": [
  4637. "公排管理"
  4638. ],
  4639. "summary": "制度中心-公排管理-关系分布图(获取)",
  4640. "parameters": [
  4641. {
  4642. "type": "string",
  4643. "description": "验证参数Bearer和token空格拼接",
  4644. "name": "Authorization",
  4645. "in": "header",
  4646. "required": true
  4647. },
  4648. {
  4649. "type": "string",
  4650. "description": "phone",
  4651. "name": "phone",
  4652. "in": "query",
  4653. "required": true
  4654. },
  4655. {
  4656. "type": "string",
  4657. "description": "uid",
  4658. "name": "uid",
  4659. "in": "query",
  4660. "required": true
  4661. }
  4662. ],
  4663. "responses": {
  4664. "200": {
  4665. "description": "具体数据",
  4666. "schema": {
  4667. "$ref": "#/definitions/md.TreeNode"
  4668. }
  4669. },
  4670. "400": {
  4671. "description": "具体错误",
  4672. "schema": {
  4673. "$ref": "#/definitions/md.Response"
  4674. }
  4675. }
  4676. }
  4677. }
  4678. },
  4679. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4680. "post": {
  4681. "description": "公排基础设置选择会员(查询)",
  4682. "consumes": [
  4683. "application/json"
  4684. ],
  4685. "produces": [
  4686. "application/json"
  4687. ],
  4688. "tags": [
  4689. "公排管理"
  4690. ],
  4691. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4692. "parameters": [
  4693. {
  4694. "type": "string",
  4695. "description": "验证参数Bearer和token空格拼接",
  4696. "name": "Authorization",
  4697. "in": "header",
  4698. "required": true
  4699. },
  4700. {
  4701. "description": "分页信息必填",
  4702. "name": "req",
  4703. "in": "body",
  4704. "required": true,
  4705. "schema": {
  4706. "$ref": "#/definitions/md.SelectMemberReq"
  4707. }
  4708. }
  4709. ],
  4710. "responses": {
  4711. "200": {
  4712. "description": "具体数据",
  4713. "schema": {
  4714. "$ref": "#/definitions/md.SelectMemberResp"
  4715. }
  4716. },
  4717. "400": {
  4718. "description": "具体错误",
  4719. "schema": {
  4720. "$ref": "#/definitions/md.Response"
  4721. }
  4722. }
  4723. }
  4724. }
  4725. },
  4726. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4727. "put": {
  4728. "description": "公排基础设置(修改)",
  4729. "consumes": [
  4730. "application/json"
  4731. ],
  4732. "produces": [
  4733. "application/json"
  4734. ],
  4735. "tags": [
  4736. "公排管理"
  4737. ],
  4738. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4739. "parameters": [
  4740. {
  4741. "type": "string",
  4742. "description": "验证参数Bearer和token空格拼接",
  4743. "name": "Authorization",
  4744. "in": "header",
  4745. "required": true
  4746. },
  4747. {
  4748. "description": "公排设置表单内容",
  4749. "name": "req",
  4750. "in": "body",
  4751. "required": true,
  4752. "schema": {
  4753. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4754. }
  4755. }
  4756. ],
  4757. "responses": {
  4758. "200": {
  4759. "description": "success",
  4760. "schema": {
  4761. "type": "string"
  4762. }
  4763. },
  4764. "400": {
  4765. "description": "具体错误",
  4766. "schema": {
  4767. "$ref": "#/definitions/md.Response"
  4768. }
  4769. }
  4770. }
  4771. }
  4772. },
  4773. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4774. "post": {
  4775. "description": "日活分析",
  4776. "consumes": [
  4777. "application/json"
  4778. ],
  4779. "produces": [
  4780. "application/json"
  4781. ],
  4782. "tags": [
  4783. "公排管理"
  4784. ],
  4785. "summary": "制度中心-公排管理-日活分析",
  4786. "parameters": [
  4787. {
  4788. "type": "string",
  4789. "description": "验证参数Bearer和token空格拼接",
  4790. "name": "Authorization",
  4791. "in": "header",
  4792. "required": true
  4793. },
  4794. {
  4795. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4796. "name": "req",
  4797. "in": "body",
  4798. "required": true,
  4799. "schema": {
  4800. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4801. }
  4802. }
  4803. ],
  4804. "responses": {
  4805. "200": {
  4806. "description": "具体数据",
  4807. "schema": {
  4808. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4809. }
  4810. },
  4811. "400": {
  4812. "description": "具体错误",
  4813. "schema": {
  4814. "$ref": "#/definitions/md.Response"
  4815. }
  4816. }
  4817. }
  4818. }
  4819. },
  4820. "/api/login": {
  4821. "post": {
  4822. "description": "登入",
  4823. "consumes": [
  4824. "application/json"
  4825. ],
  4826. "produces": [
  4827. "application/json"
  4828. ],
  4829. "tags": [
  4830. "登录"
  4831. ],
  4832. "summary": "登陆",
  4833. "parameters": [
  4834. {
  4835. "description": "用户名密码",
  4836. "name": "req",
  4837. "in": "body",
  4838. "required": true,
  4839. "schema": {
  4840. "$ref": "#/definitions/md.LoginReq"
  4841. }
  4842. }
  4843. ],
  4844. "responses": {
  4845. "200": {
  4846. "description": "token",
  4847. "schema": {
  4848. "$ref": "#/definitions/md.LoginResponse"
  4849. }
  4850. },
  4851. "400": {
  4852. "description": "具体错误",
  4853. "schema": {
  4854. "$ref": "#/definitions/md.Response"
  4855. }
  4856. }
  4857. }
  4858. }
  4859. },
  4860. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4861. "get": {
  4862. "description": "新人红包设置(获取)",
  4863. "consumes": [
  4864. "application/json"
  4865. ],
  4866. "produces": [
  4867. "application/json"
  4868. ],
  4869. "tags": [
  4870. "营销应用"
  4871. ],
  4872. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4873. "parameters": [
  4874. {
  4875. "type": "string",
  4876. "description": "验证参数Bearer和token空格拼接",
  4877. "name": "Authorization",
  4878. "in": "header",
  4879. "required": true
  4880. }
  4881. ],
  4882. "responses": {
  4883. "200": {
  4884. "description": "具体数据",
  4885. "schema": {
  4886. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4887. }
  4888. },
  4889. "400": {
  4890. "description": "具体错误",
  4891. "schema": {
  4892. "$ref": "#/definitions/md.Response"
  4893. }
  4894. }
  4895. }
  4896. }
  4897. },
  4898. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  4899. "post": {
  4900. "description": "新人红包列表明细(查询)",
  4901. "consumes": [
  4902. "application/json"
  4903. ],
  4904. "produces": [
  4905. "application/json"
  4906. ],
  4907. "tags": [
  4908. "营销应用"
  4909. ],
  4910. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  4911. "parameters": [
  4912. {
  4913. "type": "string",
  4914. "description": "验证参数Bearer和token空格拼接",
  4915. "name": "Authorization",
  4916. "in": "header",
  4917. "required": true
  4918. },
  4919. {
  4920. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4921. "name": "req",
  4922. "in": "body",
  4923. "required": true,
  4924. "schema": {
  4925. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4926. }
  4927. }
  4928. ],
  4929. "responses": {
  4930. "200": {
  4931. "description": "具体数据",
  4932. "schema": {
  4933. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4934. }
  4935. },
  4936. "400": {
  4937. "description": "具体错误",
  4938. "schema": {
  4939. "$ref": "#/definitions/md.Response"
  4940. }
  4941. }
  4942. }
  4943. }
  4944. },
  4945. "/api/marketingApplications/newUserRedPackage/recordList": {
  4946. "post": {
  4947. "description": "新人红包列表(查询)",
  4948. "consumes": [
  4949. "application/json"
  4950. ],
  4951. "produces": [
  4952. "application/json"
  4953. ],
  4954. "tags": [
  4955. "营销应用"
  4956. ],
  4957. "summary": "制度中心-营销应用-新人红包列表(查询)",
  4958. "parameters": [
  4959. {
  4960. "type": "string",
  4961. "description": "验证参数Bearer和token空格拼接",
  4962. "name": "Authorization",
  4963. "in": "header",
  4964. "required": true
  4965. },
  4966. {
  4967. "description": "新人红包列表查询条件(分页信息必填)",
  4968. "name": "req",
  4969. "in": "body",
  4970. "required": true,
  4971. "schema": {
  4972. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4973. }
  4974. }
  4975. ],
  4976. "responses": {
  4977. "200": {
  4978. "description": "具体数据",
  4979. "schema": {
  4980. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4981. }
  4982. },
  4983. "400": {
  4984. "description": "具体错误",
  4985. "schema": {
  4986. "$ref": "#/definitions/md.Response"
  4987. }
  4988. }
  4989. }
  4990. }
  4991. },
  4992. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4993. "put": {
  4994. "description": "新人红包设置(修改)",
  4995. "consumes": [
  4996. "application/json"
  4997. ],
  4998. "produces": [
  4999. "application/json"
  5000. ],
  5001. "tags": [
  5002. "营销应用"
  5003. ],
  5004. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5005. "parameters": [
  5006. {
  5007. "type": "string",
  5008. "description": "验证参数Bearer和token空格拼接",
  5009. "name": "Authorization",
  5010. "in": "header",
  5011. "required": true
  5012. },
  5013. {
  5014. "description": "新人红包设置表单",
  5015. "name": "req",
  5016. "in": "body",
  5017. "required": true,
  5018. "schema": {
  5019. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5020. }
  5021. }
  5022. ],
  5023. "responses": {
  5024. "200": {
  5025. "description": "success",
  5026. "schema": {
  5027. "type": "string"
  5028. }
  5029. },
  5030. "400": {
  5031. "description": "具体错误",
  5032. "schema": {
  5033. "$ref": "#/definitions/md.Response"
  5034. }
  5035. }
  5036. }
  5037. }
  5038. },
  5039. "/api/memberCenter/levelManagement/addLevel": {
  5040. "post": {
  5041. "description": "等级管理(新增)",
  5042. "consumes": [
  5043. "application/json"
  5044. ],
  5045. "produces": [
  5046. "application/json"
  5047. ],
  5048. "tags": [
  5049. "会员中心"
  5050. ],
  5051. "summary": "制度中心-会员中心-等级管理(新增)",
  5052. "parameters": [
  5053. {
  5054. "type": "string",
  5055. "description": "验证参数Bearer和token空格拼接",
  5056. "name": "Authorization",
  5057. "in": "header",
  5058. "required": true
  5059. },
  5060. {
  5061. "description": "需要新增的等级信息",
  5062. "name": "req",
  5063. "in": "body",
  5064. "required": true,
  5065. "schema": {
  5066. "$ref": "#/definitions/md.AddLevelReq"
  5067. }
  5068. }
  5069. ],
  5070. "responses": {
  5071. "200": {
  5072. "description": "新增等级ID",
  5073. "schema": {
  5074. "type": "int"
  5075. }
  5076. },
  5077. "400": {
  5078. "description": "具体错误",
  5079. "schema": {
  5080. "$ref": "#/definitions/md.Response"
  5081. }
  5082. }
  5083. }
  5084. }
  5085. },
  5086. "/api/memberCenter/levelManagement/addLevelTask": {
  5087. "post": {
  5088. "description": "等级任务(新增)",
  5089. "consumes": [
  5090. "application/json"
  5091. ],
  5092. "produces": [
  5093. "application/json"
  5094. ],
  5095. "tags": [
  5096. "会员中心"
  5097. ],
  5098. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  5099. "parameters": [
  5100. {
  5101. "type": "string",
  5102. "description": "验证参数Bearer和token空格拼接",
  5103. "name": "Authorization",
  5104. "in": "header",
  5105. "required": true
  5106. },
  5107. {
  5108. "description": "需要新增的任务信息",
  5109. "name": "req",
  5110. "in": "body",
  5111. "required": true,
  5112. "schema": {
  5113. "$ref": "#/definitions/md.AddLevelTaskReq"
  5114. }
  5115. }
  5116. ],
  5117. "responses": {
  5118. "200": {
  5119. "description": "新增的任务ID",
  5120. "schema": {
  5121. "type": "int"
  5122. }
  5123. },
  5124. "400": {
  5125. "description": "具体错误",
  5126. "schema": {
  5127. "$ref": "#/definitions/md.Response"
  5128. }
  5129. }
  5130. }
  5131. }
  5132. },
  5133. "/api/memberCenter/levelManagement/deleteLevel": {
  5134. "delete": {
  5135. "description": "等级管理(删除)",
  5136. "consumes": [
  5137. "application/json"
  5138. ],
  5139. "produces": [
  5140. "application/json"
  5141. ],
  5142. "tags": [
  5143. "会员中心"
  5144. ],
  5145. "summary": "制度中心-会员中心-等级管理(删除)",
  5146. "parameters": [
  5147. {
  5148. "type": "string",
  5149. "description": "验证参数Bearer和token空格拼接",
  5150. "name": "Authorization",
  5151. "in": "header",
  5152. "required": true
  5153. },
  5154. {
  5155. "description": "需要删除的等级 ID",
  5156. "name": "req",
  5157. "in": "body",
  5158. "required": true,
  5159. "schema": {
  5160. "$ref": "#/definitions/md.DeleteLevelReq"
  5161. }
  5162. }
  5163. ],
  5164. "responses": {
  5165. "200": {
  5166. "description": "成功删除数据数量",
  5167. "schema": {
  5168. "type": "int"
  5169. }
  5170. },
  5171. "400": {
  5172. "description": "具体错误",
  5173. "schema": {
  5174. "$ref": "#/definitions/md.Response"
  5175. }
  5176. }
  5177. }
  5178. }
  5179. },
  5180. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5181. "delete": {
  5182. "description": "等级任务(删除)",
  5183. "consumes": [
  5184. "application/json"
  5185. ],
  5186. "produces": [
  5187. "application/json"
  5188. ],
  5189. "tags": [
  5190. "会员中心"
  5191. ],
  5192. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5193. "parameters": [
  5194. {
  5195. "type": "string",
  5196. "description": "验证参数Bearer和token空格拼接",
  5197. "name": "Authorization",
  5198. "in": "header",
  5199. "required": true
  5200. },
  5201. {
  5202. "description": "需要删除的等级任务ID",
  5203. "name": "req",
  5204. "in": "body",
  5205. "required": true,
  5206. "schema": {
  5207. "$ref": "#/definitions/md.DeleteTaskReq"
  5208. }
  5209. }
  5210. ],
  5211. "responses": {
  5212. "200": {
  5213. "description": "成功删除数据数量",
  5214. "schema": {
  5215. "type": "int"
  5216. }
  5217. },
  5218. "400": {
  5219. "description": "具体错误",
  5220. "schema": {
  5221. "$ref": "#/definitions/md.Response"
  5222. }
  5223. }
  5224. }
  5225. }
  5226. },
  5227. "/api/memberCenter/levelManagement/getLevelList": {
  5228. "get": {
  5229. "description": "标签管理(获取)",
  5230. "consumes": [
  5231. "application/json"
  5232. ],
  5233. "produces": [
  5234. "application/json"
  5235. ],
  5236. "tags": [
  5237. "会员中心"
  5238. ],
  5239. "summary": "制度中心-会员中心-等级管理(获取)",
  5240. "parameters": [
  5241. {
  5242. "type": "string",
  5243. "description": "验证参数Bearer和token空格拼接",
  5244. "name": "Authorization",
  5245. "in": "header",
  5246. "required": true
  5247. },
  5248. {
  5249. "type": "integer",
  5250. "description": "每页大小",
  5251. "name": "limit",
  5252. "in": "query",
  5253. "required": true
  5254. },
  5255. {
  5256. "type": "integer",
  5257. "description": "页数",
  5258. "name": "page",
  5259. "in": "query",
  5260. "required": true
  5261. }
  5262. ],
  5263. "responses": {
  5264. "200": {
  5265. "description": "具体数据",
  5266. "schema": {
  5267. "$ref": "#/definitions/md.GetLevelListResp"
  5268. }
  5269. },
  5270. "400": {
  5271. "description": "具体错误",
  5272. "schema": {
  5273. "$ref": "#/definitions/md.Response"
  5274. }
  5275. }
  5276. }
  5277. }
  5278. },
  5279. "/api/memberCenter/levelManagement/getOneLevel": {
  5280. "get": {
  5281. "description": "等级明细(获取)",
  5282. "consumes": [
  5283. "application/json"
  5284. ],
  5285. "produces": [
  5286. "application/json"
  5287. ],
  5288. "tags": [
  5289. "会员中心"
  5290. ],
  5291. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5292. "parameters": [
  5293. {
  5294. "type": "string",
  5295. "description": "验证参数Bearer和token空格拼接",
  5296. "name": "Authorization",
  5297. "in": "header",
  5298. "required": true
  5299. },
  5300. {
  5301. "type": "integer",
  5302. "description": "等级 ID",
  5303. "name": "level_id",
  5304. "in": "query",
  5305. "required": true
  5306. }
  5307. ],
  5308. "responses": {
  5309. "200": {
  5310. "description": "具体数据",
  5311. "schema": {
  5312. "$ref": "#/definitions/md.GetOneLevelResp"
  5313. }
  5314. },
  5315. "400": {
  5316. "description": "具体错误",
  5317. "schema": {
  5318. "$ref": "#/definitions/md.Response"
  5319. }
  5320. }
  5321. }
  5322. }
  5323. },
  5324. "/api/memberCenter/levelManagement/updateLevel": {
  5325. "post": {
  5326. "description": "等级管理(更新)",
  5327. "consumes": [
  5328. "application/json"
  5329. ],
  5330. "produces": [
  5331. "application/json"
  5332. ],
  5333. "tags": [
  5334. "会员中心"
  5335. ],
  5336. "summary": "制度中心-会员中心-等级管理(更新)",
  5337. "parameters": [
  5338. {
  5339. "type": "string",
  5340. "description": "验证参数Bearer和token空格拼接",
  5341. "name": "Authorization",
  5342. "in": "header",
  5343. "required": true
  5344. },
  5345. {
  5346. "description": "需要修改的等级信息",
  5347. "name": "req",
  5348. "in": "body",
  5349. "required": true,
  5350. "schema": {
  5351. "$ref": "#/definitions/md.UpdateLevelReq"
  5352. }
  5353. }
  5354. ],
  5355. "responses": {
  5356. "200": {
  5357. "description": "成功修改数据条数",
  5358. "schema": {
  5359. "type": "int"
  5360. }
  5361. },
  5362. "400": {
  5363. "description": "具体错误",
  5364. "schema": {
  5365. "$ref": "#/definitions/md.Response"
  5366. }
  5367. }
  5368. }
  5369. }
  5370. },
  5371. "/api/memberCenter/levelManagement/updateLevelTask": {
  5372. "post": {
  5373. "description": "等级任务(更新)",
  5374. "consumes": [
  5375. "application/json"
  5376. ],
  5377. "produces": [
  5378. "application/json"
  5379. ],
  5380. "tags": [
  5381. "会员中心"
  5382. ],
  5383. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  5384. "parameters": [
  5385. {
  5386. "type": "string",
  5387. "description": "验证参数Bearer和token空格拼接",
  5388. "name": "Authorization",
  5389. "in": "header",
  5390. "required": true
  5391. },
  5392. {
  5393. "description": "需要修改的等级任务信息",
  5394. "name": "req",
  5395. "in": "body",
  5396. "required": true,
  5397. "schema": {
  5398. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  5399. }
  5400. }
  5401. ],
  5402. "responses": {
  5403. "200": {
  5404. "description": "成功修改数据条数",
  5405. "schema": {
  5406. "type": "int"
  5407. }
  5408. },
  5409. "400": {
  5410. "description": "具体错误",
  5411. "schema": {
  5412. "$ref": "#/definitions/md.Response"
  5413. }
  5414. }
  5415. }
  5416. }
  5417. },
  5418. "/api/memberCenter/tagManagement/addTag": {
  5419. "post": {
  5420. "description": "标签管理(新增)",
  5421. "consumes": [
  5422. "application/json"
  5423. ],
  5424. "produces": [
  5425. "application/json"
  5426. ],
  5427. "tags": [
  5428. "会员中心"
  5429. ],
  5430. "summary": "制度中心-会员中心-标签管理(新增)",
  5431. "parameters": [
  5432. {
  5433. "type": "string",
  5434. "description": "验证参数Bearer和token空格拼接",
  5435. "name": "Authorization",
  5436. "in": "header",
  5437. "required": true
  5438. },
  5439. {
  5440. "description": "新增的标签信息",
  5441. "name": "req",
  5442. "in": "body",
  5443. "required": true,
  5444. "schema": {
  5445. "$ref": "#/definitions/md.AddTagReq"
  5446. }
  5447. }
  5448. ],
  5449. "responses": {
  5450. "200": {
  5451. "description": "新增的标签 ID",
  5452. "schema": {
  5453. "type": "int"
  5454. }
  5455. },
  5456. "400": {
  5457. "description": "具体错误",
  5458. "schema": {
  5459. "$ref": "#/definitions/md.Response"
  5460. }
  5461. }
  5462. }
  5463. }
  5464. },
  5465. "/api/memberCenter/tagManagement/deleteTag": {
  5466. "delete": {
  5467. "description": "标签管理(删除)",
  5468. "consumes": [
  5469. "application/json"
  5470. ],
  5471. "produces": [
  5472. "application/json"
  5473. ],
  5474. "tags": [
  5475. "会员中心"
  5476. ],
  5477. "summary": "制度中心-会员中心-标签管理(删除)",
  5478. "parameters": [
  5479. {
  5480. "type": "string",
  5481. "description": "验证参数Bearer和token空格拼接",
  5482. "name": "Authorization",
  5483. "in": "header",
  5484. "required": true
  5485. },
  5486. {
  5487. "description": "需要删除的标签 ID",
  5488. "name": "req",
  5489. "in": "body",
  5490. "required": true,
  5491. "schema": {
  5492. "$ref": "#/definitions/md.DeleteTagReq"
  5493. }
  5494. }
  5495. ],
  5496. "responses": {
  5497. "200": {
  5498. "description": "成功删除标签用户数",
  5499. "schema": {
  5500. "type": "int"
  5501. }
  5502. },
  5503. "400": {
  5504. "description": "具体错误",
  5505. "schema": {
  5506. "$ref": "#/definitions/md.Response"
  5507. }
  5508. }
  5509. }
  5510. }
  5511. },
  5512. "/api/memberCenter/tagManagement/getTagList": {
  5513. "get": {
  5514. "description": "标签管理(获取)",
  5515. "consumes": [
  5516. "application/json"
  5517. ],
  5518. "produces": [
  5519. "application/json"
  5520. ],
  5521. "tags": [
  5522. "会员中心"
  5523. ],
  5524. "summary": "制度中心-会员中心-标签管理(获取)",
  5525. "parameters": [
  5526. {
  5527. "type": "string",
  5528. "description": "验证参数Bearer和token空格拼接",
  5529. "name": "Authorization",
  5530. "in": "header",
  5531. "required": true
  5532. },
  5533. {
  5534. "type": "integer",
  5535. "description": "每页大小",
  5536. "name": "limit",
  5537. "in": "query",
  5538. "required": true
  5539. },
  5540. {
  5541. "type": "integer",
  5542. "description": "页数",
  5543. "name": "page",
  5544. "in": "query",
  5545. "required": true
  5546. }
  5547. ],
  5548. "responses": {
  5549. "200": {
  5550. "description": "具体数据",
  5551. "schema": {
  5552. "$ref": "#/definitions/md.GetTagListResp"
  5553. }
  5554. },
  5555. "400": {
  5556. "description": "具体错误",
  5557. "schema": {
  5558. "$ref": "#/definitions/md.Response"
  5559. }
  5560. }
  5561. }
  5562. }
  5563. },
  5564. "/api/memberCenter/tagManagement/updateTag": {
  5565. "post": {
  5566. "description": "标签管理(更新)",
  5567. "consumes": [
  5568. "application/json"
  5569. ],
  5570. "produces": [
  5571. "application/json"
  5572. ],
  5573. "tags": [
  5574. "会员中心"
  5575. ],
  5576. "summary": "制度中心-会员中心-标签管理(更新)",
  5577. "parameters": [
  5578. {
  5579. "type": "string",
  5580. "description": "验证参数Bearer和token空格拼接",
  5581. "name": "Authorization",
  5582. "in": "header",
  5583. "required": true
  5584. },
  5585. {
  5586. "description": "需要修改的标签信息",
  5587. "name": "req",
  5588. "in": "body",
  5589. "required": true,
  5590. "schema": {
  5591. "$ref": "#/definitions/md.UpdateTagReq"
  5592. }
  5593. }
  5594. ],
  5595. "responses": {
  5596. "200": {
  5597. "description": "成功修改数据条数",
  5598. "schema": {
  5599. "type": "int"
  5600. }
  5601. },
  5602. "400": {
  5603. "description": "具体错误",
  5604. "schema": {
  5605. "$ref": "#/definitions/md.Response"
  5606. }
  5607. }
  5608. }
  5609. }
  5610. },
  5611. "/api/memberCenter/userManagement/balanceDetail": {
  5612. "get": {
  5613. "description": "会员明细(余额获取)",
  5614. "consumes": [
  5615. "application/json"
  5616. ],
  5617. "produces": [
  5618. "application/json"
  5619. ],
  5620. "tags": [
  5621. "会员中心"
  5622. ],
  5623. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5624. "parameters": [
  5625. {
  5626. "type": "string",
  5627. "description": "验证参数Bearer和token空格拼接",
  5628. "name": "Authorization",
  5629. "in": "header",
  5630. "required": true
  5631. },
  5632. {
  5633. "type": "string",
  5634. "description": "用户 ID",
  5635. "name": "uid",
  5636. "in": "query",
  5637. "required": true
  5638. },
  5639. {
  5640. "type": "string",
  5641. "description": "每页大小",
  5642. "name": "limit",
  5643. "in": "query",
  5644. "required": true
  5645. },
  5646. {
  5647. "type": "string",
  5648. "description": "页数",
  5649. "name": "page",
  5650. "in": "query",
  5651. "required": true
  5652. }
  5653. ],
  5654. "responses": {
  5655. "200": {
  5656. "description": "具体数据",
  5657. "schema": {
  5658. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5659. }
  5660. },
  5661. "400": {
  5662. "description": "具体错误",
  5663. "schema": {
  5664. "$ref": "#/definitions/md.Response"
  5665. }
  5666. }
  5667. }
  5668. }
  5669. },
  5670. "/api/memberCenter/userManagement/getFans": {
  5671. "get": {
  5672. "description": "会员明细粉丝情况(获取)",
  5673. "consumes": [
  5674. "application/json"
  5675. ],
  5676. "produces": [
  5677. "application/json"
  5678. ],
  5679. "tags": [
  5680. "会员中心"
  5681. ],
  5682. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5683. "parameters": [
  5684. {
  5685. "type": "string",
  5686. "description": "验证参数Bearer和token空格拼接",
  5687. "name": "Authorization",
  5688. "in": "header",
  5689. "required": true
  5690. },
  5691. {
  5692. "type": "string",
  5693. "description": "用户 ID",
  5694. "name": "uid",
  5695. "in": "query",
  5696. "required": true
  5697. },
  5698. {
  5699. "type": "string",
  5700. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5701. "name": "type",
  5702. "in": "query",
  5703. "required": true
  5704. },
  5705. {
  5706. "type": "string",
  5707. "description": "每页大小",
  5708. "name": "limit",
  5709. "in": "query",
  5710. "required": true
  5711. },
  5712. {
  5713. "type": "string",
  5714. "description": "页数",
  5715. "name": "page",
  5716. "in": "query",
  5717. "required": true
  5718. }
  5719. ],
  5720. "responses": {
  5721. "200": {
  5722. "description": "具体数据",
  5723. "schema": {
  5724. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5725. }
  5726. },
  5727. "400": {
  5728. "description": "具体错误",
  5729. "schema": {
  5730. "$ref": "#/definitions/md.Response"
  5731. }
  5732. }
  5733. }
  5734. }
  5735. },
  5736. "/api/memberCenter/userManagement/getUserList": {
  5737. "post": {
  5738. "description": "用户信息管理(获取)",
  5739. "consumes": [
  5740. "application/json"
  5741. ],
  5742. "produces": [
  5743. "application/json"
  5744. ],
  5745. "tags": [
  5746. "会员中心"
  5747. ],
  5748. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5749. "parameters": [
  5750. {
  5751. "type": "string",
  5752. "description": "验证参数Bearer和token空格拼接",
  5753. "name": "Authorization",
  5754. "in": "header",
  5755. "required": true
  5756. },
  5757. {
  5758. "description": "分页信息必填",
  5759. "name": "req",
  5760. "in": "body",
  5761. "required": true,
  5762. "schema": {
  5763. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5764. }
  5765. }
  5766. ],
  5767. "responses": {
  5768. "200": {
  5769. "description": "具体数据",
  5770. "schema": {
  5771. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5772. }
  5773. },
  5774. "400": {
  5775. "description": "具体错误",
  5776. "schema": {
  5777. "$ref": "#/definitions/md.Response"
  5778. }
  5779. }
  5780. }
  5781. }
  5782. },
  5783. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5784. "get": {
  5785. "description": "会员明细(积分明细获取)",
  5786. "consumes": [
  5787. "application/json"
  5788. ],
  5789. "produces": [
  5790. "application/json"
  5791. ],
  5792. "tags": [
  5793. "会员中心"
  5794. ],
  5795. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5796. "parameters": [
  5797. {
  5798. "type": "string",
  5799. "description": "验证参数Bearer和token空格拼接",
  5800. "name": "Authorization",
  5801. "in": "header",
  5802. "required": true
  5803. },
  5804. {
  5805. "type": "string",
  5806. "description": "用户 ID",
  5807. "name": "uid",
  5808. "in": "query",
  5809. "required": true
  5810. },
  5811. {
  5812. "type": "string",
  5813. "description": "货币 ID",
  5814. "name": "coinId",
  5815. "in": "query",
  5816. "required": true
  5817. },
  5818. {
  5819. "type": "string",
  5820. "description": "每页大小",
  5821. "name": "limit",
  5822. "in": "query",
  5823. "required": true
  5824. },
  5825. {
  5826. "type": "string",
  5827. "description": "页数",
  5828. "name": "page",
  5829. "in": "query",
  5830. "required": true
  5831. }
  5832. ],
  5833. "responses": {
  5834. "200": {
  5835. "description": "具体数据",
  5836. "schema": {
  5837. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5838. }
  5839. },
  5840. "400": {
  5841. "description": "具体错误",
  5842. "schema": {
  5843. "$ref": "#/definitions/md.Response"
  5844. }
  5845. }
  5846. }
  5847. }
  5848. },
  5849. "/api/memberCenter/userManagement/updateUserInfo": {
  5850. "post": {
  5851. "description": "用户信息管理(更新)",
  5852. "consumes": [
  5853. "application/json"
  5854. ],
  5855. "produces": [
  5856. "application/json"
  5857. ],
  5858. "tags": [
  5859. "会员中心"
  5860. ],
  5861. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5862. "parameters": [
  5863. {
  5864. "type": "string",
  5865. "description": "验证参数Bearer和token空格拼接",
  5866. "name": "Authorization",
  5867. "in": "header",
  5868. "required": true
  5869. },
  5870. {
  5871. "description": "用户ID 必传",
  5872. "name": "req",
  5873. "in": "body",
  5874. "required": true,
  5875. "schema": {
  5876. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5877. }
  5878. }
  5879. ],
  5880. "responses": {
  5881. "200": {
  5882. "description": "修改数据行数",
  5883. "schema": {
  5884. "type": "int"
  5885. }
  5886. },
  5887. "400": {
  5888. "description": "具体错误",
  5889. "schema": {
  5890. "$ref": "#/definitions/md.Response"
  5891. }
  5892. }
  5893. }
  5894. }
  5895. },
  5896. "/api/memberCenter/userManagement/userData": {
  5897. "get": {
  5898. "description": "会员明细概况(获取)",
  5899. "consumes": [
  5900. "application/json"
  5901. ],
  5902. "produces": [
  5903. "application/json"
  5904. ],
  5905. "tags": [
  5906. "会员中心"
  5907. ],
  5908. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5909. "parameters": [
  5910. {
  5911. "type": "string",
  5912. "description": "验证参数Bearer和token空格拼接",
  5913. "name": "Authorization",
  5914. "in": "header",
  5915. "required": true
  5916. },
  5917. {
  5918. "type": "string",
  5919. "description": "用户 ID",
  5920. "name": "uid",
  5921. "in": "query",
  5922. "required": true
  5923. }
  5924. ],
  5925. "responses": {
  5926. "200": {
  5927. "description": "会员明细概况具体数据",
  5928. "schema": {
  5929. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5930. }
  5931. },
  5932. "400": {
  5933. "description": "具体错误",
  5934. "schema": {
  5935. "$ref": "#/definitions/md.Response"
  5936. }
  5937. }
  5938. }
  5939. }
  5940. },
  5941. "/api/notice/aliyunSms/file/phone": {
  5942. "post": {
  5943. "description": "短信推送记录-通知模板",
  5944. "consumes": [
  5945. "application/json"
  5946. ],
  5947. "produces": [
  5948. "application/json"
  5949. ],
  5950. "tags": [
  5951. "消息中心"
  5952. ],
  5953. "summary": "消息中心-短信推送记录-通知模板",
  5954. "parameters": [
  5955. {
  5956. "type": "string",
  5957. "description": "验证参数Bearer和token空格拼接",
  5958. "name": "Authorization",
  5959. "in": "header",
  5960. "required": true
  5961. },
  5962. {
  5963. "type": "string",
  5964. "description": "参数 file-----文件上传格式",
  5965. "name": "file",
  5966. "in": "formData",
  5967. "required": true
  5968. }
  5969. ],
  5970. "responses": {
  5971. "200": {
  5972. "description": "phone 一个数组",
  5973. "schema": {
  5974. "type": "string"
  5975. }
  5976. },
  5977. "400": {
  5978. "description": "具体错误",
  5979. "schema": {
  5980. "$ref": "#/definitions/md.Response"
  5981. }
  5982. }
  5983. }
  5984. }
  5985. },
  5986. "/api/notice/aliyunSms/push/list": {
  5987. "post": {
  5988. "description": "短信推送记录-推送记录列表",
  5989. "consumes": [
  5990. "application/json"
  5991. ],
  5992. "produces": [
  5993. "application/json"
  5994. ],
  5995. "tags": [
  5996. "消息中心"
  5997. ],
  5998. "summary": "消息中心-短信推送记录-推送记录列表",
  5999. "parameters": [
  6000. {
  6001. "type": "string",
  6002. "description": "验证参数Bearer和token空格拼接",
  6003. "name": "Authorization",
  6004. "in": "header",
  6005. "required": true
  6006. },
  6007. {
  6008. "description": "(分页信息必填)",
  6009. "name": "req",
  6010. "in": "body",
  6011. "required": true,
  6012. "schema": {
  6013. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6014. }
  6015. }
  6016. ],
  6017. "responses": {
  6018. "200": {
  6019. "description": "具体数据",
  6020. "schema": {
  6021. "$ref": "#/definitions/md.NoticePushListResp"
  6022. }
  6023. },
  6024. "400": {
  6025. "description": "具体错误",
  6026. "schema": {
  6027. "$ref": "#/definitions/md.Response"
  6028. }
  6029. }
  6030. }
  6031. }
  6032. },
  6033. "/api/notice/aliyunSms/push/save": {
  6034. "post": {
  6035. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6036. "consumes": [
  6037. "application/json"
  6038. ],
  6039. "produces": [
  6040. "application/json"
  6041. ],
  6042. "tags": [
  6043. "消息中心"
  6044. ],
  6045. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6046. "parameters": [
  6047. {
  6048. "type": "string",
  6049. "description": "验证参数Bearer和token空格拼接",
  6050. "name": "Authorization",
  6051. "in": "header",
  6052. "required": true
  6053. },
  6054. {
  6055. "description": "(分页信息必填)",
  6056. "name": "req",
  6057. "in": "body",
  6058. "required": true,
  6059. "schema": {
  6060. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6061. }
  6062. }
  6063. ],
  6064. "responses": {
  6065. "200": {
  6066. "description": "具体数据",
  6067. "schema": {
  6068. "type": "string"
  6069. }
  6070. },
  6071. "400": {
  6072. "description": "具体错误",
  6073. "schema": {
  6074. "$ref": "#/definitions/md.Response"
  6075. }
  6076. }
  6077. }
  6078. }
  6079. },
  6080. "/api/notice/aliyunSms/sale/base": {
  6081. "get": {
  6082. "description": "短信推送记录-营销短信-通知模板",
  6083. "consumes": [
  6084. "application/json"
  6085. ],
  6086. "produces": [
  6087. "application/json"
  6088. ],
  6089. "tags": [
  6090. "消息中心"
  6091. ],
  6092. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6093. "parameters": [
  6094. {
  6095. "type": "string",
  6096. "description": "验证参数Bearer和token空格拼接",
  6097. "name": "Authorization",
  6098. "in": "header",
  6099. "required": true
  6100. }
  6101. ],
  6102. "responses": {
  6103. "200": {
  6104. "description": "具体数据",
  6105. "schema": {
  6106. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6107. }
  6108. },
  6109. "400": {
  6110. "description": "具体错误",
  6111. "schema": {
  6112. "$ref": "#/definitions/md.Response"
  6113. }
  6114. }
  6115. }
  6116. }
  6117. },
  6118. "/api/notice/aliyunSms/sale/save": {
  6119. "post": {
  6120. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6121. "consumes": [
  6122. "application/json"
  6123. ],
  6124. "produces": [
  6125. "application/json"
  6126. ],
  6127. "tags": [
  6128. "消息中心"
  6129. ],
  6130. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6131. "parameters": [
  6132. {
  6133. "type": "string",
  6134. "description": "验证参数Bearer和token空格拼接",
  6135. "name": "Authorization",
  6136. "in": "header",
  6137. "required": true
  6138. },
  6139. {
  6140. "description": "数组 把列表的数组传过来",
  6141. "name": "req",
  6142. "in": "body",
  6143. "required": true,
  6144. "schema": {
  6145. "type": "string"
  6146. }
  6147. }
  6148. ],
  6149. "responses": {
  6150. "200": {
  6151. "description": "具体数据",
  6152. "schema": {
  6153. "type": "string"
  6154. }
  6155. },
  6156. "400": {
  6157. "description": "具体错误",
  6158. "schema": {
  6159. "$ref": "#/definitions/md.Response"
  6160. }
  6161. }
  6162. }
  6163. }
  6164. },
  6165. "/api/notice/base/del": {
  6166. "post": {
  6167. "description": "基本配置-通知模板删除",
  6168. "consumes": [
  6169. "application/json"
  6170. ],
  6171. "produces": [
  6172. "application/json"
  6173. ],
  6174. "tags": [
  6175. "消息中心"
  6176. ],
  6177. "summary": "消息中心-基本配置-通知模板删除",
  6178. "parameters": [
  6179. {
  6180. "type": "string",
  6181. "description": "验证参数Bearer和token空格拼接",
  6182. "name": "Authorization",
  6183. "in": "header",
  6184. "required": true
  6185. },
  6186. {
  6187. "description": "(分页信息必填)",
  6188. "name": "req",
  6189. "in": "body",
  6190. "required": true,
  6191. "schema": {
  6192. "$ref": "#/definitions/md.NoticeDelReq"
  6193. }
  6194. }
  6195. ],
  6196. "responses": {
  6197. "200": {
  6198. "description": "具体数据",
  6199. "schema": {
  6200. "type": "string"
  6201. }
  6202. },
  6203. "400": {
  6204. "description": "具体错误",
  6205. "schema": {
  6206. "$ref": "#/definitions/md.Response"
  6207. }
  6208. }
  6209. }
  6210. }
  6211. },
  6212. "/api/notice/base/list": {
  6213. "post": {
  6214. "description": "基本配置-通知模板",
  6215. "consumes": [
  6216. "application/json"
  6217. ],
  6218. "produces": [
  6219. "application/json"
  6220. ],
  6221. "tags": [
  6222. "消息中心"
  6223. ],
  6224. "summary": "消息中心-基本配置-通知模板",
  6225. "parameters": [
  6226. {
  6227. "type": "string",
  6228. "description": "验证参数Bearer和token空格拼接",
  6229. "name": "Authorization",
  6230. "in": "header",
  6231. "required": true
  6232. },
  6233. {
  6234. "description": "(分页信息必填)",
  6235. "name": "req",
  6236. "in": "body",
  6237. "required": true,
  6238. "schema": {
  6239. "$ref": "#/definitions/md.NoticeListReq"
  6240. }
  6241. }
  6242. ],
  6243. "responses": {
  6244. "200": {
  6245. "description": "具体数据",
  6246. "schema": {
  6247. "$ref": "#/definitions/md.NoticeListResp"
  6248. }
  6249. },
  6250. "400": {
  6251. "description": "具体错误",
  6252. "schema": {
  6253. "$ref": "#/definitions/md.Response"
  6254. }
  6255. }
  6256. }
  6257. }
  6258. },
  6259. "/api/notice/base/save": {
  6260. "post": {
  6261. "description": "基本配置-通知模板添加编辑",
  6262. "consumes": [
  6263. "application/json"
  6264. ],
  6265. "produces": [
  6266. "application/json"
  6267. ],
  6268. "tags": [
  6269. "消息中心"
  6270. ],
  6271. "summary": "消息中心-基本配置-通知模板添加编辑",
  6272. "parameters": [
  6273. {
  6274. "type": "string",
  6275. "description": "验证参数Bearer和token空格拼接",
  6276. "name": "Authorization",
  6277. "in": "header",
  6278. "required": true
  6279. },
  6280. {
  6281. "description": "(分页信息必填)",
  6282. "name": "req",
  6283. "in": "body",
  6284. "required": true,
  6285. "schema": {
  6286. "$ref": "#/definitions/md.NoticeSaveReq"
  6287. }
  6288. }
  6289. ],
  6290. "responses": {
  6291. "200": {
  6292. "description": "具体数据",
  6293. "schema": {
  6294. "type": "string"
  6295. }
  6296. },
  6297. "400": {
  6298. "description": "具体错误",
  6299. "schema": {
  6300. "$ref": "#/definitions/md.Response"
  6301. }
  6302. }
  6303. }
  6304. }
  6305. },
  6306. "/api/notice/jPush/push/list": {
  6307. "post": {
  6308. "description": "基本配置-推送记录列表",
  6309. "consumes": [
  6310. "application/json"
  6311. ],
  6312. "produces": [
  6313. "application/json"
  6314. ],
  6315. "tags": [
  6316. "消息中心"
  6317. ],
  6318. "summary": "消息中心-基本配置-推送记录列表",
  6319. "parameters": [
  6320. {
  6321. "type": "string",
  6322. "description": "验证参数Bearer和token空格拼接",
  6323. "name": "Authorization",
  6324. "in": "header",
  6325. "required": true
  6326. },
  6327. {
  6328. "description": "(分页信息必填)",
  6329. "name": "req",
  6330. "in": "body",
  6331. "required": true,
  6332. "schema": {
  6333. "$ref": "#/definitions/md.NoticeListReq"
  6334. }
  6335. }
  6336. ],
  6337. "responses": {
  6338. "200": {
  6339. "description": "具体数据",
  6340. "schema": {
  6341. "$ref": "#/definitions/md.NoticePushListResp"
  6342. }
  6343. },
  6344. "400": {
  6345. "description": "具体错误",
  6346. "schema": {
  6347. "$ref": "#/definitions/md.Response"
  6348. }
  6349. }
  6350. }
  6351. }
  6352. },
  6353. "/api/notice/jPush/push/save": {
  6354. "post": {
  6355. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6356. "consumes": [
  6357. "application/json"
  6358. ],
  6359. "produces": [
  6360. "application/json"
  6361. ],
  6362. "tags": [
  6363. "消息中心"
  6364. ],
  6365. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6366. "parameters": [
  6367. {
  6368. "type": "string",
  6369. "description": "验证参数Bearer和token空格拼接",
  6370. "name": "Authorization",
  6371. "in": "header",
  6372. "required": true
  6373. },
  6374. {
  6375. "description": "(分页信息必填)",
  6376. "name": "req",
  6377. "in": "body",
  6378. "required": true,
  6379. "schema": {
  6380. "$ref": "#/definitions/md.NoticeSaveReq"
  6381. }
  6382. }
  6383. ],
  6384. "responses": {
  6385. "200": {
  6386. "description": "具体数据",
  6387. "schema": {
  6388. "type": "string"
  6389. }
  6390. },
  6391. "400": {
  6392. "description": "具体错误",
  6393. "schema": {
  6394. "$ref": "#/definitions/md.Response"
  6395. }
  6396. }
  6397. }
  6398. }
  6399. },
  6400. "/api/settCenter/oss/aliYun/getBasic": {
  6401. "get": {
  6402. "description": "对象存储设置(获取)",
  6403. "consumes": [
  6404. "application/json"
  6405. ],
  6406. "produces": [
  6407. "application/json"
  6408. ],
  6409. "tags": [
  6410. "对象存储"
  6411. ],
  6412. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6413. "parameters": [
  6414. {
  6415. "type": "string",
  6416. "description": "验证参数Bearer和token空格拼接",
  6417. "name": "Authorization",
  6418. "in": "header",
  6419. "required": true
  6420. }
  6421. ],
  6422. "responses": {
  6423. "200": {
  6424. "description": "设置列表",
  6425. "schema": {
  6426. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6427. }
  6428. },
  6429. "400": {
  6430. "description": "具体错误",
  6431. "schema": {
  6432. "$ref": "#/definitions/md.Response"
  6433. }
  6434. }
  6435. }
  6436. }
  6437. },
  6438. "/api/settCenter/oss/aliYun/setBasic": {
  6439. "post": {
  6440. "description": "对象存储设置(更新)",
  6441. "consumes": [
  6442. "application/json"
  6443. ],
  6444. "produces": [
  6445. "application/json"
  6446. ],
  6447. "tags": [
  6448. "对象存储"
  6449. ],
  6450. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6451. "parameters": [
  6452. {
  6453. "type": "string",
  6454. "description": "验证参数Bearer和token空格拼接",
  6455. "name": "Authorization",
  6456. "in": "header",
  6457. "required": true
  6458. },
  6459. {
  6460. "description": "上传需要修改的信息",
  6461. "name": "req",
  6462. "in": "body",
  6463. "required": true,
  6464. "schema": {
  6465. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6466. }
  6467. }
  6468. ],
  6469. "responses": {
  6470. "200": {
  6471. "description": "success",
  6472. "schema": {
  6473. "type": "string"
  6474. }
  6475. },
  6476. "400": {
  6477. "description": "具体错误",
  6478. "schema": {
  6479. "$ref": "#/definitions/md.Response"
  6480. }
  6481. }
  6482. }
  6483. }
  6484. },
  6485. "/api/userFeedback/cate/list": {
  6486. "post": {
  6487. "description": "分类列表",
  6488. "consumes": [
  6489. "application/json"
  6490. ],
  6491. "produces": [
  6492. "application/json"
  6493. ],
  6494. "tags": [
  6495. "消息中心"
  6496. ],
  6497. "summary": "反馈列表-分类列表",
  6498. "parameters": [
  6499. {
  6500. "type": "string",
  6501. "description": "验证参数Bearer和token空格拼接",
  6502. "name": "Authorization",
  6503. "in": "header",
  6504. "required": true
  6505. },
  6506. {
  6507. "description": "(分页信息必填)",
  6508. "name": "req",
  6509. "in": "body",
  6510. "required": true,
  6511. "schema": {
  6512. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6513. }
  6514. }
  6515. ],
  6516. "responses": {
  6517. "200": {
  6518. "description": "具体数据",
  6519. "schema": {
  6520. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6521. }
  6522. },
  6523. "400": {
  6524. "description": "具体错误",
  6525. "schema": {
  6526. "$ref": "#/definitions/md.Response"
  6527. }
  6528. }
  6529. }
  6530. }
  6531. },
  6532. "/api/userFeedback/content/change/state": {
  6533. "post": {
  6534. "description": "反馈列表-修改状态",
  6535. "consumes": [
  6536. "application/json"
  6537. ],
  6538. "produces": [
  6539. "application/json"
  6540. ],
  6541. "tags": [
  6542. "消息中心"
  6543. ],
  6544. "summary": "用户反馈-反馈列表-修改状态",
  6545. "parameters": [
  6546. {
  6547. "type": "string",
  6548. "description": "验证参数Bearer和token空格拼接",
  6549. "name": "Authorization",
  6550. "in": "header",
  6551. "required": true
  6552. },
  6553. {
  6554. "description": "(分页信息必填)",
  6555. "name": "req",
  6556. "in": "body",
  6557. "required": true,
  6558. "schema": {
  6559. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  6560. }
  6561. }
  6562. ],
  6563. "responses": {
  6564. "200": {
  6565. "description": "具体数据",
  6566. "schema": {
  6567. "type": "string"
  6568. }
  6569. },
  6570. "400": {
  6571. "description": "具体错误",
  6572. "schema": {
  6573. "$ref": "#/definitions/md.Response"
  6574. }
  6575. }
  6576. }
  6577. }
  6578. },
  6579. "/api/userFeedback/content/del": {
  6580. "post": {
  6581. "description": "反馈列表-反馈删除",
  6582. "consumes": [
  6583. "application/json"
  6584. ],
  6585. "produces": [
  6586. "application/json"
  6587. ],
  6588. "tags": [
  6589. "消息中心"
  6590. ],
  6591. "summary": "用户反馈-反馈列表-反馈删除",
  6592. "parameters": [
  6593. {
  6594. "type": "string",
  6595. "description": "验证参数Bearer和token空格拼接",
  6596. "name": "Authorization",
  6597. "in": "header",
  6598. "required": true
  6599. },
  6600. {
  6601. "description": "(分页信息必填)",
  6602. "name": "req",
  6603. "in": "body",
  6604. "required": true,
  6605. "schema": {
  6606. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6607. }
  6608. }
  6609. ],
  6610. "responses": {
  6611. "200": {
  6612. "description": "具体数据",
  6613. "schema": {
  6614. "type": "string"
  6615. }
  6616. },
  6617. "400": {
  6618. "description": "具体错误",
  6619. "schema": {
  6620. "$ref": "#/definitions/md.Response"
  6621. }
  6622. }
  6623. }
  6624. }
  6625. },
  6626. "/api/userFeedback/content/list": {
  6627. "post": {
  6628. "description": "反馈列表",
  6629. "consumes": [
  6630. "application/json"
  6631. ],
  6632. "produces": [
  6633. "application/json"
  6634. ],
  6635. "tags": [
  6636. "消息中心"
  6637. ],
  6638. "summary": "用户反馈-反馈列表",
  6639. "parameters": [
  6640. {
  6641. "type": "string",
  6642. "description": "验证参数Bearer和token空格拼接",
  6643. "name": "Authorization",
  6644. "in": "header",
  6645. "required": true
  6646. },
  6647. {
  6648. "description": "(分页信息必填)",
  6649. "name": "req",
  6650. "in": "body",
  6651. "required": true,
  6652. "schema": {
  6653. "$ref": "#/definitions/md.UserFeedbackListReq"
  6654. }
  6655. }
  6656. ],
  6657. "responses": {
  6658. "200": {
  6659. "description": "具体数据",
  6660. "schema": {
  6661. "$ref": "#/definitions/md.UserFeedbackListResp"
  6662. }
  6663. },
  6664. "400": {
  6665. "description": "具体错误",
  6666. "schema": {
  6667. "$ref": "#/definitions/md.Response"
  6668. }
  6669. }
  6670. }
  6671. }
  6672. },
  6673. "/api/userFeedback/content/record/list": {
  6674. "post": {
  6675. "description": "反馈列表-沟通记录",
  6676. "consumes": [
  6677. "application/json"
  6678. ],
  6679. "produces": [
  6680. "application/json"
  6681. ],
  6682. "tags": [
  6683. "消息中心"
  6684. ],
  6685. "summary": "用户反馈-反馈列表-沟通记录",
  6686. "parameters": [
  6687. {
  6688. "type": "string",
  6689. "description": "验证参数Bearer和token空格拼接",
  6690. "name": "Authorization",
  6691. "in": "header",
  6692. "required": true
  6693. },
  6694. {
  6695. "description": "(分页信息必填)",
  6696. "name": "req",
  6697. "in": "body",
  6698. "required": true,
  6699. "schema": {
  6700. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6701. }
  6702. }
  6703. ],
  6704. "responses": {
  6705. "200": {
  6706. "description": "具体数据",
  6707. "schema": {
  6708. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6709. }
  6710. },
  6711. "400": {
  6712. "description": "具体错误",
  6713. "schema": {
  6714. "$ref": "#/definitions/md.Response"
  6715. }
  6716. }
  6717. }
  6718. }
  6719. },
  6720. "/api/userFeedback/content/say": {
  6721. "post": {
  6722. "description": "反馈列表-沟通发送",
  6723. "consumes": [
  6724. "application/json"
  6725. ],
  6726. "produces": [
  6727. "application/json"
  6728. ],
  6729. "tags": [
  6730. "消息中心"
  6731. ],
  6732. "summary": "用户反馈-反馈列表-沟通发送",
  6733. "parameters": [
  6734. {
  6735. "type": "string",
  6736. "description": "验证参数Bearer和token空格拼接",
  6737. "name": "Authorization",
  6738. "in": "header",
  6739. "required": true
  6740. },
  6741. {
  6742. "description": "(分页信息必填)",
  6743. "name": "req",
  6744. "in": "body",
  6745. "required": true,
  6746. "schema": {
  6747. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6748. }
  6749. }
  6750. ],
  6751. "responses": {
  6752. "200": {
  6753. "description": "具体数据",
  6754. "schema": {
  6755. "type": "string"
  6756. }
  6757. },
  6758. "400": {
  6759. "description": "具体错误",
  6760. "schema": {
  6761. "$ref": "#/definitions/md.Response"
  6762. }
  6763. }
  6764. }
  6765. }
  6766. },
  6767. "/api/userRealName/base": {
  6768. "get": {
  6769. "description": "基本设置-实名认证",
  6770. "consumes": [
  6771. "application/json"
  6772. ],
  6773. "produces": [
  6774. "application/json"
  6775. ],
  6776. "tags": [
  6777. "基本设置"
  6778. ],
  6779. "summary": "基本设置-实名认证-基本配置",
  6780. "parameters": [
  6781. {
  6782. "type": "string",
  6783. "description": "验证参数Bearer和token空格拼接",
  6784. "name": "Authorization",
  6785. "in": "header",
  6786. "required": true
  6787. }
  6788. ],
  6789. "responses": {
  6790. "200": {
  6791. "description": "具体数据",
  6792. "schema": {
  6793. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6794. }
  6795. },
  6796. "400": {
  6797. "description": "具体错误",
  6798. "schema": {
  6799. "$ref": "#/definitions/md.Response"
  6800. }
  6801. }
  6802. }
  6803. }
  6804. },
  6805. "/api/userRealName/base/save": {
  6806. "post": {
  6807. "description": "基本设置-实名认证-基本配置保存",
  6808. "consumes": [
  6809. "application/json"
  6810. ],
  6811. "produces": [
  6812. "application/json"
  6813. ],
  6814. "tags": [
  6815. "基本设置"
  6816. ],
  6817. "summary": "基本设置-实名认证-基本配置保存",
  6818. "parameters": [
  6819. {
  6820. "type": "string",
  6821. "description": "验证参数Bearer和token空格拼接",
  6822. "name": "Authorization",
  6823. "in": "header",
  6824. "required": true
  6825. },
  6826. {
  6827. "description": "(分页信息必填)",
  6828. "name": "req",
  6829. "in": "body",
  6830. "required": true,
  6831. "schema": {
  6832. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6833. }
  6834. }
  6835. ],
  6836. "responses": {
  6837. "200": {
  6838. "description": "具体数据",
  6839. "schema": {
  6840. "type": "string"
  6841. }
  6842. },
  6843. "400": {
  6844. "description": "具体错误",
  6845. "schema": {
  6846. "$ref": "#/definitions/md.Response"
  6847. }
  6848. }
  6849. }
  6850. }
  6851. },
  6852. "/api/userRealName/list": {
  6853. "post": {
  6854. "description": "基本设置-实名认证列表",
  6855. "consumes": [
  6856. "application/json"
  6857. ],
  6858. "produces": [
  6859. "application/json"
  6860. ],
  6861. "tags": [
  6862. "基本设置"
  6863. ],
  6864. "summary": "基本设置-实名认证列表",
  6865. "parameters": [
  6866. {
  6867. "type": "string",
  6868. "description": "验证参数Bearer和token空格拼接",
  6869. "name": "Authorization",
  6870. "in": "header",
  6871. "required": true
  6872. },
  6873. {
  6874. "description": "(分页信息必填)",
  6875. "name": "req",
  6876. "in": "body",
  6877. "required": true,
  6878. "schema": {
  6879. "$ref": "#/definitions/md.UserRealNameReq"
  6880. }
  6881. }
  6882. ],
  6883. "responses": {
  6884. "200": {
  6885. "description": "具体数据",
  6886. "schema": {
  6887. "$ref": "#/definitions/md.UserRealNameResp"
  6888. }
  6889. },
  6890. "400": {
  6891. "description": "具体错误",
  6892. "schema": {
  6893. "$ref": "#/definitions/md.Response"
  6894. }
  6895. }
  6896. }
  6897. }
  6898. },
  6899. "/api/userRealName/save": {
  6900. "post": {
  6901. "description": "基本设置-修改认证状态",
  6902. "consumes": [
  6903. "application/json"
  6904. ],
  6905. "produces": [
  6906. "application/json"
  6907. ],
  6908. "tags": [
  6909. "基本设置"
  6910. ],
  6911. "summary": "基本设置-实名认证-修改认证状态",
  6912. "parameters": [
  6913. {
  6914. "type": "string",
  6915. "description": "验证参数Bearer和token空格拼接",
  6916. "name": "Authorization",
  6917. "in": "header",
  6918. "required": true
  6919. },
  6920. {
  6921. "description": "(分页信息必填)",
  6922. "name": "req",
  6923. "in": "body",
  6924. "required": true,
  6925. "schema": {
  6926. "$ref": "#/definitions/md.UserRealNameSaveReq"
  6927. }
  6928. }
  6929. ],
  6930. "responses": {
  6931. "200": {
  6932. "description": "具体数据",
  6933. "schema": {
  6934. "type": "string"
  6935. }
  6936. },
  6937. "400": {
  6938. "description": "具体错误",
  6939. "schema": {
  6940. "$ref": "#/definitions/md.Response"
  6941. }
  6942. }
  6943. }
  6944. }
  6945. },
  6946. "/api/user_feedback/cate/del": {
  6947. "post": {
  6948. "description": "分类列表-分类删除",
  6949. "consumes": [
  6950. "application/json"
  6951. ],
  6952. "produces": [
  6953. "application/json"
  6954. ],
  6955. "tags": [
  6956. "消息中心"
  6957. ],
  6958. "summary": "反馈列表-分类列表-分类删除",
  6959. "parameters": [
  6960. {
  6961. "type": "string",
  6962. "description": "验证参数Bearer和token空格拼接",
  6963. "name": "Authorization",
  6964. "in": "header",
  6965. "required": true
  6966. },
  6967. {
  6968. "description": "(分页信息必填)",
  6969. "name": "req",
  6970. "in": "body",
  6971. "required": true,
  6972. "schema": {
  6973. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6974. }
  6975. }
  6976. ],
  6977. "responses": {
  6978. "200": {
  6979. "description": "具体数据",
  6980. "schema": {
  6981. "type": "string"
  6982. }
  6983. },
  6984. "400": {
  6985. "description": "具体错误",
  6986. "schema": {
  6987. "$ref": "#/definitions/md.Response"
  6988. }
  6989. }
  6990. }
  6991. }
  6992. },
  6993. "/api/user_feedback/cate/save": {
  6994. "post": {
  6995. "description": "分类列表-分类保存",
  6996. "consumes": [
  6997. "application/json"
  6998. ],
  6999. "produces": [
  7000. "application/json"
  7001. ],
  7002. "tags": [
  7003. "消息中心"
  7004. ],
  7005. "summary": "反馈列表-分类列表-分类保存",
  7006. "parameters": [
  7007. {
  7008. "type": "string",
  7009. "description": "验证参数Bearer和token空格拼接",
  7010. "name": "Authorization",
  7011. "in": "header",
  7012. "required": true
  7013. },
  7014. {
  7015. "description": "(分页信息必填)",
  7016. "name": "req",
  7017. "in": "body",
  7018. "required": true,
  7019. "schema": {
  7020. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7021. }
  7022. }
  7023. ],
  7024. "responses": {
  7025. "200": {
  7026. "description": "具体数据",
  7027. "schema": {
  7028. "type": "string"
  7029. }
  7030. },
  7031. "400": {
  7032. "description": "具体错误",
  7033. "schema": {
  7034. "$ref": "#/definitions/md.Response"
  7035. }
  7036. }
  7037. }
  7038. }
  7039. }
  7040. },
  7041. "definitions": {
  7042. "applet_app_md_financial_center.Paginate": {
  7043. "type": "object",
  7044. "properties": {
  7045. "limit": {
  7046. "description": "每页大小",
  7047. "type": "integer"
  7048. },
  7049. "page": {
  7050. "description": "页数",
  7051. "type": "integer"
  7052. },
  7053. "total": {
  7054. "description": "总数据量",
  7055. "type": "integer"
  7056. }
  7057. }
  7058. },
  7059. "applet_app_md_financial_center.TagNode": {
  7060. "type": "object",
  7061. "properties": {
  7062. "tag_id": {
  7063. "type": "integer"
  7064. },
  7065. "tag_name": {
  7066. "type": "string"
  7067. }
  7068. }
  7069. },
  7070. "applet_app_md_friend_circle.Paginate": {
  7071. "type": "object",
  7072. "properties": {
  7073. "limit": {
  7074. "description": "每页大小",
  7075. "type": "integer"
  7076. },
  7077. "page": {
  7078. "description": "页数",
  7079. "type": "integer"
  7080. },
  7081. "total": {
  7082. "description": "总数据量",
  7083. "type": "integer"
  7084. }
  7085. }
  7086. },
  7087. "applet_app_md_im.GetBasicResp": {
  7088. "type": "object",
  7089. "properties": {
  7090. "chat_sensitive_words": {
  7091. "type": "string",
  7092. "example": "聊天敏感词"
  7093. },
  7094. "is_allow_add_friends": {
  7095. "type": "string",
  7096. "example": "是否允许加好友"
  7097. },
  7098. "is_auto_add_friends": {
  7099. "type": "string",
  7100. "example": "是否自动加好友"
  7101. },
  7102. "prohibit_add_group_members": {
  7103. "type": "string",
  7104. "example": "是否禁止添加群成员"
  7105. },
  7106. "prohibit_remove_group_members": {
  7107. "type": "string",
  7108. "example": "是否禁止移出群成员"
  7109. },
  7110. "prohibit_update_group_name": {
  7111. "type": "string",
  7112. "example": "是否禁止修改群名称"
  7113. }
  7114. }
  7115. },
  7116. "applet_app_md_im.SetBasicReq": {
  7117. "type": "object",
  7118. "properties": {
  7119. "chat_sensitive_words": {
  7120. "type": "string",
  7121. "example": "聊天敏感词"
  7122. },
  7123. "is_allow_add_friends": {
  7124. "type": "string",
  7125. "example": "是否允许加好友"
  7126. },
  7127. "is_auto_add_friends": {
  7128. "type": "string",
  7129. "example": "是否自动加好友"
  7130. },
  7131. "prohibit_add_group_members": {
  7132. "type": "string",
  7133. "example": "是否禁止添加群成员"
  7134. },
  7135. "prohibit_remove_group_members": {
  7136. "type": "string",
  7137. "example": "是否禁止移出群成员"
  7138. },
  7139. "prohibit_update_group_name": {
  7140. "type": "string",
  7141. "example": "是否禁止修改群名称"
  7142. }
  7143. }
  7144. },
  7145. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7146. "type": "object",
  7147. "properties": {
  7148. "direct_push_reward": {
  7149. "description": "直推奖励",
  7150. "allOf": [
  7151. {
  7152. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7153. }
  7154. ]
  7155. },
  7156. "is_open": {
  7157. "description": "是否开启(1:开启 0:关闭)",
  7158. "type": "integer"
  7159. },
  7160. "person_egg_energy_coin_id": {
  7161. "description": "个人蛋蛋能量对应虚拟币 id",
  7162. "type": "integer"
  7163. },
  7164. "person_egg_points_coin_id": {
  7165. "description": "个人蛋蛋积分对应虚拟币 id",
  7166. "type": "integer"
  7167. },
  7168. "team_egg_energy_coin_id": {
  7169. "description": "团队蛋蛋能量对应虚拟币 id",
  7170. "type": "integer"
  7171. },
  7172. "team_egg_points_coin_id": {
  7173. "description": "团队蛋蛋积分对应虚拟币 id",
  7174. "type": "integer"
  7175. }
  7176. }
  7177. },
  7178. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7179. "type": "object",
  7180. "properties": {
  7181. "limit": {
  7182. "description": "每页大小",
  7183. "type": "integer"
  7184. },
  7185. "page": {
  7186. "description": "页数",
  7187. "type": "integer"
  7188. },
  7189. "total": {
  7190. "description": "总数据量",
  7191. "type": "integer"
  7192. }
  7193. }
  7194. },
  7195. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7196. "type": "object",
  7197. "properties": {
  7198. "id": {
  7199. "type": "integer"
  7200. },
  7201. "is_open": {
  7202. "description": "是否开启(1:开启 0:关闭)",
  7203. "type": "integer"
  7204. },
  7205. "is_self_active_get_team_revenue": {
  7206. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7207. "type": "integer"
  7208. },
  7209. "originator_uid": {
  7210. "description": "创始人uid",
  7211. "type": "integer"
  7212. },
  7213. "several_rows": {
  7214. "description": "几排",
  7215. "type": "integer"
  7216. },
  7217. "several_times": {
  7218. "description": "几乘",
  7219. "type": "integer"
  7220. },
  7221. "system_punish_replace": {
  7222. "description": "是否位置滑落 被新用户替换 0否 1是",
  7223. "type": "integer"
  7224. },
  7225. "system_punish_replace_value": {
  7226. "description": "xx天未活跃,处罚滑落",
  7227. "type": "integer"
  7228. }
  7229. }
  7230. },
  7231. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7232. "type": "object",
  7233. "properties": {
  7234. "limit": {
  7235. "description": "每页大小",
  7236. "type": "integer"
  7237. },
  7238. "page": {
  7239. "description": "页数",
  7240. "type": "integer"
  7241. },
  7242. "total": {
  7243. "description": "总数据量",
  7244. "type": "integer"
  7245. }
  7246. }
  7247. },
  7248. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7249. "type": "object",
  7250. "properties": {
  7251. "limit": {
  7252. "type": "integer"
  7253. },
  7254. "page": {
  7255. "type": "integer"
  7256. },
  7257. "total": {
  7258. "type": "integer"
  7259. }
  7260. }
  7261. },
  7262. "applet_app_md_member_center.Paginate": {
  7263. "type": "object",
  7264. "properties": {
  7265. "limit": {
  7266. "description": "每页大小",
  7267. "type": "integer"
  7268. },
  7269. "page": {
  7270. "description": "页数",
  7271. "type": "integer"
  7272. },
  7273. "total": {
  7274. "description": "总数据量",
  7275. "type": "integer"
  7276. }
  7277. }
  7278. },
  7279. "applet_app_md_member_center.TagNode": {
  7280. "type": "object",
  7281. "properties": {
  7282. "tag_id": {
  7283. "description": "标签 ID",
  7284. "type": "integer"
  7285. },
  7286. "tag_name": {
  7287. "description": "标签 名称",
  7288. "type": "string"
  7289. }
  7290. }
  7291. },
  7292. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7293. "type": "object",
  7294. "properties": {
  7295. "oss_access_key_id": {
  7296. "type": "string",
  7297. "example": "oss访问秘钥id"
  7298. },
  7299. "oss_access_key_secret": {
  7300. "type": "string",
  7301. "example": "oss访问秘钥"
  7302. },
  7303. "oss_assume_arn": {
  7304. "type": "string",
  7305. "example": "oss RAM角色ARN"
  7306. },
  7307. "oss_assume_role_access_key_id": {
  7308. "type": "string",
  7309. "example": "oss RAM角色访问秘钥id"
  7310. },
  7311. "oss_assume_role_access_key_secret": {
  7312. "type": "string",
  7313. "example": "oss RAM角色访问秘钥"
  7314. },
  7315. "oss_bucket_name": {
  7316. "type": "string",
  7317. "example": "oss存储桶名称"
  7318. },
  7319. "oss_bucket_scheme": {
  7320. "type": "string",
  7321. "example": "oss上传方式"
  7322. },
  7323. "oss_endpoint": {
  7324. "type": "string",
  7325. "example": "oss地域节点"
  7326. },
  7327. "oss_object_domain": {
  7328. "type": "string",
  7329. "example": "oss域名"
  7330. },
  7331. "oss_option": {
  7332. "type": "string",
  7333. "example": "oss上传文件类型选项,以逗号分割"
  7334. }
  7335. }
  7336. },
  7337. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7338. "type": "object",
  7339. "properties": {
  7340. "oss_access_key_id": {
  7341. "type": "string",
  7342. "example": "oss访问秘钥id"
  7343. },
  7344. "oss_access_key_secret": {
  7345. "type": "string",
  7346. "example": "oss访问秘钥"
  7347. },
  7348. "oss_assume_arn": {
  7349. "type": "string",
  7350. "example": "oss RAM角色ARN"
  7351. },
  7352. "oss_assume_role_access_key_id": {
  7353. "type": "string",
  7354. "example": "oss RAM角色访问秘钥id"
  7355. },
  7356. "oss_assume_role_access_key_secret": {
  7357. "type": "string",
  7358. "example": "oss RAM角色访问秘钥"
  7359. },
  7360. "oss_bucket_name": {
  7361. "type": "string",
  7362. "example": "oss存储桶名称"
  7363. },
  7364. "oss_bucket_scheme": {
  7365. "type": "string",
  7366. "example": "oss上传方式"
  7367. },
  7368. "oss_endpoint": {
  7369. "type": "string",
  7370. "example": "oss地域节点"
  7371. },
  7372. "oss_object_domain": {
  7373. "type": "string",
  7374. "example": "oss域名"
  7375. },
  7376. "oss_option": {
  7377. "type": "string",
  7378. "example": "oss上传文件类型选项,以逗号分割"
  7379. }
  7380. }
  7381. },
  7382. "client.AssumeRoleResponseBodyCredentials": {
  7383. "type": "object",
  7384. "properties": {
  7385. "AccessKeyId": {
  7386. "description": "The AccessKey ID.",
  7387. "type": "string"
  7388. },
  7389. "AccessKeySecret": {
  7390. "description": "The AccessKey secret.",
  7391. "type": "string"
  7392. },
  7393. "Expiration": {
  7394. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7395. "type": "string"
  7396. },
  7397. "SecurityToken": {
  7398. "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.",
  7399. "type": "string"
  7400. }
  7401. }
  7402. },
  7403. "comm.GetSTSVoucherResp": {
  7404. "type": "object",
  7405. "properties": {
  7406. "bucket": {
  7407. "description": "oss 桶名称",
  7408. "type": "string"
  7409. },
  7410. "region": {
  7411. "description": "所在地域",
  7412. "type": "string"
  7413. },
  7414. "sts_token": {
  7415. "description": "STS 凭证",
  7416. "allOf": [
  7417. {
  7418. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7419. }
  7420. ]
  7421. }
  7422. }
  7423. },
  7424. "comm.ImgReqUploadReq": {
  7425. "type": "object",
  7426. "required": [
  7427. "content_type",
  7428. "file_name"
  7429. ],
  7430. "properties": {
  7431. "content_type": {
  7432. "type": "string",
  7433. "example": "image/jpeg"
  7434. },
  7435. "file_name": {
  7436. "type": "string",
  7437. "example": "文件名"
  7438. }
  7439. }
  7440. },
  7441. "hdl.GetActiveDataResp": {
  7442. "type": "object",
  7443. "properties": {
  7444. "today": {
  7445. "description": "今日数据",
  7446. "allOf": [
  7447. {
  7448. "$ref": "#/definitions/model.PlatformActiveData"
  7449. }
  7450. ]
  7451. },
  7452. "yesterday": {
  7453. "description": "昨日数据",
  7454. "allOf": [
  7455. {
  7456. "$ref": "#/definitions/model.PlatformActiveData"
  7457. }
  7458. ]
  7459. }
  7460. }
  7461. },
  7462. "hdl.TotalDataResp": {
  7463. "type": "object",
  7464. "properties": {
  7465. "month": {
  7466. "description": "月份",
  7467. "type": "string"
  7468. },
  7469. "no_sign_in_user_count": {
  7470. "description": "未签到用户数",
  7471. "type": "integer"
  7472. },
  7473. "total_user_count": {
  7474. "description": "平台总用户数",
  7475. "type": "integer"
  7476. },
  7477. "total_withdraw_amount": {
  7478. "description": "已提现累计金额",
  7479. "type": "string"
  7480. },
  7481. "verified_user_count": {
  7482. "description": "已认证用户数",
  7483. "type": "integer"
  7484. },
  7485. "year": {
  7486. "description": "年份",
  7487. "type": "string"
  7488. }
  7489. }
  7490. },
  7491. "md.ActivePointsWalletNode": {
  7492. "type": "object",
  7493. "properties": {
  7494. "amount": {
  7495. "type": "string",
  7496. "example": "账户余额"
  7497. },
  7498. "uid": {
  7499. "description": "用户 ID",
  7500. "type": "integer"
  7501. },
  7502. "user_name": {
  7503. "type": "string",
  7504. "example": "用户名"
  7505. },
  7506. "user_phone": {
  7507. "type": "string",
  7508. "example": "手机号"
  7509. }
  7510. }
  7511. },
  7512. "md.AddBlackListReq": {
  7513. "type": "object",
  7514. "properties": {
  7515. "memo": {
  7516. "description": "备注",
  7517. "type": "string"
  7518. },
  7519. "uid": {
  7520. "description": "用户 id",
  7521. "type": "integer"
  7522. }
  7523. }
  7524. },
  7525. "md.AddCommunityDividendsReq": {
  7526. "type": "object",
  7527. "properties": {
  7528. "amount": {
  7529. "description": "社区分红数量",
  7530. "type": "string"
  7531. },
  7532. "name": {
  7533. "type": "string",
  7534. "example": "社区分红名称"
  7535. }
  7536. }
  7537. },
  7538. "md.AddCommunityDividendsWithUserReq": {
  7539. "type": "object",
  7540. "properties": {
  7541. "memo": {
  7542. "type": "string",
  7543. "example": "备注"
  7544. },
  7545. "uid": {
  7546. "description": "新增社区长用户 ID",
  7547. "type": "integer"
  7548. }
  7549. }
  7550. },
  7551. "md.AddCustomerServiceReq": {
  7552. "type": "object",
  7553. "properties": {
  7554. "memo": {
  7555. "description": "备注",
  7556. "type": "string",
  7557. "example": "备注"
  7558. },
  7559. "phone": {
  7560. "type": "string",
  7561. "example": "手机号"
  7562. },
  7563. "weight": {
  7564. "description": "权重",
  7565. "type": "integer"
  7566. }
  7567. }
  7568. },
  7569. "md.AddEmoticonReq": {
  7570. "type": "object",
  7571. "properties": {
  7572. "img_url": {
  7573. "type": "string",
  7574. "example": "图片地址"
  7575. },
  7576. "memo": {
  7577. "description": "备注",
  7578. "type": "string",
  7579. "example": "备注"
  7580. },
  7581. "name": {
  7582. "type": "string",
  7583. "example": "名称"
  7584. },
  7585. "sort": {
  7586. "description": "排序",
  7587. "type": "integer"
  7588. }
  7589. }
  7590. },
  7591. "md.AddFreePublishUserReq": {
  7592. "type": "object",
  7593. "properties": {
  7594. "uid": {
  7595. "type": "integer"
  7596. }
  7597. }
  7598. },
  7599. "md.AddFundDataReq": {
  7600. "type": "object",
  7601. "properties": {
  7602. "frequency": {
  7603. "description": "频率(分钟)",
  7604. "type": "integer"
  7605. },
  7606. "hours": {
  7607. "description": "时长(小时)",
  7608. "type": "integer"
  7609. },
  7610. "kind": {
  7611. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  7612. "type": "integer"
  7613. },
  7614. "memo": {
  7615. "type": "string",
  7616. "example": "备注"
  7617. },
  7618. "total_amount": {
  7619. "description": "金额",
  7620. "type": "string"
  7621. }
  7622. }
  7623. },
  7624. "md.AddLevelReq": {
  7625. "type": "object",
  7626. "properties": {
  7627. "auto_update": {
  7628. "description": "自动升级 0关闭 1开启",
  7629. "type": "string"
  7630. },
  7631. "choosable_num": {
  7632. "description": "可选任务数量",
  7633. "type": "string"
  7634. },
  7635. "is_use": {
  7636. "description": "是否开启(0.否, 1.是)",
  7637. "type": "string"
  7638. },
  7639. "level_name": {
  7640. "description": "等级名称",
  7641. "type": "string"
  7642. },
  7643. "level_weight": {
  7644. "description": "等级权重",
  7645. "type": "string"
  7646. },
  7647. "memo": {
  7648. "description": "备注",
  7649. "type": "string"
  7650. }
  7651. }
  7652. },
  7653. "md.AddLevelTaskReq": {
  7654. "type": "object",
  7655. "properties": {
  7656. "finish_count": {
  7657. "description": "多少天内完成的指标",
  7658. "type": "string"
  7659. },
  7660. "is_must_task": {
  7661. "description": "是否必做(0,1)",
  7662. "type": "string"
  7663. },
  7664. "level_id": {
  7665. "description": "等级 ID",
  7666. "type": "string"
  7667. },
  7668. "task_type": {
  7669. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7670. "type": "string"
  7671. },
  7672. "task_type_level_id": {
  7673. "description": "会员等级 ID (task_type=3时生效)",
  7674. "type": "string"
  7675. },
  7676. "within_days": {
  7677. "description": "多少天内完成",
  7678. "type": "string"
  7679. }
  7680. }
  7681. },
  7682. "md.AddPlatformRevenueReq": {
  7683. "type": "object",
  7684. "properties": {
  7685. "frequency": {
  7686. "description": "频率(分钟)",
  7687. "type": "integer"
  7688. },
  7689. "hours": {
  7690. "description": "时长(小时)",
  7691. "type": "integer"
  7692. },
  7693. "kind": {
  7694. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  7695. "type": "integer"
  7696. },
  7697. "memo": {
  7698. "type": "string",
  7699. "example": "备注"
  7700. },
  7701. "total_amount": {
  7702. "description": "金额",
  7703. "type": "string"
  7704. }
  7705. }
  7706. },
  7707. "md.AddTagReq": {
  7708. "type": "object",
  7709. "properties": {
  7710. "is_punish": {
  7711. "description": "是否为处罚标签(0:否 1:是)",
  7712. "type": "string"
  7713. },
  7714. "memo": {
  7715. "description": "备注",
  7716. "type": "string"
  7717. },
  7718. "name": {
  7719. "description": "标签名称",
  7720. "type": "string"
  7721. }
  7722. }
  7723. },
  7724. "md.AdvertisingBase": {
  7725. "type": "object",
  7726. "properties": {
  7727. "android_ad_is_open": {
  7728. "type": "string",
  7729. "example": "安卓广告是否开启(1:开启 0:不开启)"
  7730. },
  7731. "android_open_ad_is_open": {
  7732. "type": "string",
  7733. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  7734. },
  7735. "info": {
  7736. "type": "string",
  7737. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  7738. },
  7739. "ios_ad_is_open": {
  7740. "type": "string",
  7741. "example": "ios广告是否开启(1:开启 0:不开启)"
  7742. },
  7743. "ios_open_ad_is_open": {
  7744. "type": "string",
  7745. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  7746. },
  7747. "voice": {
  7748. "type": "string",
  7749. "example": "领取奖励声音"
  7750. },
  7751. "voice_url": {
  7752. "type": "string"
  7753. }
  7754. }
  7755. },
  7756. "md.AdvertisingBaseResp": {
  7757. "type": "object",
  7758. "properties": {
  7759. "advertising_base": {
  7760. "$ref": "#/definitions/md.AdvertisingBase"
  7761. },
  7762. "select_data": {
  7763. "type": "array",
  7764. "items": {
  7765. "type": "object",
  7766. "additionalProperties": {
  7767. "type": "string"
  7768. }
  7769. }
  7770. }
  7771. }
  7772. },
  7773. "md.AdvertisingDelReq": {
  7774. "type": "object",
  7775. "properties": {
  7776. "id": {
  7777. "type": "array",
  7778. "items": {
  7779. "type": "string"
  7780. }
  7781. }
  7782. }
  7783. },
  7784. "md.AdvertisingFunctionList": {
  7785. "type": "object",
  7786. "properties": {
  7787. "ad_id": {
  7788. "type": "string",
  7789. "example": "广告id"
  7790. },
  7791. "id": {
  7792. "type": "string"
  7793. },
  7794. "type": {
  7795. "type": "string",
  7796. "example": "类型"
  7797. }
  7798. }
  7799. },
  7800. "md.AdvertisingFunctionListReq": {
  7801. "type": "object",
  7802. "properties": {
  7803. "limit": {
  7804. "type": "string"
  7805. },
  7806. "page": {
  7807. "type": "string"
  7808. }
  7809. }
  7810. },
  7811. "md.AdvertisingFunctionListResp": {
  7812. "type": "object",
  7813. "properties": {
  7814. "adv_data": {
  7815. "type": "array",
  7816. "items": {
  7817. "type": "object",
  7818. "additionalProperties": {
  7819. "type": "string"
  7820. }
  7821. }
  7822. },
  7823. "list": {
  7824. "type": "array",
  7825. "items": {
  7826. "$ref": "#/definitions/md.AdvertisingFunctionList"
  7827. }
  7828. },
  7829. "select_data": {
  7830. "type": "array",
  7831. "items": {
  7832. "type": "object",
  7833. "additionalProperties": {
  7834. "type": "string"
  7835. }
  7836. }
  7837. },
  7838. "total": {
  7839. "type": "integer"
  7840. }
  7841. }
  7842. },
  7843. "md.AdvertisingLimit": {
  7844. "type": "object",
  7845. "properties": {
  7846. "imei_num": {
  7847. "type": "string",
  7848. "example": "设备数量"
  7849. },
  7850. "minute": {
  7851. "type": "string",
  7852. "example": "分钟"
  7853. },
  7854. "public_img": {
  7855. "type": "string",
  7856. "example": "公共弹窗图"
  7857. },
  7858. "public_img_url": {
  7859. "type": "string",
  7860. "example": "公共弹窗图"
  7861. },
  7862. "public_str": {
  7863. "type": "string",
  7864. "example": "公共弹窗文字"
  7865. },
  7866. "tip": {
  7867. "type": "string",
  7868. "example": "限制提示"
  7869. },
  7870. "withdraw_img": {
  7871. "type": "string",
  7872. "example": "提现弹窗图"
  7873. },
  7874. "withdraw_img_url": {
  7875. "type": "string",
  7876. "example": "提现弹窗图"
  7877. },
  7878. "withdraw_str": {
  7879. "type": "string",
  7880. "example": "提现弹窗文字"
  7881. }
  7882. }
  7883. },
  7884. "md.AdvertisingList": {
  7885. "type": "object",
  7886. "properties": {
  7887. "counting_down": {
  7888. "type": "string",
  7889. "example": "倒计时 单位秒"
  7890. },
  7891. "id": {
  7892. "type": "string"
  7893. },
  7894. "info": {
  7895. "type": "string",
  7896. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7897. },
  7898. "kind": {
  7899. "type": "string",
  7900. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7901. },
  7902. "name": {
  7903. "type": "string",
  7904. "example": "名称"
  7905. }
  7906. }
  7907. },
  7908. "md.AdvertisingListReq": {
  7909. "type": "object",
  7910. "properties": {
  7911. "kind": {
  7912. "type": "string"
  7913. },
  7914. "limit": {
  7915. "type": "string"
  7916. },
  7917. "name": {
  7918. "type": "string"
  7919. },
  7920. "page": {
  7921. "type": "string"
  7922. }
  7923. }
  7924. },
  7925. "md.AdvertisingListResp": {
  7926. "type": "object",
  7927. "properties": {
  7928. "adv_data": {
  7929. "type": "array",
  7930. "items": {
  7931. "type": "object",
  7932. "additionalProperties": {
  7933. "type": "string"
  7934. }
  7935. }
  7936. },
  7937. "list": {
  7938. "type": "array",
  7939. "items": {
  7940. "$ref": "#/definitions/md.AdvertisingList"
  7941. }
  7942. },
  7943. "select_data": {
  7944. "type": "array",
  7945. "items": {
  7946. "type": "object",
  7947. "additionalProperties": {
  7948. "type": "string"
  7949. }
  7950. }
  7951. },
  7952. "total": {
  7953. "type": "integer"
  7954. }
  7955. }
  7956. },
  7957. "md.AdvertisingSaveReq": {
  7958. "type": "object",
  7959. "properties": {
  7960. "counting_down": {
  7961. "type": "string",
  7962. "example": "倒计时 单位秒"
  7963. },
  7964. "id": {
  7965. "type": "string"
  7966. },
  7967. "info": {
  7968. "type": "string",
  7969. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7970. },
  7971. "kind": {
  7972. "type": "string",
  7973. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7974. },
  7975. "name": {
  7976. "type": "string",
  7977. "example": "名称"
  7978. }
  7979. }
  7980. },
  7981. "md.ArticleCateDelReq": {
  7982. "type": "object",
  7983. "properties": {
  7984. "id": {
  7985. "type": "array",
  7986. "items": {
  7987. "type": "string"
  7988. }
  7989. }
  7990. }
  7991. },
  7992. "md.ArticleCateList": {
  7993. "type": "object",
  7994. "properties": {
  7995. "id": {
  7996. "type": "string"
  7997. },
  7998. "is_show": {
  7999. "type": "string"
  8000. },
  8001. "name": {
  8002. "type": "string"
  8003. },
  8004. "pid": {
  8005. "type": "string"
  8006. },
  8007. "sort": {
  8008. "type": "string"
  8009. }
  8010. }
  8011. },
  8012. "md.ArticleCateListReq": {
  8013. "type": "object",
  8014. "properties": {
  8015. "limit": {
  8016. "description": "每页大小",
  8017. "type": "string"
  8018. },
  8019. "page": {
  8020. "description": "页数",
  8021. "type": "string"
  8022. }
  8023. }
  8024. },
  8025. "md.ArticleCateListResp": {
  8026. "type": "object",
  8027. "properties": {
  8028. "list": {
  8029. "type": "array",
  8030. "items": {
  8031. "$ref": "#/definitions/md.ArticleCateList"
  8032. }
  8033. },
  8034. "select_data": {
  8035. "type": "array",
  8036. "items": {
  8037. "type": "object",
  8038. "additionalProperties": {
  8039. "type": "string"
  8040. }
  8041. }
  8042. },
  8043. "total": {
  8044. "type": "integer"
  8045. }
  8046. }
  8047. },
  8048. "md.ArticleCateSaveReq": {
  8049. "type": "object",
  8050. "properties": {
  8051. "id": {
  8052. "type": "string"
  8053. },
  8054. "is_show": {
  8055. "type": "string"
  8056. },
  8057. "name": {
  8058. "type": "string"
  8059. },
  8060. "pid": {
  8061. "type": "string"
  8062. },
  8063. "sort": {
  8064. "type": "string"
  8065. }
  8066. }
  8067. },
  8068. "md.ArticleDelReq": {
  8069. "type": "object",
  8070. "properties": {
  8071. "id": {
  8072. "type": "array",
  8073. "items": {
  8074. "type": "string"
  8075. }
  8076. }
  8077. }
  8078. },
  8079. "md.ArticleList": {
  8080. "type": "object",
  8081. "properties": {
  8082. "cate_id": {
  8083. "type": "string",
  8084. "example": "二级分类id"
  8085. },
  8086. "content": {
  8087. "type": "string"
  8088. },
  8089. "cover": {
  8090. "type": "string",
  8091. "example": "一级分类id=4 显示 封面图"
  8092. },
  8093. "cover_url": {
  8094. "type": "string"
  8095. },
  8096. "id": {
  8097. "type": "string"
  8098. },
  8099. "is_show": {
  8100. "type": "string"
  8101. },
  8102. "pid": {
  8103. "type": "string",
  8104. "example": "一级分类id"
  8105. },
  8106. "sort": {
  8107. "type": "string"
  8108. },
  8109. "title": {
  8110. "type": "string"
  8111. },
  8112. "url": {
  8113. "type": "string"
  8114. }
  8115. }
  8116. },
  8117. "md.ArticleListReq": {
  8118. "type": "object",
  8119. "properties": {
  8120. "limit": {
  8121. "description": "每页大小",
  8122. "type": "string"
  8123. },
  8124. "page": {
  8125. "description": "页数",
  8126. "type": "string"
  8127. }
  8128. }
  8129. },
  8130. "md.ArticleListResp": {
  8131. "type": "object",
  8132. "properties": {
  8133. "cate_data": {
  8134. "type": "array",
  8135. "items": {
  8136. "type": "object",
  8137. "additionalProperties": true
  8138. }
  8139. },
  8140. "list": {
  8141. "type": "array",
  8142. "items": {
  8143. "$ref": "#/definitions/md.ArticleList"
  8144. }
  8145. },
  8146. "select_data": {
  8147. "type": "array",
  8148. "items": {
  8149. "type": "object",
  8150. "additionalProperties": true
  8151. }
  8152. },
  8153. "total": {
  8154. "type": "integer"
  8155. }
  8156. }
  8157. },
  8158. "md.ArticleSaveReq": {
  8159. "type": "object",
  8160. "properties": {
  8161. "cate_id": {
  8162. "type": "string",
  8163. "example": "二级分类id"
  8164. },
  8165. "content": {
  8166. "type": "string"
  8167. },
  8168. "cover": {
  8169. "type": "string",
  8170. "example": "一级分类id=4 显示 封面图"
  8171. },
  8172. "id": {
  8173. "type": "string"
  8174. },
  8175. "is_show": {
  8176. "type": "string"
  8177. },
  8178. "pid": {
  8179. "type": "string",
  8180. "example": "一级分类id"
  8181. },
  8182. "sort": {
  8183. "type": "string"
  8184. },
  8185. "title": {
  8186. "type": "string"
  8187. }
  8188. }
  8189. },
  8190. "md.AuditClearReq": {
  8191. "type": "object",
  8192. "properties": {
  8193. "os": {
  8194. "type": "string",
  8195. "example": "1-安卓 2-ios"
  8196. }
  8197. }
  8198. },
  8199. "md.BalanceDetailNode": {
  8200. "type": "object",
  8201. "properties": {
  8202. "after_amount": {
  8203. "description": "变更后余额",
  8204. "type": "string"
  8205. },
  8206. "amount": {
  8207. "description": "变更数量",
  8208. "type": "string"
  8209. },
  8210. "before_amount": {
  8211. "description": "变更前余额",
  8212. "type": "string"
  8213. },
  8214. "create_at": {
  8215. "description": "创建时间",
  8216. "type": "string"
  8217. },
  8218. "id": {
  8219. "description": "记录ID",
  8220. "type": "integer"
  8221. },
  8222. "kind": {
  8223. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8224. "type": "string"
  8225. }
  8226. }
  8227. },
  8228. "md.BasicInfoNode": {
  8229. "type": "object",
  8230. "properties": {
  8231. "avatar": {
  8232. "description": "头像",
  8233. "type": "string"
  8234. },
  8235. "levelId": {
  8236. "description": "会员等级 ID",
  8237. "type": "integer"
  8238. },
  8239. "level_name": {
  8240. "description": "会员等级名称",
  8241. "type": "string"
  8242. },
  8243. "memo": {
  8244. "description": "备注",
  8245. "type": "string"
  8246. },
  8247. "nickname": {
  8248. "description": "用户名称",
  8249. "type": "string"
  8250. },
  8251. "parent_name": {
  8252. "description": "推荐人名称",
  8253. "type": "string"
  8254. },
  8255. "parent_phone": {
  8256. "description": "推荐人手机号",
  8257. "type": "string"
  8258. },
  8259. "parent_uid": {
  8260. "description": "推荐人",
  8261. "type": "integer"
  8262. },
  8263. "password": {
  8264. "description": "登录密码",
  8265. "type": "string"
  8266. },
  8267. "phone": {
  8268. "description": "手机号",
  8269. "type": "string"
  8270. },
  8271. "sex": {
  8272. "description": "性别",
  8273. "type": "integer"
  8274. },
  8275. "state": {
  8276. "description": "账号状态 1正常,2冻结",
  8277. "type": "integer"
  8278. },
  8279. "tag": {
  8280. "description": "标签名称",
  8281. "type": "array",
  8282. "items": {
  8283. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8284. }
  8285. },
  8286. "union_id": {
  8287. "description": "微信号",
  8288. "type": "string"
  8289. }
  8290. }
  8291. },
  8292. "md.BatchSendGroupMessageReq": {
  8293. "type": "object",
  8294. "properties": {
  8295. "content": {
  8296. "description": "消息内容",
  8297. "type": "string"
  8298. },
  8299. "kind": {
  8300. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8301. "type": "integer"
  8302. },
  8303. "not_condition": {
  8304. "description": "不发送条件 群 ID 以\";\"分割",
  8305. "type": "string"
  8306. },
  8307. "send_condition": {
  8308. "description": "发送条件 群 ID 以\";\"分割",
  8309. "type": "string"
  8310. },
  8311. "send_kind": {
  8312. "description": "发送模式(1:指定群组 2:所有群组)",
  8313. "type": "integer"
  8314. }
  8315. }
  8316. },
  8317. "md.BatchSendUserMessageReq": {
  8318. "type": "object",
  8319. "properties": {
  8320. "content": {
  8321. "description": "消息内容",
  8322. "type": "string"
  8323. },
  8324. "kind": {
  8325. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8326. "type": "integer"
  8327. },
  8328. "not_condition": {
  8329. "description": "不发送条件 用户手机号 以\";\"分割",
  8330. "type": "string"
  8331. },
  8332. "send_condition": {
  8333. "description": "发送条件 用户手机号 以\";\"分割",
  8334. "type": "string"
  8335. },
  8336. "send_kind": {
  8337. "description": "发送模式(1:所有用户 2:指定用户)",
  8338. "type": "integer"
  8339. }
  8340. }
  8341. },
  8342. "md.CloudBundleBaseResp": {
  8343. "type": "object",
  8344. "properties": {
  8345. "android_logo": {
  8346. "type": "string"
  8347. },
  8348. "ios_logo": {
  8349. "type": "string"
  8350. },
  8351. "launch_screen": {
  8352. "type": "object",
  8353. "additionalProperties": {
  8354. "type": "string"
  8355. }
  8356. }
  8357. }
  8358. },
  8359. "md.CloudBundleBuildReq": {
  8360. "type": "object",
  8361. "properties": {
  8362. "bit": {
  8363. "type": "array",
  8364. "items": {
  8365. "type": "string"
  8366. }
  8367. },
  8368. "isCombine": {
  8369. "type": "string"
  8370. },
  8371. "memo": {
  8372. "type": "string"
  8373. },
  8374. "os": {
  8375. "type": "string"
  8376. },
  8377. "platform": {
  8378. "type": "array",
  8379. "items": {
  8380. "type": "string"
  8381. }
  8382. },
  8383. "version": {
  8384. "type": "string"
  8385. }
  8386. }
  8387. },
  8388. "md.CloudBundleImgResp": {
  8389. "type": "object",
  8390. "properties": {
  8391. "android_logo": {
  8392. "type": "string"
  8393. },
  8394. "android_logo_url": {
  8395. "type": "string"
  8396. },
  8397. "build_1080_2280": {
  8398. "type": "string"
  8399. },
  8400. "build_1080_2280_url": {
  8401. "type": "string"
  8402. },
  8403. "build_1125_2436": {
  8404. "type": "string"
  8405. },
  8406. "build_1125_2436_url": {
  8407. "type": "string"
  8408. },
  8409. "build_1242_2208": {
  8410. "type": "string"
  8411. },
  8412. "build_1242_2208_url": {
  8413. "type": "string"
  8414. },
  8415. "build_640_1136": {
  8416. "type": "string"
  8417. },
  8418. "build_640_1136_url": {
  8419. "type": "string"
  8420. },
  8421. "build_640_960": {
  8422. "type": "string"
  8423. },
  8424. "build_640_960_url": {
  8425. "type": "string"
  8426. },
  8427. "build_720_1280": {
  8428. "type": "string"
  8429. },
  8430. "build_720_1280_url": {
  8431. "type": "string"
  8432. },
  8433. "build_750_1334": {
  8434. "type": "string"
  8435. },
  8436. "build_750_1334_url": {
  8437. "type": "string"
  8438. },
  8439. "guide": {
  8440. "type": "array",
  8441. "items": {
  8442. "$ref": "#/definitions/md.Guide"
  8443. }
  8444. },
  8445. "ios_logo": {
  8446. "type": "string"
  8447. },
  8448. "ios_logo_url": {
  8449. "type": "string"
  8450. }
  8451. }
  8452. },
  8453. "md.CloudBundleList": {
  8454. "type": "object",
  8455. "properties": {
  8456. "apply_at": {
  8457. "type": "string"
  8458. },
  8459. "bit": {
  8460. "type": "string"
  8461. },
  8462. "build_id": {
  8463. "type": "string"
  8464. },
  8465. "finish_at": {
  8466. "type": "string"
  8467. },
  8468. "id": {
  8469. "type": "string"
  8470. },
  8471. "is_auditing": {
  8472. "type": "string"
  8473. },
  8474. "is_combine": {
  8475. "type": "string"
  8476. },
  8477. "memo": {
  8478. "type": "string"
  8479. },
  8480. "os": {
  8481. "type": "string"
  8482. },
  8483. "platform": {
  8484. "type": "string"
  8485. },
  8486. "src": {
  8487. "type": "string"
  8488. },
  8489. "state": {
  8490. "type": "string"
  8491. },
  8492. "version": {
  8493. "type": "string"
  8494. }
  8495. }
  8496. },
  8497. "md.CloudBundleReq": {
  8498. "type": "object",
  8499. "properties": {
  8500. "limit": {
  8501. "description": "每页大小",
  8502. "type": "string"
  8503. },
  8504. "page": {
  8505. "description": "页数",
  8506. "type": "string"
  8507. }
  8508. }
  8509. },
  8510. "md.CloudBundleResp": {
  8511. "type": "object",
  8512. "properties": {
  8513. "last_android": {
  8514. "type": "string"
  8515. },
  8516. "last_bit": {
  8517. "type": "string"
  8518. },
  8519. "last_is_combine": {
  8520. "type": "string"
  8521. },
  8522. "last_platform": {
  8523. "type": "array",
  8524. "items": {
  8525. "type": "string"
  8526. }
  8527. },
  8528. "list": {
  8529. "type": "array",
  8530. "items": {
  8531. "$ref": "#/definitions/md.CloudBundleList"
  8532. }
  8533. },
  8534. "list_ios": {
  8535. "type": "string"
  8536. },
  8537. "select_data": {
  8538. "type": "array",
  8539. "items": {
  8540. "$ref": "#/definitions/md.CloudBundleVersionMap"
  8541. }
  8542. },
  8543. "total": {
  8544. "type": "integer"
  8545. }
  8546. }
  8547. },
  8548. "md.CloudBundleUpdateStateReq": {
  8549. "type": "object",
  8550. "properties": {
  8551. "build_id": {
  8552. "type": "string"
  8553. },
  8554. "build_number": {
  8555. "type": "string"
  8556. },
  8557. "error_msg": {
  8558. "type": "string"
  8559. },
  8560. "id": {
  8561. "type": "string"
  8562. },
  8563. "src": {
  8564. "type": "string"
  8565. },
  8566. "state": {
  8567. "type": "string"
  8568. }
  8569. }
  8570. },
  8571. "md.CloudBundleVersion": {
  8572. "type": "object",
  8573. "properties": {
  8574. "content": {
  8575. "type": "string"
  8576. },
  8577. "img": {
  8578. "type": "string"
  8579. },
  8580. "img_url": {
  8581. "type": "string"
  8582. },
  8583. "is_must": {
  8584. "type": "string"
  8585. },
  8586. "name": {
  8587. "type": "string"
  8588. },
  8589. "type": {
  8590. "type": "string"
  8591. },
  8592. "url": {
  8593. "type": "string"
  8594. },
  8595. "version": {
  8596. "type": "string"
  8597. }
  8598. }
  8599. },
  8600. "md.CloudBundleVersionMap": {
  8601. "type": "object",
  8602. "properties": {
  8603. "img": {
  8604. "type": "string"
  8605. },
  8606. "name": {
  8607. "type": "string"
  8608. },
  8609. "type": {
  8610. "type": "string"
  8611. }
  8612. }
  8613. },
  8614. "md.CloudBundleVersionResp": {
  8615. "type": "object",
  8616. "properties": {
  8617. "version": {
  8618. "type": "array",
  8619. "items": {
  8620. "$ref": "#/definitions/md.CloudBundleVersion"
  8621. }
  8622. }
  8623. }
  8624. },
  8625. "md.CommReq": {
  8626. "type": "object",
  8627. "properties": {
  8628. "id": {
  8629. "type": "string"
  8630. }
  8631. }
  8632. },
  8633. "md.ConfigResp": {
  8634. "type": "object",
  8635. "properties": {
  8636. "oss_url": {
  8637. "type": "string",
  8638. "example": "阿里云图片链接"
  8639. }
  8640. }
  8641. },
  8642. "md.DailyActivityAnalysisTopData": {
  8643. "type": "object",
  8644. "properties": {
  8645. "activity_count": {
  8646. "description": "子节点活跃天数",
  8647. "type": "integer"
  8648. },
  8649. "team_activity_user_count": {
  8650. "description": "子节点活跃人数",
  8651. "type": "integer"
  8652. },
  8653. "team_user_count": {
  8654. "description": "团队人数",
  8655. "type": "integer"
  8656. }
  8657. }
  8658. },
  8659. "md.DataSetting": {
  8660. "type": "object",
  8661. "properties": {
  8662. "total_angel_investor": {
  8663. "description": "天使投资人",
  8664. "type": "string",
  8665. "example": "天使投资人"
  8666. },
  8667. "total_ecological_development": {
  8668. "description": "生态建设",
  8669. "type": "string",
  8670. "example": "当前价格"
  8671. },
  8672. "total_issuance_amount": {
  8673. "description": "总发行量",
  8674. "type": "string",
  8675. "example": "总发行量"
  8676. },
  8677. "total_operate_fund": {
  8678. "description": "运营资金",
  8679. "type": "string",
  8680. "example": "运营资金"
  8681. },
  8682. "total_team_dividends": {
  8683. "description": "团队分红",
  8684. "type": "string",
  8685. "example": "团队分红"
  8686. },
  8687. "total_technology_team": {
  8688. "description": "技术团队",
  8689. "type": "string",
  8690. "example": "技术团队"
  8691. },
  8692. "total_user_for_person": {
  8693. "description": "个人区域",
  8694. "type": "string",
  8695. "example": "个人区域"
  8696. },
  8697. "total_user_for_team": {
  8698. "description": "团队区域",
  8699. "type": "string",
  8700. "example": "团队区域"
  8701. }
  8702. }
  8703. },
  8704. "md.DeleteBlackListReq": {
  8705. "type": "object",
  8706. "properties": {
  8707. "id": {
  8708. "description": "黑名单 id",
  8709. "type": "integer"
  8710. }
  8711. }
  8712. },
  8713. "md.DeleteDynamicReq": {
  8714. "type": "object",
  8715. "properties": {
  8716. "index_id": {
  8717. "description": "动态id",
  8718. "type": "string"
  8719. }
  8720. }
  8721. },
  8722. "md.DeleteEmoticonReq": {
  8723. "type": "object",
  8724. "properties": {
  8725. "id": {
  8726. "description": "拥有用户数量",
  8727. "type": "integer"
  8728. }
  8729. }
  8730. },
  8731. "md.DeleteFreePublishUserReq": {
  8732. "type": "object",
  8733. "properties": {
  8734. "uid": {
  8735. "type": "string"
  8736. }
  8737. }
  8738. },
  8739. "md.DeleteLevelReq": {
  8740. "type": "object",
  8741. "properties": {
  8742. "level_id": {
  8743. "type": "string"
  8744. }
  8745. }
  8746. },
  8747. "md.DeleteTagReq": {
  8748. "type": "object",
  8749. "properties": {
  8750. "tag_id": {
  8751. "description": "标签 ID",
  8752. "type": "string"
  8753. }
  8754. }
  8755. },
  8756. "md.DeleteTaskReq": {
  8757. "type": "object",
  8758. "properties": {
  8759. "task_id": {
  8760. "type": "string"
  8761. }
  8762. }
  8763. },
  8764. "md.DestructionSettingStruct": {
  8765. "type": "object",
  8766. "properties": {
  8767. "community_dividends": {
  8768. "description": "社区分红百分比",
  8769. "type": "string"
  8770. },
  8771. "destruction_quantity": {
  8772. "description": "销毁百分比",
  8773. "type": "string"
  8774. },
  8775. "development_committee": {
  8776. "description": "发展委员会百分比",
  8777. "type": "string"
  8778. },
  8779. "marketplace_merchant": {
  8780. "description": "市商数量百分比",
  8781. "type": "string"
  8782. },
  8783. "public_welfare_and_charity": {
  8784. "description": "公益慈善百分比",
  8785. "type": "string"
  8786. },
  8787. "star_level_dividends": {
  8788. "description": "星级分红百分比",
  8789. "type": "string"
  8790. }
  8791. }
  8792. },
  8793. "md.DirectPushRewardSettingStruct": {
  8794. "type": "object",
  8795. "properties": {
  8796. "member_self_is_open_get_team_reward": {
  8797. "description": "会员是否活跃得到团队奖励",
  8798. "type": "string"
  8799. },
  8800. "reward_rate_value": {
  8801. "description": "奖励百分比",
  8802. "type": "string"
  8803. }
  8804. }
  8805. },
  8806. "md.DynamicDataFlowListReq": {
  8807. "type": "object",
  8808. "properties": {
  8809. "end_at": {
  8810. "description": "结束时间",
  8811. "type": "string",
  8812. "example": "结束时间"
  8813. },
  8814. "kind": {
  8815. "description": "持有类型",
  8816. "type": "integer"
  8817. },
  8818. "page": {
  8819. "description": "页数",
  8820. "type": "integer"
  8821. },
  8822. "page_size": {
  8823. "description": "每页大小",
  8824. "type": "integer"
  8825. },
  8826. "start_at": {
  8827. "description": "开始时间",
  8828. "type": "string",
  8829. "example": "开始时间"
  8830. }
  8831. }
  8832. },
  8833. "md.DynamicDataFlowListResp": {
  8834. "type": "object",
  8835. "properties": {
  8836. "kind_list": {
  8837. "description": "类型列表",
  8838. "type": "array",
  8839. "items": {
  8840. "type": "object",
  8841. "additionalProperties": true
  8842. }
  8843. },
  8844. "list": {
  8845. "description": "动态数据流水列表",
  8846. "type": "array",
  8847. "items": {
  8848. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  8849. }
  8850. },
  8851. "paginate": {
  8852. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8853. }
  8854. }
  8855. },
  8856. "md.EggEnergyAvailableEnergyFlow": {
  8857. "type": "object",
  8858. "properties": {
  8859. "after_community_dividends": {
  8860. "description": "变更后-社区分红区块币数量",
  8861. "type": "string"
  8862. },
  8863. "after_destruction_quantity_values": {
  8864. "description": "变更后-销毁区块币数量",
  8865. "type": "string"
  8866. },
  8867. "after_development_committee_values": {
  8868. "description": "变更后-发展委员会区块币数量",
  8869. "type": "string"
  8870. },
  8871. "after_marketplace_merchant_fund_values": {
  8872. "description": "变更后-市商资金值",
  8873. "type": "string"
  8874. },
  8875. "after_marketplace_merchant_values": {
  8876. "description": "变更后-市商区块币数量",
  8877. "type": "string"
  8878. },
  8879. "after_now_energy_total_nums": {
  8880. "description": "变更后-现行总量",
  8881. "type": "string"
  8882. },
  8883. "after_planet_total_value": {
  8884. "description": "变更后-星球总价值",
  8885. "type": "string"
  8886. },
  8887. "after_price": {
  8888. "description": "变更后-价格",
  8889. "type": "string"
  8890. },
  8891. "after_public_welfare_and_charity_values": {
  8892. "description": "变更后-公益慈善区块币数量",
  8893. "type": "string"
  8894. },
  8895. "after_star_level_dividends_values": {
  8896. "description": "变更后-星级分红区块币数量",
  8897. "type": "string"
  8898. },
  8899. "amount": {
  8900. "description": "变更数量",
  8901. "type": "string"
  8902. },
  8903. "before_community_dividends": {
  8904. "description": "变更前-社区分红区块币数量",
  8905. "type": "string"
  8906. },
  8907. "before_destruction_quantity_values": {
  8908. "description": "变更前-销毁区块币数量",
  8909. "type": "string"
  8910. },
  8911. "before_development_committee_values": {
  8912. "description": "变更前-发展委员会区块币数量",
  8913. "type": "string"
  8914. },
  8915. "before_marketplace_merchant_fund_values": {
  8916. "description": "变更前-市商资金值",
  8917. "type": "string"
  8918. },
  8919. "before_marketplace_merchant_values": {
  8920. "description": "变更前-市商区块币数量",
  8921. "type": "string"
  8922. },
  8923. "before_now_energy_total_nums": {
  8924. "description": "变更前-现行总量",
  8925. "type": "string"
  8926. },
  8927. "before_planet_total_value": {
  8928. "description": "变更前-星球总价值",
  8929. "type": "string"
  8930. },
  8931. "before_price": {
  8932. "description": "变更前-价格",
  8933. "type": "string"
  8934. },
  8935. "before_public_welfare_and_charity_values": {
  8936. "description": "变更前-公益慈善区块币数量",
  8937. "type": "string"
  8938. },
  8939. "before_star_level_dividends_values": {
  8940. "description": "变更前-星级分红区块币数量",
  8941. "type": "string"
  8942. },
  8943. "create_time": {
  8944. "description": "创建时间",
  8945. "type": "string"
  8946. },
  8947. "id": {
  8948. "type": "integer"
  8949. },
  8950. "kind": {
  8951. "description": "种类",
  8952. "type": "integer"
  8953. },
  8954. "title": {
  8955. "description": "标题",
  8956. "type": "string"
  8957. }
  8958. }
  8959. },
  8960. "md.EggEnergyCommunityDividends": {
  8961. "type": "object",
  8962. "properties": {
  8963. "amount": {
  8964. "description": "分红数量",
  8965. "type": "string"
  8966. },
  8967. "coin_id": {
  8968. "description": "虚拟币 id",
  8969. "type": "integer"
  8970. },
  8971. "create_at": {
  8972. "description": "分红时间",
  8973. "type": "string"
  8974. },
  8975. "id": {
  8976. "type": "integer"
  8977. },
  8978. "is_over": {
  8979. "description": "是否分红完毕",
  8980. "type": "integer"
  8981. },
  8982. "name": {
  8983. "type": "string",
  8984. "example": "名称"
  8985. },
  8986. "persons_num": {
  8987. "description": "分红人数",
  8988. "type": "integer"
  8989. },
  8990. "update_at": {
  8991. "type": "string"
  8992. }
  8993. }
  8994. },
  8995. "md.EggEnergyCommunityDividendsWithUser": {
  8996. "type": "object",
  8997. "properties": {
  8998. "id": {
  8999. "type": "integer"
  9000. },
  9001. "memo": {
  9002. "type": "string",
  9003. "example": "备注"
  9004. },
  9005. "nickname": {
  9006. "type": "string"
  9007. },
  9008. "phone": {
  9009. "type": "string"
  9010. },
  9011. "uid": {
  9012. "type": "integer"
  9013. }
  9014. }
  9015. },
  9016. "md.EggFriendCircleNode": {
  9017. "type": "object",
  9018. "properties": {
  9019. "content": {
  9020. "description": "文本内容",
  9021. "type": "string"
  9022. },
  9023. "created_at": {
  9024. "type": "string"
  9025. },
  9026. "image": {
  9027. "description": "图片",
  9028. "type": "string"
  9029. },
  9030. "index_id": {
  9031. "description": "动态id",
  9032. "type": "string"
  9033. },
  9034. "is_praise": {
  9035. "description": "是否被表扬(1:是 2:否)",
  9036. "type": "integer"
  9037. },
  9038. "is_top_up": {
  9039. "description": "是否置顶(1:是 2:否)",
  9040. "type": "integer"
  9041. },
  9042. "kind": {
  9043. "description": "类型(1:普通 2:官方)",
  9044. "type": "integer"
  9045. },
  9046. "state": {
  9047. "description": "状态(1:正常 2:隐藏)",
  9048. "type": "integer"
  9049. },
  9050. "uid": {
  9051. "description": "用户id",
  9052. "type": "integer"
  9053. },
  9054. "updated_at": {
  9055. "type": "string"
  9056. },
  9057. "username": {
  9058. "description": "用户名称",
  9059. "type": "string"
  9060. },
  9061. "video": {
  9062. "description": "视频",
  9063. "type": "string"
  9064. }
  9065. }
  9066. },
  9067. "md.ExchangeRulesStruct": {
  9068. "type": "object",
  9069. "properties": {
  9070. "auto_exchange_nums_by_person": {
  9071. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9072. "type": "string"
  9073. },
  9074. "auto_exchange_nums_by_team": {
  9075. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9076. "type": "string"
  9077. },
  9078. "auto_exchange_rate_by_person": {
  9079. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9080. "type": "string"
  9081. },
  9082. "auto_exchange_rate_by_team": {
  9083. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9084. "type": "string"
  9085. }
  9086. }
  9087. },
  9088. "md.ExchangeUserPositionReq": {
  9089. "type": "object",
  9090. "properties": {
  9091. "position_1": {
  9092. "description": "位置1,具体值取返回数据中的 system_id",
  9093. "type": "integer"
  9094. },
  9095. "position_2": {
  9096. "description": "位置2,具体值取返回数据中的 system_id",
  9097. "type": "integer"
  9098. }
  9099. }
  9100. },
  9101. "md.FansNode": {
  9102. "type": "object",
  9103. "properties": {
  9104. "amount": {
  9105. "description": "可提现余额",
  9106. "type": "string"
  9107. },
  9108. "id": {
  9109. "description": "用户ID",
  9110. "type": "integer"
  9111. },
  9112. "level_total": {
  9113. "description": "所属代数",
  9114. "type": "integer"
  9115. },
  9116. "nickname": {
  9117. "type": "string",
  9118. "example": "用户昵称"
  9119. },
  9120. "phone": {
  9121. "type": "string",
  9122. "example": "手机号"
  9123. },
  9124. "register_at": {
  9125. "description": "注册时间",
  9126. "type": "string"
  9127. },
  9128. "total_income": {
  9129. "description": "累计收益",
  9130. "type": "string"
  9131. }
  9132. }
  9133. },
  9134. "md.FindSubUserRelationshipMapResp": {
  9135. "type": "object",
  9136. "properties": {
  9137. "basic_setting": {
  9138. "description": "公排设置",
  9139. "allOf": [
  9140. {
  9141. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9142. }
  9143. ]
  9144. },
  9145. "search_uid": {
  9146. "description": "查找的用户 ID",
  9147. "type": "string"
  9148. },
  9149. "sub_user": {
  9150. "description": "上级用户信息",
  9151. "allOf": [
  9152. {
  9153. "$ref": "#/definitions/md.SubUser"
  9154. }
  9155. ]
  9156. }
  9157. }
  9158. },
  9159. "md.FirstWithdrawSet": {
  9160. "type": "object",
  9161. "properties": {
  9162. "first_withdraw_amount_limit": {
  9163. "description": "不需要实名时 最大提现金额",
  9164. "type": "string"
  9165. },
  9166. "is_need_real_name": {
  9167. "description": "是否需要实名(0:不需要,1:需要)",
  9168. "type": "integer"
  9169. }
  9170. }
  9171. },
  9172. "md.FreePublishUserNode": {
  9173. "type": "object",
  9174. "properties": {
  9175. "nickname": {
  9176. "type": "string",
  9177. "example": "昵称"
  9178. },
  9179. "phone": {
  9180. "type": "string",
  9181. "example": "手机号"
  9182. },
  9183. "uid": {
  9184. "type": "integer"
  9185. }
  9186. }
  9187. },
  9188. "md.FundDataNode": {
  9189. "type": "object",
  9190. "properties": {
  9191. "balance_amount": {
  9192. "description": "余额",
  9193. "type": "string"
  9194. },
  9195. "balance_times": {
  9196. "description": "剩余执行次数",
  9197. "type": "integer"
  9198. },
  9199. "create_at": {
  9200. "description": "创建时间",
  9201. "type": "string"
  9202. },
  9203. "hours": {
  9204. "description": "时长",
  9205. "type": "integer"
  9206. },
  9207. "kind": {
  9208. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9209. "type": "integer"
  9210. },
  9211. "memo": {
  9212. "description": "备注",
  9213. "type": "string"
  9214. },
  9215. "system_id": {
  9216. "type": "integer"
  9217. },
  9218. "total_amount": {
  9219. "description": "金额",
  9220. "type": "string"
  9221. }
  9222. }
  9223. },
  9224. "md.FundDataRecordNode": {
  9225. "type": "object",
  9226. "properties": {
  9227. "after_planet_total_value": {
  9228. "description": "执行后-星球价值",
  9229. "type": "string"
  9230. },
  9231. "after_price": {
  9232. "description": "执行后-价格",
  9233. "type": "string"
  9234. },
  9235. "balance_amount": {
  9236. "description": "余额",
  9237. "type": "string"
  9238. },
  9239. "balance_times": {
  9240. "description": "剩余执行次数",
  9241. "type": "integer"
  9242. },
  9243. "before_planet_total_value": {
  9244. "description": "执行前-星球价值",
  9245. "type": "string"
  9246. },
  9247. "before_price": {
  9248. "description": "执行前-价格",
  9249. "type": "string"
  9250. },
  9251. "create_at": {
  9252. "type": "string"
  9253. },
  9254. "total_amount": {
  9255. "description": "金额",
  9256. "type": "string"
  9257. }
  9258. }
  9259. },
  9260. "md.GetActivePointsUserCoinFlowListReq": {
  9261. "type": "object",
  9262. "properties": {
  9263. "coin_id": {
  9264. "description": "货币类型 ID",
  9265. "type": "integer"
  9266. },
  9267. "direction": {
  9268. "description": "流水方向:1收入 2支出",
  9269. "type": "integer"
  9270. },
  9271. "end_at": {
  9272. "description": "结束时间",
  9273. "type": "string"
  9274. },
  9275. "page": {
  9276. "description": "页数",
  9277. "type": "integer"
  9278. },
  9279. "page_size": {
  9280. "description": "每页大小",
  9281. "type": "integer"
  9282. },
  9283. "start_at": {
  9284. "description": "开始时间",
  9285. "type": "string"
  9286. },
  9287. "uid": {
  9288. "description": "用户 ID",
  9289. "type": "integer"
  9290. }
  9291. }
  9292. },
  9293. "md.GetActivePointsUserCoinFlowListResp": {
  9294. "type": "object",
  9295. "properties": {
  9296. "list": {
  9297. "description": "流水信息",
  9298. "type": "array",
  9299. "items": {
  9300. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9301. }
  9302. },
  9303. "paginate": {
  9304. "description": "分页信息",
  9305. "allOf": [
  9306. {
  9307. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9308. }
  9309. ]
  9310. },
  9311. "select_data": {
  9312. "description": "流水类型",
  9313. "allOf": [
  9314. {
  9315. "$ref": "#/definitions/md.SelectData"
  9316. }
  9317. ]
  9318. }
  9319. }
  9320. },
  9321. "md.GetActivePointsUserCoinListReq": {
  9322. "type": "object",
  9323. "properties": {
  9324. "end_coin": {
  9325. "type": "string",
  9326. "example": "最大金额"
  9327. },
  9328. "kind": {
  9329. "description": "虚拟币种类编号",
  9330. "type": "integer"
  9331. },
  9332. "page": {
  9333. "description": "页数",
  9334. "type": "integer"
  9335. },
  9336. "page_size": {
  9337. "description": "单页大小",
  9338. "type": "integer"
  9339. },
  9340. "start_coin": {
  9341. "type": "string",
  9342. "example": "最小金额"
  9343. },
  9344. "uid": {
  9345. "description": "指定查询用户 ID",
  9346. "type": "integer"
  9347. },
  9348. "user_name": {
  9349. "type": "string",
  9350. "example": "用户名称"
  9351. },
  9352. "user_phone": {
  9353. "type": "string",
  9354. "example": "手机号"
  9355. }
  9356. }
  9357. },
  9358. "md.GetActivePointsUserCoinListResp": {
  9359. "type": "object",
  9360. "properties": {
  9361. "kind_list": {
  9362. "description": "货币类型集合",
  9363. "type": "array",
  9364. "items": {
  9365. "$ref": "#/definitions/md.VirtualCoinListNode"
  9366. }
  9367. },
  9368. "list": {
  9369. "description": "余额集合",
  9370. "type": "array",
  9371. "items": {
  9372. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9373. }
  9374. },
  9375. "sum_user_amount": {
  9376. "description": "用户持有总数",
  9377. "type": "number"
  9378. },
  9379. "total": {
  9380. "description": "持有该类型用户数",
  9381. "type": "integer"
  9382. }
  9383. }
  9384. },
  9385. "md.GetBlackListNode": {
  9386. "type": "object",
  9387. "properties": {
  9388. "admin_id": {
  9389. "description": "管理员 id",
  9390. "type": "integer"
  9391. },
  9392. "admin_nickname": {
  9393. "description": "管理员名称",
  9394. "type": "string"
  9395. },
  9396. "black_list_id": {
  9397. "description": "黑名单 id",
  9398. "type": "integer"
  9399. },
  9400. "created_at": {
  9401. "description": "添加时间",
  9402. "type": "string"
  9403. },
  9404. "memo": {
  9405. "description": "备注",
  9406. "type": "string"
  9407. },
  9408. "uid": {
  9409. "description": "用户 id",
  9410. "type": "integer"
  9411. },
  9412. "user_nickname": {
  9413. "description": "用户名称",
  9414. "type": "string"
  9415. }
  9416. }
  9417. },
  9418. "md.GetBlackListResp": {
  9419. "type": "object",
  9420. "properties": {
  9421. "list": {
  9422. "description": "具体信息",
  9423. "type": "array",
  9424. "items": {
  9425. "$ref": "#/definitions/md.GetBlackListNode"
  9426. }
  9427. },
  9428. "paginate": {
  9429. "description": "分页信息",
  9430. "allOf": [
  9431. {
  9432. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9433. }
  9434. ]
  9435. }
  9436. }
  9437. },
  9438. "md.GetContributionValueBasicSettingResp": {
  9439. "type": "object",
  9440. "properties": {
  9441. "hand_out_red_package": {
  9442. "description": "发红包获得x点",
  9443. "type": "integer"
  9444. },
  9445. "id": {
  9446. "type": "integer"
  9447. },
  9448. "posting_comment_liked": {
  9449. "description": "发布评论被官方点赞获得x点",
  9450. "type": "integer"
  9451. },
  9452. "posting_dynamic_liked": {
  9453. "description": "发布动态被官方点赞获得x点",
  9454. "type": "integer"
  9455. },
  9456. "publish_creation": {
  9457. "description": "发布创作获得x点",
  9458. "type": "integer"
  9459. }
  9460. }
  9461. },
  9462. "md.GetDynamicReq": {
  9463. "type": "object",
  9464. "properties": {
  9465. "begin_at": {
  9466. "description": "开始时间",
  9467. "type": "string"
  9468. },
  9469. "end_at": {
  9470. "description": "结束时间",
  9471. "type": "string"
  9472. },
  9473. "limit": {
  9474. "description": "页面大小",
  9475. "type": "integer"
  9476. },
  9477. "nickname": {
  9478. "description": "创建人名称",
  9479. "type": "string"
  9480. },
  9481. "page": {
  9482. "description": "页数",
  9483. "type": "integer"
  9484. },
  9485. "uid": {
  9486. "description": "创建人id",
  9487. "type": "string"
  9488. }
  9489. }
  9490. },
  9491. "md.GetDynamicResp": {
  9492. "type": "object",
  9493. "properties": {
  9494. "list": {
  9495. "type": "array",
  9496. "items": {
  9497. "$ref": "#/definitions/md.EggFriendCircleNode"
  9498. }
  9499. },
  9500. "paginate": {
  9501. "description": "分页信息",
  9502. "allOf": [
  9503. {
  9504. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9505. }
  9506. ]
  9507. }
  9508. }
  9509. },
  9510. "md.GetEggCoreDataListResp": {
  9511. "type": "object",
  9512. "properties": {
  9513. "now_energy_total_nums": {
  9514. "description": "现行总量",
  9515. "type": "string",
  9516. "example": "现行总量"
  9517. },
  9518. "now_price": {
  9519. "description": "当前价格",
  9520. "type": "string",
  9521. "example": "当前价格"
  9522. },
  9523. "planet_total_value": {
  9524. "description": "星球价值",
  9525. "type": "string",
  9526. "example": "星球价值"
  9527. },
  9528. "user_hold_total_nums": {
  9529. "description": "用户持有总量",
  9530. "type": "string"
  9531. }
  9532. }
  9533. },
  9534. "md.GetEggEnergyBasicResp": {
  9535. "type": "object",
  9536. "properties": {
  9537. "basic_setting": {
  9538. "description": "基础设置",
  9539. "allOf": [
  9540. {
  9541. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  9542. }
  9543. ]
  9544. },
  9545. "data_setting": {
  9546. "description": "数据设置",
  9547. "allOf": [
  9548. {
  9549. "$ref": "#/definitions/md.DataSetting"
  9550. }
  9551. ]
  9552. },
  9553. "destruction_setting": {
  9554. "description": "销毁设置",
  9555. "allOf": [
  9556. {
  9557. "$ref": "#/definitions/md.DestructionSettingStruct"
  9558. }
  9559. ]
  9560. },
  9561. "exchange_rules": {
  9562. "description": "兑换规则",
  9563. "allOf": [
  9564. {
  9565. "$ref": "#/definitions/md.ExchangeRulesStruct"
  9566. }
  9567. ]
  9568. },
  9569. "new_user_incentive_rules": {
  9570. "description": "新用户奖励规则",
  9571. "allOf": [
  9572. {
  9573. "$ref": "#/definitions/md.NewUserRewardRules"
  9574. }
  9575. ]
  9576. },
  9577. "price_setting": {
  9578. "description": "价格设置",
  9579. "allOf": [
  9580. {
  9581. "$ref": "#/definitions/md.PriceSettingStruct"
  9582. }
  9583. ]
  9584. },
  9585. "reward_system": {
  9586. "description": "圈层奖励",
  9587. "type": "array",
  9588. "items": {
  9589. "$ref": "#/definitions/md.RewardSystemStruct"
  9590. }
  9591. },
  9592. "system_id": {
  9593. "description": "该设置系统 ID",
  9594. "type": "integer"
  9595. },
  9596. "video_reward_setting": {
  9597. "description": "视频奖励",
  9598. "allOf": [
  9599. {
  9600. "$ref": "#/definitions/md.VideoRewardSetting"
  9601. }
  9602. ]
  9603. }
  9604. }
  9605. },
  9606. "md.GetEggEnergyVipSettingResp": {
  9607. "type": "object",
  9608. "properties": {
  9609. "level_list": {
  9610. "description": "会员等级列表",
  9611. "type": "array",
  9612. "items": {
  9613. "type": "object",
  9614. "additionalProperties": true
  9615. }
  9616. },
  9617. "list": {
  9618. "description": "会员权益设置",
  9619. "type": "array",
  9620. "items": {
  9621. "$ref": "#/definitions/md.VipEquitySettingNode"
  9622. }
  9623. }
  9624. }
  9625. },
  9626. "md.GetFreePublishUserReq": {
  9627. "type": "object",
  9628. "properties": {
  9629. "limit": {
  9630. "description": "每页大小",
  9631. "type": "integer"
  9632. },
  9633. "page": {
  9634. "description": "当前页数",
  9635. "type": "integer"
  9636. },
  9637. "uid": {
  9638. "description": "筛选的用户 ID",
  9639. "type": "integer"
  9640. }
  9641. }
  9642. },
  9643. "md.GetFreePublishUserResp": {
  9644. "type": "object",
  9645. "properties": {
  9646. "list": {
  9647. "description": "免罚用户列表",
  9648. "type": "array",
  9649. "items": {
  9650. "$ref": "#/definitions/md.FreePublishUserNode"
  9651. }
  9652. },
  9653. "paginate": {
  9654. "description": "分页信息",
  9655. "allOf": [
  9656. {
  9657. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9658. }
  9659. ]
  9660. }
  9661. }
  9662. },
  9663. "md.GetFriendCircleBasicSettingsResp": {
  9664. "type": "object",
  9665. "properties": {
  9666. "comment_is_real_name": {
  9667. "description": "评论是否需要实名认证(1:是 2:否)",
  9668. "type": "integer"
  9669. },
  9670. "comment_nums_every_day": {
  9671. "description": "评论每天次数",
  9672. "type": "integer"
  9673. },
  9674. "id": {
  9675. "type": "integer"
  9676. },
  9677. "publish_is_real_name": {
  9678. "description": "发布是否需要实名认证(1:是 2:否)",
  9679. "type": "integer"
  9680. },
  9681. "publish_nums_every_day": {
  9682. "description": "发布每天次数",
  9683. "type": "integer"
  9684. }
  9685. }
  9686. },
  9687. "md.GetFundDataListReq": {
  9688. "type": "object",
  9689. "properties": {
  9690. "end_at": {
  9691. "type": "string",
  9692. "example": "结束时间"
  9693. },
  9694. "kind": {
  9695. "description": "数据类型",
  9696. "type": "integer"
  9697. },
  9698. "limit": {
  9699. "description": "每页大小",
  9700. "type": "integer"
  9701. },
  9702. "page": {
  9703. "description": "页数",
  9704. "type": "integer"
  9705. },
  9706. "start_at": {
  9707. "type": "string",
  9708. "example": "开始时间"
  9709. }
  9710. }
  9711. },
  9712. "md.GetFundDataListResp": {
  9713. "type": "object",
  9714. "properties": {
  9715. "kind_list": {
  9716. "description": "类型列表",
  9717. "type": "array",
  9718. "items": {
  9719. "type": "object",
  9720. "additionalProperties": true
  9721. }
  9722. },
  9723. "list": {
  9724. "description": "数据列表",
  9725. "type": "array",
  9726. "items": {
  9727. "$ref": "#/definitions/md.FundDataNode"
  9728. }
  9729. },
  9730. "paginate": {
  9731. "description": "分页数据",
  9732. "allOf": [
  9733. {
  9734. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9735. }
  9736. ]
  9737. }
  9738. }
  9739. },
  9740. "md.GetFundDataRecordListReq": {
  9741. "type": "object",
  9742. "properties": {
  9743. "limit": {
  9744. "description": "页面大小",
  9745. "type": "integer"
  9746. },
  9747. "page": {
  9748. "description": "页数",
  9749. "type": "integer"
  9750. },
  9751. "system_id": {
  9752. "description": "数据在系统中的 ID",
  9753. "type": "integer"
  9754. }
  9755. }
  9756. },
  9757. "md.GetFundDataRecordListResp": {
  9758. "type": "object",
  9759. "properties": {
  9760. "list": {
  9761. "type": "array",
  9762. "items": {
  9763. "$ref": "#/definitions/md.FundDataRecordNode"
  9764. }
  9765. },
  9766. "paginate": {
  9767. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9768. }
  9769. }
  9770. },
  9771. "md.GetGreenEnergyUserCoinFlowListReq": {
  9772. "type": "object",
  9773. "properties": {
  9774. "coin_id": {
  9775. "description": "货币类型 ID",
  9776. "type": "integer"
  9777. },
  9778. "direction": {
  9779. "description": "流水方向:1收入 2支出",
  9780. "type": "integer"
  9781. },
  9782. "end_at": {
  9783. "description": "结束时间",
  9784. "type": "string"
  9785. },
  9786. "page": {
  9787. "description": "页数",
  9788. "type": "integer"
  9789. },
  9790. "page_size": {
  9791. "description": "每页大小",
  9792. "type": "integer"
  9793. },
  9794. "start_at": {
  9795. "description": "开始时间",
  9796. "type": "string"
  9797. },
  9798. "uid": {
  9799. "description": "用户 ID",
  9800. "type": "integer"
  9801. }
  9802. }
  9803. },
  9804. "md.GetGreenEnergyUserCoinFlowListResp": {
  9805. "type": "object",
  9806. "properties": {
  9807. "list": {
  9808. "description": "流水信息",
  9809. "type": "array",
  9810. "items": {
  9811. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9812. }
  9813. },
  9814. "paginate": {
  9815. "description": "分页信息",
  9816. "allOf": [
  9817. {
  9818. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9819. }
  9820. ]
  9821. },
  9822. "select_data": {
  9823. "description": "流水类型",
  9824. "allOf": [
  9825. {
  9826. "$ref": "#/definitions/md.SelectData"
  9827. }
  9828. ]
  9829. }
  9830. }
  9831. },
  9832. "md.GetGreenEnergyUserCoinListReq": {
  9833. "type": "object",
  9834. "properties": {
  9835. "end_coin": {
  9836. "type": "string",
  9837. "example": "最大金额"
  9838. },
  9839. "kind": {
  9840. "description": "虚拟币种类编号",
  9841. "type": "integer"
  9842. },
  9843. "page": {
  9844. "description": "页数",
  9845. "type": "integer"
  9846. },
  9847. "page_size": {
  9848. "description": "单页大小",
  9849. "type": "integer"
  9850. },
  9851. "start_coin": {
  9852. "type": "string",
  9853. "example": "最小金额"
  9854. },
  9855. "uid": {
  9856. "description": "指定查询用户 ID",
  9857. "type": "integer"
  9858. },
  9859. "user_name": {
  9860. "type": "string",
  9861. "example": "用户名称"
  9862. },
  9863. "user_phone": {
  9864. "type": "string",
  9865. "example": "手机号"
  9866. }
  9867. }
  9868. },
  9869. "md.GetGreenEnergyUserCoinListResp": {
  9870. "type": "object",
  9871. "properties": {
  9872. "kind_list": {
  9873. "description": "货币类型集合",
  9874. "type": "array",
  9875. "items": {
  9876. "$ref": "#/definitions/md.VirtualCoinListNode"
  9877. }
  9878. },
  9879. "list": {
  9880. "description": "余额集合",
  9881. "type": "array",
  9882. "items": {
  9883. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9884. }
  9885. },
  9886. "sum_user_amount": {
  9887. "description": "用户持有总数",
  9888. "type": "number"
  9889. },
  9890. "total": {
  9891. "description": "持有该类型用户数",
  9892. "type": "integer"
  9893. }
  9894. }
  9895. },
  9896. "md.GetLevelListResp": {
  9897. "type": "object",
  9898. "properties": {
  9899. "list": {
  9900. "type": "array",
  9901. "items": {
  9902. "$ref": "#/definitions/md.LevelListNode"
  9903. }
  9904. },
  9905. "paginate": {
  9906. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9907. }
  9908. }
  9909. },
  9910. "md.GetOneLevelResp": {
  9911. "type": "object",
  9912. "properties": {
  9913. "auto_update": {
  9914. "description": "自动升级 0关闭,1开启",
  9915. "type": "integer"
  9916. },
  9917. "choosable_num": {
  9918. "description": "可选任务数量",
  9919. "type": "integer"
  9920. },
  9921. "is_use": {
  9922. "description": "是否开启(0.否, 1.是)",
  9923. "type": "integer"
  9924. },
  9925. "level_id": {
  9926. "description": "等级 ID",
  9927. "type": "integer"
  9928. },
  9929. "level_name": {
  9930. "description": "等级名称",
  9931. "type": "string"
  9932. },
  9933. "level_weight": {
  9934. "description": "等级权重",
  9935. "type": "integer"
  9936. },
  9937. "memo": {
  9938. "description": "备注",
  9939. "type": "string"
  9940. },
  9941. "task_type": {
  9942. "description": "任务类型关系",
  9943. "type": "array",
  9944. "items": {
  9945. "type": "object",
  9946. "additionalProperties": true
  9947. }
  9948. },
  9949. "user_level_tasks": {
  9950. "type": "array",
  9951. "items": {
  9952. "$ref": "#/definitions/model.UserLevelTask"
  9953. }
  9954. }
  9955. }
  9956. },
  9957. "md.GetPriceCurveResp": {
  9958. "type": "object",
  9959. "properties": {
  9960. "x_data": {
  9961. "type": "array",
  9962. "items": {}
  9963. },
  9964. "y_data": {
  9965. "type": "array",
  9966. "items": {}
  9967. }
  9968. }
  9969. },
  9970. "md.GetPublicPlatoonBasicResp": {
  9971. "type": "object",
  9972. "properties": {
  9973. "is_open": {
  9974. "description": "是否开启(1:开启 0:关闭)",
  9975. "type": "integer"
  9976. },
  9977. "is_self_active_get_team_revenue": {
  9978. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9979. "type": "integer"
  9980. },
  9981. "originator_name": {
  9982. "description": "创始人名称",
  9983. "type": "string"
  9984. },
  9985. "originator_uid": {
  9986. "description": "创始人uid",
  9987. "type": "integer"
  9988. },
  9989. "several_rows": {
  9990. "description": "几排",
  9991. "type": "integer"
  9992. },
  9993. "several_times": {
  9994. "description": "几乘",
  9995. "type": "integer"
  9996. },
  9997. "system_punish_replace": {
  9998. "description": "是否位置滑落 被新用户替换 0否 1是",
  9999. "type": "integer"
  10000. },
  10001. "system_punish_replace_value": {
  10002. "description": "xx天未活跃,处罚滑落",
  10003. "type": "integer"
  10004. }
  10005. }
  10006. },
  10007. "md.GetTagListResp": {
  10008. "type": "object",
  10009. "properties": {
  10010. "list": {
  10011. "type": "array",
  10012. "items": {
  10013. "$ref": "#/definitions/md.TagListNode"
  10014. }
  10015. },
  10016. "paginate": {
  10017. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10018. }
  10019. }
  10020. },
  10021. "md.GetVideoRewardResp": {
  10022. "type": "object",
  10023. "properties": {
  10024. "ecmp": {
  10025. "description": "当前 Ecpm 值",
  10026. "type": "string"
  10027. },
  10028. "unit_price": {
  10029. "description": "单价",
  10030. "type": "string"
  10031. }
  10032. }
  10033. },
  10034. "md.GetWithdrawApplyListNode": {
  10035. "type": "object",
  10036. "properties": {
  10037. "actual_receipt": {
  10038. "description": "实际到账",
  10039. "type": "string"
  10040. },
  10041. "ali_pay_account": {
  10042. "description": "支付宝账号",
  10043. "type": "string"
  10044. },
  10045. "ali_pay_name": {
  10046. "description": "支付宝昵称",
  10047. "type": "string"
  10048. },
  10049. "amount": {
  10050. "description": "提现金额",
  10051. "type": "string"
  10052. },
  10053. "apply_at": {
  10054. "description": "申请时间",
  10055. "type": "string"
  10056. },
  10057. "invite_code": {
  10058. "description": "邀请码",
  10059. "type": "string"
  10060. },
  10061. "memo": {
  10062. "description": "备注",
  10063. "type": "string"
  10064. },
  10065. "nickname": {
  10066. "description": "用户名称",
  10067. "type": "string"
  10068. },
  10069. "parentID": {
  10070. "description": "推荐人ID",
  10071. "type": "integer"
  10072. },
  10073. "parentPhone": {
  10074. "description": "推荐人手机号",
  10075. "type": "string"
  10076. },
  10077. "pay_at": {
  10078. "description": "到账时间",
  10079. "type": "string"
  10080. },
  10081. "state": {
  10082. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10083. "type": "integer"
  10084. },
  10085. "sys_fee": {
  10086. "description": "手续费",
  10087. "type": "string"
  10088. },
  10089. "tag": {
  10090. "description": "标签",
  10091. "type": "array",
  10092. "items": {
  10093. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10094. }
  10095. },
  10096. "user_id": {
  10097. "description": "会员 ID",
  10098. "type": "integer"
  10099. },
  10100. "wechat_pay_account": {
  10101. "description": "微信账号",
  10102. "type": "string"
  10103. },
  10104. "wechat_pay_name": {
  10105. "description": "微信昵称",
  10106. "type": "string"
  10107. },
  10108. "withdraw_type": {
  10109. "description": "转账平台(1:支付宝 2:微信)",
  10110. "type": "integer"
  10111. }
  10112. }
  10113. },
  10114. "md.GetWithdrawApplyListReq": {
  10115. "type": "object",
  10116. "properties": {
  10117. "amount_begin": {
  10118. "description": "最小金额",
  10119. "type": "string"
  10120. },
  10121. "amount_end": {
  10122. "description": "最大金额",
  10123. "type": "string"
  10124. },
  10125. "apply_end_at": {
  10126. "description": "申请结束时间",
  10127. "type": "string"
  10128. },
  10129. "apply_start_at": {
  10130. "description": "申请开始时间",
  10131. "type": "string"
  10132. },
  10133. "examine_end_at": {
  10134. "description": "审核结束时间",
  10135. "type": "string"
  10136. },
  10137. "examine_start_at": {
  10138. "description": "审核开始时间",
  10139. "type": "string"
  10140. },
  10141. "is_first": {
  10142. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10143. "type": "string"
  10144. },
  10145. "level": {
  10146. "description": "会员等级",
  10147. "type": "string"
  10148. },
  10149. "limit": {
  10150. "description": "页面大小",
  10151. "type": "integer"
  10152. },
  10153. "nickname": {
  10154. "description": "用户昵称",
  10155. "type": "string"
  10156. },
  10157. "page": {
  10158. "description": "页数",
  10159. "type": "integer"
  10160. },
  10161. "parent_id": {
  10162. "description": "推荐人 ID",
  10163. "type": "string"
  10164. },
  10165. "payment_type": {
  10166. "description": "打款类型 1:手动;2:自动",
  10167. "type": "string"
  10168. },
  10169. "phone": {
  10170. "description": "用户手机号",
  10171. "type": "string"
  10172. },
  10173. "state": {
  10174. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10175. "type": "string"
  10176. },
  10177. "uid": {
  10178. "description": "用户 ID",
  10179. "type": "string"
  10180. },
  10181. "withdraw_account": {
  10182. "description": "支付宝/微信昵称",
  10183. "type": "string"
  10184. },
  10185. "withdraw_name": {
  10186. "description": "支付宝姓名",
  10187. "type": "string"
  10188. },
  10189. "withdraw_type": {
  10190. "description": "提现方式(1:支付宝 2:微信)",
  10191. "type": "string"
  10192. }
  10193. }
  10194. },
  10195. "md.GetWithdrawApplyListResp": {
  10196. "type": "object",
  10197. "properties": {
  10198. "levels_list": {
  10199. "description": "等级列表",
  10200. "type": "array",
  10201. "items": {
  10202. "type": "object",
  10203. "additionalProperties": true
  10204. }
  10205. },
  10206. "list": {
  10207. "type": "array",
  10208. "items": {
  10209. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10210. }
  10211. },
  10212. "paginate": {
  10213. "description": "分页信息",
  10214. "allOf": [
  10215. {
  10216. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10217. }
  10218. ]
  10219. },
  10220. "pay_failed_amount": {
  10221. "description": "打款失败金额",
  10222. "type": "string"
  10223. },
  10224. "pay_succeed_amount": {
  10225. "description": "打款成功金额",
  10226. "type": "string"
  10227. },
  10228. "pending_amount": {
  10229. "description": "处理中金额",
  10230. "type": "string"
  10231. },
  10232. "tags_list": {
  10233. "description": "标签列表",
  10234. "type": "array",
  10235. "items": {
  10236. "type": "object",
  10237. "additionalProperties": true
  10238. }
  10239. },
  10240. "under_review": {
  10241. "description": "审核中金额",
  10242. "type": "string"
  10243. }
  10244. }
  10245. },
  10246. "md.GetWithdrawSettingResp": {
  10247. "type": "object",
  10248. "properties": {
  10249. "condition_is_open": {
  10250. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10251. "type": "integer"
  10252. },
  10253. "first_withdraw_set": {
  10254. "description": "首次提现设置",
  10255. "allOf": [
  10256. {
  10257. "$ref": "#/definitions/md.FirstWithdrawSet"
  10258. }
  10259. ]
  10260. },
  10261. "frequency_set": {
  10262. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10263. "allOf": [
  10264. {
  10265. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10266. }
  10267. ]
  10268. },
  10269. "id": {
  10270. "type": "integer"
  10271. },
  10272. "is_auto": {
  10273. "description": "是否开启自动提现(0:否 1:是)",
  10274. "type": "integer"
  10275. },
  10276. "is_auto_amount_limit": {
  10277. "description": "自动提现金额限制",
  10278. "type": "string"
  10279. },
  10280. "is_real_name": {
  10281. "description": "是否实名(0:否 1:是)",
  10282. "type": "integer"
  10283. },
  10284. "is_support_decimal_point": {
  10285. "description": "是否支持小数点(0:否 1:是)",
  10286. "type": "integer"
  10287. },
  10288. "level_list": {
  10289. "description": "会员等级列表",
  10290. "type": "array",
  10291. "items": {
  10292. "type": "object",
  10293. "additionalProperties": true
  10294. }
  10295. },
  10296. "pending_orders_is_can_apply": {
  10297. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10298. "type": "integer"
  10299. },
  10300. "vip_level_limit": {
  10301. "description": "提现等级限制",
  10302. "type": "integer"
  10303. },
  10304. "withdraw_amount_limit": {
  10305. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10306. "type": "string"
  10307. },
  10308. "withdraw_fee_set": {
  10309. "description": "提现手续费设置",
  10310. "allOf": [
  10311. {
  10312. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  10313. }
  10314. ]
  10315. },
  10316. "withdraw_multiple_limit": {
  10317. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  10318. "type": "string"
  10319. },
  10320. "withdraw_nums_limit": {
  10321. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  10322. "type": "integer"
  10323. },
  10324. "withdraw_time_interval": {
  10325. "description": "提现时段",
  10326. "allOf": [
  10327. {
  10328. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  10329. }
  10330. ]
  10331. },
  10332. "withdraw_type": {
  10333. "description": "提现方式(1:支付宝 2:微信)",
  10334. "type": "integer"
  10335. }
  10336. }
  10337. },
  10338. "md.GroupListReq": {
  10339. "type": "object",
  10340. "properties": {
  10341. "group_admin": {
  10342. "description": "群主",
  10343. "type": "string"
  10344. },
  10345. "name": {
  10346. "description": "群名称",
  10347. "type": "string"
  10348. },
  10349. "page": {
  10350. "type": "integer"
  10351. },
  10352. "page_size": {
  10353. "type": "integer"
  10354. },
  10355. "start_time_end": {
  10356. "type": "string",
  10357. "example": "创建时间-截止"
  10358. },
  10359. "start_time_start": {
  10360. "type": "string",
  10361. "example": "创建时间-起始"
  10362. }
  10363. }
  10364. },
  10365. "md.GroupListResp": {
  10366. "type": "object",
  10367. "properties": {
  10368. "list": {
  10369. "type": "array",
  10370. "items": {
  10371. "type": "object",
  10372. "properties": {
  10373. "avatarUrl": {
  10374. "description": "头像",
  10375. "type": "string"
  10376. },
  10377. "createTime": {
  10378. "description": "创建时间",
  10379. "type": "string"
  10380. },
  10381. "extra": {
  10382. "description": "附加字段",
  10383. "type": "string"
  10384. },
  10385. "id": {
  10386. "description": "群组id",
  10387. "type": "integer"
  10388. },
  10389. "introduction": {
  10390. "description": "群简介",
  10391. "type": "string"
  10392. },
  10393. "isAllAddFriend": {
  10394. "description": "是否允许加好友(1:是 2:否)",
  10395. "type": "integer"
  10396. },
  10397. "isAllMemberBanned": {
  10398. "description": "是否全员禁言(1:是 2:否)",
  10399. "type": "integer"
  10400. },
  10401. "name": {
  10402. "description": "组名",
  10403. "type": "string"
  10404. },
  10405. "nickname": {
  10406. "description": "群主昵称",
  10407. "type": "string"
  10408. },
  10409. "phoneNumber": {
  10410. "description": "群主账号",
  10411. "type": "string"
  10412. },
  10413. "updateTime": {
  10414. "description": "更新时间",
  10415. "type": "string"
  10416. },
  10417. "userNum": {
  10418. "description": "群组人数",
  10419. "type": "integer"
  10420. }
  10421. }
  10422. }
  10423. },
  10424. "page": {
  10425. "type": "integer"
  10426. },
  10427. "page_size": {
  10428. "type": "integer"
  10429. },
  10430. "total": {
  10431. "type": "integer"
  10432. }
  10433. }
  10434. },
  10435. "md.Guide": {
  10436. "type": "object",
  10437. "properties": {
  10438. "bg_image": {
  10439. "type": "string"
  10440. },
  10441. "bg_image_url": {
  10442. "type": "string"
  10443. },
  10444. "content_image": {
  10445. "type": "string"
  10446. },
  10447. "content_image_url": {
  10448. "type": "string"
  10449. }
  10450. }
  10451. },
  10452. "md.LevelListNode": {
  10453. "type": "object",
  10454. "properties": {
  10455. "count": {
  10456. "description": "等级人数",
  10457. "type": "string"
  10458. },
  10459. "create_at": {
  10460. "description": "创建时间",
  10461. "type": "string"
  10462. },
  10463. "is_use": {
  10464. "description": "是否开启(0.否, 1.是)",
  10465. "type": "integer"
  10466. },
  10467. "level_id": {
  10468. "description": "等级 ID",
  10469. "type": "integer"
  10470. },
  10471. "level_name": {
  10472. "description": "等级名称",
  10473. "type": "string"
  10474. },
  10475. "level_weight": {
  10476. "description": "等级权重",
  10477. "type": "integer"
  10478. },
  10479. "memo": {
  10480. "description": "备注",
  10481. "type": "string"
  10482. }
  10483. }
  10484. },
  10485. "md.ListCommunityDividendsReq": {
  10486. "type": "object",
  10487. "properties": {
  10488. "end_at": {
  10489. "description": "结束时间",
  10490. "type": "string"
  10491. },
  10492. "end_nums": {
  10493. "description": "分红总量上限",
  10494. "type": "integer"
  10495. },
  10496. "limit": {
  10497. "description": "每页大小",
  10498. "type": "integer"
  10499. },
  10500. "page": {
  10501. "description": "页数",
  10502. "type": "integer"
  10503. },
  10504. "start_at": {
  10505. "description": "开始时间",
  10506. "type": "string"
  10507. },
  10508. "start_nums": {
  10509. "description": "分红总量下限",
  10510. "type": "integer"
  10511. }
  10512. }
  10513. },
  10514. "md.ListCommunityDividendsResp": {
  10515. "type": "object",
  10516. "properties": {
  10517. "list": {
  10518. "type": "array",
  10519. "items": {
  10520. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  10521. }
  10522. },
  10523. "paginate": {
  10524. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10525. }
  10526. }
  10527. },
  10528. "md.ListCommunityDividendsWithUserReq": {
  10529. "type": "object",
  10530. "properties": {
  10531. "limit": {
  10532. "type": "integer"
  10533. },
  10534. "page": {
  10535. "type": "integer"
  10536. },
  10537. "phone": {
  10538. "type": "string"
  10539. },
  10540. "uid": {
  10541. "type": "integer"
  10542. }
  10543. }
  10544. },
  10545. "md.ListCommunityDividendsWithUserResp": {
  10546. "type": "object",
  10547. "properties": {
  10548. "list": {
  10549. "type": "array",
  10550. "items": {
  10551. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  10552. }
  10553. },
  10554. "paginate": {
  10555. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10556. }
  10557. }
  10558. },
  10559. "md.ListPlatformRevenueReq": {
  10560. "type": "object",
  10561. "properties": {
  10562. "end_at": {
  10563. "type": "string",
  10564. "example": "结束时间"
  10565. },
  10566. "kind": {
  10567. "description": "数据类型",
  10568. "type": "integer"
  10569. },
  10570. "limit": {
  10571. "description": "每页大小",
  10572. "type": "integer"
  10573. },
  10574. "page": {
  10575. "description": "页数",
  10576. "type": "integer"
  10577. },
  10578. "start_at": {
  10579. "type": "string",
  10580. "example": "开始时间"
  10581. }
  10582. }
  10583. },
  10584. "md.ListPlatformRevenueResp": {
  10585. "type": "object",
  10586. "properties": {
  10587. "kind_list": {
  10588. "description": "类型列表",
  10589. "type": "array",
  10590. "items": {
  10591. "type": "object",
  10592. "additionalProperties": true
  10593. }
  10594. },
  10595. "list": {
  10596. "description": "数据列表",
  10597. "type": "array",
  10598. "items": {
  10599. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  10600. }
  10601. },
  10602. "paginate": {
  10603. "description": "分页数据",
  10604. "allOf": [
  10605. {
  10606. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10607. }
  10608. ]
  10609. }
  10610. }
  10611. },
  10612. "md.LoginReq": {
  10613. "type": "object",
  10614. "required": [
  10615. "password",
  10616. "username"
  10617. ],
  10618. "properties": {
  10619. "code": {
  10620. "type": "string",
  10621. "example": "验证码"
  10622. },
  10623. "password": {
  10624. "type": "string",
  10625. "example": "登录密码"
  10626. },
  10627. "username": {
  10628. "type": "string",
  10629. "example": "登录账号"
  10630. }
  10631. }
  10632. },
  10633. "md.LoginResponse": {
  10634. "type": "object",
  10635. "properties": {
  10636. "token": {
  10637. "type": "string"
  10638. }
  10639. }
  10640. },
  10641. "md.ManualScoreReq": {
  10642. "type": "object",
  10643. "properties": {
  10644. "index_id": {
  10645. "description": "文档id",
  10646. "type": "string"
  10647. },
  10648. "score": {
  10649. "type": "string",
  10650. "example": "分数"
  10651. }
  10652. }
  10653. },
  10654. "md.ModuleSettingGetResp": {
  10655. "type": "object",
  10656. "properties": {
  10657. "data": {
  10658. "description": "内容"
  10659. },
  10660. "mod_name": {
  10661. "description": "模块名称",
  10662. "type": "string"
  10663. },
  10664. "mod_name_list": {
  10665. "description": "模块名称对照",
  10666. "type": "array",
  10667. "items": {
  10668. "type": "object",
  10669. "additionalProperties": true
  10670. }
  10671. },
  10672. "position": {
  10673. "description": "位置",
  10674. "type": "string"
  10675. },
  10676. "skip_identifier": {
  10677. "description": "跳转标识",
  10678. "type": "string"
  10679. },
  10680. "subtitle": {
  10681. "description": "副标题",
  10682. "type": "string"
  10683. },
  10684. "title": {
  10685. "description": "标题",
  10686. "type": "string"
  10687. }
  10688. }
  10689. },
  10690. "md.ModuleSettingUpdateReq": {
  10691. "type": "object",
  10692. "properties": {
  10693. "data": {
  10694. "description": "内容",
  10695. "type": "object",
  10696. "additionalProperties": true
  10697. },
  10698. "mod_name_value": {
  10699. "description": "模块类型值",
  10700. "type": "string"
  10701. },
  10702. "position": {
  10703. "description": "位置",
  10704. "type": "string"
  10705. },
  10706. "skip_identifier": {
  10707. "description": "跳转标识",
  10708. "type": "string"
  10709. },
  10710. "subtitle": {
  10711. "description": "副标题",
  10712. "type": "string"
  10713. },
  10714. "title": {
  10715. "description": "标题",
  10716. "type": "string"
  10717. }
  10718. }
  10719. },
  10720. "md.NewUserRedPackageGetBasicResp": {
  10721. "type": "object",
  10722. "properties": {
  10723. "create_at": {
  10724. "type": "string"
  10725. },
  10726. "days": {
  10727. "description": "天数",
  10728. "type": "integer"
  10729. },
  10730. "is_double": {
  10731. "description": "是否翻倍",
  10732. "type": "integer"
  10733. },
  10734. "is_open": {
  10735. "description": "是否开启(1:开启 0:关闭)",
  10736. "type": "integer"
  10737. },
  10738. "total_amount": {
  10739. "type": "string",
  10740. "example": "总金额"
  10741. },
  10742. "update_at": {
  10743. "type": "string"
  10744. }
  10745. }
  10746. },
  10747. "md.NewUserRedPackageRecordFlowListReq": {
  10748. "type": "object",
  10749. "properties": {
  10750. "end_at": {
  10751. "description": "结束时间",
  10752. "type": "string"
  10753. },
  10754. "limit": {
  10755. "description": "每页大小",
  10756. "type": "integer"
  10757. },
  10758. "page": {
  10759. "description": "页数",
  10760. "type": "integer"
  10761. },
  10762. "start_at": {
  10763. "description": "开始时间",
  10764. "type": "string"
  10765. },
  10766. "uid": {
  10767. "description": "用户 ID",
  10768. "type": "integer"
  10769. }
  10770. }
  10771. },
  10772. "md.NewUserRedPackageRecordFlowListResp": {
  10773. "type": "object",
  10774. "properties": {
  10775. "list": {
  10776. "type": "array",
  10777. "items": {
  10778. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  10779. }
  10780. },
  10781. "paginate": {
  10782. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10783. }
  10784. }
  10785. },
  10786. "md.NewUserRedPackageRecordFlowNode": {
  10787. "type": "object",
  10788. "properties": {
  10789. "balance_amount": {
  10790. "description": "剩余金额",
  10791. "type": "string"
  10792. },
  10793. "balance_days": {
  10794. "description": "剩余天数",
  10795. "type": "integer"
  10796. },
  10797. "basic_amount": {
  10798. "description": "基础金额",
  10799. "type": "string"
  10800. },
  10801. "create_at": {
  10802. "description": "创建时间",
  10803. "type": "string"
  10804. },
  10805. "day_num": {
  10806. "description": "第x天",
  10807. "type": "integer"
  10808. },
  10809. "double_rate": {
  10810. "description": "倍率",
  10811. "type": "string"
  10812. },
  10813. "id": {
  10814. "description": "流水 ID",
  10815. "type": "integer"
  10816. },
  10817. "is_double": {
  10818. "description": "是否翻倍",
  10819. "type": "integer"
  10820. },
  10821. "receive_days": {
  10822. "description": "领取天数",
  10823. "type": "integer"
  10824. },
  10825. "total_amount": {
  10826. "description": "实际金额",
  10827. "type": "string"
  10828. },
  10829. "uid": {
  10830. "description": "用户 ID",
  10831. "type": "integer"
  10832. }
  10833. }
  10834. },
  10835. "md.NewUserRedPackageRecordListReq": {
  10836. "type": "object",
  10837. "properties": {
  10838. "end_at": {
  10839. "description": "结束时间",
  10840. "type": "string"
  10841. },
  10842. "limit": {
  10843. "description": "每页大小",
  10844. "type": "integer"
  10845. },
  10846. "page": {
  10847. "description": "页数",
  10848. "type": "integer"
  10849. },
  10850. "start_at": {
  10851. "description": "开始时间",
  10852. "type": "string"
  10853. },
  10854. "uid": {
  10855. "description": "用户 ID",
  10856. "type": "integer"
  10857. }
  10858. }
  10859. },
  10860. "md.NewUserRedPackageRecordListResp": {
  10861. "type": "object",
  10862. "properties": {
  10863. "list": {
  10864. "type": "array",
  10865. "items": {
  10866. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  10867. }
  10868. },
  10869. "paginate": {
  10870. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10871. }
  10872. }
  10873. },
  10874. "md.NewUserRedPackageRecordNode": {
  10875. "type": "object",
  10876. "properties": {
  10877. "balance_amount": {
  10878. "description": "剩余金额",
  10879. "type": "string"
  10880. },
  10881. "balance_days": {
  10882. "description": "剩余天数",
  10883. "type": "integer"
  10884. },
  10885. "create_at": {
  10886. "description": "创建时间",
  10887. "type": "string"
  10888. },
  10889. "days": {
  10890. "description": "天数",
  10891. "type": "integer"
  10892. },
  10893. "receive_days": {
  10894. "description": "领取天数",
  10895. "type": "integer"
  10896. },
  10897. "state": {
  10898. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  10899. "type": "integer"
  10900. },
  10901. "system_id": {
  10902. "description": "系统中记录的 ID",
  10903. "type": "integer"
  10904. },
  10905. "total_amount": {
  10906. "description": "金额",
  10907. "type": "string"
  10908. },
  10909. "uid": {
  10910. "description": "用户 ID",
  10911. "type": "integer"
  10912. },
  10913. "update_at": {
  10914. "description": "修改时间",
  10915. "type": "string"
  10916. }
  10917. }
  10918. },
  10919. "md.NewUserRedPackageUpdateBasicReq": {
  10920. "type": "object",
  10921. "properties": {
  10922. "days": {
  10923. "description": "天数",
  10924. "type": "integer"
  10925. },
  10926. "is_double": {
  10927. "description": "是否翻倍",
  10928. "type": "integer"
  10929. },
  10930. "is_open": {
  10931. "description": "是否开启(1:开启 0:关闭)",
  10932. "type": "integer"
  10933. },
  10934. "total_amount": {
  10935. "type": "string",
  10936. "example": "总金额"
  10937. }
  10938. }
  10939. },
  10940. "md.NewUserRewardRules": {
  10941. "type": "object",
  10942. "properties": {
  10943. "continue_days": {
  10944. "description": "连续x天",
  10945. "type": "integer"
  10946. },
  10947. "invite_user_reward_value": {
  10948. "description": "拉新用户奖励x个活跃积分",
  10949. "type": "integer"
  10950. },
  10951. "reward_coefficient": {
  10952. "description": "奖励系数",
  10953. "type": "number"
  10954. }
  10955. }
  10956. },
  10957. "md.NoticeAliyunSmsList": {
  10958. "type": "object",
  10959. "properties": {
  10960. "content": {
  10961. "type": "string",
  10962. "example": "这是 填短信模板id"
  10963. },
  10964. "day": {
  10965. "type": "string",
  10966. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10967. },
  10968. "id": {
  10969. "type": "string"
  10970. },
  10971. "is_show": {
  10972. "type": "string"
  10973. },
  10974. "notice_day": {
  10975. "type": "string",
  10976. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10977. },
  10978. "title": {
  10979. "type": "string"
  10980. },
  10981. "type": {
  10982. "type": "string"
  10983. }
  10984. }
  10985. },
  10986. "md.NoticeAliyunSmsListReq": {
  10987. "type": "object",
  10988. "properties": {
  10989. "limit": {
  10990. "description": "每页大小",
  10991. "type": "string"
  10992. },
  10993. "page": {
  10994. "description": "页数",
  10995. "type": "string"
  10996. }
  10997. }
  10998. },
  10999. "md.NoticeAliyunSmsListResp": {
  11000. "type": "object",
  11001. "properties": {
  11002. "list": {
  11003. "type": "array",
  11004. "items": {
  11005. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11006. }
  11007. },
  11008. "select_data": {
  11009. "type": "array",
  11010. "items": {
  11011. "type": "object",
  11012. "additionalProperties": {
  11013. "type": "string"
  11014. }
  11015. }
  11016. },
  11017. "total": {
  11018. "type": "integer"
  11019. }
  11020. }
  11021. },
  11022. "md.NoticeAliyunSmsSaveReq": {
  11023. "type": "object",
  11024. "properties": {
  11025. "content": {
  11026. "type": "string"
  11027. },
  11028. "day": {
  11029. "type": "string",
  11030. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11031. },
  11032. "id": {
  11033. "type": "string"
  11034. },
  11035. "is_show": {
  11036. "type": "string"
  11037. },
  11038. "notice_day": {
  11039. "type": "string",
  11040. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11041. },
  11042. "title": {
  11043. "type": "string"
  11044. },
  11045. "type": {
  11046. "type": "string"
  11047. }
  11048. }
  11049. },
  11050. "md.NoticeDelReq": {
  11051. "type": "object",
  11052. "properties": {
  11053. "id": {
  11054. "type": "array",
  11055. "items": {
  11056. "type": "string"
  11057. }
  11058. }
  11059. }
  11060. },
  11061. "md.NoticeList": {
  11062. "type": "object",
  11063. "properties": {
  11064. "content": {
  11065. "type": "string"
  11066. },
  11067. "day": {
  11068. "type": "string",
  11069. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11070. },
  11071. "id": {
  11072. "type": "string"
  11073. },
  11074. "jpush_open": {
  11075. "type": "string",
  11076. "example": "app推送开启 0关 1开"
  11077. },
  11078. "notice_day": {
  11079. "type": "string",
  11080. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11081. },
  11082. "sms_code": {
  11083. "type": "string",
  11084. "example": "短信模板id"
  11085. },
  11086. "sms_open": {
  11087. "type": "string",
  11088. "example": "短信推送开启 0关 1开"
  11089. },
  11090. "title": {
  11091. "type": "string"
  11092. },
  11093. "type": {
  11094. "type": "string"
  11095. }
  11096. }
  11097. },
  11098. "md.NoticeListReq": {
  11099. "type": "object",
  11100. "properties": {
  11101. "limit": {
  11102. "description": "每页大小",
  11103. "type": "string"
  11104. },
  11105. "page": {
  11106. "description": "页数",
  11107. "type": "string"
  11108. }
  11109. }
  11110. },
  11111. "md.NoticeListResp": {
  11112. "type": "object",
  11113. "properties": {
  11114. "change_data": {
  11115. "type": "array",
  11116. "items": {
  11117. "type": "object",
  11118. "additionalProperties": {
  11119. "type": "string"
  11120. }
  11121. }
  11122. },
  11123. "list": {
  11124. "type": "array",
  11125. "items": {
  11126. "$ref": "#/definitions/md.NoticeList"
  11127. }
  11128. },
  11129. "select_data": {
  11130. "type": "array",
  11131. "items": {
  11132. "type": "object",
  11133. "additionalProperties": {
  11134. "type": "string"
  11135. }
  11136. }
  11137. },
  11138. "total": {
  11139. "type": "integer"
  11140. }
  11141. }
  11142. },
  11143. "md.NoticePushList": {
  11144. "type": "object",
  11145. "properties": {
  11146. "content": {
  11147. "type": "string"
  11148. },
  11149. "id": {
  11150. "type": "string"
  11151. },
  11152. "platform": {
  11153. "type": "string"
  11154. },
  11155. "send_end_time": {
  11156. "type": "string",
  11157. "example": "如 2024-11-25 11:56:00"
  11158. },
  11159. "send_start_time": {
  11160. "type": "string",
  11161. "example": "如 2024-11-25 11:56:00"
  11162. },
  11163. "send_type": {
  11164. "type": "string",
  11165. "example": "0立即推送 1定时推送"
  11166. },
  11167. "state": {
  11168. "type": "string",
  11169. "example": "0待发送 1发送成功"
  11170. },
  11171. "target": {
  11172. "type": "string"
  11173. },
  11174. "title": {
  11175. "type": "string"
  11176. }
  11177. }
  11178. },
  11179. "md.NoticePushListResp": {
  11180. "type": "object",
  11181. "properties": {
  11182. "list": {
  11183. "type": "array",
  11184. "items": {
  11185. "$ref": "#/definitions/md.NoticePushList"
  11186. }
  11187. },
  11188. "platform_data": {
  11189. "type": "array",
  11190. "items": {
  11191. "type": "object",
  11192. "additionalProperties": {
  11193. "type": "string"
  11194. }
  11195. }
  11196. },
  11197. "target_data": {
  11198. "type": "array",
  11199. "items": {
  11200. "type": "object",
  11201. "additionalProperties": {
  11202. "type": "string"
  11203. }
  11204. }
  11205. },
  11206. "total": {
  11207. "type": "integer"
  11208. }
  11209. }
  11210. },
  11211. "md.NoticeSaveReq": {
  11212. "type": "object",
  11213. "properties": {
  11214. "content": {
  11215. "type": "string"
  11216. },
  11217. "day": {
  11218. "type": "string",
  11219. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11220. },
  11221. "id": {
  11222. "type": "string"
  11223. },
  11224. "jpush_open": {
  11225. "type": "string",
  11226. "example": "app推送开启 0关 1开"
  11227. },
  11228. "notice_day": {
  11229. "type": "string",
  11230. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11231. },
  11232. "sms_code": {
  11233. "type": "string",
  11234. "example": "短信模板id"
  11235. },
  11236. "sms_open": {
  11237. "type": "string",
  11238. "example": "短信推送开启 0关 1开"
  11239. },
  11240. "title": {
  11241. "type": "string"
  11242. },
  11243. "type": {
  11244. "type": "string"
  11245. }
  11246. }
  11247. },
  11248. "md.OtherNode": {
  11249. "type": "object",
  11250. "properties": {
  11251. "create_at": {
  11252. "description": "注册时间",
  11253. "type": "string"
  11254. },
  11255. "last_login_at": {
  11256. "description": "最近登录时间",
  11257. "type": "string"
  11258. },
  11259. "last_login_ip": {
  11260. "description": "最后登录 IP",
  11261. "type": "string"
  11262. }
  11263. }
  11264. },
  11265. "md.PageCustomerServiceReq": {
  11266. "type": "object",
  11267. "properties": {
  11268. "memo": {
  11269. "type": "string",
  11270. "example": "备注"
  11271. },
  11272. "page": {
  11273. "type": "integer"
  11274. },
  11275. "page_size": {
  11276. "type": "integer"
  11277. },
  11278. "state": {
  11279. "description": "状态",
  11280. "type": "integer"
  11281. }
  11282. }
  11283. },
  11284. "md.PageEmoticonReq": {
  11285. "type": "object",
  11286. "properties": {
  11287. "memo": {
  11288. "type": "string",
  11289. "example": "备注"
  11290. },
  11291. "page": {
  11292. "type": "integer"
  11293. },
  11294. "page_size": {
  11295. "type": "integer"
  11296. },
  11297. "state": {
  11298. "description": "状态",
  11299. "type": "integer"
  11300. }
  11301. }
  11302. },
  11303. "md.PageSendRedPackageOrdReq": {
  11304. "type": "object",
  11305. "properties": {
  11306. "invite_code": {
  11307. "description": "邀请码",
  11308. "type": "string",
  11309. "example": "邀请码"
  11310. },
  11311. "nickname": {
  11312. "description": "昵称",
  11313. "type": "string",
  11314. "example": "昵称"
  11315. },
  11316. "ord_no": {
  11317. "description": "订单号",
  11318. "type": "string",
  11319. "example": "订单号"
  11320. },
  11321. "page": {
  11322. "type": "integer"
  11323. },
  11324. "page_size": {
  11325. "type": "integer"
  11326. },
  11327. "phone": {
  11328. "description": "手机号",
  11329. "type": "string",
  11330. "example": "手机号"
  11331. },
  11332. "red_packet_type": {
  11333. "description": "红包类型",
  11334. "type": "integer"
  11335. },
  11336. "start_time_end": {
  11337. "type": "string",
  11338. "example": "发送时间-截止"
  11339. },
  11340. "start_time_start": {
  11341. "type": "string",
  11342. "example": "发送时间-起始"
  11343. },
  11344. "state": {
  11345. "description": "状态",
  11346. "type": "integer"
  11347. },
  11348. "uid": {
  11349. "type": "integer"
  11350. }
  11351. }
  11352. },
  11353. "md.PlatformRevenueDataNode": {
  11354. "type": "object",
  11355. "properties": {
  11356. "balance_amount": {
  11357. "description": "余额",
  11358. "type": "string"
  11359. },
  11360. "balance_times": {
  11361. "description": "剩余执行次数",
  11362. "type": "integer"
  11363. },
  11364. "create_at": {
  11365. "description": "创建时间",
  11366. "type": "string"
  11367. },
  11368. "hours": {
  11369. "description": "时长",
  11370. "type": "integer"
  11371. },
  11372. "kind": {
  11373. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  11374. "type": "integer"
  11375. },
  11376. "memo": {
  11377. "description": "备注",
  11378. "type": "string"
  11379. },
  11380. "system_id": {
  11381. "type": "integer"
  11382. },
  11383. "total_amount": {
  11384. "description": "金额",
  11385. "type": "string"
  11386. }
  11387. }
  11388. },
  11389. "md.PriceSettingStruct": {
  11390. "type": "object",
  11391. "properties": {
  11392. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  11393. "description": "市商资金单笔x元自动兑换",
  11394. "type": "string"
  11395. },
  11396. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  11397. "description": "市商数量单笔x数量自动兑换",
  11398. "type": "string"
  11399. },
  11400. "price_below_value": {
  11401. "description": "低于x元",
  11402. "type": "string"
  11403. },
  11404. "price_higher_than_value": {
  11405. "description": "高于x元",
  11406. "type": "string"
  11407. }
  11408. }
  11409. },
  11410. "md.ReleaseDynamicReq": {
  11411. "type": "object",
  11412. "properties": {
  11413. "content": {
  11414. "description": "文本内容",
  11415. "type": "string"
  11416. },
  11417. "image": {
  11418. "description": "图片 uri",
  11419. "type": "string"
  11420. },
  11421. "is_praise": {
  11422. "description": "是否被表扬(1:是 2:否)",
  11423. "type": "integer"
  11424. },
  11425. "is_top_up": {
  11426. "description": "是否置顶(1:是 2:否)",
  11427. "type": "integer"
  11428. },
  11429. "kind": {
  11430. "description": "类型(1:普通 2:官方)",
  11431. "type": "integer"
  11432. },
  11433. "state": {
  11434. "description": "状态(1:正常 2:隐藏)",
  11435. "type": "integer"
  11436. },
  11437. "video": {
  11438. "description": "视频 uri",
  11439. "type": "string"
  11440. }
  11441. }
  11442. },
  11443. "md.Response": {
  11444. "type": "object",
  11445. "properties": {
  11446. "code": {
  11447. "type": "string",
  11448. "example": "响应码"
  11449. },
  11450. "data": {
  11451. "description": "内容"
  11452. },
  11453. "msg": {
  11454. "type": "string",
  11455. "example": "具体错误原因"
  11456. }
  11457. }
  11458. },
  11459. "md.RewardSystemStruct": {
  11460. "type": "object",
  11461. "properties": {
  11462. "level": {
  11463. "description": "圈层",
  11464. "type": "integer"
  11465. },
  11466. "reward_condition": {
  11467. "description": "奖励条件",
  11468. "type": "string"
  11469. },
  11470. "reward_value": {
  11471. "description": "奖励值",
  11472. "type": "string"
  11473. }
  11474. }
  11475. },
  11476. "md.SelectData": {
  11477. "type": "object",
  11478. "properties": {
  11479. "direction": {
  11480. "type": "array",
  11481. "items": {
  11482. "type": "object",
  11483. "additionalProperties": {
  11484. "type": "string"
  11485. }
  11486. }
  11487. }
  11488. }
  11489. },
  11490. "md.SelectMemberNode": {
  11491. "type": "object",
  11492. "properties": {
  11493. "avatar": {
  11494. "description": "会员头像",
  11495. "type": "string"
  11496. },
  11497. "level": {
  11498. "description": "会员等级",
  11499. "type": "string"
  11500. },
  11501. "nickname": {
  11502. "description": "会员昵称",
  11503. "type": "string"
  11504. },
  11505. "phone": {
  11506. "description": "会员手机号",
  11507. "type": "string"
  11508. },
  11509. "uid": {
  11510. "description": "会员 ID",
  11511. "type": "integer"
  11512. }
  11513. }
  11514. },
  11515. "md.SelectMemberReq": {
  11516. "type": "object",
  11517. "properties": {
  11518. "level": {
  11519. "description": "会员等级",
  11520. "type": "integer"
  11521. },
  11522. "limit": {
  11523. "description": "每页大小",
  11524. "type": "integer"
  11525. },
  11526. "nickname": {
  11527. "description": "会员昵称",
  11528. "type": "string"
  11529. },
  11530. "page": {
  11531. "description": "页数",
  11532. "type": "integer"
  11533. },
  11534. "phone": {
  11535. "description": "会员手机号",
  11536. "type": "string"
  11537. },
  11538. "uid": {
  11539. "description": "会员 ID",
  11540. "type": "integer"
  11541. }
  11542. }
  11543. },
  11544. "md.SelectMemberResp": {
  11545. "type": "object",
  11546. "properties": {
  11547. "level_list": {
  11548. "description": "会员等级列表",
  11549. "type": "array",
  11550. "items": {
  11551. "type": "object",
  11552. "additionalProperties": true
  11553. }
  11554. },
  11555. "list": {
  11556. "description": "会员数据",
  11557. "type": "array",
  11558. "items": {
  11559. "$ref": "#/definitions/md.SelectMemberNode"
  11560. }
  11561. },
  11562. "paginate": {
  11563. "description": "分页信息",
  11564. "allOf": [
  11565. {
  11566. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11567. }
  11568. ]
  11569. }
  11570. }
  11571. },
  11572. "md.SetCustomerServiceStateReq": {
  11573. "type": "object",
  11574. "properties": {
  11575. "id": {
  11576. "description": "拥有用户数量",
  11577. "type": "integer"
  11578. },
  11579. "state": {
  11580. "description": "状态",
  11581. "type": "integer"
  11582. }
  11583. }
  11584. },
  11585. "md.SetEmoticonStateReq": {
  11586. "type": "object",
  11587. "properties": {
  11588. "id": {
  11589. "description": "拥有用户数量",
  11590. "type": "integer"
  11591. },
  11592. "state": {
  11593. "description": "状态",
  11594. "type": "integer"
  11595. }
  11596. }
  11597. },
  11598. "md.SetVideoRewardReq": {
  11599. "type": "object",
  11600. "properties": {
  11601. "ecpm": {
  11602. "description": "当前 Ecpm 值",
  11603. "type": "string"
  11604. },
  11605. "unit_price": {
  11606. "description": "单价",
  11607. "type": "string"
  11608. }
  11609. }
  11610. },
  11611. "md.SonUserDailyActivityAnalysisNode": {
  11612. "type": "object",
  11613. "properties": {
  11614. "activity_day_nums": {
  11615. "description": "活跃子节点活跃天数",
  11616. "type": "integer"
  11617. },
  11618. "nickname": {
  11619. "type": "string",
  11620. "example": "昵称"
  11621. },
  11622. "phone": {
  11623. "type": "string",
  11624. "example": "手机号"
  11625. },
  11626. "uid": {
  11627. "description": "查询用户活跃子节点 ID",
  11628. "type": "integer"
  11629. }
  11630. }
  11631. },
  11632. "md.StatisticsEggPointReq": {
  11633. "type": "object",
  11634. "properties": {
  11635. "week": {
  11636. "type": "string",
  11637. "example": "周份"
  11638. },
  11639. "year": {
  11640. "type": "string",
  11641. "example": "年份"
  11642. }
  11643. }
  11644. },
  11645. "md.StatisticsEggPointResp": {
  11646. "type": "object",
  11647. "properties": {
  11648. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  11649. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  11650. "type": "array",
  11651. "items": {
  11652. "type": "object",
  11653. "additionalProperties": {
  11654. "type": "string"
  11655. }
  11656. }
  11657. },
  11658. "statistics_user_egg_browse_interface_nums_range": {
  11659. "description": "统计用户\"浏览界面次数\"范围",
  11660. "type": "array",
  11661. "items": {
  11662. "type": "object",
  11663. "additionalProperties": {
  11664. "type": "string"
  11665. }
  11666. }
  11667. },
  11668. "statistics_user_egg_college_learning_nums_range": {
  11669. "description": "统计用户\"学院学习次数\"范围",
  11670. "type": "array",
  11671. "items": {
  11672. "type": "object",
  11673. "additionalProperties": {
  11674. "type": "string"
  11675. }
  11676. }
  11677. },
  11678. "statistics_user_egg_ecpm_range": {
  11679. "description": "统计用户\"ecpm\"范围",
  11680. "type": "array",
  11681. "items": {
  11682. "type": "object",
  11683. "additionalProperties": {
  11684. "type": "string"
  11685. }
  11686. }
  11687. },
  11688. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  11689. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  11690. "type": "array",
  11691. "items": {
  11692. "type": "object",
  11693. "additionalProperties": {
  11694. "type": "string"
  11695. }
  11696. }
  11697. },
  11698. "statistics_user_egg_forum_comments_nums_range": {
  11699. "description": "统计用户\"论坛评论次数\"范围",
  11700. "type": "array",
  11701. "items": {
  11702. "type": "object",
  11703. "additionalProperties": {
  11704. "type": "string"
  11705. }
  11706. }
  11707. },
  11708. "statistics_user_egg_invite_user_nums_range": {
  11709. "description": "统计用户\"拉新人数\"范围",
  11710. "type": "array",
  11711. "items": {
  11712. "type": "object",
  11713. "additionalProperties": {
  11714. "type": "string"
  11715. }
  11716. }
  11717. },
  11718. "statistics_user_egg_kind_proportion": {
  11719. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11720. "type": "array",
  11721. "items": {
  11722. "type": "object",
  11723. "additionalProperties": true
  11724. }
  11725. },
  11726. "statistics_user_egg_person_add_activity_value_range": {
  11727. "description": "统计用户\"个人活跃积分增量值\"范围",
  11728. "type": "array",
  11729. "items": {
  11730. "type": "object",
  11731. "additionalProperties": {
  11732. "type": "string"
  11733. }
  11734. }
  11735. },
  11736. "statistics_user_egg_score_value_range": {
  11737. "description": "统计用户蛋蛋分范围",
  11738. "type": "array",
  11739. "items": {
  11740. "type": "object",
  11741. "additionalProperties": {
  11742. "type": "string"
  11743. }
  11744. }
  11745. },
  11746. "statistics_user_egg_send_circle_of_friend_nums_range": {
  11747. "description": "统计用户\"发朋友圈次数\"范围",
  11748. "type": "array",
  11749. "items": {
  11750. "type": "object",
  11751. "additionalProperties": {
  11752. "type": "string"
  11753. }
  11754. }
  11755. },
  11756. "statistics_user_egg_send_red_package_nums_range": {
  11757. "description": "统计用户\"发红包次数\"范围",
  11758. "type": "array",
  11759. "items": {
  11760. "type": "object",
  11761. "additionalProperties": {
  11762. "type": "string"
  11763. }
  11764. }
  11765. },
  11766. "statistics_user_egg_sign_in_nums_range": {
  11767. "description": "统计用户\"签到次数\"范围",
  11768. "type": "array",
  11769. "items": {
  11770. "type": "object",
  11771. "additionalProperties": {
  11772. "type": "string"
  11773. }
  11774. }
  11775. },
  11776. "statistics_user_egg_team_activity_nums_range": {
  11777. "description": "统计用户\"团队活跃次数\"范围",
  11778. "type": "array",
  11779. "items": {
  11780. "type": "object",
  11781. "additionalProperties": {
  11782. "type": "string"
  11783. }
  11784. }
  11785. },
  11786. "statistics_user_egg_violate_nums_range": {
  11787. "description": "统计用户\"违规次数\"范围",
  11788. "type": "array",
  11789. "items": {
  11790. "type": "object",
  11791. "additionalProperties": {
  11792. "type": "string"
  11793. }
  11794. }
  11795. },
  11796. "week": {
  11797. "type": "string",
  11798. "example": "周份"
  11799. },
  11800. "year": {
  11801. "type": "string",
  11802. "example": "年份"
  11803. },
  11804. "year_list": {
  11805. "description": "年份\u0026\u0026周份列表",
  11806. "type": "object",
  11807. "additionalProperties": {
  11808. "type": "array",
  11809. "items": {
  11810. "type": "string"
  11811. }
  11812. }
  11813. }
  11814. }
  11815. },
  11816. "md.SubUser": {
  11817. "type": "object",
  11818. "properties": {
  11819. "avatar_url": {
  11820. "type": "string",
  11821. "example": "头像"
  11822. },
  11823. "level": {
  11824. "description": "整个系统中的等级",
  11825. "type": "integer"
  11826. },
  11827. "nickname": {
  11828. "type": "string",
  11829. "example": "昵称"
  11830. },
  11831. "phone": {
  11832. "type": "string",
  11833. "example": "手机号"
  11834. },
  11835. "pid": {
  11836. "type": "integer"
  11837. },
  11838. "position": {
  11839. "description": "以pid1为创始人中网的位置",
  11840. "type": "integer"
  11841. },
  11842. "uid": {
  11843. "type": "integer"
  11844. }
  11845. }
  11846. },
  11847. "md.TagListNode": {
  11848. "type": "object",
  11849. "properties": {
  11850. "count": {
  11851. "description": "标签人数",
  11852. "type": "string"
  11853. },
  11854. "create_at": {
  11855. "description": "创建时间",
  11856. "type": "string"
  11857. },
  11858. "is_punish": {
  11859. "description": "是否处罚",
  11860. "type": "integer"
  11861. },
  11862. "memo": {
  11863. "description": "备注",
  11864. "type": "string"
  11865. },
  11866. "name": {
  11867. "description": "名称",
  11868. "type": "string"
  11869. },
  11870. "tag_id": {
  11871. "description": "标签 ID",
  11872. "type": "string"
  11873. }
  11874. }
  11875. },
  11876. "md.TreeNode": {
  11877. "type": "object",
  11878. "properties": {
  11879. "avatar_url": {
  11880. "type": "string",
  11881. "example": "头像"
  11882. },
  11883. "level": {
  11884. "type": "integer"
  11885. },
  11886. "nickname": {
  11887. "type": "string",
  11888. "example": "昵称"
  11889. },
  11890. "phone": {
  11891. "type": "string",
  11892. "example": "手机号"
  11893. },
  11894. "pid": {
  11895. "type": "integer"
  11896. },
  11897. "position": {
  11898. "type": "integer"
  11899. },
  11900. "son": {
  11901. "type": "array",
  11902. "items": {
  11903. "$ref": "#/definitions/md.TreeNode"
  11904. }
  11905. },
  11906. "system_id": {
  11907. "description": "公排网中id",
  11908. "type": "integer"
  11909. },
  11910. "uid": {
  11911. "type": "integer"
  11912. }
  11913. }
  11914. },
  11915. "md.UpdateContributionValueBasicSettingReq": {
  11916. "type": "object",
  11917. "properties": {
  11918. "hand_out_red_package": {
  11919. "description": "发红包获得x点",
  11920. "type": "string"
  11921. },
  11922. "id": {
  11923. "type": "string"
  11924. },
  11925. "posting_comment_liked": {
  11926. "description": "发布评论被官方点赞获得x点",
  11927. "type": "string"
  11928. },
  11929. "posting_dynamic_liked": {
  11930. "description": "发布动态被官方点赞获得x点",
  11931. "type": "string"
  11932. },
  11933. "publish_creation": {
  11934. "description": "发布创作获得x点",
  11935. "type": "string"
  11936. }
  11937. }
  11938. },
  11939. "md.UpdateCustomerServiceMemoReq": {
  11940. "type": "object",
  11941. "properties": {
  11942. "id": {
  11943. "description": "拥有用户数量",
  11944. "type": "integer"
  11945. },
  11946. "memo": {
  11947. "description": "备注",
  11948. "type": "string",
  11949. "example": "备注"
  11950. }
  11951. }
  11952. },
  11953. "md.UpdateDynamicReq": {
  11954. "type": "object",
  11955. "properties": {
  11956. "index_id": {
  11957. "description": "动态id",
  11958. "type": "string"
  11959. },
  11960. "is_praise": {
  11961. "description": "是否被表扬(1:是 2:否)",
  11962. "type": "integer"
  11963. },
  11964. "is_top_up": {
  11965. "description": "是否置顶(1:是 2:否)",
  11966. "type": "integer"
  11967. },
  11968. "state": {
  11969. "description": "状态(1:正常 2:隐藏)",
  11970. "type": "integer"
  11971. }
  11972. }
  11973. },
  11974. "md.UpdateEggEnergyBasicReq": {
  11975. "type": "object",
  11976. "properties": {
  11977. "basic_setting": {
  11978. "description": "基础设置",
  11979. "allOf": [
  11980. {
  11981. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11982. }
  11983. ]
  11984. },
  11985. "data_setting": {
  11986. "description": "数据设置",
  11987. "allOf": [
  11988. {
  11989. "$ref": "#/definitions/md.DataSetting"
  11990. }
  11991. ]
  11992. },
  11993. "destruction_setting": {
  11994. "description": "销毁设置",
  11995. "allOf": [
  11996. {
  11997. "$ref": "#/definitions/md.DestructionSettingStruct"
  11998. }
  11999. ]
  12000. },
  12001. "exchange_rules": {
  12002. "description": "兑换规则",
  12003. "allOf": [
  12004. {
  12005. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12006. }
  12007. ]
  12008. },
  12009. "new_user_incentive_rules": {
  12010. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12011. "allOf": [
  12012. {
  12013. "$ref": "#/definitions/md.NewUserRewardRules"
  12014. }
  12015. ]
  12016. },
  12017. "price_setting": {
  12018. "description": "价格设置",
  12019. "allOf": [
  12020. {
  12021. "$ref": "#/definitions/md.PriceSettingStruct"
  12022. }
  12023. ]
  12024. },
  12025. "reward_system": {
  12026. "description": "圈层奖励",
  12027. "type": "array",
  12028. "items": {
  12029. "$ref": "#/definitions/md.RewardSystemStruct"
  12030. }
  12031. },
  12032. "system_id": {
  12033. "description": "该设置系统 ID",
  12034. "type": "integer"
  12035. },
  12036. "video_reward_setting": {
  12037. "description": "视频奖励",
  12038. "allOf": [
  12039. {
  12040. "$ref": "#/definitions/md.VideoRewardSetting"
  12041. }
  12042. ]
  12043. }
  12044. }
  12045. },
  12046. "md.UpdateEggEnergyVipSettingReq": {
  12047. "type": "object",
  12048. "properties": {
  12049. "list": {
  12050. "description": "更新后数据",
  12051. "type": "array",
  12052. "items": {
  12053. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12054. }
  12055. }
  12056. }
  12057. },
  12058. "md.UpdateEmoticonReq": {
  12059. "type": "object",
  12060. "properties": {
  12061. "id": {
  12062. "description": "拥有用户数量",
  12063. "type": "integer"
  12064. },
  12065. "img_url": {
  12066. "type": "string",
  12067. "example": "图片地址"
  12068. },
  12069. "memo": {
  12070. "description": "备注",
  12071. "type": "string",
  12072. "example": "备注"
  12073. },
  12074. "name": {
  12075. "type": "string",
  12076. "example": "名称"
  12077. },
  12078. "sort": {
  12079. "description": "排序",
  12080. "type": "integer"
  12081. }
  12082. }
  12083. },
  12084. "md.UpdateFriendCircleBasicSettingsReq": {
  12085. "type": "object",
  12086. "properties": {
  12087. "comment_is_real_name": {
  12088. "description": "评论是否需要实名认证(1:是 2:否)",
  12089. "type": "integer"
  12090. },
  12091. "comment_nums_every_day": {
  12092. "description": "评论每天次数",
  12093. "type": "integer"
  12094. },
  12095. "id": {
  12096. "type": "integer"
  12097. },
  12098. "publish_is_real_name": {
  12099. "description": "发布是否需要实名认证(1:是 2:否)",
  12100. "type": "integer"
  12101. },
  12102. "publish_nums_every_day": {
  12103. "description": "发布每天次数",
  12104. "type": "integer"
  12105. }
  12106. }
  12107. },
  12108. "md.UpdateLevelReq": {
  12109. "type": "object",
  12110. "properties": {
  12111. "auto_update": {
  12112. "description": "自动升级 0关闭 1开启",
  12113. "type": "string"
  12114. },
  12115. "choosable_num": {
  12116. "description": "可选任务数量",
  12117. "type": "string"
  12118. },
  12119. "is_use": {
  12120. "description": "是否开启(0.否, 1.是)",
  12121. "type": "string"
  12122. },
  12123. "level_id": {
  12124. "type": "string"
  12125. },
  12126. "level_name": {
  12127. "description": "等级名称",
  12128. "type": "string"
  12129. },
  12130. "level_weight": {
  12131. "description": "等级权重",
  12132. "type": "string"
  12133. },
  12134. "memo": {
  12135. "description": "备注",
  12136. "type": "string"
  12137. }
  12138. }
  12139. },
  12140. "md.UpdateLevelTaskReq": {
  12141. "type": "object",
  12142. "properties": {
  12143. "finish_count": {
  12144. "description": "多少天内完成的指标",
  12145. "type": "string"
  12146. },
  12147. "is_must_task": {
  12148. "description": "是否必做(0,1)",
  12149. "type": "string"
  12150. },
  12151. "task_id": {
  12152. "description": "等级 ID",
  12153. "type": "string"
  12154. },
  12155. "task_type": {
  12156. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12157. "type": "string"
  12158. },
  12159. "task_type_level_id": {
  12160. "description": "会员等级 ID (task_type=3时生效)",
  12161. "type": "string"
  12162. },
  12163. "within_days": {
  12164. "description": "多少天内完成",
  12165. "type": "string"
  12166. }
  12167. }
  12168. },
  12169. "md.UpdatePublicPlatoonBasicReq": {
  12170. "type": "object",
  12171. "properties": {
  12172. "is_open": {
  12173. "description": "是否开启(1:开启 0:关闭)",
  12174. "type": "integer"
  12175. },
  12176. "is_self_active_get_team_revenue": {
  12177. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12178. "type": "integer"
  12179. },
  12180. "originator_uid": {
  12181. "description": "创始人uid",
  12182. "type": "integer"
  12183. },
  12184. "several_rows": {
  12185. "description": "几排",
  12186. "type": "integer"
  12187. },
  12188. "several_times": {
  12189. "description": "几乘",
  12190. "type": "integer"
  12191. },
  12192. "system_punish_replace": {
  12193. "description": "是否位置滑落 被新用户替换 0否 1是",
  12194. "type": "integer"
  12195. },
  12196. "system_punish_replace_value": {
  12197. "description": "xx天未活跃,处罚滑落",
  12198. "type": "integer"
  12199. }
  12200. }
  12201. },
  12202. "md.UpdateTagReq": {
  12203. "type": "object",
  12204. "properties": {
  12205. "memo": {
  12206. "description": "备注",
  12207. "type": "string"
  12208. },
  12209. "name": {
  12210. "description": "标签名称",
  12211. "type": "string"
  12212. },
  12213. "tag_id": {
  12214. "description": "标签 ID",
  12215. "type": "string"
  12216. }
  12217. }
  12218. },
  12219. "md.UpdateVipEquitySettingNode": {
  12220. "type": "object",
  12221. "properties": {
  12222. "dividend_ratio": {
  12223. "description": "分红比例",
  12224. "type": "string"
  12225. },
  12226. "exchange_account_balance_fee": {
  12227. "description": "兑换余额手续费",
  12228. "type": "string"
  12229. },
  12230. "vip_level_id": {
  12231. "description": "会员等级ID",
  12232. "type": "string"
  12233. }
  12234. }
  12235. },
  12236. "md.UpdateWithdrawSettingReq": {
  12237. "type": "object",
  12238. "properties": {
  12239. "condition_is_open": {
  12240. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12241. "type": "integer"
  12242. },
  12243. "first_withdraw_set": {
  12244. "description": "首次提现设置",
  12245. "allOf": [
  12246. {
  12247. "$ref": "#/definitions/md.FirstWithdrawSet"
  12248. }
  12249. ]
  12250. },
  12251. "frequency_set": {
  12252. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  12253. "allOf": [
  12254. {
  12255. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12256. }
  12257. ]
  12258. },
  12259. "id": {
  12260. "type": "integer"
  12261. },
  12262. "is_auto": {
  12263. "description": "是否开启自动提现(0:否 1:是)",
  12264. "type": "integer"
  12265. },
  12266. "is_auto_amount_limit": {
  12267. "description": "自动提现金额限制",
  12268. "type": "string"
  12269. },
  12270. "is_real_name": {
  12271. "description": "是否实名(0:否 1:是)",
  12272. "type": "integer"
  12273. },
  12274. "is_support_decimal_point": {
  12275. "description": "是否支持小数点(0:否 1:是)",
  12276. "type": "integer"
  12277. },
  12278. "pending_orders_is_can_apply": {
  12279. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12280. "type": "integer"
  12281. },
  12282. "vip_level_limit": {
  12283. "description": "提现等级限制",
  12284. "type": "integer"
  12285. },
  12286. "withdraw_amount_limit": {
  12287. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12288. "type": "string"
  12289. },
  12290. "withdraw_fee_set": {
  12291. "description": "提现手续费设置",
  12292. "allOf": [
  12293. {
  12294. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12295. }
  12296. ]
  12297. },
  12298. "withdraw_multiple_limit": {
  12299. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12300. "type": "string"
  12301. },
  12302. "withdraw_nums_limit": {
  12303. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12304. "type": "integer"
  12305. },
  12306. "withdraw_time_interval": {
  12307. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  12308. "allOf": [
  12309. {
  12310. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12311. }
  12312. ]
  12313. },
  12314. "withdraw_type": {
  12315. "description": "提现方式(1:支付宝 2:微信)",
  12316. "type": "integer"
  12317. }
  12318. }
  12319. },
  12320. "md.UserDailyActivityAnalysisReq": {
  12321. "type": "object",
  12322. "properties": {
  12323. "end_date": {
  12324. "type": "string",
  12325. "example": "结束日期"
  12326. },
  12327. "page": {
  12328. "description": "页数",
  12329. "type": "integer"
  12330. },
  12331. "page_size": {
  12332. "description": "每页大小",
  12333. "type": "integer"
  12334. },
  12335. "start_date": {
  12336. "type": "string",
  12337. "example": "开始日期"
  12338. },
  12339. "uid": {
  12340. "description": "查询用户 ID",
  12341. "type": "integer"
  12342. }
  12343. }
  12344. },
  12345. "md.UserDailyActivityAnalysisResp": {
  12346. "type": "object",
  12347. "properties": {
  12348. "son_user_data": {
  12349. "description": "被查询用户子节点信息",
  12350. "type": "array",
  12351. "items": {
  12352. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  12353. }
  12354. },
  12355. "top_data": {
  12356. "description": "统计信息",
  12357. "allOf": [
  12358. {
  12359. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  12360. }
  12361. ]
  12362. }
  12363. }
  12364. },
  12365. "md.UserEggFlowReq": {
  12366. "type": "object",
  12367. "properties": {
  12368. "account_balance_exchange_egg_energy_nums_end": {
  12369. "type": "string",
  12370. "example": "余额兑换蛋蛋能量数量-结束值"
  12371. },
  12372. "account_balance_exchange_egg_energy_nums_start": {
  12373. "type": "string",
  12374. "example": "余额兑换蛋蛋能量数量-起始值"
  12375. },
  12376. "browse_interface_nums_end": {
  12377. "type": "string",
  12378. "example": "浏览界面次数-结束值"
  12379. },
  12380. "browse_interface_nums_start": {
  12381. "type": "string",
  12382. "example": "浏览界面次数-起始值"
  12383. },
  12384. "college_learning_nums_end": {
  12385. "type": "string",
  12386. "example": "学院学习次数-结束值"
  12387. },
  12388. "college_learning_nums_start": {
  12389. "type": "string",
  12390. "example": "学院学习次数-起始值"
  12391. },
  12392. "ecpm_end": {
  12393. "type": "string",
  12394. "example": "ecpm-结束值"
  12395. },
  12396. "ecpm_start": {
  12397. "type": "string",
  12398. "example": "ecpm-起始值"
  12399. },
  12400. "egg_energy_exchange_account_balance_end": {
  12401. "type": "string",
  12402. "example": "蛋蛋能量兑换余额数量-结束值"
  12403. },
  12404. "egg_energy_exchange_account_balance_start": {
  12405. "type": "string",
  12406. "example": "蛋蛋能量兑换余额数量-起始值"
  12407. },
  12408. "forum_comments_nums_end": {
  12409. "type": "string",
  12410. "example": "论坛评论次数-结束值"
  12411. },
  12412. "forum_comments_nums_start": {
  12413. "type": "string",
  12414. "example": "论坛评论次数-起始值"
  12415. },
  12416. "im_activity_nums_end": {
  12417. "type": "string",
  12418. "example": "im活跃次数-结束值"
  12419. },
  12420. "im_activity_nums_start": {
  12421. "type": "string",
  12422. "example": "im活跃次数-起始值"
  12423. },
  12424. "invite_user_nums_end": {
  12425. "type": "string",
  12426. "example": "拉新人数-结束值"
  12427. },
  12428. "invite_user_nums_start": {
  12429. "type": "string",
  12430. "example": "拉新人数-起始值"
  12431. },
  12432. "page": {
  12433. "description": "页数",
  12434. "type": "integer"
  12435. },
  12436. "page_size": {
  12437. "description": "每页大小",
  12438. "type": "integer"
  12439. },
  12440. "person_add_activity_value_end": {
  12441. "type": "string",
  12442. "example": "个人活跃积分-结束值"
  12443. },
  12444. "person_add_activity_value_start": {
  12445. "type": "string",
  12446. "example": "个人活跃积分-起始值"
  12447. },
  12448. "score_value_end": {
  12449. "type": "string",
  12450. "example": "蛋蛋分-结束值"
  12451. },
  12452. "score_value_kind": {
  12453. "description": "评分类型(0:未知 1:人工 2:系统)",
  12454. "type": "integer"
  12455. },
  12456. "score_value_start": {
  12457. "type": "string",
  12458. "example": "蛋蛋分-起始值"
  12459. },
  12460. "send_circle_of_friend_nums_end": {
  12461. "type": "string",
  12462. "example": "发朋友圈次数-结束值"
  12463. },
  12464. "send_circle_of_friend_nums_start": {
  12465. "type": "string",
  12466. "example": "发朋友圈次数-起始值"
  12467. },
  12468. "send_red_package_nums_end": {
  12469. "type": "string",
  12470. "example": "发红包次数-结束值"
  12471. },
  12472. "send_red_package_nums_start": {
  12473. "type": "string",
  12474. "example": "发红包次数-起始值"
  12475. },
  12476. "sign_in_nums_end": {
  12477. "type": "string",
  12478. "example": "签到次数-结束值"
  12479. },
  12480. "sign_in_nums_start": {
  12481. "type": "string",
  12482. "example": "签到次数-起始值"
  12483. },
  12484. "team-activity-nums-end": {
  12485. "type": "string",
  12486. "example": "团队活跃次数-结束值"
  12487. },
  12488. "team_activity_nums_start": {
  12489. "type": "string",
  12490. "example": "团队活跃次数-起始值"
  12491. },
  12492. "violate_nums_end": {
  12493. "type": "string",
  12494. "example": "违规次数-结束值"
  12495. },
  12496. "violate_nums_start": {
  12497. "type": "string",
  12498. "example": "违规次数-起始值"
  12499. },
  12500. "week": {
  12501. "type": "string",
  12502. "example": "周份"
  12503. },
  12504. "year": {
  12505. "type": "string",
  12506. "example": "年份"
  12507. }
  12508. }
  12509. },
  12510. "md.UserEggFlowReqResp": {
  12511. "type": "object",
  12512. "properties": {
  12513. "list": {
  12514. "type": "array",
  12515. "items": {
  12516. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  12517. }
  12518. },
  12519. "page": {
  12520. "description": "页数",
  12521. "type": "integer"
  12522. },
  12523. "page_size": {
  12524. "description": "每页大小",
  12525. "type": "integer"
  12526. },
  12527. "score_value_kind_map": {
  12528. "description": "评分类型(0:未知 1:人工 2:系统)",
  12529. "type": "array",
  12530. "items": {
  12531. "type": "object",
  12532. "additionalProperties": true
  12533. }
  12534. },
  12535. "total": {
  12536. "description": "总数量",
  12537. "type": "integer"
  12538. },
  12539. "week": {
  12540. "type": "string",
  12541. "example": "周份"
  12542. },
  12543. "year": {
  12544. "type": "string",
  12545. "example": "年份"
  12546. }
  12547. }
  12548. },
  12549. "md.UserEggFlowReqRespList": {
  12550. "type": "object",
  12551. "properties": {
  12552. "account_balance_exchange_egg_energy_nums": {
  12553. "description": "余额兑换蛋蛋能量数量",
  12554. "type": "integer"
  12555. },
  12556. "browse_interface_nums": {
  12557. "description": "浏览界面次数",
  12558. "type": "integer"
  12559. },
  12560. "college_learning_nums": {
  12561. "description": "学院学习次数",
  12562. "type": "integer"
  12563. },
  12564. "ecpm": {
  12565. "description": "ecpm",
  12566. "type": "number"
  12567. },
  12568. "egg_energy_exchange_account_balance": {
  12569. "description": "蛋蛋能量兑换余额数量",
  12570. "type": "integer"
  12571. },
  12572. "forum_comments_nums": {
  12573. "description": "论坛评论次数",
  12574. "type": "integer"
  12575. },
  12576. "im_activity_nums": {
  12577. "description": "im活跃次数",
  12578. "type": "integer"
  12579. },
  12580. "index_id": {
  12581. "description": "文档id",
  12582. "type": "string"
  12583. },
  12584. "invite_user_nums": {
  12585. "description": "拉新人数",
  12586. "type": "integer"
  12587. },
  12588. "person_add_activity_value": {
  12589. "description": "个人活跃积分",
  12590. "type": "integer"
  12591. },
  12592. "score_value": {
  12593. "description": "蛋蛋分-起始值",
  12594. "type": "number"
  12595. },
  12596. "score_value_kind": {
  12597. "description": "评分类型(0:未知 1:人工 2:系统)",
  12598. "type": "integer"
  12599. },
  12600. "send_circle_of_friend_nums": {
  12601. "description": "发朋友圈次数",
  12602. "type": "integer"
  12603. },
  12604. "send_red_package_nums": {
  12605. "description": "发红包次数",
  12606. "type": "integer"
  12607. },
  12608. "sign_in_nums": {
  12609. "description": "签到次数",
  12610. "type": "integer"
  12611. },
  12612. "team_activity_nums": {
  12613. "description": "团队活跃次数",
  12614. "type": "integer"
  12615. },
  12616. "violate_nums": {
  12617. "description": "违规次数",
  12618. "type": "integer"
  12619. }
  12620. }
  12621. },
  12622. "md.UserEggIndexReq": {
  12623. "type": "object",
  12624. "properties": {
  12625. "week": {
  12626. "type": "string",
  12627. "example": "周份"
  12628. },
  12629. "year": {
  12630. "type": "string",
  12631. "example": "年份"
  12632. }
  12633. }
  12634. },
  12635. "md.UserEggIndexResp": {
  12636. "type": "object",
  12637. "properties": {
  12638. "egg_energy_user_egg_index_weight": {
  12639. "description": "蛋蛋分系数权重",
  12640. "allOf": [
  12641. {
  12642. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  12643. }
  12644. ]
  12645. },
  12646. "statistics_user_egg_kind_proportion": {
  12647. "description": "统计用户蛋蛋分\"评比类型\"占比",
  12648. "type": "array",
  12649. "items": {
  12650. "type": "object",
  12651. "additionalProperties": true
  12652. }
  12653. },
  12654. "statistics_user_egg_score_value_range": {
  12655. "description": "统计用户蛋蛋分范围",
  12656. "type": "array",
  12657. "items": {
  12658. "type": "object",
  12659. "additionalProperties": {
  12660. "type": "string"
  12661. }
  12662. }
  12663. },
  12664. "week": {
  12665. "type": "string",
  12666. "example": "周份"
  12667. },
  12668. "year": {
  12669. "type": "string",
  12670. "example": "年份"
  12671. },
  12672. "year_list": {
  12673. "description": "年份\u0026\u0026周份列表",
  12674. "type": "object",
  12675. "additionalProperties": {
  12676. "type": "array",
  12677. "items": {
  12678. "type": "string"
  12679. }
  12680. }
  12681. }
  12682. }
  12683. },
  12684. "md.UserFeedbackCateDelReq": {
  12685. "type": "object",
  12686. "properties": {
  12687. "id": {
  12688. "type": "array",
  12689. "items": {
  12690. "type": "string"
  12691. }
  12692. }
  12693. }
  12694. },
  12695. "md.UserFeedbackCateList": {
  12696. "type": "object",
  12697. "properties": {
  12698. "id": {
  12699. "type": "string"
  12700. },
  12701. "name": {
  12702. "type": "string"
  12703. },
  12704. "sort": {
  12705. "type": "string"
  12706. }
  12707. }
  12708. },
  12709. "md.UserFeedbackCateListReq": {
  12710. "type": "object",
  12711. "properties": {
  12712. "limit": {
  12713. "description": "每页大小",
  12714. "type": "string"
  12715. },
  12716. "page": {
  12717. "description": "页数",
  12718. "type": "string"
  12719. }
  12720. }
  12721. },
  12722. "md.UserFeedbackCateListResp": {
  12723. "type": "object",
  12724. "properties": {
  12725. "list": {
  12726. "type": "array",
  12727. "items": {
  12728. "$ref": "#/definitions/md.UserFeedbackCateList"
  12729. }
  12730. },
  12731. "total": {
  12732. "type": "integer"
  12733. }
  12734. }
  12735. },
  12736. "md.UserFeedbackCateSaveReq": {
  12737. "type": "object",
  12738. "properties": {
  12739. "id": {
  12740. "type": "string"
  12741. },
  12742. "name": {
  12743. "type": "string"
  12744. },
  12745. "sort": {
  12746. "type": "string"
  12747. }
  12748. }
  12749. },
  12750. "md.UserFeedbackChangeStateReq": {
  12751. "type": "object",
  12752. "properties": {
  12753. "id": {
  12754. "type": "string"
  12755. },
  12756. "state": {
  12757. "type": "string",
  12758. "example": "0待解决 1处理中 2已解决"
  12759. }
  12760. }
  12761. },
  12762. "md.UserFeedbackDelReq": {
  12763. "type": "object",
  12764. "properties": {
  12765. "id": {
  12766. "type": "array",
  12767. "items": {
  12768. "type": "string"
  12769. }
  12770. }
  12771. }
  12772. },
  12773. "md.UserFeedbackList": {
  12774. "type": "object",
  12775. "properties": {
  12776. "content": {
  12777. "type": "string"
  12778. },
  12779. "create_at": {
  12780. "type": "string"
  12781. },
  12782. "id": {
  12783. "type": "string"
  12784. },
  12785. "img": {
  12786. "type": "array",
  12787. "items": {
  12788. "type": "string"
  12789. }
  12790. },
  12791. "phone": {
  12792. "type": "string"
  12793. },
  12794. "platform": {
  12795. "type": "string"
  12796. },
  12797. "state": {
  12798. "type": "string",
  12799. "example": "0待解决 1处理中 2已解决"
  12800. },
  12801. "title": {
  12802. "type": "string"
  12803. },
  12804. "type": {
  12805. "type": "string"
  12806. },
  12807. "version": {
  12808. "type": "string"
  12809. }
  12810. }
  12811. },
  12812. "md.UserFeedbackListReq": {
  12813. "type": "object",
  12814. "properties": {
  12815. "cid": {
  12816. "type": "string"
  12817. },
  12818. "limit": {
  12819. "description": "每页大小",
  12820. "type": "string"
  12821. },
  12822. "page": {
  12823. "description": "页数",
  12824. "type": "string"
  12825. },
  12826. "phone": {
  12827. "type": "string"
  12828. },
  12829. "uid": {
  12830. "type": "string"
  12831. }
  12832. }
  12833. },
  12834. "md.UserFeedbackListResp": {
  12835. "type": "object",
  12836. "properties": {
  12837. "list": {
  12838. "type": "array",
  12839. "items": {
  12840. "$ref": "#/definitions/md.UserFeedbackList"
  12841. }
  12842. },
  12843. "select_data": {
  12844. "type": "array",
  12845. "items": {
  12846. "type": "object",
  12847. "additionalProperties": true
  12848. }
  12849. },
  12850. "total": {
  12851. "type": "integer"
  12852. }
  12853. }
  12854. },
  12855. "md.UserFeedbackRecordListReq": {
  12856. "type": "object",
  12857. "properties": {
  12858. "id": {
  12859. "type": "string"
  12860. },
  12861. "limit": {
  12862. "description": "每页大小",
  12863. "type": "string"
  12864. },
  12865. "page": {
  12866. "description": "页数",
  12867. "type": "string"
  12868. }
  12869. }
  12870. },
  12871. "md.UserFeedbackRecordListResp": {
  12872. "type": "object",
  12873. "properties": {
  12874. "content": {
  12875. "type": "string"
  12876. },
  12877. "create_at": {
  12878. "type": "string"
  12879. },
  12880. "head_img": {
  12881. "type": "string"
  12882. },
  12883. "nickname": {
  12884. "type": "string"
  12885. },
  12886. "type": {
  12887. "type": "string"
  12888. }
  12889. }
  12890. },
  12891. "md.UserFeedbackSayReq": {
  12892. "type": "object",
  12893. "properties": {
  12894. "content": {
  12895. "type": "string"
  12896. },
  12897. "id": {
  12898. "type": "string"
  12899. }
  12900. }
  12901. },
  12902. "md.UserManagementGetBalanceDetailResp": {
  12903. "type": "object",
  12904. "properties": {
  12905. "list": {
  12906. "type": "array",
  12907. "items": {
  12908. "$ref": "#/definitions/md.BalanceDetailNode"
  12909. }
  12910. },
  12911. "paginate": {
  12912. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12913. }
  12914. }
  12915. },
  12916. "md.UserManagementGetFansResp": {
  12917. "type": "object",
  12918. "properties": {
  12919. "list": {
  12920. "description": "用户数据",
  12921. "type": "array",
  12922. "items": {
  12923. "$ref": "#/definitions/md.FansNode"
  12924. }
  12925. },
  12926. "paginate": {
  12927. "description": "分页信息",
  12928. "allOf": [
  12929. {
  12930. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12931. }
  12932. ]
  12933. }
  12934. }
  12935. },
  12936. "md.UserManagementGetOneBasicResp": {
  12937. "type": "object",
  12938. "properties": {
  12939. "basic_info": {
  12940. "description": "基本信息",
  12941. "allOf": [
  12942. {
  12943. "$ref": "#/definitions/md.BasicInfoNode"
  12944. }
  12945. ]
  12946. },
  12947. "levels_list": {
  12948. "description": "等级列表",
  12949. "type": "array",
  12950. "items": {
  12951. "type": "object",
  12952. "additionalProperties": true
  12953. }
  12954. },
  12955. "other_info": {
  12956. "description": "其他信息",
  12957. "allOf": [
  12958. {
  12959. "$ref": "#/definitions/md.OtherNode"
  12960. }
  12961. ]
  12962. },
  12963. "tags_list": {
  12964. "description": "标签列表",
  12965. "type": "array",
  12966. "items": {
  12967. "type": "object",
  12968. "additionalProperties": true
  12969. }
  12970. }
  12971. }
  12972. },
  12973. "md.UserManagementGetUserListNode": {
  12974. "type": "object",
  12975. "properties": {
  12976. "avatar": {
  12977. "description": "头像",
  12978. "type": "string"
  12979. },
  12980. "id": {
  12981. "description": "会员 ID",
  12982. "type": "integer"
  12983. },
  12984. "invite_code": {
  12985. "type": "string",
  12986. "example": "会员邀请码"
  12987. },
  12988. "is_real_name": {
  12989. "description": "是否实名 0.未实名,1.已实名",
  12990. "type": "integer"
  12991. },
  12992. "last_login_at": {
  12993. "description": "最后登录时间",
  12994. "type": "string"
  12995. },
  12996. "level_name": {
  12997. "description": "会员等级",
  12998. "type": "string"
  12999. },
  13000. "memo": {
  13001. "description": "备注",
  13002. "type": "string"
  13003. },
  13004. "nickname": {
  13005. "description": "昵称",
  13006. "type": "string"
  13007. },
  13008. "parent_id": {
  13009. "description": "推荐人 ID",
  13010. "type": "integer"
  13011. },
  13012. "parent_invite_code": {
  13013. "type": "string",
  13014. "example": "推荐人邀请码"
  13015. },
  13016. "parent_phone": {
  13017. "type": "string",
  13018. "example": "推荐人手机号"
  13019. },
  13020. "phone": {
  13021. "description": "手机号",
  13022. "type": "string"
  13023. },
  13024. "register_time": {
  13025. "description": "注册时间",
  13026. "type": "string"
  13027. },
  13028. "register_type": {
  13029. "description": "注册类型",
  13030. "type": "integer"
  13031. },
  13032. "sex": {
  13033. "description": "性别(0:未知 1:男 2:女)",
  13034. "type": "integer"
  13035. },
  13036. "state": {
  13037. "description": "状态",
  13038. "type": "integer"
  13039. },
  13040. "tag": {
  13041. "description": "会员标签",
  13042. "type": "array",
  13043. "items": {
  13044. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13045. }
  13046. },
  13047. "wechat": {
  13048. "description": "微信号",
  13049. "type": "string"
  13050. }
  13051. }
  13052. },
  13053. "md.UserManagementGetUserListReq": {
  13054. "type": "object",
  13055. "properties": {
  13056. "effective": {
  13057. "description": "有效会员",
  13058. "type": "integer"
  13059. },
  13060. "id": {
  13061. "description": "会员 ID",
  13062. "type": "integer"
  13063. },
  13064. "invite_code": {
  13065. "type": "string",
  13066. "example": "会员邀请码"
  13067. },
  13068. "is_real_name": {
  13069. "description": "是否实名 0.未实名,1.已实名",
  13070. "type": "integer"
  13071. },
  13072. "level": {
  13073. "description": "会员等级",
  13074. "type": "integer"
  13075. },
  13076. "limit": {
  13077. "type": "integer"
  13078. },
  13079. "login_after": {
  13080. "description": "最近登录结束时间",
  13081. "type": "string"
  13082. },
  13083. "login_before": {
  13084. "description": "最近登录开始时间",
  13085. "type": "string"
  13086. },
  13087. "memo": {
  13088. "description": "备注",
  13089. "type": "string"
  13090. },
  13091. "nickname": {
  13092. "type": "string",
  13093. "example": "会员昵称"
  13094. },
  13095. "page": {
  13096. "type": "integer"
  13097. },
  13098. "parent_invite_code": {
  13099. "type": "string",
  13100. "example": "上级邀请码"
  13101. },
  13102. "parent_phone": {
  13103. "type": "string",
  13104. "example": "上级手机号"
  13105. },
  13106. "phone": {
  13107. "type": "string",
  13108. "example": "会员手机号"
  13109. },
  13110. "recommend_id": {
  13111. "description": "推荐人 ID",
  13112. "type": "integer"
  13113. },
  13114. "register_after": {
  13115. "description": "注册时间终点",
  13116. "type": "string"
  13117. },
  13118. "register_before": {
  13119. "description": "注册时间起点",
  13120. "type": "string"
  13121. },
  13122. "register_type": {
  13123. "description": "注册类型(1:APP注册、2:H5注册)",
  13124. "type": "integer"
  13125. },
  13126. "sex": {
  13127. "description": "性别(0:未知 1:男 2:女)",
  13128. "type": "integer"
  13129. },
  13130. "state": {
  13131. "description": "状态",
  13132. "type": "integer"
  13133. },
  13134. "tag": {
  13135. "description": "标签 id",
  13136. "type": "integer"
  13137. },
  13138. "union_id": {
  13139. "type": "string",
  13140. "example": "微信号"
  13141. }
  13142. }
  13143. },
  13144. "md.UserManagementGetUserListResp": {
  13145. "type": "object",
  13146. "properties": {
  13147. "levels_list": {
  13148. "description": "等级列表",
  13149. "type": "array",
  13150. "items": {
  13151. "type": "object",
  13152. "additionalProperties": true
  13153. }
  13154. },
  13155. "list": {
  13156. "type": "array",
  13157. "items": {
  13158. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13159. }
  13160. },
  13161. "paginate": {
  13162. "description": "分页信息",
  13163. "allOf": [
  13164. {
  13165. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13166. }
  13167. ]
  13168. },
  13169. "state_list": {
  13170. "description": "状态列表",
  13171. "type": "array",
  13172. "items": {
  13173. "type": "object",
  13174. "additionalProperties": true
  13175. }
  13176. },
  13177. "tags_list": {
  13178. "description": "标签列表",
  13179. "type": "array",
  13180. "items": {
  13181. "type": "object",
  13182. "additionalProperties": true
  13183. }
  13184. }
  13185. }
  13186. },
  13187. "md.UserManagementGetVirtualCoinDetailResp": {
  13188. "type": "object",
  13189. "properties": {
  13190. "coin_list": {
  13191. "type": "array",
  13192. "items": {
  13193. "type": "object",
  13194. "additionalProperties": true
  13195. }
  13196. },
  13197. "list": {
  13198. "type": "array",
  13199. "items": {
  13200. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13201. }
  13202. },
  13203. "paginate": {
  13204. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13205. }
  13206. }
  13207. },
  13208. "md.UserManagementUpdateUserInfoReq": {
  13209. "type": "object",
  13210. "properties": {
  13211. "avatar": {
  13212. "description": "头像",
  13213. "type": "string"
  13214. },
  13215. "last_login_ip": {
  13216. "description": "用户最后登录 IP",
  13217. "type": "string"
  13218. },
  13219. "level": {
  13220. "description": "会员等级 ID",
  13221. "type": "string"
  13222. },
  13223. "memo": {
  13224. "type": "string",
  13225. "example": "备注"
  13226. },
  13227. "nickname": {
  13228. "description": "用户名",
  13229. "type": "string"
  13230. },
  13231. "parent_uid": {
  13232. "description": "邀请人 ID",
  13233. "type": "string"
  13234. },
  13235. "password": {
  13236. "description": "登录密码",
  13237. "type": "string"
  13238. },
  13239. "phone": {
  13240. "description": "手机号",
  13241. "type": "string"
  13242. },
  13243. "sex": {
  13244. "description": "性别(0:未知 1:男 2:女)",
  13245. "type": "string"
  13246. },
  13247. "state": {
  13248. "description": "账号状态 1正常,2冻结",
  13249. "type": "string"
  13250. },
  13251. "tag": {
  13252. "description": "用户标签 ID列表",
  13253. "type": "string"
  13254. },
  13255. "uid": {
  13256. "type": "integer"
  13257. },
  13258. "union_id": {
  13259. "description": "微信号",
  13260. "type": "string"
  13261. }
  13262. }
  13263. },
  13264. "md.UserRealName": {
  13265. "type": "object",
  13266. "properties": {
  13267. "id": {
  13268. "type": "string"
  13269. },
  13270. "id_no": {
  13271. "type": "string"
  13272. },
  13273. "name": {
  13274. "type": "string"
  13275. },
  13276. "pay_state": {
  13277. "type": "string",
  13278. "example": "0未支付 1已支付"
  13279. },
  13280. "phone": {
  13281. "type": "string"
  13282. },
  13283. "state": {
  13284. "type": "string",
  13285. "example": "0未申请 1申请通过 3申请失败"
  13286. },
  13287. "uid": {
  13288. "type": "string"
  13289. }
  13290. }
  13291. },
  13292. "md.UserRealNameBaseResp": {
  13293. "type": "object",
  13294. "properties": {
  13295. "user_real_name_money": {
  13296. "type": "string",
  13297. "example": "实名认证费用"
  13298. },
  13299. "user_real_name_rule": {
  13300. "type": "string",
  13301. "example": "实名认证说明"
  13302. }
  13303. }
  13304. },
  13305. "md.UserRealNameReq": {
  13306. "type": "object",
  13307. "properties": {
  13308. "id_no": {
  13309. "type": "string"
  13310. },
  13311. "limit": {
  13312. "type": "string"
  13313. },
  13314. "name": {
  13315. "type": "string"
  13316. },
  13317. "page": {
  13318. "type": "string"
  13319. },
  13320. "phone": {
  13321. "type": "string"
  13322. },
  13323. "state": {
  13324. "type": "string"
  13325. },
  13326. "uid": {
  13327. "type": "string"
  13328. }
  13329. }
  13330. },
  13331. "md.UserRealNameResp": {
  13332. "type": "object",
  13333. "properties": {
  13334. "list": {
  13335. "type": "array",
  13336. "items": {
  13337. "$ref": "#/definitions/md.UserRealName"
  13338. }
  13339. },
  13340. "select_data": {
  13341. "type": "array",
  13342. "items": {
  13343. "type": "object",
  13344. "additionalProperties": {
  13345. "type": "string"
  13346. }
  13347. }
  13348. },
  13349. "total": {
  13350. "type": "integer"
  13351. }
  13352. }
  13353. },
  13354. "md.UserRealNameSaveReq": {
  13355. "type": "object",
  13356. "properties": {
  13357. "id": {
  13358. "type": "string"
  13359. },
  13360. "state": {
  13361. "type": "string"
  13362. }
  13363. }
  13364. },
  13365. "md.UserVirtualCoinFlow": {
  13366. "type": "object",
  13367. "properties": {
  13368. "after_amount": {
  13369. "type": "string",
  13370. "example": "变更后数量"
  13371. },
  13372. "amount": {
  13373. "type": "string",
  13374. "example": "变更数量"
  13375. },
  13376. "before_amount": {
  13377. "type": "string",
  13378. "example": "变更前数量"
  13379. },
  13380. "coin_id": {
  13381. "description": "虚拟币 ID",
  13382. "type": "integer"
  13383. },
  13384. "create_at": {
  13385. "type": "string",
  13386. "example": "创建时间"
  13387. },
  13388. "direction": {
  13389. "description": "方向:1收入 2支出",
  13390. "type": "integer"
  13391. },
  13392. "id": {
  13393. "type": "integer"
  13394. },
  13395. "sys_fee": {
  13396. "type": "string",
  13397. "example": "手续费"
  13398. },
  13399. "title": {
  13400. "type": "string",
  13401. "example": "标题"
  13402. },
  13403. "transfer_type": {
  13404. "description": "转账类型",
  13405. "type": "integer"
  13406. },
  13407. "uid": {
  13408. "description": "用户 ID",
  13409. "type": "integer"
  13410. },
  13411. "update_at": {
  13412. "type": "string",
  13413. "example": "更新时间"
  13414. }
  13415. }
  13416. },
  13417. "md.VideoRewardSetting": {
  13418. "type": "object",
  13419. "properties": {
  13420. "video_reward_is_open": {
  13421. "description": "视频奖励是否开启(1:开启 0:关闭)",
  13422. "type": "integer"
  13423. },
  13424. "video_reward_system": {
  13425. "description": "视频奖励机制",
  13426. "allOf": [
  13427. {
  13428. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  13429. }
  13430. ]
  13431. }
  13432. }
  13433. },
  13434. "md.VideoRewardSystemStruct": {
  13435. "type": "object",
  13436. "properties": {
  13437. "each_round_hour": {
  13438. "description": "每一轮X个小时",
  13439. "type": "string"
  13440. },
  13441. "interval_minutes": {
  13442. "description": "间隔X秒",
  13443. "type": "string"
  13444. },
  13445. "reward_total_num": {
  13446. "description": "一共X个奖励视屏",
  13447. "type": "string"
  13448. },
  13449. "reward_value": {
  13450. "description": "奖励X个活跃积分",
  13451. "type": "string"
  13452. }
  13453. }
  13454. },
  13455. "md.VipEquitySettingNode": {
  13456. "type": "object",
  13457. "properties": {
  13458. "dividend_ratio": {
  13459. "description": "分红比例",
  13460. "type": "string"
  13461. },
  13462. "exchange_account_balance_fee": {
  13463. "description": "兑换余额手续费",
  13464. "type": "string"
  13465. },
  13466. "vip_level_id": {
  13467. "description": "会员等级ID",
  13468. "type": "string"
  13469. },
  13470. "vip_level_name": {
  13471. "description": "会员等级名称",
  13472. "type": "string"
  13473. }
  13474. }
  13475. },
  13476. "md.VirtualCoin": {
  13477. "type": "object",
  13478. "properties": {
  13479. "create_at": {
  13480. "type": "string"
  13481. },
  13482. "exchange_ratio": {
  13483. "description": "兑换比例(与金额)",
  13484. "type": "string",
  13485. "example": "兑换比例(与金额)"
  13486. },
  13487. "id": {
  13488. "type": "integer"
  13489. },
  13490. "is_use": {
  13491. "description": "是否开启: 0否 1是",
  13492. "type": "integer"
  13493. },
  13494. "name": {
  13495. "description": "名称",
  13496. "type": "string"
  13497. },
  13498. "update_at": {
  13499. "type": "string"
  13500. }
  13501. }
  13502. },
  13503. "md.VirtualCoinDetailNode": {
  13504. "type": "object",
  13505. "properties": {
  13506. "after_amount": {
  13507. "description": "变更后积分余额",
  13508. "type": "string"
  13509. },
  13510. "amount": {
  13511. "description": "变更数量",
  13512. "type": "string"
  13513. },
  13514. "create_at": {
  13515. "description": "创建时间",
  13516. "type": "string"
  13517. },
  13518. "direction": {
  13519. "description": "类型 1.收入 2.支出",
  13520. "type": "integer"
  13521. },
  13522. "uid": {
  13523. "description": "用户 ID",
  13524. "type": "integer"
  13525. }
  13526. }
  13527. },
  13528. "md.VirtualCoinListNode": {
  13529. "type": "object",
  13530. "properties": {
  13531. "coin_id": {
  13532. "description": "货币类型 ID",
  13533. "type": "integer"
  13534. },
  13535. "kind": {
  13536. "description": "货币序号",
  13537. "type": "integer"
  13538. },
  13539. "name": {
  13540. "type": "string",
  13541. "example": "货币类型名称"
  13542. }
  13543. }
  13544. },
  13545. "md.WithdrawFeeSetStruct": {
  13546. "type": "object",
  13547. "properties": {
  13548. "duration": {
  13549. "description": "类型 (1.固定金额 2.固定比例)",
  13550. "type": "integer"
  13551. },
  13552. "value": {
  13553. "description": "具体值",
  13554. "type": "integer"
  13555. }
  13556. }
  13557. },
  13558. "md.WithdrawFrequencySettingStruct": {
  13559. "type": "object",
  13560. "properties": {
  13561. "duration": {
  13562. "description": "周期 (1.天 2.周 3.月)",
  13563. "type": "integer"
  13564. },
  13565. "num": {
  13566. "description": "周期数",
  13567. "type": "array",
  13568. "items": {
  13569. "type": "string"
  13570. }
  13571. }
  13572. }
  13573. },
  13574. "md.WithdrawTimeIntervalStruct": {
  13575. "type": "object",
  13576. "properties": {
  13577. "end_at": {
  13578. "type": "string"
  13579. },
  13580. "start_at": {
  13581. "type": "string"
  13582. }
  13583. }
  13584. },
  13585. "model.EggEnergyUserEggIndexWeight": {
  13586. "type": "object",
  13587. "properties": {
  13588. "account_balance_exchange_egg_energy_nums": {
  13589. "type": "string"
  13590. },
  13591. "browse_interface_nums": {
  13592. "type": "string"
  13593. },
  13594. "college_learning_nums": {
  13595. "type": "string"
  13596. },
  13597. "create_at": {
  13598. "type": "string"
  13599. },
  13600. "ecpm": {
  13601. "type": "string"
  13602. },
  13603. "egg_energy_exchange_account_balance": {
  13604. "type": "string"
  13605. },
  13606. "forum_comments_nums": {
  13607. "type": "string"
  13608. },
  13609. "id": {
  13610. "type": "integer"
  13611. },
  13612. "im_activity_nums": {
  13613. "type": "string"
  13614. },
  13615. "invite_user_nums": {
  13616. "type": "string"
  13617. },
  13618. "person_add_activity_value": {
  13619. "type": "string"
  13620. },
  13621. "send_circle_of_friend_nums": {
  13622. "type": "string"
  13623. },
  13624. "send_red_package_nums": {
  13625. "type": "string"
  13626. },
  13627. "sign_in_nums": {
  13628. "type": "string"
  13629. },
  13630. "team_activity_nums": {
  13631. "type": "string"
  13632. },
  13633. "update_at": {
  13634. "type": "string"
  13635. },
  13636. "violate_nums": {
  13637. "type": "string"
  13638. }
  13639. }
  13640. },
  13641. "model.PlatformActiveData": {
  13642. "type": "object",
  13643. "properties": {
  13644. "date": {
  13645. "type": "string"
  13646. },
  13647. "id": {
  13648. "type": "integer"
  13649. },
  13650. "new_user_count": {
  13651. "type": "integer"
  13652. },
  13653. "user_sign_in_count": {
  13654. "type": "integer"
  13655. },
  13656. "withdraw_amount_count": {
  13657. "type": "string"
  13658. },
  13659. "withdraw_user_count": {
  13660. "type": "integer"
  13661. }
  13662. }
  13663. },
  13664. "model.UserLevelTask": {
  13665. "type": "object",
  13666. "properties": {
  13667. "create_at": {
  13668. "type": "string"
  13669. },
  13670. "finish_count": {
  13671. "type": "integer"
  13672. },
  13673. "id": {
  13674. "type": "integer"
  13675. },
  13676. "is_must_task": {
  13677. "type": "integer"
  13678. },
  13679. "level_id": {
  13680. "type": "integer"
  13681. },
  13682. "task_type": {
  13683. "type": "integer"
  13684. },
  13685. "task_type_level_id": {
  13686. "type": "integer"
  13687. },
  13688. "update_at": {
  13689. "type": "string"
  13690. },
  13691. "within_days": {
  13692. "type": "integer"
  13693. }
  13694. }
  13695. }
  13696. },
  13697. "securityDefinitions": {
  13698. "MasterID": {
  13699. "type": "apiKey",
  13700. "name": "MasterID",
  13701. "in": "header"
  13702. }
  13703. }
  13704. }`
  13705. // SwaggerInfo holds exported Swagger Info so clients can modify it
  13706. var SwaggerInfo = &swag.Spec{
  13707. Version: "1.0",
  13708. Host: "localhost:4001",
  13709. BasePath: "",
  13710. Schemes: []string{},
  13711. Title: "蛋蛋星球-管理后台",
  13712. Description: "管理后台接口文档",
  13713. InfoInstanceName: "swagger",
  13714. SwaggerTemplate: docTemplate,
  13715. LeftDelim: "{{",
  13716. RightDelim: "}}",
  13717. }
  13718. func init() {
  13719. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  13720. }