蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12363 regels
424 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.ArticleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/upload": {
  1118. "post": {
  1119. "description": "打包机使用-云打包-上传许可链接(获取)",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "打包机使用"
  1128. ],
  1129. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "签名上传url",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "许可链接",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/version/base": {
  1165. "get": {
  1166. "description": "云打包-图片配置",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "云打包"
  1175. ],
  1176. "summary": "云打包-云打包-图片配置",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/version/base/save": {
  1203. "post": {
  1204. "description": "云打包-图片配置",
  1205. "consumes": [
  1206. "application/json"
  1207. ],
  1208. "produces": [
  1209. "application/json"
  1210. ],
  1211. "tags": [
  1212. "云打包"
  1213. ],
  1214. "summary": "云打包-图片配置",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "description": "验证参数Bearer和token空格拼接",
  1219. "name": "Authorization",
  1220. "in": "header",
  1221. "required": true
  1222. },
  1223. {
  1224. "description": "(分页信息必填)",
  1225. "name": "req",
  1226. "in": "body",
  1227. "required": true,
  1228. "schema": {
  1229. "$ref": "#/definitions/md.CloudBundleVersion"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "type": "string"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/comm/getOssUrl": {
  1250. "post": {
  1251. "description": "上传许可链接(获取)",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "对象存储"
  1260. ],
  1261. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "签名上传url",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "许可链接",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/config": {
  1297. "get": {
  1298. "description": "基本配置",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "基本配置"
  1307. ],
  1308. "summary": "基本配置",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. }
  1317. ],
  1318. "responses": {
  1319. "200": {
  1320. "description": "具体数据",
  1321. "schema": {
  1322. "$ref": "#/definitions/md.ConfigResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/demo": {
  1335. "post": {
  1336. "description": "Demo样例测试",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "Demo"
  1345. ],
  1346. "summary": "Demo测试",
  1347. "parameters": [
  1348. {
  1349. "description": "用户名密码",
  1350. "name": "req",
  1351. "in": "body",
  1352. "required": true,
  1353. "schema": {}
  1354. }
  1355. ],
  1356. "responses": {
  1357. "200": {
  1358. "description": "token",
  1359. "schema": {
  1360. "type": "object",
  1361. "additionalProperties": true
  1362. }
  1363. },
  1364. "400": {
  1365. "description": "具体错误",
  1366. "schema": {
  1367. "$ref": "#/definitions/md.Response"
  1368. }
  1369. }
  1370. }
  1371. }
  1372. },
  1373. "/api/financialCenter/withdraw/applyList": {
  1374. "post": {
  1375. "description": "提现申请列表(获取)",
  1376. "consumes": [
  1377. "application/json"
  1378. ],
  1379. "produces": [
  1380. "application/json"
  1381. ],
  1382. "tags": [
  1383. "提现"
  1384. ],
  1385. "summary": "财务中心-提现-提现申请列表(获取)",
  1386. "parameters": [
  1387. {
  1388. "type": "string",
  1389. "description": "验证参数Bearer和token空格拼接",
  1390. "name": "Authorization",
  1391. "in": "header",
  1392. "required": true
  1393. },
  1394. {
  1395. "description": "筛选条件",
  1396. "name": "req",
  1397. "in": "body",
  1398. "schema": {
  1399. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1400. }
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体数据",
  1406. "schema": {
  1407. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1408. }
  1409. },
  1410. "400": {
  1411. "description": "具体错误",
  1412. "schema": {
  1413. "$ref": "#/definitions/md.Response"
  1414. }
  1415. }
  1416. }
  1417. }
  1418. },
  1419. "/api/financialCenter/withdraw/setting": {
  1420. "get": {
  1421. "description": "基础设置(获取)",
  1422. "consumes": [
  1423. "application/json"
  1424. ],
  1425. "produces": [
  1426. "application/json"
  1427. ],
  1428. "tags": [
  1429. "提现"
  1430. ],
  1431. "summary": "财务中心-提现-基础设置(获取)",
  1432. "parameters": [
  1433. {
  1434. "type": "string",
  1435. "description": "验证参数Bearer和token空格拼接",
  1436. "name": "Authorization",
  1437. "in": "header",
  1438. "required": true
  1439. }
  1440. ],
  1441. "responses": {
  1442. "200": {
  1443. "description": "具体数据",
  1444. "schema": {
  1445. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1446. }
  1447. },
  1448. "400": {
  1449. "description": "具体错误",
  1450. "schema": {
  1451. "$ref": "#/definitions/md.Response"
  1452. }
  1453. }
  1454. }
  1455. }
  1456. },
  1457. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1458. "post": {
  1459. "description": "基础设置(更新)",
  1460. "consumes": [
  1461. "application/json"
  1462. ],
  1463. "produces": [
  1464. "application/json"
  1465. ],
  1466. "tags": [
  1467. "提现"
  1468. ],
  1469. "summary": "财务中心-提现-基础设置(更新)",
  1470. "parameters": [
  1471. {
  1472. "type": "string",
  1473. "description": "验证参数Bearer和token空格拼接",
  1474. "name": "Authorization",
  1475. "in": "header",
  1476. "required": true
  1477. },
  1478. {
  1479. "description": "id 必填",
  1480. "name": "req",
  1481. "in": "body",
  1482. "required": true,
  1483. "schema": {
  1484. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1485. }
  1486. }
  1487. ],
  1488. "responses": {
  1489. "200": {
  1490. "description": "修改数据条数",
  1491. "schema": {
  1492. "type": "int"
  1493. }
  1494. },
  1495. "400": {
  1496. "description": "具体错误",
  1497. "schema": {
  1498. "$ref": "#/definitions/md.Response"
  1499. }
  1500. }
  1501. }
  1502. }
  1503. },
  1504. "/api/homePage/activeData": {
  1505. "get": {
  1506. "description": "活跃数据",
  1507. "consumes": [
  1508. "application/json"
  1509. ],
  1510. "produces": [
  1511. "application/json"
  1512. ],
  1513. "tags": [
  1514. "首页"
  1515. ],
  1516. "summary": "首页-首页-活跃数据",
  1517. "parameters": [
  1518. {
  1519. "type": "string",
  1520. "description": "验证参数Bearer和token空格拼接",
  1521. "name": "Authorization",
  1522. "in": "header",
  1523. "required": true
  1524. }
  1525. ],
  1526. "responses": {
  1527. "200": {
  1528. "description": "具体数据",
  1529. "schema": {
  1530. "$ref": "#/definitions/hdl.GetActiveDataResp"
  1531. }
  1532. },
  1533. "400": {
  1534. "description": "具体错误",
  1535. "schema": {
  1536. "$ref": "#/definitions/md.Response"
  1537. }
  1538. }
  1539. }
  1540. }
  1541. },
  1542. "/api/homePage/growData": {
  1543. "get": {
  1544. "description": "用户增长曲线",
  1545. "consumes": [
  1546. "application/json"
  1547. ],
  1548. "produces": [
  1549. "application/json"
  1550. ],
  1551. "tags": [
  1552. "首页"
  1553. ],
  1554. "summary": "首页-首页-用户增长曲线",
  1555. "parameters": [
  1556. {
  1557. "type": "string",
  1558. "description": "验证参数Bearer和token空格拼接",
  1559. "name": "Authorization",
  1560. "in": "header",
  1561. "required": true
  1562. },
  1563. {
  1564. "type": "string",
  1565. "description": "1:按天 2:按周 3:按小时",
  1566. "name": "kind",
  1567. "in": "query"
  1568. }
  1569. ],
  1570. "responses": {
  1571. "200": {
  1572. "description": "具体数据",
  1573. "schema": {
  1574. "$ref": "#/definitions/md.GetPriceCurveResp"
  1575. }
  1576. },
  1577. "400": {
  1578. "description": "具体错误",
  1579. "schema": {
  1580. "$ref": "#/definitions/md.Response"
  1581. }
  1582. }
  1583. }
  1584. }
  1585. },
  1586. "/api/homePage/totalData": {
  1587. "get": {
  1588. "description": "数据总览",
  1589. "consumes": [
  1590. "application/json"
  1591. ],
  1592. "produces": [
  1593. "application/json"
  1594. ],
  1595. "tags": [
  1596. "首页"
  1597. ],
  1598. "summary": "首页-首页-数据总览",
  1599. "parameters": [
  1600. {
  1601. "type": "string",
  1602. "description": "验证参数Bearer和token空格拼接",
  1603. "name": "Authorization",
  1604. "in": "header",
  1605. "required": true
  1606. },
  1607. {
  1608. "type": "string",
  1609. "description": "年",
  1610. "name": "year",
  1611. "in": "query",
  1612. "required": true
  1613. },
  1614. {
  1615. "type": "string",
  1616. "description": "月",
  1617. "name": "month",
  1618. "in": "query",
  1619. "required": true
  1620. }
  1621. ],
  1622. "responses": {
  1623. "200": {
  1624. "description": "具体数据",
  1625. "schema": {
  1626. "$ref": "#/definitions/model.PlatformTotalData"
  1627. }
  1628. },
  1629. "400": {
  1630. "description": "具体错误",
  1631. "schema": {
  1632. "$ref": "#/definitions/md.Response"
  1633. }
  1634. }
  1635. }
  1636. }
  1637. },
  1638. "/api/im/addCustomerService": {
  1639. "post": {
  1640. "description": "客服(新增)",
  1641. "consumes": [
  1642. "application/json"
  1643. ],
  1644. "produces": [
  1645. "application/json"
  1646. ],
  1647. "tags": [
  1648. "客服"
  1649. ],
  1650. "summary": "Im-客服(新增)",
  1651. "parameters": [
  1652. {
  1653. "type": "string",
  1654. "description": "验证参数Bearer和token空格拼接",
  1655. "name": "Authorization",
  1656. "in": "header",
  1657. "required": true
  1658. },
  1659. {
  1660. "description": "相关参数",
  1661. "name": "req",
  1662. "in": "body",
  1663. "required": true,
  1664. "schema": {
  1665. "$ref": "#/definitions/md.AddCustomerServiceReq"
  1666. }
  1667. }
  1668. ],
  1669. "responses": {
  1670. "200": {
  1671. "description": "success",
  1672. "schema": {
  1673. "type": "string"
  1674. }
  1675. },
  1676. "400": {
  1677. "description": "具体错误",
  1678. "schema": {
  1679. "$ref": "#/definitions/md.Response"
  1680. }
  1681. }
  1682. }
  1683. }
  1684. },
  1685. "/api/im/addEmoticon": {
  1686. "post": {
  1687. "description": "表情包(新增)",
  1688. "consumes": [
  1689. "application/json"
  1690. ],
  1691. "produces": [
  1692. "application/json"
  1693. ],
  1694. "tags": [
  1695. "表情包"
  1696. ],
  1697. "summary": "Im-表情包(新增)",
  1698. "parameters": [
  1699. {
  1700. "type": "string",
  1701. "description": "验证参数Bearer和token空格拼接",
  1702. "name": "Authorization",
  1703. "in": "header",
  1704. "required": true
  1705. },
  1706. {
  1707. "description": "相关参数",
  1708. "name": "req",
  1709. "in": "body",
  1710. "required": true,
  1711. "schema": {
  1712. "$ref": "#/definitions/md.AddEmoticonReq"
  1713. }
  1714. }
  1715. ],
  1716. "responses": {
  1717. "200": {
  1718. "description": "success",
  1719. "schema": {
  1720. "type": "string"
  1721. }
  1722. },
  1723. "400": {
  1724. "description": "具体错误",
  1725. "schema": {
  1726. "$ref": "#/definitions/md.Response"
  1727. }
  1728. }
  1729. }
  1730. }
  1731. },
  1732. "/api/im/batchSendGroupMessage": {
  1733. "post": {
  1734. "description": "群发发送群组消息",
  1735. "consumes": [
  1736. "application/json"
  1737. ],
  1738. "produces": [
  1739. "application/json"
  1740. ],
  1741. "tags": [
  1742. "群发发送群组消息"
  1743. ],
  1744. "summary": "Im-群发发送群组消息",
  1745. "parameters": [
  1746. {
  1747. "type": "string",
  1748. "description": "验证参数Bearer和token空格拼接",
  1749. "name": "Authorization",
  1750. "in": "header",
  1751. "required": true
  1752. },
  1753. {
  1754. "description": "相关参数",
  1755. "name": "req",
  1756. "in": "body",
  1757. "required": true,
  1758. "schema": {
  1759. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  1760. }
  1761. }
  1762. ],
  1763. "responses": {
  1764. "200": {
  1765. "description": "success",
  1766. "schema": {
  1767. "type": "string"
  1768. }
  1769. },
  1770. "400": {
  1771. "description": "具体错误",
  1772. "schema": {
  1773. "$ref": "#/definitions/md.Response"
  1774. }
  1775. }
  1776. }
  1777. }
  1778. },
  1779. "/api/im/batchSendUserMessage": {
  1780. "post": {
  1781. "description": "群发发送用户消息",
  1782. "consumes": [
  1783. "application/json"
  1784. ],
  1785. "produces": [
  1786. "application/json"
  1787. ],
  1788. "tags": [
  1789. "群发发送用户消息"
  1790. ],
  1791. "summary": "Im-群发发送用户消息",
  1792. "parameters": [
  1793. {
  1794. "type": "string",
  1795. "description": "验证参数Bearer和token空格拼接",
  1796. "name": "Authorization",
  1797. "in": "header",
  1798. "required": true
  1799. },
  1800. {
  1801. "description": "相关参数",
  1802. "name": "req",
  1803. "in": "body",
  1804. "required": true,
  1805. "schema": {
  1806. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  1807. }
  1808. }
  1809. ],
  1810. "responses": {
  1811. "200": {
  1812. "description": "success",
  1813. "schema": {
  1814. "type": "string"
  1815. }
  1816. },
  1817. "400": {
  1818. "description": "具体错误",
  1819. "schema": {
  1820. "$ref": "#/definitions/md.Response"
  1821. }
  1822. }
  1823. }
  1824. }
  1825. },
  1826. "/api/im/deleteEmoticon": {
  1827. "post": {
  1828. "description": "表情包(删除)",
  1829. "consumes": [
  1830. "application/json"
  1831. ],
  1832. "produces": [
  1833. "application/json"
  1834. ],
  1835. "tags": [
  1836. "表情包"
  1837. ],
  1838. "summary": "Im-表情包(删除)",
  1839. "parameters": [
  1840. {
  1841. "type": "string",
  1842. "description": "验证参数Bearer和token空格拼接",
  1843. "name": "Authorization",
  1844. "in": "header",
  1845. "required": true
  1846. },
  1847. {
  1848. "description": "相关参数",
  1849. "name": "req",
  1850. "in": "body",
  1851. "required": true,
  1852. "schema": {
  1853. "$ref": "#/definitions/md.DeleteEmoticonReq"
  1854. }
  1855. }
  1856. ],
  1857. "responses": {
  1858. "200": {
  1859. "description": "success",
  1860. "schema": {
  1861. "type": "string"
  1862. }
  1863. },
  1864. "400": {
  1865. "description": "具体错误",
  1866. "schema": {
  1867. "$ref": "#/definitions/md.Response"
  1868. }
  1869. }
  1870. }
  1871. }
  1872. },
  1873. "/api/im/getBasic": {
  1874. "get": {
  1875. "description": "基础设置(获取)",
  1876. "consumes": [
  1877. "application/json"
  1878. ],
  1879. "produces": [
  1880. "application/json"
  1881. ],
  1882. "tags": [
  1883. "基础设置"
  1884. ],
  1885. "summary": "Im-基础设置(获取)",
  1886. "parameters": [
  1887. {
  1888. "type": "string",
  1889. "description": "验证参数Bearer和token空格拼接",
  1890. "name": "Authorization",
  1891. "in": "header",
  1892. "required": true
  1893. }
  1894. ],
  1895. "responses": {
  1896. "200": {
  1897. "description": "设置列表",
  1898. "schema": {
  1899. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1900. }
  1901. },
  1902. "400": {
  1903. "description": "具体错误",
  1904. "schema": {
  1905. "$ref": "#/definitions/md.Response"
  1906. }
  1907. }
  1908. }
  1909. }
  1910. },
  1911. "/api/im/groupList": {
  1912. "post": {
  1913. "description": "群组用户(列表)",
  1914. "consumes": [
  1915. "application/json"
  1916. ],
  1917. "produces": [
  1918. "application/json"
  1919. ],
  1920. "tags": [
  1921. "群组用户"
  1922. ],
  1923. "summary": "Im-群组用户(列表)",
  1924. "parameters": [
  1925. {
  1926. "type": "string",
  1927. "description": "验证参数Bearer和token空格拼接",
  1928. "name": "Authorization",
  1929. "in": "header",
  1930. "required": true
  1931. },
  1932. {
  1933. "description": "相关参数",
  1934. "name": "req",
  1935. "in": "body",
  1936. "required": true,
  1937. "schema": {
  1938. "$ref": "#/definitions/md.GroupListReq"
  1939. }
  1940. }
  1941. ],
  1942. "responses": {
  1943. "200": {
  1944. "description": "OK",
  1945. "schema": {
  1946. "$ref": "#/definitions/md.GroupListResp"
  1947. }
  1948. },
  1949. "400": {
  1950. "description": "具体错误",
  1951. "schema": {
  1952. "$ref": "#/definitions/md.Response"
  1953. }
  1954. }
  1955. }
  1956. }
  1957. },
  1958. "/api/im/pageCustomerService": {
  1959. "post": {
  1960. "description": "客服(列表)",
  1961. "consumes": [
  1962. "application/json"
  1963. ],
  1964. "produces": [
  1965. "application/json"
  1966. ],
  1967. "tags": [
  1968. "客服"
  1969. ],
  1970. "summary": "Im-客服(列表)",
  1971. "parameters": [
  1972. {
  1973. "type": "string",
  1974. "description": "验证参数Bearer和token空格拼接",
  1975. "name": "Authorization",
  1976. "in": "header",
  1977. "required": true
  1978. },
  1979. {
  1980. "description": "相关参数",
  1981. "name": "req",
  1982. "in": "body",
  1983. "required": true,
  1984. "schema": {
  1985. "$ref": "#/definitions/md.PageCustomerServiceReq"
  1986. }
  1987. }
  1988. ],
  1989. "responses": {
  1990. "200": {
  1991. "description": "设置列表",
  1992. "schema": {
  1993. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1994. }
  1995. },
  1996. "400": {
  1997. "description": "具体错误",
  1998. "schema": {
  1999. "$ref": "#/definitions/md.Response"
  2000. }
  2001. }
  2002. }
  2003. }
  2004. },
  2005. "/api/im/pageEmoticon": {
  2006. "post": {
  2007. "description": "表情包(列表)",
  2008. "consumes": [
  2009. "application/json"
  2010. ],
  2011. "produces": [
  2012. "application/json"
  2013. ],
  2014. "tags": [
  2015. "表情包"
  2016. ],
  2017. "summary": "Im-表情包(列表)",
  2018. "parameters": [
  2019. {
  2020. "type": "string",
  2021. "description": "验证参数Bearer和token空格拼接",
  2022. "name": "Authorization",
  2023. "in": "header",
  2024. "required": true
  2025. },
  2026. {
  2027. "description": "相关参数",
  2028. "name": "req",
  2029. "in": "body",
  2030. "required": true,
  2031. "schema": {
  2032. "$ref": "#/definitions/md.PageEmoticonReq"
  2033. }
  2034. }
  2035. ],
  2036. "responses": {
  2037. "200": {
  2038. "description": "设置列表",
  2039. "schema": {
  2040. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2041. }
  2042. },
  2043. "400": {
  2044. "description": "具体错误",
  2045. "schema": {
  2046. "$ref": "#/definitions/md.Response"
  2047. }
  2048. }
  2049. }
  2050. }
  2051. },
  2052. "/api/im/pageSendRedPackageOrd": {
  2053. "post": {
  2054. "description": "红包记录(列表)",
  2055. "consumes": [
  2056. "application/json"
  2057. ],
  2058. "produces": [
  2059. "application/json"
  2060. ],
  2061. "tags": [
  2062. "红包记录"
  2063. ],
  2064. "summary": "Im-红包记录(列表)",
  2065. "parameters": [
  2066. {
  2067. "type": "string",
  2068. "description": "验证参数Bearer和token空格拼接",
  2069. "name": "Authorization",
  2070. "in": "header",
  2071. "required": true
  2072. },
  2073. {
  2074. "description": "相关参数",
  2075. "name": "req",
  2076. "in": "body",
  2077. "required": true,
  2078. "schema": {
  2079. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2080. }
  2081. }
  2082. ],
  2083. "responses": {
  2084. "200": {
  2085. "description": "success",
  2086. "schema": {
  2087. "type": "string"
  2088. }
  2089. },
  2090. "400": {
  2091. "description": "具体错误",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.Response"
  2094. }
  2095. }
  2096. }
  2097. }
  2098. },
  2099. "/api/im/redPackageRecordsDetail": {
  2100. "get": {
  2101. "description": "红包记录(详情)",
  2102. "consumes": [
  2103. "application/json"
  2104. ],
  2105. "produces": [
  2106. "application/json"
  2107. ],
  2108. "tags": [
  2109. "红包记录"
  2110. ],
  2111. "summary": "Im-红包记录(详情)",
  2112. "parameters": [
  2113. {
  2114. "type": "string",
  2115. "description": "验证参数Bearer和token空格拼接",
  2116. "name": "Authorization",
  2117. "in": "header",
  2118. "required": true
  2119. },
  2120. {
  2121. "type": "string",
  2122. "description": "红包id",
  2123. "name": "red_package_id",
  2124. "in": "query",
  2125. "required": true
  2126. }
  2127. ],
  2128. "responses": {
  2129. "200": {
  2130. "description": "success",
  2131. "schema": {
  2132. "type": "string"
  2133. }
  2134. },
  2135. "400": {
  2136. "description": "具体错误",
  2137. "schema": {
  2138. "$ref": "#/definitions/md.Response"
  2139. }
  2140. }
  2141. }
  2142. }
  2143. },
  2144. "/api/im/setBasic": {
  2145. "post": {
  2146. "description": "基础设置(更新)",
  2147. "consumes": [
  2148. "application/json"
  2149. ],
  2150. "produces": [
  2151. "application/json"
  2152. ],
  2153. "tags": [
  2154. "基础设置"
  2155. ],
  2156. "summary": "Im-基础设置(更新)",
  2157. "parameters": [
  2158. {
  2159. "type": "string",
  2160. "description": "验证参数Bearer和token空格拼接",
  2161. "name": "Authorization",
  2162. "in": "header",
  2163. "required": true
  2164. },
  2165. {
  2166. "description": "上传需要修改的信息",
  2167. "name": "req",
  2168. "in": "body",
  2169. "required": true,
  2170. "schema": {
  2171. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2172. }
  2173. }
  2174. ],
  2175. "responses": {
  2176. "200": {
  2177. "description": "success",
  2178. "schema": {
  2179. "type": "string"
  2180. }
  2181. },
  2182. "400": {
  2183. "description": "具体错误",
  2184. "schema": {
  2185. "$ref": "#/definitions/md.Response"
  2186. }
  2187. }
  2188. }
  2189. }
  2190. },
  2191. "/api/im/setCustomerServiceState": {
  2192. "post": {
  2193. "description": "客服(更新状态)",
  2194. "consumes": [
  2195. "application/json"
  2196. ],
  2197. "produces": [
  2198. "application/json"
  2199. ],
  2200. "tags": [
  2201. "客服"
  2202. ],
  2203. "summary": "Im-客服(更新状态)",
  2204. "parameters": [
  2205. {
  2206. "type": "string",
  2207. "description": "验证参数Bearer和token空格拼接",
  2208. "name": "Authorization",
  2209. "in": "header",
  2210. "required": true
  2211. },
  2212. {
  2213. "description": "相关参数",
  2214. "name": "req",
  2215. "in": "body",
  2216. "required": true,
  2217. "schema": {
  2218. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2219. }
  2220. }
  2221. ],
  2222. "responses": {
  2223. "200": {
  2224. "description": "success",
  2225. "schema": {
  2226. "type": "string"
  2227. }
  2228. },
  2229. "400": {
  2230. "description": "具体错误",
  2231. "schema": {
  2232. "$ref": "#/definitions/md.Response"
  2233. }
  2234. }
  2235. }
  2236. }
  2237. },
  2238. "/api/im/setEmoticonState": {
  2239. "post": {
  2240. "description": "表情包(新增)",
  2241. "consumes": [
  2242. "application/json"
  2243. ],
  2244. "produces": [
  2245. "application/json"
  2246. ],
  2247. "tags": [
  2248. "表情包"
  2249. ],
  2250. "summary": "Im-表情包(更新状态)",
  2251. "parameters": [
  2252. {
  2253. "type": "string",
  2254. "description": "验证参数Bearer和token空格拼接",
  2255. "name": "Authorization",
  2256. "in": "header",
  2257. "required": true
  2258. },
  2259. {
  2260. "description": "相关参数",
  2261. "name": "req",
  2262. "in": "body",
  2263. "required": true,
  2264. "schema": {
  2265. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2266. }
  2267. }
  2268. ],
  2269. "responses": {
  2270. "200": {
  2271. "description": "success",
  2272. "schema": {
  2273. "type": "string"
  2274. }
  2275. },
  2276. "400": {
  2277. "description": "具体错误",
  2278. "schema": {
  2279. "$ref": "#/definitions/md.Response"
  2280. }
  2281. }
  2282. }
  2283. }
  2284. },
  2285. "/api/im/updateCustomerServiceMemo": {
  2286. "post": {
  2287. "description": "客服(编辑备注)",
  2288. "consumes": [
  2289. "application/json"
  2290. ],
  2291. "produces": [
  2292. "application/json"
  2293. ],
  2294. "tags": [
  2295. "客服"
  2296. ],
  2297. "summary": "Im-客服(编辑备注)",
  2298. "parameters": [
  2299. {
  2300. "type": "string",
  2301. "description": "验证参数Bearer和token空格拼接",
  2302. "name": "Authorization",
  2303. "in": "header",
  2304. "required": true
  2305. },
  2306. {
  2307. "description": "相关参数",
  2308. "name": "req",
  2309. "in": "body",
  2310. "required": true,
  2311. "schema": {
  2312. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2313. }
  2314. }
  2315. ],
  2316. "responses": {
  2317. "200": {
  2318. "description": "success",
  2319. "schema": {
  2320. "type": "string"
  2321. }
  2322. },
  2323. "400": {
  2324. "description": "具体错误",
  2325. "schema": {
  2326. "$ref": "#/definitions/md.Response"
  2327. }
  2328. }
  2329. }
  2330. }
  2331. },
  2332. "/api/im/updateEmoticon": {
  2333. "post": {
  2334. "description": "表情包(编辑)",
  2335. "consumes": [
  2336. "application/json"
  2337. ],
  2338. "produces": [
  2339. "application/json"
  2340. ],
  2341. "tags": [
  2342. "表情包"
  2343. ],
  2344. "summary": "Im-表情包(编辑)",
  2345. "parameters": [
  2346. {
  2347. "type": "string",
  2348. "description": "验证参数Bearer和token空格拼接",
  2349. "name": "Authorization",
  2350. "in": "header",
  2351. "required": true
  2352. },
  2353. {
  2354. "description": "相关参数",
  2355. "name": "req",
  2356. "in": "body",
  2357. "required": true,
  2358. "schema": {
  2359. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2360. }
  2361. }
  2362. ],
  2363. "responses": {
  2364. "200": {
  2365. "description": "success",
  2366. "schema": {
  2367. "type": "string"
  2368. }
  2369. },
  2370. "400": {
  2371. "description": "具体错误",
  2372. "schema": {
  2373. "$ref": "#/definitions/md.Response"
  2374. }
  2375. }
  2376. }
  2377. }
  2378. },
  2379. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2380. "post": {
  2381. "description": "会员设置(新增)",
  2382. "consumes": [
  2383. "application/json"
  2384. ],
  2385. "produces": [
  2386. "application/json"
  2387. ],
  2388. "tags": [
  2389. "蛋蛋能量"
  2390. ],
  2391. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2392. "parameters": [
  2393. {
  2394. "type": "string",
  2395. "description": "验证参数Bearer和token空格拼接",
  2396. "name": "Authorization",
  2397. "in": "header",
  2398. "required": true
  2399. },
  2400. {
  2401. "description": "system_id 必填",
  2402. "name": "req",
  2403. "in": "body",
  2404. "required": true,
  2405. "schema": {
  2406. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2407. }
  2408. }
  2409. ],
  2410. "responses": {
  2411. "200": {
  2412. "description": "修改数据条数",
  2413. "schema": {
  2414. "type": "int"
  2415. }
  2416. },
  2417. "400": {
  2418. "description": "具体错误",
  2419. "schema": {
  2420. "$ref": "#/definitions/md.Response"
  2421. }
  2422. }
  2423. }
  2424. }
  2425. },
  2426. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2427. "post": {
  2428. "description": "动态数据流水(获取)",
  2429. "consumes": [
  2430. "application/json"
  2431. ],
  2432. "produces": [
  2433. "application/json"
  2434. ],
  2435. "tags": [
  2436. "公排管理"
  2437. ],
  2438. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2439. "parameters": [
  2440. {
  2441. "type": "string",
  2442. "description": "验证参数Bearer和token空格拼接",
  2443. "name": "Authorization",
  2444. "in": "header",
  2445. "required": true
  2446. },
  2447. {
  2448. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2449. "name": "req",
  2450. "in": "body",
  2451. "required": true,
  2452. "schema": {
  2453. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2454. }
  2455. }
  2456. ],
  2457. "responses": {
  2458. "200": {
  2459. "description": "成功返回",
  2460. "schema": {
  2461. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2462. }
  2463. },
  2464. "400": {
  2465. "description": "具体错误",
  2466. "schema": {
  2467. "$ref": "#/definitions/md.Response"
  2468. }
  2469. }
  2470. }
  2471. }
  2472. },
  2473. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2474. "get": {
  2475. "description": "贡献值-基础设置(获取)",
  2476. "consumes": [
  2477. "application/json"
  2478. ],
  2479. "produces": [
  2480. "application/json"
  2481. ],
  2482. "tags": [
  2483. "贡献值"
  2484. ],
  2485. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  2486. "parameters": [
  2487. {
  2488. "type": "string",
  2489. "description": "验证参数Bearer和token空格拼接",
  2490. "name": "Authorization",
  2491. "in": "header",
  2492. "required": true
  2493. }
  2494. ],
  2495. "responses": {
  2496. "200": {
  2497. "description": "具体数据",
  2498. "schema": {
  2499. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  2500. }
  2501. },
  2502. "400": {
  2503. "description": "具体错误",
  2504. "schema": {
  2505. "$ref": "#/definitions/md.Response"
  2506. }
  2507. }
  2508. }
  2509. }
  2510. },
  2511. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  2512. "post": {
  2513. "description": "贡献值-基础设置(更新)",
  2514. "consumes": [
  2515. "application/json"
  2516. ],
  2517. "produces": [
  2518. "application/json"
  2519. ],
  2520. "tags": [
  2521. "贡献值"
  2522. ],
  2523. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  2524. "parameters": [
  2525. {
  2526. "type": "string",
  2527. "description": "验证参数Bearer和token空格拼接",
  2528. "name": "Authorization",
  2529. "in": "header",
  2530. "required": true
  2531. },
  2532. {
  2533. "description": "id 必填",
  2534. "name": "req",
  2535. "in": "body",
  2536. "required": true,
  2537. "schema": {
  2538. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  2539. }
  2540. }
  2541. ],
  2542. "responses": {
  2543. "200": {
  2544. "description": "修改数据条数",
  2545. "schema": {
  2546. "type": "int"
  2547. }
  2548. },
  2549. "400": {
  2550. "description": "具体错误",
  2551. "schema": {
  2552. "$ref": "#/definitions/md.Response"
  2553. }
  2554. }
  2555. }
  2556. }
  2557. },
  2558. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  2559. "post": {
  2560. "description": "蛋蛋分管理(人工打分)",
  2561. "consumes": [
  2562. "application/json"
  2563. ],
  2564. "produces": [
  2565. "application/json"
  2566. ],
  2567. "tags": [
  2568. "蛋蛋能量"
  2569. ],
  2570. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  2571. "parameters": [
  2572. {
  2573. "type": "string",
  2574. "description": "验证参数Bearer和token空格拼接",
  2575. "name": "Authorization",
  2576. "in": "header",
  2577. "required": true
  2578. },
  2579. {
  2580. "description": "请求参数",
  2581. "name": "req",
  2582. "in": "body",
  2583. "required": true,
  2584. "schema": {
  2585. "$ref": "#/definitions/md.ManualScoreReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "成功返回",
  2592. "schema": {
  2593. "type": "string"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  2606. "post": {
  2607. "description": "蛋蛋分管理(着陆页数据分析)",
  2608. "consumes": [
  2609. "application/json"
  2610. ],
  2611. "produces": [
  2612. "application/json"
  2613. ],
  2614. "tags": [
  2615. "蛋蛋能量"
  2616. ],
  2617. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  2618. "parameters": [
  2619. {
  2620. "type": "string",
  2621. "description": "验证参数Bearer和token空格拼接",
  2622. "name": "Authorization",
  2623. "in": "header",
  2624. "required": true
  2625. },
  2626. {
  2627. "description": "请求参数",
  2628. "name": "req",
  2629. "in": "body",
  2630. "required": true,
  2631. "schema": {
  2632. "$ref": "#/definitions/md.StatisticsEggPointReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "成功返回",
  2639. "schema": {
  2640. "$ref": "#/definitions/md.StatisticsEggPointResp"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  2653. "post": {
  2654. "description": "蛋蛋分管理(用户数据列表)",
  2655. "consumes": [
  2656. "application/json"
  2657. ],
  2658. "produces": [
  2659. "application/json"
  2660. ],
  2661. "tags": [
  2662. "蛋蛋能量"
  2663. ],
  2664. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  2665. "parameters": [
  2666. {
  2667. "type": "string",
  2668. "description": "验证参数Bearer和token空格拼接",
  2669. "name": "Authorization",
  2670. "in": "header",
  2671. "required": true
  2672. },
  2673. {
  2674. "description": "请求参数",
  2675. "name": "req",
  2676. "in": "body",
  2677. "required": true,
  2678. "schema": {
  2679. "$ref": "#/definitions/md.UserEggFlowReq"
  2680. }
  2681. }
  2682. ],
  2683. "responses": {
  2684. "200": {
  2685. "description": "成功返回",
  2686. "schema": {
  2687. "$ref": "#/definitions/md.UserEggFlowReqResp"
  2688. }
  2689. },
  2690. "400": {
  2691. "description": "具体错误",
  2692. "schema": {
  2693. "$ref": "#/definitions/md.Response"
  2694. }
  2695. }
  2696. }
  2697. }
  2698. },
  2699. "/api/institutionalManagement/eggEnergy/getBasic": {
  2700. "get": {
  2701. "description": "基础设置(获取)",
  2702. "consumes": [
  2703. "application/json"
  2704. ],
  2705. "produces": [
  2706. "application/json"
  2707. ],
  2708. "tags": [
  2709. "蛋蛋能量"
  2710. ],
  2711. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  2712. "parameters": [
  2713. {
  2714. "type": "string",
  2715. "description": "验证参数Bearer和token空格拼接",
  2716. "name": "Authorization",
  2717. "in": "header",
  2718. "required": true
  2719. }
  2720. ],
  2721. "responses": {
  2722. "200": {
  2723. "description": "具体数据",
  2724. "schema": {
  2725. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  2726. }
  2727. },
  2728. "400": {
  2729. "description": "具体错误",
  2730. "schema": {
  2731. "$ref": "#/definitions/md.Response"
  2732. }
  2733. }
  2734. }
  2735. }
  2736. },
  2737. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  2738. "get": {
  2739. "description": "基础会员设置(获取)",
  2740. "consumes": [
  2741. "application/json"
  2742. ],
  2743. "produces": [
  2744. "application/json"
  2745. ],
  2746. "tags": [
  2747. "蛋蛋能量"
  2748. ],
  2749. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  2750. "parameters": [
  2751. {
  2752. "type": "string",
  2753. "description": "验证参数Bearer和token空格拼接",
  2754. "name": "Authorization",
  2755. "in": "header",
  2756. "required": true
  2757. }
  2758. ],
  2759. "responses": {
  2760. "200": {
  2761. "description": "具体数据",
  2762. "schema": {
  2763. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  2764. }
  2765. },
  2766. "400": {
  2767. "description": "具体错误",
  2768. "schema": {
  2769. "$ref": "#/definitions/md.Response"
  2770. }
  2771. }
  2772. }
  2773. }
  2774. },
  2775. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  2776. "get": {
  2777. "description": "查询所有币种(获取)",
  2778. "consumes": [
  2779. "application/json"
  2780. ],
  2781. "produces": [
  2782. "application/json"
  2783. ],
  2784. "tags": [
  2785. "蛋蛋能量"
  2786. ],
  2787. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  2788. "parameters": [
  2789. {
  2790. "type": "string",
  2791. "description": "验证参数Bearer和token空格拼接",
  2792. "name": "Authorization",
  2793. "in": "header",
  2794. "required": true
  2795. }
  2796. ],
  2797. "responses": {
  2798. "200": {
  2799. "description": "成功返回",
  2800. "schema": {
  2801. "type": "array",
  2802. "items": {
  2803. "$ref": "#/definitions/md.VirtualCoin"
  2804. }
  2805. }
  2806. },
  2807. "400": {
  2808. "description": "具体错误",
  2809. "schema": {
  2810. "$ref": "#/definitions/md.Response"
  2811. }
  2812. }
  2813. }
  2814. }
  2815. },
  2816. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  2817. "get": {
  2818. "description": "数据概览(获取)",
  2819. "consumes": [
  2820. "application/json"
  2821. ],
  2822. "produces": [
  2823. "application/json"
  2824. ],
  2825. "tags": [
  2826. "蛋蛋能量"
  2827. ],
  2828. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  2829. "parameters": [
  2830. {
  2831. "type": "string",
  2832. "description": "验证参数Bearer和token空格拼接",
  2833. "name": "Authorization",
  2834. "in": "header",
  2835. "required": true
  2836. }
  2837. ],
  2838. "responses": {
  2839. "200": {
  2840. "description": "具体数据",
  2841. "schema": {
  2842. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  2843. }
  2844. },
  2845. "400": {
  2846. "description": "具体错误",
  2847. "schema": {
  2848. "$ref": "#/definitions/md.Response"
  2849. }
  2850. }
  2851. }
  2852. }
  2853. },
  2854. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  2855. "post": {
  2856. "description": "价值明细数据(新增)",
  2857. "consumes": [
  2858. "application/json"
  2859. ],
  2860. "produces": [
  2861. "application/json"
  2862. ],
  2863. "tags": [
  2864. "蛋蛋能量"
  2865. ],
  2866. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  2867. "parameters": [
  2868. {
  2869. "type": "string",
  2870. "description": "验证参数Bearer和token空格拼接",
  2871. "name": "Authorization",
  2872. "in": "header",
  2873. "required": true
  2874. },
  2875. {
  2876. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  2877. "name": "req",
  2878. "in": "body",
  2879. "required": true,
  2880. "schema": {
  2881. "$ref": "#/definitions/md.AddFundDataReq"
  2882. }
  2883. }
  2884. ],
  2885. "responses": {
  2886. "200": {
  2887. "description": "插入数据 id",
  2888. "schema": {
  2889. "type": "int"
  2890. }
  2891. },
  2892. "400": {
  2893. "description": "具体错误",
  2894. "schema": {
  2895. "$ref": "#/definitions/md.Response"
  2896. }
  2897. }
  2898. }
  2899. }
  2900. },
  2901. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  2902. "post": {
  2903. "description": "新增数据列表(获取)",
  2904. "consumes": [
  2905. "application/json"
  2906. ],
  2907. "produces": [
  2908. "application/json"
  2909. ],
  2910. "tags": [
  2911. "蛋蛋能量"
  2912. ],
  2913. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  2914. "parameters": [
  2915. {
  2916. "type": "string",
  2917. "description": "验证参数Bearer和token空格拼接",
  2918. "name": "Authorization",
  2919. "in": "header",
  2920. "required": true
  2921. },
  2922. {
  2923. "description": "分页信息必填",
  2924. "name": "req",
  2925. "in": "body",
  2926. "required": true,
  2927. "schema": {
  2928. "$ref": "#/definitions/md.GetFundDataListReq"
  2929. }
  2930. }
  2931. ],
  2932. "responses": {
  2933. "200": {
  2934. "description": "具体数据",
  2935. "schema": {
  2936. "$ref": "#/definitions/md.GetFundDataListResp"
  2937. }
  2938. },
  2939. "400": {
  2940. "description": "具体错误",
  2941. "schema": {
  2942. "$ref": "#/definitions/md.Response"
  2943. }
  2944. }
  2945. }
  2946. }
  2947. },
  2948. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  2949. "post": {
  2950. "description": "新增数据列表详情(查询)",
  2951. "consumes": [
  2952. "application/json"
  2953. ],
  2954. "produces": [
  2955. "application/json"
  2956. ],
  2957. "tags": [
  2958. "蛋蛋能量"
  2959. ],
  2960. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  2961. "parameters": [
  2962. {
  2963. "type": "string",
  2964. "description": "验证参数Bearer和token空格拼接",
  2965. "name": "Authorization",
  2966. "in": "header",
  2967. "required": true
  2968. },
  2969. {
  2970. "description": "获取到的 system_id 以及分页信息",
  2971. "name": "req",
  2972. "in": "body",
  2973. "required": true,
  2974. "schema": {
  2975. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  2976. }
  2977. }
  2978. ],
  2979. "responses": {
  2980. "200": {
  2981. "description": "具体数据",
  2982. "schema": {
  2983. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  2984. }
  2985. },
  2986. "400": {
  2987. "description": "具体错误",
  2988. "schema": {
  2989. "$ref": "#/definitions/md.Response"
  2990. }
  2991. }
  2992. }
  2993. }
  2994. },
  2995. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  2996. "get": {
  2997. "description": "价格趋势(获取)",
  2998. "consumes": [
  2999. "application/json"
  3000. ],
  3001. "produces": [
  3002. "application/json"
  3003. ],
  3004. "tags": [
  3005. "蛋蛋能量"
  3006. ],
  3007. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3008. "parameters": [
  3009. {
  3010. "type": "string",
  3011. "description": "验证参数Bearer和token空格拼接",
  3012. "name": "Authorization",
  3013. "in": "header",
  3014. "required": true
  3015. },
  3016. {
  3017. "type": "string",
  3018. "description": "1:按天 2:按小时 3:按周",
  3019. "name": "kind",
  3020. "in": "query"
  3021. }
  3022. ],
  3023. "responses": {
  3024. "200": {
  3025. "description": "具体数据",
  3026. "schema": {
  3027. "$ref": "#/definitions/md.GetPriceCurveResp"
  3028. }
  3029. },
  3030. "400": {
  3031. "description": "具体错误",
  3032. "schema": {
  3033. "$ref": "#/definitions/md.Response"
  3034. }
  3035. }
  3036. }
  3037. }
  3038. },
  3039. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3040. "post": {
  3041. "description": "激励视频(获取)",
  3042. "consumes": [
  3043. "application/json"
  3044. ],
  3045. "produces": [
  3046. "application/json"
  3047. ],
  3048. "tags": [
  3049. "蛋蛋能量"
  3050. ],
  3051. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3052. "parameters": [
  3053. {
  3054. "type": "string",
  3055. "description": "验证参数Bearer和token空格拼接",
  3056. "name": "Authorization",
  3057. "in": "header",
  3058. "required": true
  3059. },
  3060. {
  3061. "description": "落地页不填页大小默认20条数据",
  3062. "name": "req",
  3063. "in": "body",
  3064. "required": true,
  3065. "schema": {
  3066. "$ref": "#/definitions/md.SetVideoRewardReq"
  3067. }
  3068. }
  3069. ],
  3070. "responses": {
  3071. "200": {
  3072. "description": "OK",
  3073. "schema": {
  3074. "$ref": "#/definitions/md.GetVideoRewardResp"
  3075. }
  3076. },
  3077. "400": {
  3078. "description": "具体错误",
  3079. "schema": {
  3080. "$ref": "#/definitions/md.Response"
  3081. }
  3082. }
  3083. }
  3084. }
  3085. },
  3086. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3087. "post": {
  3088. "description": "其他广告设置数据(新增)",
  3089. "consumes": [
  3090. "application/json"
  3091. ],
  3092. "produces": [
  3093. "application/json"
  3094. ],
  3095. "tags": [
  3096. "蛋蛋能量"
  3097. ],
  3098. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3099. "parameters": [
  3100. {
  3101. "type": "string",
  3102. "description": "验证参数Bearer和token空格拼接",
  3103. "name": "Authorization",
  3104. "in": "header",
  3105. "required": true
  3106. },
  3107. {
  3108. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3109. "name": "req",
  3110. "in": "body",
  3111. "required": true,
  3112. "schema": {
  3113. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3114. }
  3115. }
  3116. ],
  3117. "responses": {
  3118. "200": {
  3119. "description": "插入数据 id",
  3120. "schema": {
  3121. "type": "int"
  3122. }
  3123. },
  3124. "400": {
  3125. "description": "具体错误",
  3126. "schema": {
  3127. "$ref": "#/definitions/md.Response"
  3128. }
  3129. }
  3130. }
  3131. }
  3132. },
  3133. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3134. "post": {
  3135. "description": "其他广告设置数据(获取)",
  3136. "consumes": [
  3137. "application/json"
  3138. ],
  3139. "produces": [
  3140. "application/json"
  3141. ],
  3142. "tags": [
  3143. "蛋蛋能量"
  3144. ],
  3145. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3146. "parameters": [
  3147. {
  3148. "type": "string",
  3149. "description": "验证参数Bearer和token空格拼接",
  3150. "name": "Authorization",
  3151. "in": "header",
  3152. "required": true
  3153. },
  3154. {
  3155. "description": "分页信息必填",
  3156. "name": "req",
  3157. "in": "body",
  3158. "required": true,
  3159. "schema": {
  3160. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3161. }
  3162. }
  3163. ],
  3164. "responses": {
  3165. "200": {
  3166. "description": "具体数据",
  3167. "schema": {
  3168. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3169. }
  3170. },
  3171. "400": {
  3172. "description": "具体错误",
  3173. "schema": {
  3174. "$ref": "#/definitions/md.Response"
  3175. }
  3176. }
  3177. }
  3178. }
  3179. },
  3180. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3181. "post": {
  3182. "description": "激励视频(设置)",
  3183. "consumes": [
  3184. "application/json"
  3185. ],
  3186. "produces": [
  3187. "application/json"
  3188. ],
  3189. "tags": [
  3190. "蛋蛋能量"
  3191. ],
  3192. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3193. "parameters": [
  3194. {
  3195. "type": "string",
  3196. "description": "验证参数Bearer和token空格拼接",
  3197. "name": "Authorization",
  3198. "in": "header",
  3199. "required": true
  3200. },
  3201. {
  3202. "description": "落地页不填页大小默认20条数据",
  3203. "name": "req",
  3204. "in": "body",
  3205. "required": true,
  3206. "schema": {
  3207. "$ref": "#/definitions/md.SetVideoRewardReq"
  3208. }
  3209. }
  3210. ],
  3211. "responses": {
  3212. "200": {
  3213. "description": "success",
  3214. "schema": {
  3215. "type": "string"
  3216. }
  3217. },
  3218. "400": {
  3219. "description": "具体错误",
  3220. "schema": {
  3221. "$ref": "#/definitions/md.Response"
  3222. }
  3223. }
  3224. }
  3225. }
  3226. },
  3227. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3228. "post": {
  3229. "description": "基础设置(更新)",
  3230. "consumes": [
  3231. "application/json"
  3232. ],
  3233. "produces": [
  3234. "application/json"
  3235. ],
  3236. "tags": [
  3237. "蛋蛋能量"
  3238. ],
  3239. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3240. "parameters": [
  3241. {
  3242. "type": "string",
  3243. "description": "验证参数Bearer和token空格拼接",
  3244. "name": "Authorization",
  3245. "in": "header",
  3246. "required": true
  3247. },
  3248. {
  3249. "description": "system_id 必填",
  3250. "name": "req",
  3251. "in": "body",
  3252. "required": true,
  3253. "schema": {
  3254. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3255. }
  3256. }
  3257. ],
  3258. "responses": {
  3259. "200": {
  3260. "description": "修改数据条数",
  3261. "schema": {
  3262. "type": "int"
  3263. }
  3264. },
  3265. "400": {
  3266. "description": "具体错误",
  3267. "schema": {
  3268. "$ref": "#/definitions/md.Response"
  3269. }
  3270. }
  3271. }
  3272. }
  3273. },
  3274. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3275. "post": {
  3276. "description": "会员设置(更新)",
  3277. "consumes": [
  3278. "application/json"
  3279. ],
  3280. "produces": [
  3281. "application/json"
  3282. ],
  3283. "tags": [
  3284. "蛋蛋能量"
  3285. ],
  3286. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3287. "parameters": [
  3288. {
  3289. "type": "string",
  3290. "description": "验证参数Bearer和token空格拼接",
  3291. "name": "Authorization",
  3292. "in": "header",
  3293. "required": true
  3294. },
  3295. {
  3296. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3297. "name": "req",
  3298. "in": "body",
  3299. "required": true,
  3300. "schema": {
  3301. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3302. }
  3303. }
  3304. ],
  3305. "responses": {
  3306. "200": {
  3307. "description": "修改数据条数",
  3308. "schema": {
  3309. "type": "int"
  3310. }
  3311. },
  3312. "400": {
  3313. "description": "具体错误",
  3314. "schema": {
  3315. "$ref": "#/definitions/md.Response"
  3316. }
  3317. }
  3318. }
  3319. }
  3320. },
  3321. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3322. "post": {
  3323. "description": "蛋蛋能量流水(查询)",
  3324. "consumes": [
  3325. "application/json"
  3326. ],
  3327. "produces": [
  3328. "application/json"
  3329. ],
  3330. "tags": [
  3331. "公排管理"
  3332. ],
  3333. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3334. "parameters": [
  3335. {
  3336. "type": "string",
  3337. "description": "验证参数Bearer和token空格拼接",
  3338. "name": "Authorization",
  3339. "in": "header",
  3340. "required": true
  3341. },
  3342. {
  3343. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3344. "name": "req",
  3345. "in": "body",
  3346. "required": true,
  3347. "schema": {
  3348. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3349. }
  3350. }
  3351. ],
  3352. "responses": {
  3353. "200": {
  3354. "description": "成功返回",
  3355. "schema": {
  3356. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3357. }
  3358. },
  3359. "400": {
  3360. "description": "具体错误",
  3361. "schema": {
  3362. "$ref": "#/definitions/md.Response"
  3363. }
  3364. }
  3365. }
  3366. }
  3367. },
  3368. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3369. "post": {
  3370. "description": "蛋蛋能量明细(获取)",
  3371. "consumes": [
  3372. "application/json"
  3373. ],
  3374. "produces": [
  3375. "application/json"
  3376. ],
  3377. "tags": [
  3378. "公排管理"
  3379. ],
  3380. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3381. "parameters": [
  3382. {
  3383. "type": "string",
  3384. "description": "验证参数Bearer和token空格拼接",
  3385. "name": "Authorization",
  3386. "in": "header",
  3387. "required": true
  3388. },
  3389. {
  3390. "description": "落地页不填页大小默认20条数据",
  3391. "name": "req",
  3392. "in": "body",
  3393. "schema": {
  3394. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3395. }
  3396. }
  3397. ],
  3398. "responses": {
  3399. "200": {
  3400. "description": "成功返回",
  3401. "schema": {
  3402. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3403. }
  3404. },
  3405. "400": {
  3406. "description": "具体错误",
  3407. "schema": {
  3408. "$ref": "#/definitions/md.Response"
  3409. }
  3410. }
  3411. }
  3412. }
  3413. },
  3414. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3415. "post": {
  3416. "description": "蛋蛋积分持有者明细(获取)",
  3417. "consumes": [
  3418. "application/json"
  3419. ],
  3420. "produces": [
  3421. "application/json"
  3422. ],
  3423. "tags": [
  3424. "公排管理"
  3425. ],
  3426. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3427. "parameters": [
  3428. {
  3429. "type": "string",
  3430. "description": "验证参数Bearer和token空格拼接",
  3431. "name": "Authorization",
  3432. "in": "header",
  3433. "required": true
  3434. },
  3435. {
  3436. "description": "落地页不填页大小默认20条数据",
  3437. "name": "req",
  3438. "in": "body",
  3439. "schema": {
  3440. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3441. }
  3442. }
  3443. ],
  3444. "responses": {
  3445. "200": {
  3446. "description": "成功返回",
  3447. "schema": {
  3448. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3449. }
  3450. },
  3451. "400": {
  3452. "description": "具体错误",
  3453. "schema": {
  3454. "$ref": "#/definitions/md.Response"
  3455. }
  3456. }
  3457. }
  3458. }
  3459. },
  3460. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3461. "post": {
  3462. "description": "蛋蛋积分流水明细(查询)",
  3463. "consumes": [
  3464. "application/json"
  3465. ],
  3466. "produces": [
  3467. "application/json"
  3468. ],
  3469. "tags": [
  3470. "公排管理"
  3471. ],
  3472. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3473. "parameters": [
  3474. {
  3475. "type": "string",
  3476. "description": "验证参数Bearer和token空格拼接",
  3477. "name": "Authorization",
  3478. "in": "header",
  3479. "required": true
  3480. },
  3481. {
  3482. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3483. "name": "req",
  3484. "in": "body",
  3485. "required": true,
  3486. "schema": {
  3487. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  3488. }
  3489. }
  3490. ],
  3491. "responses": {
  3492. "200": {
  3493. "description": "成功返回",
  3494. "schema": {
  3495. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  3496. }
  3497. },
  3498. "400": {
  3499. "description": "具体错误",
  3500. "schema": {
  3501. "$ref": "#/definitions/md.Response"
  3502. }
  3503. }
  3504. }
  3505. }
  3506. },
  3507. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  3508. "get": {
  3509. "description": "个性化设置(获取)",
  3510. "consumes": [
  3511. "application/json"
  3512. ],
  3513. "produces": [
  3514. "application/json"
  3515. ],
  3516. "tags": [
  3517. "模块设置"
  3518. ],
  3519. "summary": "制度中心-模块设置-个性化设置(获取)",
  3520. "parameters": [
  3521. {
  3522. "type": "string",
  3523. "description": "验证参数Bearer和token空格拼接",
  3524. "name": "Authorization",
  3525. "in": "header",
  3526. "required": true
  3527. },
  3528. {
  3529. "type": "string",
  3530. "description": "模块类型值",
  3531. "name": "mod_name_value",
  3532. "in": "query",
  3533. "required": true
  3534. }
  3535. ],
  3536. "responses": {
  3537. "200": {
  3538. "description": "具体数据",
  3539. "schema": {
  3540. "$ref": "#/definitions/md.ModuleSettingGetResp"
  3541. }
  3542. },
  3543. "400": {
  3544. "description": "具体错误",
  3545. "schema": {
  3546. "$ref": "#/definitions/md.Response"
  3547. }
  3548. }
  3549. }
  3550. }
  3551. },
  3552. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  3553. "post": {
  3554. "description": "个性化设置(更新)",
  3555. "consumes": [
  3556. "application/json"
  3557. ],
  3558. "produces": [
  3559. "application/json"
  3560. ],
  3561. "tags": [
  3562. "模块设置"
  3563. ],
  3564. "summary": "制度中心-模块设置-个性化设置(更新)",
  3565. "parameters": [
  3566. {
  3567. "type": "string",
  3568. "description": "验证参数Bearer和token空格拼接",
  3569. "name": "Authorization",
  3570. "in": "header",
  3571. "required": true
  3572. },
  3573. {
  3574. "description": "模块类型值必填 链接传入完整 URL",
  3575. "name": "req",
  3576. "in": "body",
  3577. "required": true,
  3578. "schema": {
  3579. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  3580. }
  3581. }
  3582. ],
  3583. "responses": {
  3584. "200": {
  3585. "description": "修改数据条数",
  3586. "schema": {
  3587. "type": "int"
  3588. }
  3589. },
  3590. "400": {
  3591. "description": "具体错误",
  3592. "schema": {
  3593. "$ref": "#/definitions/md.Response"
  3594. }
  3595. }
  3596. }
  3597. }
  3598. },
  3599. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  3600. "post": {
  3601. "description": "社区分红(新增)",
  3602. "consumes": [
  3603. "application/json"
  3604. ],
  3605. "produces": [
  3606. "application/json"
  3607. ],
  3608. "tags": [
  3609. "公排管理"
  3610. ],
  3611. "summary": "制度中心-公排管理-社区分红(新增)",
  3612. "parameters": [
  3613. {
  3614. "type": "string",
  3615. "description": "验证参数Bearer和token空格拼接",
  3616. "name": "Authorization",
  3617. "in": "header",
  3618. "required": true
  3619. },
  3620. {
  3621. "description": "分红名称、分红总量",
  3622. "name": "req",
  3623. "in": "body",
  3624. "required": true,
  3625. "schema": {
  3626. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  3627. }
  3628. }
  3629. ],
  3630. "responses": {
  3631. "200": {
  3632. "description": "成功",
  3633. "schema": {
  3634. "type": "success"
  3635. }
  3636. },
  3637. "400": {
  3638. "description": "具体错误",
  3639. "schema": {
  3640. "$ref": "#/definitions/md.Response"
  3641. }
  3642. }
  3643. }
  3644. }
  3645. },
  3646. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  3647. "post": {
  3648. "description": "社区分红(查询)",
  3649. "consumes": [
  3650. "application/json"
  3651. ],
  3652. "produces": [
  3653. "application/json"
  3654. ],
  3655. "tags": [
  3656. "公排管理"
  3657. ],
  3658. "summary": "制度中心-公排管理-社区分红(查询)",
  3659. "parameters": [
  3660. {
  3661. "type": "string",
  3662. "description": "验证参数Bearer和token空格拼接",
  3663. "name": "Authorization",
  3664. "in": "header",
  3665. "required": true
  3666. },
  3667. {
  3668. "description": "页数、每页大小必填 起止时间、起止数量选填",
  3669. "name": "req",
  3670. "in": "body",
  3671. "required": true,
  3672. "schema": {
  3673. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  3674. }
  3675. }
  3676. ],
  3677. "responses": {
  3678. "200": {
  3679. "description": "具体数据",
  3680. "schema": {
  3681. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  3682. }
  3683. },
  3684. "400": {
  3685. "description": "具体错误",
  3686. "schema": {
  3687. "$ref": "#/definitions/md.Response"
  3688. }
  3689. }
  3690. }
  3691. }
  3692. },
  3693. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  3694. "post": {
  3695. "description": "社区长列表(新增)",
  3696. "consumes": [
  3697. "application/json"
  3698. ],
  3699. "produces": [
  3700. "application/json"
  3701. ],
  3702. "tags": [
  3703. "公排管理"
  3704. ],
  3705. "summary": "制度中心-公排管理-社区长列表(新增)",
  3706. "parameters": [
  3707. {
  3708. "type": "string",
  3709. "description": "验证参数Bearer和token空格拼接",
  3710. "name": "Authorization",
  3711. "in": "header",
  3712. "required": true
  3713. },
  3714. {
  3715. "description": "新增社区长 ID、备注",
  3716. "name": "req",
  3717. "in": "body",
  3718. "required": true,
  3719. "schema": {
  3720. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  3721. }
  3722. }
  3723. ],
  3724. "responses": {
  3725. "200": {
  3726. "description": "插入数据 ID",
  3727. "schema": {
  3728. "type": "int"
  3729. }
  3730. },
  3731. "400": {
  3732. "description": "具体错误",
  3733. "schema": {
  3734. "$ref": "#/definitions/md.Response"
  3735. }
  3736. }
  3737. }
  3738. }
  3739. },
  3740. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  3741. "post": {
  3742. "description": "社区长列表(查询)",
  3743. "consumes": [
  3744. "application/json"
  3745. ],
  3746. "produces": [
  3747. "application/json"
  3748. ],
  3749. "tags": [
  3750. "公排管理"
  3751. ],
  3752. "summary": "制度中心-公排管理-社区长列表(查询)",
  3753. "parameters": [
  3754. {
  3755. "type": "string",
  3756. "description": "验证参数Bearer和token空格拼接",
  3757. "name": "Authorization",
  3758. "in": "header",
  3759. "required": true
  3760. },
  3761. {
  3762. "description": "页数、每页大小必填 手机号、用户ID选填",
  3763. "name": "req",
  3764. "in": "body",
  3765. "required": true,
  3766. "schema": {
  3767. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  3768. }
  3769. }
  3770. ],
  3771. "responses": {
  3772. "200": {
  3773. "description": "社区长列表",
  3774. "schema": {
  3775. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  3776. }
  3777. },
  3778. "400": {
  3779. "description": "具体错误",
  3780. "schema": {
  3781. "$ref": "#/definitions/md.Response"
  3782. }
  3783. }
  3784. }
  3785. }
  3786. },
  3787. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  3788. "post": {
  3789. "description": "关系分布图(位置转换)",
  3790. "consumes": [
  3791. "application/json"
  3792. ],
  3793. "produces": [
  3794. "application/json"
  3795. ],
  3796. "tags": [
  3797. "公排管理"
  3798. ],
  3799. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  3800. "parameters": [
  3801. {
  3802. "type": "string",
  3803. "description": "验证参数Bearer和token空格拼接",
  3804. "name": "Authorization",
  3805. "in": "header",
  3806. "required": true
  3807. },
  3808. {
  3809. "description": "需要交换的两个位置",
  3810. "name": "req",
  3811. "in": "body",
  3812. "required": true,
  3813. "schema": {
  3814. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  3815. }
  3816. }
  3817. ],
  3818. "responses": {
  3819. "200": {
  3820. "description": "成功返回",
  3821. "schema": {
  3822. "type": ""
  3823. }
  3824. },
  3825. "400": {
  3826. "description": "具体错误",
  3827. "schema": {
  3828. "$ref": "#/definitions/md.Response"
  3829. }
  3830. }
  3831. }
  3832. }
  3833. },
  3834. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  3835. "get": {
  3836. "description": "关系分布图(获取指定用户上级)",
  3837. "consumes": [
  3838. "application/json"
  3839. ],
  3840. "produces": [
  3841. "application/json"
  3842. ],
  3843. "tags": [
  3844. "公排管理"
  3845. ],
  3846. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  3847. "parameters": [
  3848. {
  3849. "type": "string",
  3850. "description": "验证参数Bearer和token空格拼接",
  3851. "name": "Authorization",
  3852. "in": "header",
  3853. "required": true
  3854. },
  3855. {
  3856. "type": "string",
  3857. "description": "用户ID",
  3858. "name": "uid",
  3859. "in": "query",
  3860. "required": true
  3861. }
  3862. ],
  3863. "responses": {
  3864. "200": {
  3865. "description": "具体数据",
  3866. "schema": {
  3867. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  3868. }
  3869. },
  3870. "400": {
  3871. "description": "具体错误",
  3872. "schema": {
  3873. "$ref": "#/definitions/md.Response"
  3874. }
  3875. }
  3876. }
  3877. }
  3878. },
  3879. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  3880. "get": {
  3881. "description": "关系分布图(获取指定用户下级)",
  3882. "consumes": [
  3883. "application/json"
  3884. ],
  3885. "produces": [
  3886. "application/json"
  3887. ],
  3888. "tags": [
  3889. "公排管理"
  3890. ],
  3891. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  3892. "parameters": [
  3893. {
  3894. "type": "string",
  3895. "description": "验证参数Bearer和token空格拼接",
  3896. "name": "Authorization",
  3897. "in": "header",
  3898. "required": true
  3899. },
  3900. {
  3901. "type": "string",
  3902. "description": "用户ID",
  3903. "name": "uid",
  3904. "in": "query",
  3905. "required": true
  3906. }
  3907. ],
  3908. "responses": {
  3909. "200": {
  3910. "description": "具体数据",
  3911. "schema": {
  3912. "$ref": "#/definitions/md.TreeNode"
  3913. }
  3914. },
  3915. "400": {
  3916. "description": "具体错误",
  3917. "schema": {
  3918. "$ref": "#/definitions/md.Response"
  3919. }
  3920. }
  3921. }
  3922. }
  3923. },
  3924. "/api/institutionalManagement/publicPlatoon/getBasic": {
  3925. "get": {
  3926. "description": "公排基础设置(获取)",
  3927. "consumes": [
  3928. "application/json"
  3929. ],
  3930. "produces": [
  3931. "application/json"
  3932. ],
  3933. "tags": [
  3934. "公排管理"
  3935. ],
  3936. "summary": "制度中心-公排管理-公排基础设置(获取)",
  3937. "parameters": [
  3938. {
  3939. "type": "string",
  3940. "description": "验证参数Bearer和token空格拼接",
  3941. "name": "Authorization",
  3942. "in": "header",
  3943. "required": true
  3944. }
  3945. ],
  3946. "responses": {
  3947. "200": {
  3948. "description": "具体数据",
  3949. "schema": {
  3950. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  3951. }
  3952. },
  3953. "400": {
  3954. "description": "具体错误",
  3955. "schema": {
  3956. "$ref": "#/definitions/md.Response"
  3957. }
  3958. }
  3959. }
  3960. }
  3961. },
  3962. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  3963. "delete": {
  3964. "description": "免罚用户(删除)",
  3965. "consumes": [
  3966. "application/json"
  3967. ],
  3968. "produces": [
  3969. "application/json"
  3970. ],
  3971. "tags": [
  3972. "公排管理"
  3973. ],
  3974. "summary": "制度中心-公排管理-免罚用户(删除)",
  3975. "parameters": [
  3976. {
  3977. "type": "string",
  3978. "description": "验证参数Bearer和token空格拼接",
  3979. "name": "Authorization",
  3980. "in": "header",
  3981. "required": true
  3982. },
  3983. {
  3984. "description": "免罚用户ID",
  3985. "name": "req",
  3986. "in": "body",
  3987. "required": true,
  3988. "schema": {
  3989. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  3990. }
  3991. }
  3992. ],
  3993. "responses": {
  3994. "200": {
  3995. "description": "删除数据数量",
  3996. "schema": {
  3997. "type": "int"
  3998. }
  3999. },
  4000. "400": {
  4001. "description": "具体错误",
  4002. "schema": {
  4003. "$ref": "#/definitions/md.Response"
  4004. }
  4005. }
  4006. }
  4007. }
  4008. },
  4009. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4010. "post": {
  4011. "description": "免罚用户(查询)",
  4012. "consumes": [
  4013. "application/json"
  4014. ],
  4015. "produces": [
  4016. "application/json"
  4017. ],
  4018. "tags": [
  4019. "公排管理"
  4020. ],
  4021. "summary": "制度中心-公排管理-免罚用户(查询)",
  4022. "parameters": [
  4023. {
  4024. "type": "string",
  4025. "description": "验证参数Bearer和token空格拼接",
  4026. "name": "Authorization",
  4027. "in": "header",
  4028. "required": true
  4029. },
  4030. {
  4031. "description": "页数和行数必填,uid选填",
  4032. "name": "req",
  4033. "in": "body",
  4034. "required": true,
  4035. "schema": {
  4036. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4037. }
  4038. }
  4039. ],
  4040. "responses": {
  4041. "200": {
  4042. "description": "成功返回",
  4043. "schema": {
  4044. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4045. }
  4046. },
  4047. "400": {
  4048. "description": "具体错误",
  4049. "schema": {
  4050. "$ref": "#/definitions/md.Response"
  4051. }
  4052. }
  4053. }
  4054. }
  4055. },
  4056. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4057. "post": {
  4058. "description": "免罚用户(新增)",
  4059. "consumes": [
  4060. "application/json"
  4061. ],
  4062. "produces": [
  4063. "application/json"
  4064. ],
  4065. "tags": [
  4066. "公排管理"
  4067. ],
  4068. "summary": "制度中心-公排管理-免罚用户(新增)",
  4069. "parameters": [
  4070. {
  4071. "type": "string",
  4072. "description": "验证参数Bearer和token空格拼接",
  4073. "name": "Authorization",
  4074. "in": "header",
  4075. "required": true
  4076. },
  4077. {
  4078. "description": "免罚用户ID",
  4079. "name": "req",
  4080. "in": "body",
  4081. "required": true,
  4082. "schema": {
  4083. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4084. }
  4085. }
  4086. ],
  4087. "responses": {
  4088. "200": {
  4089. "description": "插入数据 ID",
  4090. "schema": {
  4091. "type": "int"
  4092. }
  4093. },
  4094. "400": {
  4095. "description": "具体错误",
  4096. "schema": {
  4097. "$ref": "#/definitions/md.Response"
  4098. }
  4099. }
  4100. }
  4101. }
  4102. },
  4103. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4104. "get": {
  4105. "description": "关系分布图(获取)",
  4106. "consumes": [
  4107. "application/json"
  4108. ],
  4109. "produces": [
  4110. "application/json"
  4111. ],
  4112. "tags": [
  4113. "公排管理"
  4114. ],
  4115. "summary": "制度中心-公排管理-关系分布图(获取)",
  4116. "parameters": [
  4117. {
  4118. "type": "string",
  4119. "description": "验证参数Bearer和token空格拼接",
  4120. "name": "Authorization",
  4121. "in": "header",
  4122. "required": true
  4123. },
  4124. {
  4125. "type": "string",
  4126. "description": "phone",
  4127. "name": "phone",
  4128. "in": "query",
  4129. "required": true
  4130. },
  4131. {
  4132. "type": "string",
  4133. "description": "uid",
  4134. "name": "uid",
  4135. "in": "query",
  4136. "required": true
  4137. }
  4138. ],
  4139. "responses": {
  4140. "200": {
  4141. "description": "具体数据",
  4142. "schema": {
  4143. "$ref": "#/definitions/md.TreeNode"
  4144. }
  4145. },
  4146. "400": {
  4147. "description": "具体错误",
  4148. "schema": {
  4149. "$ref": "#/definitions/md.Response"
  4150. }
  4151. }
  4152. }
  4153. }
  4154. },
  4155. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4156. "post": {
  4157. "description": "公排基础设置选择会员(查询)",
  4158. "consumes": [
  4159. "application/json"
  4160. ],
  4161. "produces": [
  4162. "application/json"
  4163. ],
  4164. "tags": [
  4165. "公排管理"
  4166. ],
  4167. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4168. "parameters": [
  4169. {
  4170. "type": "string",
  4171. "description": "验证参数Bearer和token空格拼接",
  4172. "name": "Authorization",
  4173. "in": "header",
  4174. "required": true
  4175. },
  4176. {
  4177. "description": "分页信息必填",
  4178. "name": "req",
  4179. "in": "body",
  4180. "required": true,
  4181. "schema": {
  4182. "$ref": "#/definitions/md.SelectMemberReq"
  4183. }
  4184. }
  4185. ],
  4186. "responses": {
  4187. "200": {
  4188. "description": "具体数据",
  4189. "schema": {
  4190. "$ref": "#/definitions/md.SelectMemberResp"
  4191. }
  4192. },
  4193. "400": {
  4194. "description": "具体错误",
  4195. "schema": {
  4196. "$ref": "#/definitions/md.Response"
  4197. }
  4198. }
  4199. }
  4200. }
  4201. },
  4202. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4203. "put": {
  4204. "description": "公排基础设置(修改)",
  4205. "consumes": [
  4206. "application/json"
  4207. ],
  4208. "produces": [
  4209. "application/json"
  4210. ],
  4211. "tags": [
  4212. "公排管理"
  4213. ],
  4214. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4215. "parameters": [
  4216. {
  4217. "type": "string",
  4218. "description": "验证参数Bearer和token空格拼接",
  4219. "name": "Authorization",
  4220. "in": "header",
  4221. "required": true
  4222. },
  4223. {
  4224. "description": "公排设置表单内容",
  4225. "name": "req",
  4226. "in": "body",
  4227. "required": true,
  4228. "schema": {
  4229. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4230. }
  4231. }
  4232. ],
  4233. "responses": {
  4234. "200": {
  4235. "description": "success",
  4236. "schema": {
  4237. "type": "string"
  4238. }
  4239. },
  4240. "400": {
  4241. "description": "具体错误",
  4242. "schema": {
  4243. "$ref": "#/definitions/md.Response"
  4244. }
  4245. }
  4246. }
  4247. }
  4248. },
  4249. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4250. "post": {
  4251. "description": "日活分析",
  4252. "consumes": [
  4253. "application/json"
  4254. ],
  4255. "produces": [
  4256. "application/json"
  4257. ],
  4258. "tags": [
  4259. "公排管理"
  4260. ],
  4261. "summary": "制度中心-公排管理-日活分析",
  4262. "parameters": [
  4263. {
  4264. "type": "string",
  4265. "description": "验证参数Bearer和token空格拼接",
  4266. "name": "Authorization",
  4267. "in": "header",
  4268. "required": true
  4269. },
  4270. {
  4271. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4272. "name": "req",
  4273. "in": "body",
  4274. "required": true,
  4275. "schema": {
  4276. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4277. }
  4278. }
  4279. ],
  4280. "responses": {
  4281. "200": {
  4282. "description": "具体数据",
  4283. "schema": {
  4284. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4285. }
  4286. },
  4287. "400": {
  4288. "description": "具体错误",
  4289. "schema": {
  4290. "$ref": "#/definitions/md.Response"
  4291. }
  4292. }
  4293. }
  4294. }
  4295. },
  4296. "/api/login": {
  4297. "post": {
  4298. "description": "登入",
  4299. "consumes": [
  4300. "application/json"
  4301. ],
  4302. "produces": [
  4303. "application/json"
  4304. ],
  4305. "tags": [
  4306. "登录"
  4307. ],
  4308. "summary": "登陆",
  4309. "parameters": [
  4310. {
  4311. "description": "用户名密码",
  4312. "name": "req",
  4313. "in": "body",
  4314. "required": true,
  4315. "schema": {
  4316. "$ref": "#/definitions/md.LoginReq"
  4317. }
  4318. }
  4319. ],
  4320. "responses": {
  4321. "200": {
  4322. "description": "token",
  4323. "schema": {
  4324. "$ref": "#/definitions/md.LoginResponse"
  4325. }
  4326. },
  4327. "400": {
  4328. "description": "具体错误",
  4329. "schema": {
  4330. "$ref": "#/definitions/md.Response"
  4331. }
  4332. }
  4333. }
  4334. }
  4335. },
  4336. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4337. "get": {
  4338. "description": "新人红包设置(获取)",
  4339. "consumes": [
  4340. "application/json"
  4341. ],
  4342. "produces": [
  4343. "application/json"
  4344. ],
  4345. "tags": [
  4346. "营销应用"
  4347. ],
  4348. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4349. "parameters": [
  4350. {
  4351. "type": "string",
  4352. "description": "验证参数Bearer和token空格拼接",
  4353. "name": "Authorization",
  4354. "in": "header",
  4355. "required": true
  4356. }
  4357. ],
  4358. "responses": {
  4359. "200": {
  4360. "description": "具体数据",
  4361. "schema": {
  4362. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4363. }
  4364. },
  4365. "400": {
  4366. "description": "具体错误",
  4367. "schema": {
  4368. "$ref": "#/definitions/md.Response"
  4369. }
  4370. }
  4371. }
  4372. }
  4373. },
  4374. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  4375. "post": {
  4376. "description": "新人红包列表明细(查询)",
  4377. "consumes": [
  4378. "application/json"
  4379. ],
  4380. "produces": [
  4381. "application/json"
  4382. ],
  4383. "tags": [
  4384. "营销应用"
  4385. ],
  4386. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  4387. "parameters": [
  4388. {
  4389. "type": "string",
  4390. "description": "验证参数Bearer和token空格拼接",
  4391. "name": "Authorization",
  4392. "in": "header",
  4393. "required": true
  4394. },
  4395. {
  4396. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4397. "name": "req",
  4398. "in": "body",
  4399. "required": true,
  4400. "schema": {
  4401. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4402. }
  4403. }
  4404. ],
  4405. "responses": {
  4406. "200": {
  4407. "description": "具体数据",
  4408. "schema": {
  4409. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4410. }
  4411. },
  4412. "400": {
  4413. "description": "具体错误",
  4414. "schema": {
  4415. "$ref": "#/definitions/md.Response"
  4416. }
  4417. }
  4418. }
  4419. }
  4420. },
  4421. "/api/marketingApplications/newUserRedPackage/recordList": {
  4422. "post": {
  4423. "description": "新人红包列表(查询)",
  4424. "consumes": [
  4425. "application/json"
  4426. ],
  4427. "produces": [
  4428. "application/json"
  4429. ],
  4430. "tags": [
  4431. "营销应用"
  4432. ],
  4433. "summary": "制度中心-营销应用-新人红包列表(查询)",
  4434. "parameters": [
  4435. {
  4436. "type": "string",
  4437. "description": "验证参数Bearer和token空格拼接",
  4438. "name": "Authorization",
  4439. "in": "header",
  4440. "required": true
  4441. },
  4442. {
  4443. "description": "新人红包列表查询条件(分页信息必填)",
  4444. "name": "req",
  4445. "in": "body",
  4446. "required": true,
  4447. "schema": {
  4448. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4449. }
  4450. }
  4451. ],
  4452. "responses": {
  4453. "200": {
  4454. "description": "具体数据",
  4455. "schema": {
  4456. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4457. }
  4458. },
  4459. "400": {
  4460. "description": "具体错误",
  4461. "schema": {
  4462. "$ref": "#/definitions/md.Response"
  4463. }
  4464. }
  4465. }
  4466. }
  4467. },
  4468. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4469. "put": {
  4470. "description": "新人红包设置(修改)",
  4471. "consumes": [
  4472. "application/json"
  4473. ],
  4474. "produces": [
  4475. "application/json"
  4476. ],
  4477. "tags": [
  4478. "营销应用"
  4479. ],
  4480. "summary": "制度中心-营销应用-新人红包设置(修改)",
  4481. "parameters": [
  4482. {
  4483. "type": "string",
  4484. "description": "验证参数Bearer和token空格拼接",
  4485. "name": "Authorization",
  4486. "in": "header",
  4487. "required": true
  4488. },
  4489. {
  4490. "description": "新人红包设置表单",
  4491. "name": "req",
  4492. "in": "body",
  4493. "required": true,
  4494. "schema": {
  4495. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  4496. }
  4497. }
  4498. ],
  4499. "responses": {
  4500. "200": {
  4501. "description": "success",
  4502. "schema": {
  4503. "type": "string"
  4504. }
  4505. },
  4506. "400": {
  4507. "description": "具体错误",
  4508. "schema": {
  4509. "$ref": "#/definitions/md.Response"
  4510. }
  4511. }
  4512. }
  4513. }
  4514. },
  4515. "/api/memberCenter/levelManagement/addLevel": {
  4516. "post": {
  4517. "description": "等级管理(新增)",
  4518. "consumes": [
  4519. "application/json"
  4520. ],
  4521. "produces": [
  4522. "application/json"
  4523. ],
  4524. "tags": [
  4525. "会员中心"
  4526. ],
  4527. "summary": "制度中心-会员中心-等级管理(新增)",
  4528. "parameters": [
  4529. {
  4530. "type": "string",
  4531. "description": "验证参数Bearer和token空格拼接",
  4532. "name": "Authorization",
  4533. "in": "header",
  4534. "required": true
  4535. },
  4536. {
  4537. "description": "需要新增的等级信息",
  4538. "name": "req",
  4539. "in": "body",
  4540. "required": true,
  4541. "schema": {
  4542. "$ref": "#/definitions/md.AddLevelReq"
  4543. }
  4544. }
  4545. ],
  4546. "responses": {
  4547. "200": {
  4548. "description": "新增等级ID",
  4549. "schema": {
  4550. "type": "int"
  4551. }
  4552. },
  4553. "400": {
  4554. "description": "具体错误",
  4555. "schema": {
  4556. "$ref": "#/definitions/md.Response"
  4557. }
  4558. }
  4559. }
  4560. }
  4561. },
  4562. "/api/memberCenter/levelManagement/addLevelTask": {
  4563. "post": {
  4564. "description": "等级任务(新增)",
  4565. "consumes": [
  4566. "application/json"
  4567. ],
  4568. "produces": [
  4569. "application/json"
  4570. ],
  4571. "tags": [
  4572. "会员中心"
  4573. ],
  4574. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  4575. "parameters": [
  4576. {
  4577. "type": "string",
  4578. "description": "验证参数Bearer和token空格拼接",
  4579. "name": "Authorization",
  4580. "in": "header",
  4581. "required": true
  4582. },
  4583. {
  4584. "description": "需要新增的任务信息",
  4585. "name": "req",
  4586. "in": "body",
  4587. "required": true,
  4588. "schema": {
  4589. "$ref": "#/definitions/md.AddLevelTaskReq"
  4590. }
  4591. }
  4592. ],
  4593. "responses": {
  4594. "200": {
  4595. "description": "新增的任务ID",
  4596. "schema": {
  4597. "type": "int"
  4598. }
  4599. },
  4600. "400": {
  4601. "description": "具体错误",
  4602. "schema": {
  4603. "$ref": "#/definitions/md.Response"
  4604. }
  4605. }
  4606. }
  4607. }
  4608. },
  4609. "/api/memberCenter/levelManagement/deleteLevel": {
  4610. "delete": {
  4611. "description": "等级管理(删除)",
  4612. "consumes": [
  4613. "application/json"
  4614. ],
  4615. "produces": [
  4616. "application/json"
  4617. ],
  4618. "tags": [
  4619. "会员中心"
  4620. ],
  4621. "summary": "制度中心-会员中心-等级管理(删除)",
  4622. "parameters": [
  4623. {
  4624. "type": "string",
  4625. "description": "验证参数Bearer和token空格拼接",
  4626. "name": "Authorization",
  4627. "in": "header",
  4628. "required": true
  4629. },
  4630. {
  4631. "description": "需要删除的等级 ID",
  4632. "name": "req",
  4633. "in": "body",
  4634. "required": true,
  4635. "schema": {
  4636. "$ref": "#/definitions/md.DeleteLevelReq"
  4637. }
  4638. }
  4639. ],
  4640. "responses": {
  4641. "200": {
  4642. "description": "成功删除数据数量",
  4643. "schema": {
  4644. "type": "int"
  4645. }
  4646. },
  4647. "400": {
  4648. "description": "具体错误",
  4649. "schema": {
  4650. "$ref": "#/definitions/md.Response"
  4651. }
  4652. }
  4653. }
  4654. }
  4655. },
  4656. "/api/memberCenter/levelManagement/deleteLevelTask": {
  4657. "delete": {
  4658. "description": "等级任务(删除)",
  4659. "consumes": [
  4660. "application/json"
  4661. ],
  4662. "produces": [
  4663. "application/json"
  4664. ],
  4665. "tags": [
  4666. "会员中心"
  4667. ],
  4668. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  4669. "parameters": [
  4670. {
  4671. "type": "string",
  4672. "description": "验证参数Bearer和token空格拼接",
  4673. "name": "Authorization",
  4674. "in": "header",
  4675. "required": true
  4676. },
  4677. {
  4678. "description": "需要删除的等级任务ID",
  4679. "name": "req",
  4680. "in": "body",
  4681. "required": true,
  4682. "schema": {
  4683. "$ref": "#/definitions/md.DeleteTaskReq"
  4684. }
  4685. }
  4686. ],
  4687. "responses": {
  4688. "200": {
  4689. "description": "成功删除数据数量",
  4690. "schema": {
  4691. "type": "int"
  4692. }
  4693. },
  4694. "400": {
  4695. "description": "具体错误",
  4696. "schema": {
  4697. "$ref": "#/definitions/md.Response"
  4698. }
  4699. }
  4700. }
  4701. }
  4702. },
  4703. "/api/memberCenter/levelManagement/getLevelList": {
  4704. "get": {
  4705. "description": "标签管理(获取)",
  4706. "consumes": [
  4707. "application/json"
  4708. ],
  4709. "produces": [
  4710. "application/json"
  4711. ],
  4712. "tags": [
  4713. "会员中心"
  4714. ],
  4715. "summary": "制度中心-会员中心-等级管理(获取)",
  4716. "parameters": [
  4717. {
  4718. "type": "string",
  4719. "description": "验证参数Bearer和token空格拼接",
  4720. "name": "Authorization",
  4721. "in": "header",
  4722. "required": true
  4723. },
  4724. {
  4725. "type": "integer",
  4726. "description": "每页大小",
  4727. "name": "limit",
  4728. "in": "query",
  4729. "required": true
  4730. },
  4731. {
  4732. "type": "integer",
  4733. "description": "页数",
  4734. "name": "page",
  4735. "in": "query",
  4736. "required": true
  4737. }
  4738. ],
  4739. "responses": {
  4740. "200": {
  4741. "description": "具体数据",
  4742. "schema": {
  4743. "$ref": "#/definitions/md.GetLevelListResp"
  4744. }
  4745. },
  4746. "400": {
  4747. "description": "具体错误",
  4748. "schema": {
  4749. "$ref": "#/definitions/md.Response"
  4750. }
  4751. }
  4752. }
  4753. }
  4754. },
  4755. "/api/memberCenter/levelManagement/getOneLevel": {
  4756. "get": {
  4757. "description": "等级明细(获取)",
  4758. "consumes": [
  4759. "application/json"
  4760. ],
  4761. "produces": [
  4762. "application/json"
  4763. ],
  4764. "tags": [
  4765. "会员中心"
  4766. ],
  4767. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  4768. "parameters": [
  4769. {
  4770. "type": "string",
  4771. "description": "验证参数Bearer和token空格拼接",
  4772. "name": "Authorization",
  4773. "in": "header",
  4774. "required": true
  4775. },
  4776. {
  4777. "type": "integer",
  4778. "description": "等级 ID",
  4779. "name": "level_id",
  4780. "in": "query",
  4781. "required": true
  4782. }
  4783. ],
  4784. "responses": {
  4785. "200": {
  4786. "description": "具体数据",
  4787. "schema": {
  4788. "$ref": "#/definitions/md.GetOneLevelResp"
  4789. }
  4790. },
  4791. "400": {
  4792. "description": "具体错误",
  4793. "schema": {
  4794. "$ref": "#/definitions/md.Response"
  4795. }
  4796. }
  4797. }
  4798. }
  4799. },
  4800. "/api/memberCenter/levelManagement/updateLevel": {
  4801. "post": {
  4802. "description": "等级管理(更新)",
  4803. "consumes": [
  4804. "application/json"
  4805. ],
  4806. "produces": [
  4807. "application/json"
  4808. ],
  4809. "tags": [
  4810. "会员中心"
  4811. ],
  4812. "summary": "制度中心-会员中心-等级管理(更新)",
  4813. "parameters": [
  4814. {
  4815. "type": "string",
  4816. "description": "验证参数Bearer和token空格拼接",
  4817. "name": "Authorization",
  4818. "in": "header",
  4819. "required": true
  4820. },
  4821. {
  4822. "description": "需要修改的等级信息",
  4823. "name": "req",
  4824. "in": "body",
  4825. "required": true,
  4826. "schema": {
  4827. "$ref": "#/definitions/md.UpdateLevelReq"
  4828. }
  4829. }
  4830. ],
  4831. "responses": {
  4832. "200": {
  4833. "description": "成功修改数据条数",
  4834. "schema": {
  4835. "type": "int"
  4836. }
  4837. },
  4838. "400": {
  4839. "description": "具体错误",
  4840. "schema": {
  4841. "$ref": "#/definitions/md.Response"
  4842. }
  4843. }
  4844. }
  4845. }
  4846. },
  4847. "/api/memberCenter/levelManagement/updateLevelTask": {
  4848. "post": {
  4849. "description": "等级任务(更新)",
  4850. "consumes": [
  4851. "application/json"
  4852. ],
  4853. "produces": [
  4854. "application/json"
  4855. ],
  4856. "tags": [
  4857. "会员中心"
  4858. ],
  4859. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  4860. "parameters": [
  4861. {
  4862. "type": "string",
  4863. "description": "验证参数Bearer和token空格拼接",
  4864. "name": "Authorization",
  4865. "in": "header",
  4866. "required": true
  4867. },
  4868. {
  4869. "description": "需要修改的等级任务信息",
  4870. "name": "req",
  4871. "in": "body",
  4872. "required": true,
  4873. "schema": {
  4874. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  4875. }
  4876. }
  4877. ],
  4878. "responses": {
  4879. "200": {
  4880. "description": "成功修改数据条数",
  4881. "schema": {
  4882. "type": "int"
  4883. }
  4884. },
  4885. "400": {
  4886. "description": "具体错误",
  4887. "schema": {
  4888. "$ref": "#/definitions/md.Response"
  4889. }
  4890. }
  4891. }
  4892. }
  4893. },
  4894. "/api/memberCenter/tagManagement/addTag": {
  4895. "post": {
  4896. "description": "标签管理(新增)",
  4897. "consumes": [
  4898. "application/json"
  4899. ],
  4900. "produces": [
  4901. "application/json"
  4902. ],
  4903. "tags": [
  4904. "会员中心"
  4905. ],
  4906. "summary": "制度中心-会员中心-标签管理(新增)",
  4907. "parameters": [
  4908. {
  4909. "type": "string",
  4910. "description": "验证参数Bearer和token空格拼接",
  4911. "name": "Authorization",
  4912. "in": "header",
  4913. "required": true
  4914. },
  4915. {
  4916. "description": "新增的标签信息",
  4917. "name": "req",
  4918. "in": "body",
  4919. "required": true,
  4920. "schema": {
  4921. "$ref": "#/definitions/md.AddTagReq"
  4922. }
  4923. }
  4924. ],
  4925. "responses": {
  4926. "200": {
  4927. "description": "新增的标签 ID",
  4928. "schema": {
  4929. "type": "int"
  4930. }
  4931. },
  4932. "400": {
  4933. "description": "具体错误",
  4934. "schema": {
  4935. "$ref": "#/definitions/md.Response"
  4936. }
  4937. }
  4938. }
  4939. }
  4940. },
  4941. "/api/memberCenter/tagManagement/deleteTag": {
  4942. "delete": {
  4943. "description": "标签管理(删除)",
  4944. "consumes": [
  4945. "application/json"
  4946. ],
  4947. "produces": [
  4948. "application/json"
  4949. ],
  4950. "tags": [
  4951. "会员中心"
  4952. ],
  4953. "summary": "制度中心-会员中心-标签管理(删除)",
  4954. "parameters": [
  4955. {
  4956. "type": "string",
  4957. "description": "验证参数Bearer和token空格拼接",
  4958. "name": "Authorization",
  4959. "in": "header",
  4960. "required": true
  4961. },
  4962. {
  4963. "description": "需要删除的标签 ID",
  4964. "name": "req",
  4965. "in": "body",
  4966. "required": true,
  4967. "schema": {
  4968. "$ref": "#/definitions/md.DeleteTagReq"
  4969. }
  4970. }
  4971. ],
  4972. "responses": {
  4973. "200": {
  4974. "description": "成功删除标签用户数",
  4975. "schema": {
  4976. "type": "int"
  4977. }
  4978. },
  4979. "400": {
  4980. "description": "具体错误",
  4981. "schema": {
  4982. "$ref": "#/definitions/md.Response"
  4983. }
  4984. }
  4985. }
  4986. }
  4987. },
  4988. "/api/memberCenter/tagManagement/getTagList": {
  4989. "get": {
  4990. "description": "标签管理(获取)",
  4991. "consumes": [
  4992. "application/json"
  4993. ],
  4994. "produces": [
  4995. "application/json"
  4996. ],
  4997. "tags": [
  4998. "会员中心"
  4999. ],
  5000. "summary": "制度中心-会员中心-标签管理(获取)",
  5001. "parameters": [
  5002. {
  5003. "type": "string",
  5004. "description": "验证参数Bearer和token空格拼接",
  5005. "name": "Authorization",
  5006. "in": "header",
  5007. "required": true
  5008. },
  5009. {
  5010. "type": "integer",
  5011. "description": "每页大小",
  5012. "name": "limit",
  5013. "in": "query",
  5014. "required": true
  5015. },
  5016. {
  5017. "type": "integer",
  5018. "description": "页数",
  5019. "name": "page",
  5020. "in": "query",
  5021. "required": true
  5022. }
  5023. ],
  5024. "responses": {
  5025. "200": {
  5026. "description": "具体数据",
  5027. "schema": {
  5028. "$ref": "#/definitions/md.GetTagListResp"
  5029. }
  5030. },
  5031. "400": {
  5032. "description": "具体错误",
  5033. "schema": {
  5034. "$ref": "#/definitions/md.Response"
  5035. }
  5036. }
  5037. }
  5038. }
  5039. },
  5040. "/api/memberCenter/tagManagement/updateTag": {
  5041. "post": {
  5042. "description": "标签管理(更新)",
  5043. "consumes": [
  5044. "application/json"
  5045. ],
  5046. "produces": [
  5047. "application/json"
  5048. ],
  5049. "tags": [
  5050. "会员中心"
  5051. ],
  5052. "summary": "制度中心-会员中心-标签管理(更新)",
  5053. "parameters": [
  5054. {
  5055. "type": "string",
  5056. "description": "验证参数Bearer和token空格拼接",
  5057. "name": "Authorization",
  5058. "in": "header",
  5059. "required": true
  5060. },
  5061. {
  5062. "description": "需要修改的标签信息",
  5063. "name": "req",
  5064. "in": "body",
  5065. "required": true,
  5066. "schema": {
  5067. "$ref": "#/definitions/md.UpdateTagReq"
  5068. }
  5069. }
  5070. ],
  5071. "responses": {
  5072. "200": {
  5073. "description": "成功修改数据条数",
  5074. "schema": {
  5075. "type": "int"
  5076. }
  5077. },
  5078. "400": {
  5079. "description": "具体错误",
  5080. "schema": {
  5081. "$ref": "#/definitions/md.Response"
  5082. }
  5083. }
  5084. }
  5085. }
  5086. },
  5087. "/api/memberCenter/userManagement/balanceDetail": {
  5088. "get": {
  5089. "description": "会员明细(余额获取)",
  5090. "consumes": [
  5091. "application/json"
  5092. ],
  5093. "produces": [
  5094. "application/json"
  5095. ],
  5096. "tags": [
  5097. "会员中心"
  5098. ],
  5099. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5100. "parameters": [
  5101. {
  5102. "type": "string",
  5103. "description": "验证参数Bearer和token空格拼接",
  5104. "name": "Authorization",
  5105. "in": "header",
  5106. "required": true
  5107. },
  5108. {
  5109. "type": "string",
  5110. "description": "用户 ID",
  5111. "name": "uid",
  5112. "in": "query",
  5113. "required": true
  5114. },
  5115. {
  5116. "type": "string",
  5117. "description": "每页大小",
  5118. "name": "limit",
  5119. "in": "query",
  5120. "required": true
  5121. },
  5122. {
  5123. "type": "string",
  5124. "description": "页数",
  5125. "name": "page",
  5126. "in": "query",
  5127. "required": true
  5128. }
  5129. ],
  5130. "responses": {
  5131. "200": {
  5132. "description": "具体数据",
  5133. "schema": {
  5134. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5135. }
  5136. },
  5137. "400": {
  5138. "description": "具体错误",
  5139. "schema": {
  5140. "$ref": "#/definitions/md.Response"
  5141. }
  5142. }
  5143. }
  5144. }
  5145. },
  5146. "/api/memberCenter/userManagement/getFans": {
  5147. "get": {
  5148. "description": "会员明细粉丝情况(获取)",
  5149. "consumes": [
  5150. "application/json"
  5151. ],
  5152. "produces": [
  5153. "application/json"
  5154. ],
  5155. "tags": [
  5156. "会员中心"
  5157. ],
  5158. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5159. "parameters": [
  5160. {
  5161. "type": "string",
  5162. "description": "验证参数Bearer和token空格拼接",
  5163. "name": "Authorization",
  5164. "in": "header",
  5165. "required": true
  5166. },
  5167. {
  5168. "type": "string",
  5169. "description": "用户 ID",
  5170. "name": "uid",
  5171. "in": "query",
  5172. "required": true
  5173. },
  5174. {
  5175. "type": "string",
  5176. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5177. "name": "type",
  5178. "in": "query",
  5179. "required": true
  5180. },
  5181. {
  5182. "type": "string",
  5183. "description": "每页大小",
  5184. "name": "limit",
  5185. "in": "query",
  5186. "required": true
  5187. },
  5188. {
  5189. "type": "string",
  5190. "description": "页数",
  5191. "name": "page",
  5192. "in": "query",
  5193. "required": true
  5194. }
  5195. ],
  5196. "responses": {
  5197. "200": {
  5198. "description": "具体数据",
  5199. "schema": {
  5200. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5201. }
  5202. },
  5203. "400": {
  5204. "description": "具体错误",
  5205. "schema": {
  5206. "$ref": "#/definitions/md.Response"
  5207. }
  5208. }
  5209. }
  5210. }
  5211. },
  5212. "/api/memberCenter/userManagement/getUserList": {
  5213. "post": {
  5214. "description": "用户信息管理(获取)",
  5215. "consumes": [
  5216. "application/json"
  5217. ],
  5218. "produces": [
  5219. "application/json"
  5220. ],
  5221. "tags": [
  5222. "会员中心"
  5223. ],
  5224. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5225. "parameters": [
  5226. {
  5227. "type": "string",
  5228. "description": "验证参数Bearer和token空格拼接",
  5229. "name": "Authorization",
  5230. "in": "header",
  5231. "required": true
  5232. },
  5233. {
  5234. "description": "分页信息必填",
  5235. "name": "req",
  5236. "in": "body",
  5237. "required": true,
  5238. "schema": {
  5239. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5240. }
  5241. }
  5242. ],
  5243. "responses": {
  5244. "200": {
  5245. "description": "具体数据",
  5246. "schema": {
  5247. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5248. }
  5249. },
  5250. "400": {
  5251. "description": "具体错误",
  5252. "schema": {
  5253. "$ref": "#/definitions/md.Response"
  5254. }
  5255. }
  5256. }
  5257. }
  5258. },
  5259. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5260. "get": {
  5261. "description": "会员明细(积分明细获取)",
  5262. "consumes": [
  5263. "application/json"
  5264. ],
  5265. "produces": [
  5266. "application/json"
  5267. ],
  5268. "tags": [
  5269. "会员中心"
  5270. ],
  5271. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5272. "parameters": [
  5273. {
  5274. "type": "string",
  5275. "description": "验证参数Bearer和token空格拼接",
  5276. "name": "Authorization",
  5277. "in": "header",
  5278. "required": true
  5279. },
  5280. {
  5281. "type": "string",
  5282. "description": "用户 ID",
  5283. "name": "uid",
  5284. "in": "query",
  5285. "required": true
  5286. },
  5287. {
  5288. "type": "string",
  5289. "description": "货币 ID",
  5290. "name": "coinId",
  5291. "in": "query",
  5292. "required": true
  5293. },
  5294. {
  5295. "type": "string",
  5296. "description": "每页大小",
  5297. "name": "limit",
  5298. "in": "query",
  5299. "required": true
  5300. },
  5301. {
  5302. "type": "string",
  5303. "description": "页数",
  5304. "name": "page",
  5305. "in": "query",
  5306. "required": true
  5307. }
  5308. ],
  5309. "responses": {
  5310. "200": {
  5311. "description": "具体数据",
  5312. "schema": {
  5313. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5314. }
  5315. },
  5316. "400": {
  5317. "description": "具体错误",
  5318. "schema": {
  5319. "$ref": "#/definitions/md.Response"
  5320. }
  5321. }
  5322. }
  5323. }
  5324. },
  5325. "/api/memberCenter/userManagement/updateUserInfo": {
  5326. "post": {
  5327. "description": "用户信息管理(更新)",
  5328. "consumes": [
  5329. "application/json"
  5330. ],
  5331. "produces": [
  5332. "application/json"
  5333. ],
  5334. "tags": [
  5335. "会员中心"
  5336. ],
  5337. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5338. "parameters": [
  5339. {
  5340. "type": "string",
  5341. "description": "验证参数Bearer和token空格拼接",
  5342. "name": "Authorization",
  5343. "in": "header",
  5344. "required": true
  5345. },
  5346. {
  5347. "description": "用户ID 必传",
  5348. "name": "req",
  5349. "in": "body",
  5350. "required": true,
  5351. "schema": {
  5352. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5353. }
  5354. }
  5355. ],
  5356. "responses": {
  5357. "200": {
  5358. "description": "修改数据行数",
  5359. "schema": {
  5360. "type": "int"
  5361. }
  5362. },
  5363. "400": {
  5364. "description": "具体错误",
  5365. "schema": {
  5366. "$ref": "#/definitions/md.Response"
  5367. }
  5368. }
  5369. }
  5370. }
  5371. },
  5372. "/api/memberCenter/userManagement/userData": {
  5373. "get": {
  5374. "description": "会员明细概况(获取)",
  5375. "consumes": [
  5376. "application/json"
  5377. ],
  5378. "produces": [
  5379. "application/json"
  5380. ],
  5381. "tags": [
  5382. "会员中心"
  5383. ],
  5384. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5385. "parameters": [
  5386. {
  5387. "type": "string",
  5388. "description": "验证参数Bearer和token空格拼接",
  5389. "name": "Authorization",
  5390. "in": "header",
  5391. "required": true
  5392. },
  5393. {
  5394. "type": "string",
  5395. "description": "用户 ID",
  5396. "name": "uid",
  5397. "in": "query",
  5398. "required": true
  5399. }
  5400. ],
  5401. "responses": {
  5402. "200": {
  5403. "description": "会员明细概况具体数据",
  5404. "schema": {
  5405. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5406. }
  5407. },
  5408. "400": {
  5409. "description": "具体错误",
  5410. "schema": {
  5411. "$ref": "#/definitions/md.Response"
  5412. }
  5413. }
  5414. }
  5415. }
  5416. },
  5417. "/api/notice/aliyunSms/file/phone": {
  5418. "post": {
  5419. "description": "短信推送记录-通知模板",
  5420. "consumes": [
  5421. "application/json"
  5422. ],
  5423. "produces": [
  5424. "application/json"
  5425. ],
  5426. "tags": [
  5427. "消息中心"
  5428. ],
  5429. "summary": "消息中心-短信推送记录-通知模板",
  5430. "parameters": [
  5431. {
  5432. "type": "string",
  5433. "description": "验证参数Bearer和token空格拼接",
  5434. "name": "Authorization",
  5435. "in": "header",
  5436. "required": true
  5437. },
  5438. {
  5439. "type": "string",
  5440. "description": "参数 file-----文件上传格式",
  5441. "name": "file",
  5442. "in": "formData",
  5443. "required": true
  5444. }
  5445. ],
  5446. "responses": {
  5447. "200": {
  5448. "description": "phone 一个数组",
  5449. "schema": {
  5450. "type": "string"
  5451. }
  5452. },
  5453. "400": {
  5454. "description": "具体错误",
  5455. "schema": {
  5456. "$ref": "#/definitions/md.Response"
  5457. }
  5458. }
  5459. }
  5460. }
  5461. },
  5462. "/api/notice/aliyunSms/push/list": {
  5463. "post": {
  5464. "description": "短信推送记录-推送记录列表",
  5465. "consumes": [
  5466. "application/json"
  5467. ],
  5468. "produces": [
  5469. "application/json"
  5470. ],
  5471. "tags": [
  5472. "消息中心"
  5473. ],
  5474. "summary": "消息中心-短信推送记录-推送记录列表",
  5475. "parameters": [
  5476. {
  5477. "type": "string",
  5478. "description": "验证参数Bearer和token空格拼接",
  5479. "name": "Authorization",
  5480. "in": "header",
  5481. "required": true
  5482. },
  5483. {
  5484. "description": "(分页信息必填)",
  5485. "name": "req",
  5486. "in": "body",
  5487. "required": true,
  5488. "schema": {
  5489. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5490. }
  5491. }
  5492. ],
  5493. "responses": {
  5494. "200": {
  5495. "description": "具体数据",
  5496. "schema": {
  5497. "$ref": "#/definitions/md.NoticePushListResp"
  5498. }
  5499. },
  5500. "400": {
  5501. "description": "具体错误",
  5502. "schema": {
  5503. "$ref": "#/definitions/md.Response"
  5504. }
  5505. }
  5506. }
  5507. }
  5508. },
  5509. "/api/notice/aliyunSms/push/save": {
  5510. "post": {
  5511. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5512. "consumes": [
  5513. "application/json"
  5514. ],
  5515. "produces": [
  5516. "application/json"
  5517. ],
  5518. "tags": [
  5519. "消息中心"
  5520. ],
  5521. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  5522. "parameters": [
  5523. {
  5524. "type": "string",
  5525. "description": "验证参数Bearer和token空格拼接",
  5526. "name": "Authorization",
  5527. "in": "header",
  5528. "required": true
  5529. },
  5530. {
  5531. "description": "(分页信息必填)",
  5532. "name": "req",
  5533. "in": "body",
  5534. "required": true,
  5535. "schema": {
  5536. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5537. }
  5538. }
  5539. ],
  5540. "responses": {
  5541. "200": {
  5542. "description": "具体数据",
  5543. "schema": {
  5544. "type": "string"
  5545. }
  5546. },
  5547. "400": {
  5548. "description": "具体错误",
  5549. "schema": {
  5550. "$ref": "#/definitions/md.Response"
  5551. }
  5552. }
  5553. }
  5554. }
  5555. },
  5556. "/api/notice/aliyunSms/sale/base": {
  5557. "get": {
  5558. "description": "短信推送记录-营销短信-通知模板",
  5559. "consumes": [
  5560. "application/json"
  5561. ],
  5562. "produces": [
  5563. "application/json"
  5564. ],
  5565. "tags": [
  5566. "消息中心"
  5567. ],
  5568. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  5569. "parameters": [
  5570. {
  5571. "type": "string",
  5572. "description": "验证参数Bearer和token空格拼接",
  5573. "name": "Authorization",
  5574. "in": "header",
  5575. "required": true
  5576. }
  5577. ],
  5578. "responses": {
  5579. "200": {
  5580. "description": "具体数据",
  5581. "schema": {
  5582. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5583. }
  5584. },
  5585. "400": {
  5586. "description": "具体错误",
  5587. "schema": {
  5588. "$ref": "#/definitions/md.Response"
  5589. }
  5590. }
  5591. }
  5592. }
  5593. },
  5594. "/api/notice/aliyunSms/sale/save": {
  5595. "post": {
  5596. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5597. "consumes": [
  5598. "application/json"
  5599. ],
  5600. "produces": [
  5601. "application/json"
  5602. ],
  5603. "tags": [
  5604. "消息中心"
  5605. ],
  5606. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5607. "parameters": [
  5608. {
  5609. "type": "string",
  5610. "description": "验证参数Bearer和token空格拼接",
  5611. "name": "Authorization",
  5612. "in": "header",
  5613. "required": true
  5614. },
  5615. {
  5616. "description": "数组 把列表的数组传过来",
  5617. "name": "req",
  5618. "in": "body",
  5619. "required": true,
  5620. "schema": {
  5621. "type": "string"
  5622. }
  5623. }
  5624. ],
  5625. "responses": {
  5626. "200": {
  5627. "description": "具体数据",
  5628. "schema": {
  5629. "type": "string"
  5630. }
  5631. },
  5632. "400": {
  5633. "description": "具体错误",
  5634. "schema": {
  5635. "$ref": "#/definitions/md.Response"
  5636. }
  5637. }
  5638. }
  5639. }
  5640. },
  5641. "/api/notice/base/del": {
  5642. "post": {
  5643. "description": "基本配置-通知模板删除",
  5644. "consumes": [
  5645. "application/json"
  5646. ],
  5647. "produces": [
  5648. "application/json"
  5649. ],
  5650. "tags": [
  5651. "消息中心"
  5652. ],
  5653. "summary": "消息中心-基本配置-通知模板删除",
  5654. "parameters": [
  5655. {
  5656. "type": "string",
  5657. "description": "验证参数Bearer和token空格拼接",
  5658. "name": "Authorization",
  5659. "in": "header",
  5660. "required": true
  5661. },
  5662. {
  5663. "description": "(分页信息必填)",
  5664. "name": "req",
  5665. "in": "body",
  5666. "required": true,
  5667. "schema": {
  5668. "$ref": "#/definitions/md.NoticeDelReq"
  5669. }
  5670. }
  5671. ],
  5672. "responses": {
  5673. "200": {
  5674. "description": "具体数据",
  5675. "schema": {
  5676. "type": "string"
  5677. }
  5678. },
  5679. "400": {
  5680. "description": "具体错误",
  5681. "schema": {
  5682. "$ref": "#/definitions/md.Response"
  5683. }
  5684. }
  5685. }
  5686. }
  5687. },
  5688. "/api/notice/base/list": {
  5689. "post": {
  5690. "description": "基本配置-通知模板",
  5691. "consumes": [
  5692. "application/json"
  5693. ],
  5694. "produces": [
  5695. "application/json"
  5696. ],
  5697. "tags": [
  5698. "消息中心"
  5699. ],
  5700. "summary": "消息中心-基本配置-通知模板",
  5701. "parameters": [
  5702. {
  5703. "type": "string",
  5704. "description": "验证参数Bearer和token空格拼接",
  5705. "name": "Authorization",
  5706. "in": "header",
  5707. "required": true
  5708. },
  5709. {
  5710. "description": "(分页信息必填)",
  5711. "name": "req",
  5712. "in": "body",
  5713. "required": true,
  5714. "schema": {
  5715. "$ref": "#/definitions/md.NoticeListReq"
  5716. }
  5717. }
  5718. ],
  5719. "responses": {
  5720. "200": {
  5721. "description": "具体数据",
  5722. "schema": {
  5723. "$ref": "#/definitions/md.NoticeListResp"
  5724. }
  5725. },
  5726. "400": {
  5727. "description": "具体错误",
  5728. "schema": {
  5729. "$ref": "#/definitions/md.Response"
  5730. }
  5731. }
  5732. }
  5733. }
  5734. },
  5735. "/api/notice/base/save": {
  5736. "post": {
  5737. "description": "基本配置-通知模板添加编辑",
  5738. "consumes": [
  5739. "application/json"
  5740. ],
  5741. "produces": [
  5742. "application/json"
  5743. ],
  5744. "tags": [
  5745. "消息中心"
  5746. ],
  5747. "summary": "消息中心-基本配置-通知模板添加编辑",
  5748. "parameters": [
  5749. {
  5750. "type": "string",
  5751. "description": "验证参数Bearer和token空格拼接",
  5752. "name": "Authorization",
  5753. "in": "header",
  5754. "required": true
  5755. },
  5756. {
  5757. "description": "(分页信息必填)",
  5758. "name": "req",
  5759. "in": "body",
  5760. "required": true,
  5761. "schema": {
  5762. "$ref": "#/definitions/md.NoticeSaveReq"
  5763. }
  5764. }
  5765. ],
  5766. "responses": {
  5767. "200": {
  5768. "description": "具体数据",
  5769. "schema": {
  5770. "type": "string"
  5771. }
  5772. },
  5773. "400": {
  5774. "description": "具体错误",
  5775. "schema": {
  5776. "$ref": "#/definitions/md.Response"
  5777. }
  5778. }
  5779. }
  5780. }
  5781. },
  5782. "/api/notice/jPush/push/list": {
  5783. "post": {
  5784. "description": "基本配置-推送记录列表",
  5785. "consumes": [
  5786. "application/json"
  5787. ],
  5788. "produces": [
  5789. "application/json"
  5790. ],
  5791. "tags": [
  5792. "消息中心"
  5793. ],
  5794. "summary": "消息中心-基本配置-推送记录列表",
  5795. "parameters": [
  5796. {
  5797. "type": "string",
  5798. "description": "验证参数Bearer和token空格拼接",
  5799. "name": "Authorization",
  5800. "in": "header",
  5801. "required": true
  5802. },
  5803. {
  5804. "description": "(分页信息必填)",
  5805. "name": "req",
  5806. "in": "body",
  5807. "required": true,
  5808. "schema": {
  5809. "$ref": "#/definitions/md.NoticeListReq"
  5810. }
  5811. }
  5812. ],
  5813. "responses": {
  5814. "200": {
  5815. "description": "具体数据",
  5816. "schema": {
  5817. "$ref": "#/definitions/md.NoticePushListResp"
  5818. }
  5819. },
  5820. "400": {
  5821. "description": "具体错误",
  5822. "schema": {
  5823. "$ref": "#/definitions/md.Response"
  5824. }
  5825. }
  5826. }
  5827. }
  5828. },
  5829. "/api/notice/jPush/push/save": {
  5830. "post": {
  5831. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5832. "consumes": [
  5833. "application/json"
  5834. ],
  5835. "produces": [
  5836. "application/json"
  5837. ],
  5838. "tags": [
  5839. "消息中心"
  5840. ],
  5841. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  5842. "parameters": [
  5843. {
  5844. "type": "string",
  5845. "description": "验证参数Bearer和token空格拼接",
  5846. "name": "Authorization",
  5847. "in": "header",
  5848. "required": true
  5849. },
  5850. {
  5851. "description": "(分页信息必填)",
  5852. "name": "req",
  5853. "in": "body",
  5854. "required": true,
  5855. "schema": {
  5856. "$ref": "#/definitions/md.NoticeSaveReq"
  5857. }
  5858. }
  5859. ],
  5860. "responses": {
  5861. "200": {
  5862. "description": "具体数据",
  5863. "schema": {
  5864. "type": "string"
  5865. }
  5866. },
  5867. "400": {
  5868. "description": "具体错误",
  5869. "schema": {
  5870. "$ref": "#/definitions/md.Response"
  5871. }
  5872. }
  5873. }
  5874. }
  5875. },
  5876. "/api/settCenter/oss/aliYun/getBasic": {
  5877. "get": {
  5878. "description": "对象存储设置(获取)",
  5879. "consumes": [
  5880. "application/json"
  5881. ],
  5882. "produces": [
  5883. "application/json"
  5884. ],
  5885. "tags": [
  5886. "对象存储"
  5887. ],
  5888. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5889. "parameters": [
  5890. {
  5891. "type": "string",
  5892. "description": "验证参数Bearer和token空格拼接",
  5893. "name": "Authorization",
  5894. "in": "header",
  5895. "required": true
  5896. }
  5897. ],
  5898. "responses": {
  5899. "200": {
  5900. "description": "设置列表",
  5901. "schema": {
  5902. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5903. }
  5904. },
  5905. "400": {
  5906. "description": "具体错误",
  5907. "schema": {
  5908. "$ref": "#/definitions/md.Response"
  5909. }
  5910. }
  5911. }
  5912. }
  5913. },
  5914. "/api/settCenter/oss/aliYun/setBasic": {
  5915. "post": {
  5916. "description": "对象存储设置(更新)",
  5917. "consumes": [
  5918. "application/json"
  5919. ],
  5920. "produces": [
  5921. "application/json"
  5922. ],
  5923. "tags": [
  5924. "对象存储"
  5925. ],
  5926. "summary": "设置中心-对象存储-对象存储设置(更新)",
  5927. "parameters": [
  5928. {
  5929. "type": "string",
  5930. "description": "验证参数Bearer和token空格拼接",
  5931. "name": "Authorization",
  5932. "in": "header",
  5933. "required": true
  5934. },
  5935. {
  5936. "description": "上传需要修改的信息",
  5937. "name": "req",
  5938. "in": "body",
  5939. "required": true,
  5940. "schema": {
  5941. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  5942. }
  5943. }
  5944. ],
  5945. "responses": {
  5946. "200": {
  5947. "description": "success",
  5948. "schema": {
  5949. "type": "string"
  5950. }
  5951. },
  5952. "400": {
  5953. "description": "具体错误",
  5954. "schema": {
  5955. "$ref": "#/definitions/md.Response"
  5956. }
  5957. }
  5958. }
  5959. }
  5960. },
  5961. "/api/userFeedback/cate/list": {
  5962. "post": {
  5963. "description": "分类列表",
  5964. "consumes": [
  5965. "application/json"
  5966. ],
  5967. "produces": [
  5968. "application/json"
  5969. ],
  5970. "tags": [
  5971. "消息中心"
  5972. ],
  5973. "summary": "反馈列表-分类列表",
  5974. "parameters": [
  5975. {
  5976. "type": "string",
  5977. "description": "验证参数Bearer和token空格拼接",
  5978. "name": "Authorization",
  5979. "in": "header",
  5980. "required": true
  5981. },
  5982. {
  5983. "description": "(分页信息必填)",
  5984. "name": "req",
  5985. "in": "body",
  5986. "required": true,
  5987. "schema": {
  5988. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  5989. }
  5990. }
  5991. ],
  5992. "responses": {
  5993. "200": {
  5994. "description": "具体数据",
  5995. "schema": {
  5996. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  5997. }
  5998. },
  5999. "400": {
  6000. "description": "具体错误",
  6001. "schema": {
  6002. "$ref": "#/definitions/md.Response"
  6003. }
  6004. }
  6005. }
  6006. }
  6007. },
  6008. "/api/userFeedback/content/change/state": {
  6009. "post": {
  6010. "description": "反馈列表-修改状态",
  6011. "consumes": [
  6012. "application/json"
  6013. ],
  6014. "produces": [
  6015. "application/json"
  6016. ],
  6017. "tags": [
  6018. "消息中心"
  6019. ],
  6020. "summary": "用户反馈-反馈列表-修改状态",
  6021. "parameters": [
  6022. {
  6023. "type": "string",
  6024. "description": "验证参数Bearer和token空格拼接",
  6025. "name": "Authorization",
  6026. "in": "header",
  6027. "required": true
  6028. },
  6029. {
  6030. "description": "(分页信息必填)",
  6031. "name": "req",
  6032. "in": "body",
  6033. "required": true,
  6034. "schema": {
  6035. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6036. }
  6037. }
  6038. ],
  6039. "responses": {
  6040. "200": {
  6041. "description": "具体数据",
  6042. "schema": {
  6043. "type": "string"
  6044. }
  6045. },
  6046. "400": {
  6047. "description": "具体错误",
  6048. "schema": {
  6049. "$ref": "#/definitions/md.Response"
  6050. }
  6051. }
  6052. }
  6053. }
  6054. },
  6055. "/api/userFeedback/content/del": {
  6056. "post": {
  6057. "description": "反馈列表-反馈删除",
  6058. "consumes": [
  6059. "application/json"
  6060. ],
  6061. "produces": [
  6062. "application/json"
  6063. ],
  6064. "tags": [
  6065. "消息中心"
  6066. ],
  6067. "summary": "用户反馈-反馈列表-反馈删除",
  6068. "parameters": [
  6069. {
  6070. "type": "string",
  6071. "description": "验证参数Bearer和token空格拼接",
  6072. "name": "Authorization",
  6073. "in": "header",
  6074. "required": true
  6075. },
  6076. {
  6077. "description": "(分页信息必填)",
  6078. "name": "req",
  6079. "in": "body",
  6080. "required": true,
  6081. "schema": {
  6082. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6083. }
  6084. }
  6085. ],
  6086. "responses": {
  6087. "200": {
  6088. "description": "具体数据",
  6089. "schema": {
  6090. "type": "string"
  6091. }
  6092. },
  6093. "400": {
  6094. "description": "具体错误",
  6095. "schema": {
  6096. "$ref": "#/definitions/md.Response"
  6097. }
  6098. }
  6099. }
  6100. }
  6101. },
  6102. "/api/userFeedback/content/list": {
  6103. "post": {
  6104. "description": "反馈列表",
  6105. "consumes": [
  6106. "application/json"
  6107. ],
  6108. "produces": [
  6109. "application/json"
  6110. ],
  6111. "tags": [
  6112. "消息中心"
  6113. ],
  6114. "summary": "用户反馈-反馈列表",
  6115. "parameters": [
  6116. {
  6117. "type": "string",
  6118. "description": "验证参数Bearer和token空格拼接",
  6119. "name": "Authorization",
  6120. "in": "header",
  6121. "required": true
  6122. },
  6123. {
  6124. "description": "(分页信息必填)",
  6125. "name": "req",
  6126. "in": "body",
  6127. "required": true,
  6128. "schema": {
  6129. "$ref": "#/definitions/md.UserFeedbackListReq"
  6130. }
  6131. }
  6132. ],
  6133. "responses": {
  6134. "200": {
  6135. "description": "具体数据",
  6136. "schema": {
  6137. "$ref": "#/definitions/md.UserFeedbackListResp"
  6138. }
  6139. },
  6140. "400": {
  6141. "description": "具体错误",
  6142. "schema": {
  6143. "$ref": "#/definitions/md.Response"
  6144. }
  6145. }
  6146. }
  6147. }
  6148. },
  6149. "/api/userFeedback/content/record/list": {
  6150. "post": {
  6151. "description": "反馈列表-沟通记录",
  6152. "consumes": [
  6153. "application/json"
  6154. ],
  6155. "produces": [
  6156. "application/json"
  6157. ],
  6158. "tags": [
  6159. "消息中心"
  6160. ],
  6161. "summary": "用户反馈-反馈列表-沟通记录",
  6162. "parameters": [
  6163. {
  6164. "type": "string",
  6165. "description": "验证参数Bearer和token空格拼接",
  6166. "name": "Authorization",
  6167. "in": "header",
  6168. "required": true
  6169. },
  6170. {
  6171. "description": "(分页信息必填)",
  6172. "name": "req",
  6173. "in": "body",
  6174. "required": true,
  6175. "schema": {
  6176. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6177. }
  6178. }
  6179. ],
  6180. "responses": {
  6181. "200": {
  6182. "description": "具体数据",
  6183. "schema": {
  6184. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6185. }
  6186. },
  6187. "400": {
  6188. "description": "具体错误",
  6189. "schema": {
  6190. "$ref": "#/definitions/md.Response"
  6191. }
  6192. }
  6193. }
  6194. }
  6195. },
  6196. "/api/userFeedback/content/say": {
  6197. "post": {
  6198. "description": "反馈列表-沟通发送",
  6199. "consumes": [
  6200. "application/json"
  6201. ],
  6202. "produces": [
  6203. "application/json"
  6204. ],
  6205. "tags": [
  6206. "消息中心"
  6207. ],
  6208. "summary": "用户反馈-反馈列表-沟通发送",
  6209. "parameters": [
  6210. {
  6211. "type": "string",
  6212. "description": "验证参数Bearer和token空格拼接",
  6213. "name": "Authorization",
  6214. "in": "header",
  6215. "required": true
  6216. },
  6217. {
  6218. "description": "(分页信息必填)",
  6219. "name": "req",
  6220. "in": "body",
  6221. "required": true,
  6222. "schema": {
  6223. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6224. }
  6225. }
  6226. ],
  6227. "responses": {
  6228. "200": {
  6229. "description": "具体数据",
  6230. "schema": {
  6231. "type": "string"
  6232. }
  6233. },
  6234. "400": {
  6235. "description": "具体错误",
  6236. "schema": {
  6237. "$ref": "#/definitions/md.Response"
  6238. }
  6239. }
  6240. }
  6241. }
  6242. },
  6243. "/api/user_feedback/cate/del": {
  6244. "post": {
  6245. "description": "分类列表-分类删除",
  6246. "consumes": [
  6247. "application/json"
  6248. ],
  6249. "produces": [
  6250. "application/json"
  6251. ],
  6252. "tags": [
  6253. "消息中心"
  6254. ],
  6255. "summary": "反馈列表-分类列表-分类删除",
  6256. "parameters": [
  6257. {
  6258. "type": "string",
  6259. "description": "验证参数Bearer和token空格拼接",
  6260. "name": "Authorization",
  6261. "in": "header",
  6262. "required": true
  6263. },
  6264. {
  6265. "description": "(分页信息必填)",
  6266. "name": "req",
  6267. "in": "body",
  6268. "required": true,
  6269. "schema": {
  6270. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6271. }
  6272. }
  6273. ],
  6274. "responses": {
  6275. "200": {
  6276. "description": "具体数据",
  6277. "schema": {
  6278. "type": "string"
  6279. }
  6280. },
  6281. "400": {
  6282. "description": "具体错误",
  6283. "schema": {
  6284. "$ref": "#/definitions/md.Response"
  6285. }
  6286. }
  6287. }
  6288. }
  6289. },
  6290. "/api/user_feedback/cate/save": {
  6291. "post": {
  6292. "description": "分类列表-分类保存",
  6293. "consumes": [
  6294. "application/json"
  6295. ],
  6296. "produces": [
  6297. "application/json"
  6298. ],
  6299. "tags": [
  6300. "消息中心"
  6301. ],
  6302. "summary": "反馈列表-分类列表-分类保存",
  6303. "parameters": [
  6304. {
  6305. "type": "string",
  6306. "description": "验证参数Bearer和token空格拼接",
  6307. "name": "Authorization",
  6308. "in": "header",
  6309. "required": true
  6310. },
  6311. {
  6312. "description": "(分页信息必填)",
  6313. "name": "req",
  6314. "in": "body",
  6315. "required": true,
  6316. "schema": {
  6317. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6318. }
  6319. }
  6320. ],
  6321. "responses": {
  6322. "200": {
  6323. "description": "具体数据",
  6324. "schema": {
  6325. "type": "string"
  6326. }
  6327. },
  6328. "400": {
  6329. "description": "具体错误",
  6330. "schema": {
  6331. "$ref": "#/definitions/md.Response"
  6332. }
  6333. }
  6334. }
  6335. }
  6336. }
  6337. },
  6338. "definitions": {
  6339. "applet_app_md_financial_center.Paginate": {
  6340. "type": "object",
  6341. "properties": {
  6342. "limit": {
  6343. "description": "每页大小",
  6344. "type": "integer"
  6345. },
  6346. "page": {
  6347. "description": "页数",
  6348. "type": "integer"
  6349. },
  6350. "total": {
  6351. "description": "总数据量",
  6352. "type": "integer"
  6353. }
  6354. }
  6355. },
  6356. "applet_app_md_im.GetBasicResp": {
  6357. "type": "object",
  6358. "properties": {
  6359. "chat_sensitive_words": {
  6360. "type": "string",
  6361. "example": "聊天敏感词"
  6362. },
  6363. "is_allow_add_friends": {
  6364. "type": "string",
  6365. "example": "是否允许加好友"
  6366. },
  6367. "is_auto_add_friends": {
  6368. "type": "string",
  6369. "example": "是否自动加好友"
  6370. },
  6371. "prohibit_add_group_members": {
  6372. "type": "string",
  6373. "example": "是否禁止添加群成员"
  6374. },
  6375. "prohibit_remove_group_members": {
  6376. "type": "string",
  6377. "example": "是否禁止移出群成员"
  6378. },
  6379. "prohibit_update_group_name": {
  6380. "type": "string",
  6381. "example": "是否禁止修改群名称"
  6382. }
  6383. }
  6384. },
  6385. "applet_app_md_im.SetBasicReq": {
  6386. "type": "object",
  6387. "properties": {
  6388. "chat_sensitive_words": {
  6389. "type": "string",
  6390. "example": "聊天敏感词"
  6391. },
  6392. "is_allow_add_friends": {
  6393. "type": "string",
  6394. "example": "是否允许加好友"
  6395. },
  6396. "is_auto_add_friends": {
  6397. "type": "string",
  6398. "example": "是否自动加好友"
  6399. },
  6400. "prohibit_add_group_members": {
  6401. "type": "string",
  6402. "example": "是否禁止添加群成员"
  6403. },
  6404. "prohibit_remove_group_members": {
  6405. "type": "string",
  6406. "example": "是否禁止移出群成员"
  6407. },
  6408. "prohibit_update_group_name": {
  6409. "type": "string",
  6410. "example": "是否禁止修改群名称"
  6411. }
  6412. }
  6413. },
  6414. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6415. "type": "object",
  6416. "properties": {
  6417. "direct_push_reward": {
  6418. "description": "直推奖励",
  6419. "allOf": [
  6420. {
  6421. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  6422. }
  6423. ]
  6424. },
  6425. "is_open": {
  6426. "description": "是否开启(1:开启 0:关闭)",
  6427. "type": "integer"
  6428. },
  6429. "person_egg_energy_coin_id": {
  6430. "description": "个人蛋蛋能量对应虚拟币 id",
  6431. "type": "integer"
  6432. },
  6433. "person_egg_points_coin_id": {
  6434. "description": "个人蛋蛋积分对应虚拟币 id",
  6435. "type": "integer"
  6436. },
  6437. "team_egg_energy_coin_id": {
  6438. "description": "团队蛋蛋能量对应虚拟币 id",
  6439. "type": "integer"
  6440. },
  6441. "team_egg_points_coin_id": {
  6442. "description": "团队蛋蛋积分对应虚拟币 id",
  6443. "type": "integer"
  6444. }
  6445. }
  6446. },
  6447. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6448. "type": "object",
  6449. "properties": {
  6450. "limit": {
  6451. "description": "每页大小",
  6452. "type": "integer"
  6453. },
  6454. "page": {
  6455. "description": "页数",
  6456. "type": "integer"
  6457. },
  6458. "total": {
  6459. "description": "总数据量",
  6460. "type": "integer"
  6461. }
  6462. }
  6463. },
  6464. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6465. "type": "object",
  6466. "properties": {
  6467. "id": {
  6468. "type": "integer"
  6469. },
  6470. "is_open": {
  6471. "description": "是否开启(1:开启 0:关闭)",
  6472. "type": "integer"
  6473. },
  6474. "is_self_active_get_team_revenue": {
  6475. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6476. "type": "integer"
  6477. },
  6478. "originator_uid": {
  6479. "description": "创始人uid",
  6480. "type": "integer"
  6481. },
  6482. "several_rows": {
  6483. "description": "几排",
  6484. "type": "integer"
  6485. },
  6486. "several_times": {
  6487. "description": "几乘",
  6488. "type": "integer"
  6489. },
  6490. "system_punish_replace": {
  6491. "description": "是否位置滑落 被新用户替换 0否 1是",
  6492. "type": "integer"
  6493. },
  6494. "system_punish_replace_value": {
  6495. "description": "xx天未活跃,处罚滑落",
  6496. "type": "integer"
  6497. }
  6498. }
  6499. },
  6500. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6501. "type": "object",
  6502. "properties": {
  6503. "limit": {
  6504. "description": "每页大小",
  6505. "type": "integer"
  6506. },
  6507. "page": {
  6508. "description": "页数",
  6509. "type": "integer"
  6510. },
  6511. "total": {
  6512. "description": "总数据量",
  6513. "type": "integer"
  6514. }
  6515. }
  6516. },
  6517. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6518. "type": "object",
  6519. "properties": {
  6520. "limit": {
  6521. "type": "integer"
  6522. },
  6523. "page": {
  6524. "type": "integer"
  6525. },
  6526. "total": {
  6527. "type": "integer"
  6528. }
  6529. }
  6530. },
  6531. "applet_app_md_member_center.Paginate": {
  6532. "type": "object",
  6533. "properties": {
  6534. "limit": {
  6535. "description": "每页大小",
  6536. "type": "integer"
  6537. },
  6538. "page": {
  6539. "description": "页数",
  6540. "type": "integer"
  6541. },
  6542. "total": {
  6543. "description": "总数据量",
  6544. "type": "integer"
  6545. }
  6546. }
  6547. },
  6548. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6549. "type": "object",
  6550. "properties": {
  6551. "oss_access_key_id": {
  6552. "type": "string",
  6553. "example": "oss访问秘钥id"
  6554. },
  6555. "oss_access_key_secret": {
  6556. "type": "string",
  6557. "example": "oss访问秘钥"
  6558. },
  6559. "oss_bucket_name": {
  6560. "type": "string",
  6561. "example": "oss存储桶名称"
  6562. },
  6563. "oss_bucket_scheme": {
  6564. "type": "string",
  6565. "example": "oss上传方式"
  6566. },
  6567. "oss_endpoint": {
  6568. "type": "string",
  6569. "example": "oss地域节点"
  6570. },
  6571. "oss_object_domain": {
  6572. "type": "string",
  6573. "example": "oss域名"
  6574. },
  6575. "oss_option": {
  6576. "type": "string",
  6577. "example": "oss上传文件类型选项,以逗号分割"
  6578. }
  6579. }
  6580. },
  6581. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6582. "type": "object",
  6583. "properties": {
  6584. "oss_access_key_id": {
  6585. "type": "string",
  6586. "example": "oss访问秘钥id"
  6587. },
  6588. "oss_access_key_secret": {
  6589. "type": "string",
  6590. "example": "oss访问秘钥"
  6591. },
  6592. "oss_bucket_name": {
  6593. "type": "string",
  6594. "example": "oss存储桶名称"
  6595. },
  6596. "oss_bucket_scheme": {
  6597. "type": "string",
  6598. "example": "oss上传方式"
  6599. },
  6600. "oss_endpoint": {
  6601. "type": "string",
  6602. "example": "oss地域节点"
  6603. },
  6604. "oss_object_domain": {
  6605. "type": "string",
  6606. "example": "oss域名"
  6607. },
  6608. "oss_option": {
  6609. "type": "string",
  6610. "example": "oss上传文件类型选项,以逗号分割"
  6611. }
  6612. }
  6613. },
  6614. "comm.ImgReqUploadReq": {
  6615. "type": "object",
  6616. "required": [
  6617. "content_type",
  6618. "file_name"
  6619. ],
  6620. "properties": {
  6621. "content_type": {
  6622. "type": "string",
  6623. "example": "image/jpeg"
  6624. },
  6625. "file_name": {
  6626. "type": "string",
  6627. "example": "文件名"
  6628. }
  6629. }
  6630. },
  6631. "hdl.GetActiveDataResp": {
  6632. "type": "object",
  6633. "properties": {
  6634. "today": {
  6635. "description": "今日数据",
  6636. "allOf": [
  6637. {
  6638. "$ref": "#/definitions/model.PlatformActiveData"
  6639. }
  6640. ]
  6641. },
  6642. "yesterday": {
  6643. "description": "昨日数据",
  6644. "allOf": [
  6645. {
  6646. "$ref": "#/definitions/model.PlatformActiveData"
  6647. }
  6648. ]
  6649. }
  6650. }
  6651. },
  6652. "md.ActivePointsWalletNode": {
  6653. "type": "object",
  6654. "properties": {
  6655. "amount": {
  6656. "type": "string",
  6657. "example": "账户余额"
  6658. },
  6659. "uid": {
  6660. "description": "用户 ID",
  6661. "type": "integer"
  6662. },
  6663. "user_name": {
  6664. "type": "string",
  6665. "example": "用户名"
  6666. },
  6667. "user_phone": {
  6668. "type": "string",
  6669. "example": "手机号"
  6670. }
  6671. }
  6672. },
  6673. "md.AddCommunityDividendsReq": {
  6674. "type": "object",
  6675. "properties": {
  6676. "amount": {
  6677. "description": "社区分红数量",
  6678. "type": "string"
  6679. },
  6680. "name": {
  6681. "type": "string",
  6682. "example": "社区分红名称"
  6683. }
  6684. }
  6685. },
  6686. "md.AddCommunityDividendsWithUserReq": {
  6687. "type": "object",
  6688. "properties": {
  6689. "memo": {
  6690. "type": "string",
  6691. "example": "备注"
  6692. },
  6693. "uid": {
  6694. "description": "新增社区长用户 ID",
  6695. "type": "integer"
  6696. }
  6697. }
  6698. },
  6699. "md.AddCustomerServiceReq": {
  6700. "type": "object",
  6701. "properties": {
  6702. "memo": {
  6703. "description": "备注",
  6704. "type": "string",
  6705. "example": "备注"
  6706. },
  6707. "phone": {
  6708. "type": "string",
  6709. "example": "手机号"
  6710. },
  6711. "weight": {
  6712. "description": "权重",
  6713. "type": "integer"
  6714. }
  6715. }
  6716. },
  6717. "md.AddEmoticonReq": {
  6718. "type": "object",
  6719. "properties": {
  6720. "img_url": {
  6721. "type": "string",
  6722. "example": "图片地址"
  6723. },
  6724. "memo": {
  6725. "description": "备注",
  6726. "type": "string",
  6727. "example": "备注"
  6728. },
  6729. "name": {
  6730. "type": "string",
  6731. "example": "名称"
  6732. },
  6733. "sort": {
  6734. "description": "排序",
  6735. "type": "integer"
  6736. }
  6737. }
  6738. },
  6739. "md.AddFreePublishUserReq": {
  6740. "type": "object",
  6741. "properties": {
  6742. "uid": {
  6743. "type": "integer"
  6744. }
  6745. }
  6746. },
  6747. "md.AddFundDataReq": {
  6748. "type": "object",
  6749. "properties": {
  6750. "frequency": {
  6751. "description": "频率(分钟)",
  6752. "type": "integer"
  6753. },
  6754. "hours": {
  6755. "description": "时长(小时)",
  6756. "type": "integer"
  6757. },
  6758. "kind": {
  6759. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6760. "type": "integer"
  6761. },
  6762. "memo": {
  6763. "type": "string",
  6764. "example": "备注"
  6765. },
  6766. "total_amount": {
  6767. "description": "金额",
  6768. "type": "string"
  6769. }
  6770. }
  6771. },
  6772. "md.AddLevelReq": {
  6773. "type": "object",
  6774. "properties": {
  6775. "auto_update": {
  6776. "description": "自动升级 0关闭 1开启",
  6777. "type": "string"
  6778. },
  6779. "choosable_num": {
  6780. "description": "可选任务数量",
  6781. "type": "string"
  6782. },
  6783. "is_use": {
  6784. "description": "是否开启(0.否, 1.是)",
  6785. "type": "string"
  6786. },
  6787. "level_name": {
  6788. "description": "等级名称",
  6789. "type": "string"
  6790. },
  6791. "level_weight": {
  6792. "description": "等级权重",
  6793. "type": "string"
  6794. },
  6795. "memo": {
  6796. "description": "备注",
  6797. "type": "string"
  6798. }
  6799. }
  6800. },
  6801. "md.AddLevelTaskReq": {
  6802. "type": "object",
  6803. "properties": {
  6804. "finish_count": {
  6805. "description": "多少天内完成的指标",
  6806. "type": "string"
  6807. },
  6808. "is_must_task": {
  6809. "description": "是否必做(0,1)",
  6810. "type": "string"
  6811. },
  6812. "level_id": {
  6813. "description": "等级 ID",
  6814. "type": "string"
  6815. },
  6816. "task_type": {
  6817. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  6818. "type": "string"
  6819. },
  6820. "task_type_level_id": {
  6821. "description": "会员等级 ID (task_type=3时生效)",
  6822. "type": "string"
  6823. },
  6824. "within_days": {
  6825. "description": "多少天内完成",
  6826. "type": "string"
  6827. }
  6828. }
  6829. },
  6830. "md.AddPlatformRevenueReq": {
  6831. "type": "object",
  6832. "properties": {
  6833. "frequency": {
  6834. "description": "频率(分钟)",
  6835. "type": "integer"
  6836. },
  6837. "hours": {
  6838. "description": "时长(小时)",
  6839. "type": "integer"
  6840. },
  6841. "kind": {
  6842. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6843. "type": "integer"
  6844. },
  6845. "memo": {
  6846. "type": "string",
  6847. "example": "备注"
  6848. },
  6849. "total_amount": {
  6850. "description": "金额",
  6851. "type": "string"
  6852. }
  6853. }
  6854. },
  6855. "md.AddTagReq": {
  6856. "type": "object",
  6857. "properties": {
  6858. "is_punish": {
  6859. "description": "是否为处罚标签(0:否 1:是)",
  6860. "type": "string"
  6861. },
  6862. "memo": {
  6863. "description": "备注",
  6864. "type": "string"
  6865. },
  6866. "name": {
  6867. "description": "标签名称",
  6868. "type": "string"
  6869. }
  6870. }
  6871. },
  6872. "md.AdvertisingBase": {
  6873. "type": "object",
  6874. "properties": {
  6875. "android_ad_is_open": {
  6876. "type": "string",
  6877. "example": "安卓广告是否开启(1:开启 0:不开启)"
  6878. },
  6879. "android_open_ad_is_open": {
  6880. "type": "string",
  6881. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  6882. },
  6883. "info": {
  6884. "type": "string",
  6885. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  6886. },
  6887. "ios_ad_is_open": {
  6888. "type": "string",
  6889. "example": "ios广告是否开启(1:开启 0:不开启)"
  6890. },
  6891. "ios_open_ad_is_open": {
  6892. "type": "string",
  6893. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  6894. },
  6895. "voice": {
  6896. "type": "string",
  6897. "example": "领取奖励声音"
  6898. },
  6899. "voice_url": {
  6900. "type": "string"
  6901. }
  6902. }
  6903. },
  6904. "md.AdvertisingBaseResp": {
  6905. "type": "object",
  6906. "properties": {
  6907. "advertising_base": {
  6908. "$ref": "#/definitions/md.AdvertisingBase"
  6909. },
  6910. "select_data": {
  6911. "type": "array",
  6912. "items": {
  6913. "type": "object",
  6914. "additionalProperties": {
  6915. "type": "string"
  6916. }
  6917. }
  6918. }
  6919. }
  6920. },
  6921. "md.AdvertisingDelReq": {
  6922. "type": "object",
  6923. "properties": {
  6924. "id": {
  6925. "type": "array",
  6926. "items": {
  6927. "type": "string"
  6928. }
  6929. }
  6930. }
  6931. },
  6932. "md.AdvertisingFunctionList": {
  6933. "type": "object",
  6934. "properties": {
  6935. "ad_id": {
  6936. "type": "string",
  6937. "example": "广告id"
  6938. },
  6939. "id": {
  6940. "type": "string"
  6941. },
  6942. "type": {
  6943. "type": "string",
  6944. "example": "类型"
  6945. }
  6946. }
  6947. },
  6948. "md.AdvertisingFunctionListReq": {
  6949. "type": "object",
  6950. "properties": {
  6951. "limit": {
  6952. "type": "string"
  6953. },
  6954. "page": {
  6955. "type": "string"
  6956. }
  6957. }
  6958. },
  6959. "md.AdvertisingFunctionListResp": {
  6960. "type": "object",
  6961. "properties": {
  6962. "adv_data": {
  6963. "type": "array",
  6964. "items": {
  6965. "type": "object",
  6966. "additionalProperties": {
  6967. "type": "string"
  6968. }
  6969. }
  6970. },
  6971. "list": {
  6972. "type": "array",
  6973. "items": {
  6974. "$ref": "#/definitions/md.AdvertisingFunctionList"
  6975. }
  6976. },
  6977. "select_data": {
  6978. "type": "array",
  6979. "items": {
  6980. "type": "object",
  6981. "additionalProperties": {
  6982. "type": "string"
  6983. }
  6984. }
  6985. },
  6986. "total": {
  6987. "type": "integer"
  6988. }
  6989. }
  6990. },
  6991. "md.AdvertisingLimit": {
  6992. "type": "object",
  6993. "properties": {
  6994. "imei_num": {
  6995. "type": "string",
  6996. "example": "设备数量"
  6997. },
  6998. "minute": {
  6999. "type": "string",
  7000. "example": "分钟"
  7001. },
  7002. "public_img": {
  7003. "type": "string",
  7004. "example": "公共弹窗图"
  7005. },
  7006. "public_img_url": {
  7007. "type": "string",
  7008. "example": "公共弹窗图"
  7009. },
  7010. "public_str": {
  7011. "type": "string",
  7012. "example": "公共弹窗文字"
  7013. },
  7014. "tip": {
  7015. "type": "string",
  7016. "example": "限制提示"
  7017. },
  7018. "withdraw_img": {
  7019. "type": "string",
  7020. "example": "提现弹窗图"
  7021. },
  7022. "withdraw_img_url": {
  7023. "type": "string",
  7024. "example": "提现弹窗图"
  7025. },
  7026. "withdraw_str": {
  7027. "type": "string",
  7028. "example": "提现弹窗文字"
  7029. }
  7030. }
  7031. },
  7032. "md.AdvertisingList": {
  7033. "type": "object",
  7034. "properties": {
  7035. "counting_down": {
  7036. "type": "string",
  7037. "example": "倒计时 单位秒"
  7038. },
  7039. "id": {
  7040. "type": "string"
  7041. },
  7042. "info": {
  7043. "type": "string",
  7044. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7045. },
  7046. "kind": {
  7047. "type": "string",
  7048. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7049. },
  7050. "name": {
  7051. "type": "string",
  7052. "example": "名称"
  7053. }
  7054. }
  7055. },
  7056. "md.AdvertisingListReq": {
  7057. "type": "object",
  7058. "properties": {
  7059. "kind": {
  7060. "type": "string"
  7061. },
  7062. "limit": {
  7063. "type": "string"
  7064. },
  7065. "name": {
  7066. "type": "string"
  7067. },
  7068. "page": {
  7069. "type": "string"
  7070. }
  7071. }
  7072. },
  7073. "md.AdvertisingListResp": {
  7074. "type": "object",
  7075. "properties": {
  7076. "adv_data": {
  7077. "type": "array",
  7078. "items": {
  7079. "type": "object",
  7080. "additionalProperties": {
  7081. "type": "string"
  7082. }
  7083. }
  7084. },
  7085. "list": {
  7086. "type": "array",
  7087. "items": {
  7088. "$ref": "#/definitions/md.AdvertisingList"
  7089. }
  7090. },
  7091. "select_data": {
  7092. "type": "array",
  7093. "items": {
  7094. "type": "object",
  7095. "additionalProperties": {
  7096. "type": "string"
  7097. }
  7098. }
  7099. },
  7100. "total": {
  7101. "type": "integer"
  7102. }
  7103. }
  7104. },
  7105. "md.AdvertisingSaveReq": {
  7106. "type": "object",
  7107. "properties": {
  7108. "counting_down": {
  7109. "type": "string",
  7110. "example": "倒计时 单位秒"
  7111. },
  7112. "id": {
  7113. "type": "string"
  7114. },
  7115. "info": {
  7116. "type": "string",
  7117. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7118. },
  7119. "kind": {
  7120. "type": "string",
  7121. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7122. },
  7123. "name": {
  7124. "type": "string",
  7125. "example": "名称"
  7126. }
  7127. }
  7128. },
  7129. "md.ArticleCateDelReq": {
  7130. "type": "object",
  7131. "properties": {
  7132. "id": {
  7133. "type": "array",
  7134. "items": {
  7135. "type": "string"
  7136. }
  7137. }
  7138. }
  7139. },
  7140. "md.ArticleCateList": {
  7141. "type": "object",
  7142. "properties": {
  7143. "id": {
  7144. "type": "string"
  7145. },
  7146. "is_show": {
  7147. "type": "string"
  7148. },
  7149. "name": {
  7150. "type": "string"
  7151. },
  7152. "pid": {
  7153. "type": "string"
  7154. },
  7155. "sort": {
  7156. "type": "string"
  7157. }
  7158. }
  7159. },
  7160. "md.ArticleCateListReq": {
  7161. "type": "object",
  7162. "properties": {
  7163. "limit": {
  7164. "description": "每页大小",
  7165. "type": "string"
  7166. },
  7167. "page": {
  7168. "description": "页数",
  7169. "type": "string"
  7170. }
  7171. }
  7172. },
  7173. "md.ArticleCateListResp": {
  7174. "type": "object",
  7175. "properties": {
  7176. "list": {
  7177. "type": "array",
  7178. "items": {
  7179. "$ref": "#/definitions/md.ArticleCateList"
  7180. }
  7181. },
  7182. "select_data": {
  7183. "type": "array",
  7184. "items": {
  7185. "type": "object",
  7186. "additionalProperties": {
  7187. "type": "string"
  7188. }
  7189. }
  7190. },
  7191. "total": {
  7192. "type": "integer"
  7193. }
  7194. }
  7195. },
  7196. "md.ArticleCateSaveReq": {
  7197. "type": "object",
  7198. "properties": {
  7199. "id": {
  7200. "type": "string"
  7201. },
  7202. "is_show": {
  7203. "type": "string"
  7204. },
  7205. "name": {
  7206. "type": "string"
  7207. },
  7208. "pid": {
  7209. "type": "string"
  7210. },
  7211. "sort": {
  7212. "type": "string"
  7213. }
  7214. }
  7215. },
  7216. "md.ArticleDelReq": {
  7217. "type": "object",
  7218. "properties": {
  7219. "id": {
  7220. "type": "array",
  7221. "items": {
  7222. "type": "string"
  7223. }
  7224. }
  7225. }
  7226. },
  7227. "md.ArticleList": {
  7228. "type": "object",
  7229. "properties": {
  7230. "cate_id": {
  7231. "type": "string",
  7232. "example": "二级分类id"
  7233. },
  7234. "content": {
  7235. "type": "string"
  7236. },
  7237. "cover": {
  7238. "type": "string",
  7239. "example": "一级分类id=4 显示 封面图"
  7240. },
  7241. "cover_url": {
  7242. "type": "string"
  7243. },
  7244. "id": {
  7245. "type": "string"
  7246. },
  7247. "is_show": {
  7248. "type": "string"
  7249. },
  7250. "pid": {
  7251. "type": "string",
  7252. "example": "一级分类id"
  7253. },
  7254. "sort": {
  7255. "type": "string"
  7256. },
  7257. "title": {
  7258. "type": "string"
  7259. }
  7260. }
  7261. },
  7262. "md.ArticleListReq": {
  7263. "type": "object",
  7264. "properties": {
  7265. "limit": {
  7266. "description": "每页大小",
  7267. "type": "string"
  7268. },
  7269. "page": {
  7270. "description": "页数",
  7271. "type": "string"
  7272. }
  7273. }
  7274. },
  7275. "md.ArticleListResp": {
  7276. "type": "object",
  7277. "properties": {
  7278. "list": {
  7279. "type": "array",
  7280. "items": {
  7281. "$ref": "#/definitions/md.ArticleList"
  7282. }
  7283. },
  7284. "select_data": {
  7285. "type": "array",
  7286. "items": {
  7287. "type": "object",
  7288. "additionalProperties": true
  7289. }
  7290. },
  7291. "total": {
  7292. "type": "integer"
  7293. }
  7294. }
  7295. },
  7296. "md.ArticleSaveReq": {
  7297. "type": "object",
  7298. "properties": {
  7299. "cate_id": {
  7300. "type": "string",
  7301. "example": "二级分类id"
  7302. },
  7303. "content": {
  7304. "type": "string"
  7305. },
  7306. "cover": {
  7307. "type": "string",
  7308. "example": "一级分类id=4 显示 封面图"
  7309. },
  7310. "id": {
  7311. "type": "string"
  7312. },
  7313. "is_show": {
  7314. "type": "string"
  7315. },
  7316. "pid": {
  7317. "type": "string",
  7318. "example": "一级分类id"
  7319. },
  7320. "sort": {
  7321. "type": "string"
  7322. },
  7323. "title": {
  7324. "type": "string"
  7325. }
  7326. }
  7327. },
  7328. "md.AuditClearReq": {
  7329. "type": "object",
  7330. "properties": {
  7331. "os": {
  7332. "type": "string",
  7333. "example": "1-安卓 2-ios"
  7334. }
  7335. }
  7336. },
  7337. "md.BalanceDetailNode": {
  7338. "type": "object",
  7339. "properties": {
  7340. "after_amount": {
  7341. "description": "变更后余额",
  7342. "type": "string"
  7343. },
  7344. "amount": {
  7345. "description": "变更数量",
  7346. "type": "string"
  7347. },
  7348. "before_amount": {
  7349. "description": "变更前余额",
  7350. "type": "string"
  7351. },
  7352. "create_at": {
  7353. "description": "创建时间",
  7354. "type": "string"
  7355. },
  7356. "id": {
  7357. "description": "记录ID",
  7358. "type": "integer"
  7359. },
  7360. "kind": {
  7361. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7362. "type": "string"
  7363. }
  7364. }
  7365. },
  7366. "md.BasicInfoNode": {
  7367. "type": "object",
  7368. "properties": {
  7369. "avatar": {
  7370. "description": "头像",
  7371. "type": "string"
  7372. },
  7373. "levelId": {
  7374. "description": "会员等级 ID",
  7375. "type": "integer"
  7376. },
  7377. "level_name": {
  7378. "description": "会员等级名称",
  7379. "type": "string"
  7380. },
  7381. "memo": {
  7382. "description": "备注",
  7383. "type": "string"
  7384. },
  7385. "nickname": {
  7386. "description": "用户名称",
  7387. "type": "string"
  7388. },
  7389. "parent_name": {
  7390. "description": "推荐人名称",
  7391. "type": "string"
  7392. },
  7393. "parent_phone": {
  7394. "description": "推荐人手机号",
  7395. "type": "string"
  7396. },
  7397. "parent_uid": {
  7398. "description": "推荐人",
  7399. "type": "integer"
  7400. },
  7401. "password": {
  7402. "description": "登录密码",
  7403. "type": "string"
  7404. },
  7405. "phone": {
  7406. "description": "手机号",
  7407. "type": "string"
  7408. },
  7409. "sex": {
  7410. "description": "性别",
  7411. "type": "integer"
  7412. },
  7413. "state": {
  7414. "description": "账号状态 1正常,2冻结",
  7415. "type": "integer"
  7416. },
  7417. "tag": {
  7418. "description": "标签名称",
  7419. "type": "array",
  7420. "items": {
  7421. "$ref": "#/definitions/md.TagNode"
  7422. }
  7423. },
  7424. "union_id": {
  7425. "description": "微信号",
  7426. "type": "string"
  7427. }
  7428. }
  7429. },
  7430. "md.BatchSendGroupMessageReq": {
  7431. "type": "object",
  7432. "properties": {
  7433. "content": {
  7434. "description": "消息内容",
  7435. "type": "string"
  7436. },
  7437. "kind": {
  7438. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7439. "type": "integer"
  7440. },
  7441. "not_condition": {
  7442. "description": "不发送条件 群 ID 以\";\"分割",
  7443. "type": "string"
  7444. },
  7445. "send_condition": {
  7446. "description": "发送条件 群 ID 以\";\"分割",
  7447. "type": "string"
  7448. },
  7449. "send_kind": {
  7450. "description": "发送模式(1:指定群组 2:所有群组)",
  7451. "type": "integer"
  7452. }
  7453. }
  7454. },
  7455. "md.BatchSendUserMessageReq": {
  7456. "type": "object",
  7457. "properties": {
  7458. "content": {
  7459. "description": "消息内容",
  7460. "type": "string"
  7461. },
  7462. "kind": {
  7463. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7464. "type": "integer"
  7465. },
  7466. "not_condition": {
  7467. "description": "不发送条件 用户手机号 以\";\"分割",
  7468. "type": "string"
  7469. },
  7470. "send_condition": {
  7471. "description": "发送条件 用户手机号 以\";\"分割",
  7472. "type": "string"
  7473. },
  7474. "send_kind": {
  7475. "description": "发送模式(1:所有用户 2:指定用户)",
  7476. "type": "integer"
  7477. }
  7478. }
  7479. },
  7480. "md.CloudBundleBaseResp": {
  7481. "type": "object",
  7482. "properties": {
  7483. "android_logo": {
  7484. "type": "string"
  7485. },
  7486. "android_start_img": {
  7487. "type": "array",
  7488. "items": {
  7489. "type": "object",
  7490. "additionalProperties": {
  7491. "type": "string"
  7492. }
  7493. }
  7494. },
  7495. "ios_logo": {
  7496. "type": "string"
  7497. },
  7498. "ios_start_img": {
  7499. "type": "array",
  7500. "items": {
  7501. "type": "object",
  7502. "additionalProperties": {
  7503. "type": "string"
  7504. }
  7505. }
  7506. }
  7507. }
  7508. },
  7509. "md.CloudBundleBuildReq": {
  7510. "type": "object",
  7511. "properties": {
  7512. "bit": {
  7513. "type": "array",
  7514. "items": {
  7515. "type": "string"
  7516. }
  7517. },
  7518. "isCombine": {
  7519. "type": "string"
  7520. },
  7521. "memo": {
  7522. "type": "string"
  7523. },
  7524. "os": {
  7525. "type": "string"
  7526. },
  7527. "platform": {
  7528. "type": "array",
  7529. "items": {
  7530. "type": "string"
  7531. }
  7532. },
  7533. "version": {
  7534. "type": "string"
  7535. }
  7536. }
  7537. },
  7538. "md.CloudBundleImgResp": {
  7539. "type": "object",
  7540. "properties": {
  7541. "android_logo": {
  7542. "type": "string"
  7543. },
  7544. "android_logo_url": {
  7545. "type": "string"
  7546. },
  7547. "android_start_img": {
  7548. "type": "array",
  7549. "items": {
  7550. "type": "object",
  7551. "additionalProperties": {
  7552. "type": "string"
  7553. }
  7554. }
  7555. },
  7556. "guide": {
  7557. "type": "array",
  7558. "items": {
  7559. "$ref": "#/definitions/md.Guide"
  7560. }
  7561. },
  7562. "ios_logo": {
  7563. "type": "string"
  7564. },
  7565. "ios_logo_url": {
  7566. "type": "string"
  7567. },
  7568. "ios_start_img": {
  7569. "type": "array",
  7570. "items": {
  7571. "type": "object",
  7572. "additionalProperties": {
  7573. "type": "string"
  7574. }
  7575. }
  7576. }
  7577. }
  7578. },
  7579. "md.CloudBundleList": {
  7580. "type": "object",
  7581. "properties": {
  7582. "apply_at": {
  7583. "type": "string"
  7584. },
  7585. "bit": {
  7586. "type": "string"
  7587. },
  7588. "build_id": {
  7589. "type": "string"
  7590. },
  7591. "finish_at": {
  7592. "type": "string"
  7593. },
  7594. "id": {
  7595. "type": "string"
  7596. },
  7597. "is_auditing": {
  7598. "type": "string"
  7599. },
  7600. "is_combine": {
  7601. "type": "string"
  7602. },
  7603. "memo": {
  7604. "type": "string"
  7605. },
  7606. "os": {
  7607. "type": "string"
  7608. },
  7609. "src": {
  7610. "type": "string"
  7611. },
  7612. "state": {
  7613. "type": "string"
  7614. },
  7615. "version": {
  7616. "type": "string"
  7617. }
  7618. }
  7619. },
  7620. "md.CloudBundleReq": {
  7621. "type": "object",
  7622. "properties": {
  7623. "limit": {
  7624. "description": "每页大小",
  7625. "type": "string"
  7626. },
  7627. "page": {
  7628. "description": "页数",
  7629. "type": "string"
  7630. }
  7631. }
  7632. },
  7633. "md.CloudBundleResp": {
  7634. "type": "object",
  7635. "properties": {
  7636. "last_android": {
  7637. "type": "string"
  7638. },
  7639. "last_bit": {
  7640. "type": "string"
  7641. },
  7642. "last_is_combine": {
  7643. "type": "string"
  7644. },
  7645. "list": {
  7646. "type": "array",
  7647. "items": {
  7648. "$ref": "#/definitions/md.CloudBundleList"
  7649. }
  7650. },
  7651. "list_ios": {
  7652. "type": "string"
  7653. },
  7654. "total": {
  7655. "type": "integer"
  7656. }
  7657. }
  7658. },
  7659. "md.CloudBundleUpdateStateReq": {
  7660. "type": "object",
  7661. "properties": {
  7662. "build_id": {
  7663. "type": "string"
  7664. },
  7665. "build_number": {
  7666. "type": "string"
  7667. },
  7668. "error_msg": {
  7669. "type": "string"
  7670. },
  7671. "id": {
  7672. "type": "string"
  7673. },
  7674. "src": {
  7675. "type": "string"
  7676. },
  7677. "state": {
  7678. "type": "string"
  7679. }
  7680. }
  7681. },
  7682. "md.CloudBundleVersion": {
  7683. "type": "object",
  7684. "properties": {
  7685. "content": {
  7686. "type": "string"
  7687. },
  7688. "img": {
  7689. "type": "string"
  7690. },
  7691. "img_url": {
  7692. "type": "string"
  7693. },
  7694. "is_must": {
  7695. "type": "string"
  7696. },
  7697. "name": {
  7698. "type": "string"
  7699. },
  7700. "type": {
  7701. "type": "string"
  7702. },
  7703. "url": {
  7704. "type": "string"
  7705. },
  7706. "version": {
  7707. "type": "string"
  7708. }
  7709. }
  7710. },
  7711. "md.CloudBundleVersionResp": {
  7712. "type": "object",
  7713. "properties": {
  7714. "version": {
  7715. "type": "array",
  7716. "items": {
  7717. "$ref": "#/definitions/md.CloudBundleVersion"
  7718. }
  7719. }
  7720. }
  7721. },
  7722. "md.CommReq": {
  7723. "type": "object",
  7724. "properties": {
  7725. "id": {
  7726. "type": "string"
  7727. }
  7728. }
  7729. },
  7730. "md.ConfigResp": {
  7731. "type": "object",
  7732. "properties": {
  7733. "oss_url": {
  7734. "type": "string",
  7735. "example": "阿里云图片链接"
  7736. }
  7737. }
  7738. },
  7739. "md.DailyActivityAnalysisTopData": {
  7740. "type": "object",
  7741. "properties": {
  7742. "activity_count": {
  7743. "description": "子节点活跃天数",
  7744. "type": "integer"
  7745. },
  7746. "team_activity_user_count": {
  7747. "description": "子节点活跃人数",
  7748. "type": "integer"
  7749. },
  7750. "team_user_count": {
  7751. "description": "团队人数",
  7752. "type": "integer"
  7753. }
  7754. }
  7755. },
  7756. "md.DataSetting": {
  7757. "type": "object",
  7758. "properties": {
  7759. "total_angel_investor": {
  7760. "description": "天使投资人",
  7761. "type": "string",
  7762. "example": "天使投资人"
  7763. },
  7764. "total_ecological_development": {
  7765. "description": "生态建设",
  7766. "type": "string",
  7767. "example": "当前价格"
  7768. },
  7769. "total_issuance_amount": {
  7770. "description": "总发行量",
  7771. "type": "string",
  7772. "example": "总发行量"
  7773. },
  7774. "total_operate_fund": {
  7775. "description": "运营资金",
  7776. "type": "string",
  7777. "example": "运营资金"
  7778. },
  7779. "total_team_dividends": {
  7780. "description": "团队分红",
  7781. "type": "string",
  7782. "example": "团队分红"
  7783. },
  7784. "total_technology_team": {
  7785. "description": "技术团队",
  7786. "type": "string",
  7787. "example": "技术团队"
  7788. },
  7789. "total_user_for_person": {
  7790. "description": "个人区域",
  7791. "type": "string",
  7792. "example": "个人区域"
  7793. },
  7794. "total_user_for_team": {
  7795. "description": "团队区域",
  7796. "type": "string",
  7797. "example": "团队区域"
  7798. }
  7799. }
  7800. },
  7801. "md.DeleteEmoticonReq": {
  7802. "type": "object",
  7803. "properties": {
  7804. "id": {
  7805. "description": "拥有用户数量",
  7806. "type": "integer"
  7807. }
  7808. }
  7809. },
  7810. "md.DeleteFreePublishUserReq": {
  7811. "type": "object",
  7812. "properties": {
  7813. "uid": {
  7814. "type": "string"
  7815. }
  7816. }
  7817. },
  7818. "md.DeleteLevelReq": {
  7819. "type": "object",
  7820. "properties": {
  7821. "level_id": {
  7822. "type": "string"
  7823. }
  7824. }
  7825. },
  7826. "md.DeleteTagReq": {
  7827. "type": "object",
  7828. "properties": {
  7829. "tag_id": {
  7830. "description": "标签 ID",
  7831. "type": "string"
  7832. }
  7833. }
  7834. },
  7835. "md.DeleteTaskReq": {
  7836. "type": "object",
  7837. "properties": {
  7838. "task_id": {
  7839. "type": "string"
  7840. }
  7841. }
  7842. },
  7843. "md.DestructionSettingStruct": {
  7844. "type": "object",
  7845. "properties": {
  7846. "community_dividends": {
  7847. "description": "社区分红百分比",
  7848. "type": "string"
  7849. },
  7850. "destruction_quantity": {
  7851. "description": "销毁百分比",
  7852. "type": "string"
  7853. },
  7854. "development_committee": {
  7855. "description": "发展委员会百分比",
  7856. "type": "string"
  7857. },
  7858. "marketplace_merchant": {
  7859. "description": "市商数量百分比",
  7860. "type": "string"
  7861. },
  7862. "public_welfare_and_charity": {
  7863. "description": "公益慈善百分比",
  7864. "type": "string"
  7865. },
  7866. "star_level_dividends": {
  7867. "description": "星级分红百分比",
  7868. "type": "string"
  7869. }
  7870. }
  7871. },
  7872. "md.DirectPushRewardSettingStruct": {
  7873. "type": "object",
  7874. "properties": {
  7875. "member_self_is_open_get_team_reward": {
  7876. "description": "会员是否活跃得到团队奖励",
  7877. "type": "string"
  7878. },
  7879. "reward_rate_value": {
  7880. "description": "奖励百分比",
  7881. "type": "string"
  7882. }
  7883. }
  7884. },
  7885. "md.DynamicDataFlowListReq": {
  7886. "type": "object",
  7887. "properties": {
  7888. "end_at": {
  7889. "description": "结束时间",
  7890. "type": "string",
  7891. "example": "结束时间"
  7892. },
  7893. "kind": {
  7894. "description": "持有类型",
  7895. "type": "integer"
  7896. },
  7897. "page": {
  7898. "description": "页数",
  7899. "type": "integer"
  7900. },
  7901. "page_size": {
  7902. "description": "每页大小",
  7903. "type": "integer"
  7904. },
  7905. "start_at": {
  7906. "description": "开始时间",
  7907. "type": "string",
  7908. "example": "开始时间"
  7909. }
  7910. }
  7911. },
  7912. "md.DynamicDataFlowListResp": {
  7913. "type": "object",
  7914. "properties": {
  7915. "kind_list": {
  7916. "description": "类型列表",
  7917. "type": "array",
  7918. "items": {
  7919. "type": "object",
  7920. "additionalProperties": true
  7921. }
  7922. },
  7923. "list": {
  7924. "description": "动态数据流水列表",
  7925. "type": "array",
  7926. "items": {
  7927. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  7928. }
  7929. },
  7930. "paginate": {
  7931. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7932. }
  7933. }
  7934. },
  7935. "md.EggEnergyAvailableEnergyFlow": {
  7936. "type": "object",
  7937. "properties": {
  7938. "after_community_dividends": {
  7939. "description": "变更后-社区分红区块币数量",
  7940. "type": "string"
  7941. },
  7942. "after_destruction_quantity_values": {
  7943. "description": "变更后-销毁区块币数量",
  7944. "type": "string"
  7945. },
  7946. "after_development_committee_values": {
  7947. "description": "变更后-发展委员会区块币数量",
  7948. "type": "string"
  7949. },
  7950. "after_marketplace_merchant_fund_values": {
  7951. "description": "变更后-市商资金值",
  7952. "type": "string"
  7953. },
  7954. "after_marketplace_merchant_values": {
  7955. "description": "变更后-市商区块币数量",
  7956. "type": "string"
  7957. },
  7958. "after_now_energy_total_nums": {
  7959. "description": "变更后-现行总量",
  7960. "type": "string"
  7961. },
  7962. "after_planet_total_value": {
  7963. "description": "变更后-星球总价值",
  7964. "type": "string"
  7965. },
  7966. "after_price": {
  7967. "description": "变更后-价格",
  7968. "type": "string"
  7969. },
  7970. "after_public_welfare_and_charity_values": {
  7971. "description": "变更后-公益慈善区块币数量",
  7972. "type": "string"
  7973. },
  7974. "after_star_level_dividends_values": {
  7975. "description": "变更后-星级分红区块币数量",
  7976. "type": "string"
  7977. },
  7978. "amount": {
  7979. "description": "变更数量",
  7980. "type": "string"
  7981. },
  7982. "before_community_dividends": {
  7983. "description": "变更前-社区分红区块币数量",
  7984. "type": "string"
  7985. },
  7986. "before_destruction_quantity_values": {
  7987. "description": "变更前-销毁区块币数量",
  7988. "type": "string"
  7989. },
  7990. "before_development_committee_values": {
  7991. "description": "变更前-发展委员会区块币数量",
  7992. "type": "string"
  7993. },
  7994. "before_marketplace_merchant_fund_values": {
  7995. "description": "变更前-市商资金值",
  7996. "type": "string"
  7997. },
  7998. "before_marketplace_merchant_values": {
  7999. "description": "变更前-市商区块币数量",
  8000. "type": "string"
  8001. },
  8002. "before_now_energy_total_nums": {
  8003. "description": "变更前-现行总量",
  8004. "type": "string"
  8005. },
  8006. "before_planet_total_value": {
  8007. "description": "变更前-星球总价值",
  8008. "type": "string"
  8009. },
  8010. "before_price": {
  8011. "description": "变更前-价格",
  8012. "type": "string"
  8013. },
  8014. "before_public_welfare_and_charity_values": {
  8015. "description": "变更前-公益慈善区块币数量",
  8016. "type": "string"
  8017. },
  8018. "before_star_level_dividends_values": {
  8019. "description": "变更前-星级分红区块币数量",
  8020. "type": "string"
  8021. },
  8022. "create_time": {
  8023. "description": "创建时间",
  8024. "type": "string"
  8025. },
  8026. "id": {
  8027. "type": "integer"
  8028. },
  8029. "kind": {
  8030. "description": "种类",
  8031. "type": "integer"
  8032. },
  8033. "title": {
  8034. "description": "标题",
  8035. "type": "string"
  8036. }
  8037. }
  8038. },
  8039. "md.EggEnergyCommunityDividends": {
  8040. "type": "object",
  8041. "properties": {
  8042. "amount": {
  8043. "description": "分红数量",
  8044. "type": "string"
  8045. },
  8046. "coin_id": {
  8047. "description": "虚拟币 id",
  8048. "type": "integer"
  8049. },
  8050. "create_at": {
  8051. "description": "分红时间",
  8052. "type": "string"
  8053. },
  8054. "id": {
  8055. "type": "integer"
  8056. },
  8057. "is_over": {
  8058. "description": "是否分红完毕",
  8059. "type": "integer"
  8060. },
  8061. "name": {
  8062. "type": "string",
  8063. "example": "名称"
  8064. },
  8065. "persons_num": {
  8066. "description": "分红人数",
  8067. "type": "integer"
  8068. },
  8069. "update_at": {
  8070. "type": "string"
  8071. }
  8072. }
  8073. },
  8074. "md.EggEnergyCommunityDividendsWithUser": {
  8075. "type": "object",
  8076. "properties": {
  8077. "id": {
  8078. "type": "integer"
  8079. },
  8080. "memo": {
  8081. "type": "string",
  8082. "example": "备注"
  8083. },
  8084. "nickname": {
  8085. "type": "string"
  8086. },
  8087. "phone": {
  8088. "type": "string"
  8089. },
  8090. "uid": {
  8091. "type": "integer"
  8092. }
  8093. }
  8094. },
  8095. "md.ExchangeRulesStruct": {
  8096. "type": "object",
  8097. "properties": {
  8098. "auto_exchange_nums_by_person": {
  8099. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8100. "type": "string"
  8101. },
  8102. "auto_exchange_nums_by_team": {
  8103. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8104. "type": "string"
  8105. },
  8106. "auto_exchange_rate_by_person": {
  8107. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8108. "type": "string"
  8109. },
  8110. "auto_exchange_rate_by_team": {
  8111. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8112. "type": "string"
  8113. }
  8114. }
  8115. },
  8116. "md.ExchangeUserPositionReq": {
  8117. "type": "object",
  8118. "properties": {
  8119. "position_1": {
  8120. "description": "位置1,具体值取返回数据中的 system_id",
  8121. "type": "integer"
  8122. },
  8123. "position_2": {
  8124. "description": "位置2,具体值取返回数据中的 system_id",
  8125. "type": "integer"
  8126. }
  8127. }
  8128. },
  8129. "md.FansNode": {
  8130. "type": "object",
  8131. "properties": {
  8132. "amount": {
  8133. "description": "可提现余额",
  8134. "type": "string"
  8135. },
  8136. "id": {
  8137. "description": "用户ID",
  8138. "type": "integer"
  8139. },
  8140. "level_total": {
  8141. "description": "所属代数",
  8142. "type": "integer"
  8143. },
  8144. "nickname": {
  8145. "type": "string",
  8146. "example": "用户昵称"
  8147. },
  8148. "phone": {
  8149. "type": "string",
  8150. "example": "手机号"
  8151. },
  8152. "register_at": {
  8153. "description": "注册时间",
  8154. "type": "string"
  8155. },
  8156. "total_income": {
  8157. "description": "累计收益",
  8158. "type": "string"
  8159. }
  8160. }
  8161. },
  8162. "md.FindSubUserRelationshipMapResp": {
  8163. "type": "object",
  8164. "properties": {
  8165. "basic_setting": {
  8166. "description": "公排设置",
  8167. "allOf": [
  8168. {
  8169. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8170. }
  8171. ]
  8172. },
  8173. "search_uid": {
  8174. "description": "查找的用户 ID",
  8175. "type": "string"
  8176. },
  8177. "sub_user": {
  8178. "description": "上级用户信息",
  8179. "allOf": [
  8180. {
  8181. "$ref": "#/definitions/md.SubUser"
  8182. }
  8183. ]
  8184. }
  8185. }
  8186. },
  8187. "md.FreePublishUserNode": {
  8188. "type": "object",
  8189. "properties": {
  8190. "nickname": {
  8191. "type": "string",
  8192. "example": "昵称"
  8193. },
  8194. "phone": {
  8195. "type": "string",
  8196. "example": "手机号"
  8197. },
  8198. "uid": {
  8199. "type": "integer"
  8200. }
  8201. }
  8202. },
  8203. "md.FundDataNode": {
  8204. "type": "object",
  8205. "properties": {
  8206. "balance_amount": {
  8207. "description": "余额",
  8208. "type": "string"
  8209. },
  8210. "balance_times": {
  8211. "description": "剩余执行次数",
  8212. "type": "integer"
  8213. },
  8214. "create_at": {
  8215. "description": "创建时间",
  8216. "type": "string"
  8217. },
  8218. "hours": {
  8219. "description": "时长",
  8220. "type": "integer"
  8221. },
  8222. "kind": {
  8223. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8224. "type": "integer"
  8225. },
  8226. "memo": {
  8227. "description": "备注",
  8228. "type": "string"
  8229. },
  8230. "system_id": {
  8231. "type": "integer"
  8232. },
  8233. "total_amount": {
  8234. "description": "金额",
  8235. "type": "string"
  8236. }
  8237. }
  8238. },
  8239. "md.FundDataRecordNode": {
  8240. "type": "object",
  8241. "properties": {
  8242. "after_planet_total_value": {
  8243. "description": "执行后-星球价值",
  8244. "type": "string"
  8245. },
  8246. "after_price": {
  8247. "description": "执行后-价格",
  8248. "type": "string"
  8249. },
  8250. "balance_amount": {
  8251. "description": "余额",
  8252. "type": "string"
  8253. },
  8254. "balance_times": {
  8255. "description": "剩余执行次数",
  8256. "type": "integer"
  8257. },
  8258. "before_planet_total_value": {
  8259. "description": "执行前-星球价值",
  8260. "type": "string"
  8261. },
  8262. "before_price": {
  8263. "description": "执行前-价格",
  8264. "type": "string"
  8265. },
  8266. "create_at": {
  8267. "type": "string"
  8268. },
  8269. "total_amount": {
  8270. "description": "金额",
  8271. "type": "string"
  8272. }
  8273. }
  8274. },
  8275. "md.GetActivePointsUserCoinFlowListReq": {
  8276. "type": "object",
  8277. "properties": {
  8278. "coin_id": {
  8279. "description": "货币类型 ID",
  8280. "type": "integer"
  8281. },
  8282. "direction": {
  8283. "description": "流水方向:1收入 2支出",
  8284. "type": "integer"
  8285. },
  8286. "end_at": {
  8287. "description": "结束时间",
  8288. "type": "string"
  8289. },
  8290. "page": {
  8291. "description": "页数",
  8292. "type": "integer"
  8293. },
  8294. "page_size": {
  8295. "description": "每页大小",
  8296. "type": "integer"
  8297. },
  8298. "start_at": {
  8299. "description": "开始时间",
  8300. "type": "string"
  8301. },
  8302. "uid": {
  8303. "description": "用户 ID",
  8304. "type": "integer"
  8305. }
  8306. }
  8307. },
  8308. "md.GetActivePointsUserCoinFlowListResp": {
  8309. "type": "object",
  8310. "properties": {
  8311. "list": {
  8312. "description": "流水信息",
  8313. "type": "array",
  8314. "items": {
  8315. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8316. }
  8317. },
  8318. "paginate": {
  8319. "description": "分页信息",
  8320. "allOf": [
  8321. {
  8322. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8323. }
  8324. ]
  8325. },
  8326. "select_data": {
  8327. "description": "流水类型",
  8328. "allOf": [
  8329. {
  8330. "$ref": "#/definitions/md.SelectData"
  8331. }
  8332. ]
  8333. }
  8334. }
  8335. },
  8336. "md.GetActivePointsUserCoinListReq": {
  8337. "type": "object",
  8338. "properties": {
  8339. "end_coin": {
  8340. "type": "string",
  8341. "example": "最大金额"
  8342. },
  8343. "kind": {
  8344. "description": "虚拟币种类编号",
  8345. "type": "integer"
  8346. },
  8347. "page": {
  8348. "description": "页数",
  8349. "type": "integer"
  8350. },
  8351. "page_size": {
  8352. "description": "单页大小",
  8353. "type": "integer"
  8354. },
  8355. "start_coin": {
  8356. "type": "string",
  8357. "example": "最小金额"
  8358. },
  8359. "uid": {
  8360. "description": "指定查询用户 ID",
  8361. "type": "integer"
  8362. },
  8363. "user_name": {
  8364. "type": "string",
  8365. "example": "用户名称"
  8366. },
  8367. "user_phone": {
  8368. "type": "string",
  8369. "example": "手机号"
  8370. }
  8371. }
  8372. },
  8373. "md.GetActivePointsUserCoinListResp": {
  8374. "type": "object",
  8375. "properties": {
  8376. "kind_list": {
  8377. "description": "货币类型集合",
  8378. "type": "array",
  8379. "items": {
  8380. "$ref": "#/definitions/md.VirtualCoinListNode"
  8381. }
  8382. },
  8383. "list": {
  8384. "description": "余额集合",
  8385. "type": "array",
  8386. "items": {
  8387. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8388. }
  8389. },
  8390. "sum_user_amount": {
  8391. "description": "用户持有总数",
  8392. "type": "number"
  8393. },
  8394. "total": {
  8395. "description": "持有该类型用户数",
  8396. "type": "integer"
  8397. }
  8398. }
  8399. },
  8400. "md.GetContributionValueBasicSettingResp": {
  8401. "type": "object",
  8402. "properties": {
  8403. "hand_out_red_package": {
  8404. "description": "发红包获得x点",
  8405. "type": "integer"
  8406. },
  8407. "id": {
  8408. "type": "integer"
  8409. },
  8410. "posting_comment_liked": {
  8411. "description": "发布评论被官方点赞获得x点",
  8412. "type": "integer"
  8413. },
  8414. "posting_dynamic_liked": {
  8415. "description": "发布动态被官方点赞获得x点",
  8416. "type": "integer"
  8417. },
  8418. "publish_creation": {
  8419. "description": "发布创作获得x点",
  8420. "type": "integer"
  8421. }
  8422. }
  8423. },
  8424. "md.GetEggCoreDataListResp": {
  8425. "type": "object",
  8426. "properties": {
  8427. "now_energy_total_nums": {
  8428. "description": "现行总量",
  8429. "type": "string",
  8430. "example": "现行总量"
  8431. },
  8432. "now_price": {
  8433. "description": "当前价格",
  8434. "type": "string",
  8435. "example": "当前价格"
  8436. },
  8437. "planet_total_value": {
  8438. "description": "星球价值",
  8439. "type": "string",
  8440. "example": "星球价值"
  8441. },
  8442. "user_hold_total_nums": {
  8443. "description": "用户持有总量",
  8444. "type": "string"
  8445. }
  8446. }
  8447. },
  8448. "md.GetEggEnergyBasicResp": {
  8449. "type": "object",
  8450. "properties": {
  8451. "basic_setting": {
  8452. "description": "基础设置",
  8453. "allOf": [
  8454. {
  8455. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8456. }
  8457. ]
  8458. },
  8459. "data_setting": {
  8460. "description": "数据设置",
  8461. "allOf": [
  8462. {
  8463. "$ref": "#/definitions/md.DataSetting"
  8464. }
  8465. ]
  8466. },
  8467. "destruction_setting": {
  8468. "description": "销毁设置",
  8469. "allOf": [
  8470. {
  8471. "$ref": "#/definitions/md.DestructionSettingStruct"
  8472. }
  8473. ]
  8474. },
  8475. "exchange_rules": {
  8476. "description": "兑换规则",
  8477. "allOf": [
  8478. {
  8479. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8480. }
  8481. ]
  8482. },
  8483. "new_user_incentive_rules": {
  8484. "description": "新用户奖励规则",
  8485. "allOf": [
  8486. {
  8487. "$ref": "#/definitions/md.NewUserRewardRules"
  8488. }
  8489. ]
  8490. },
  8491. "price_setting": {
  8492. "description": "价格设置",
  8493. "allOf": [
  8494. {
  8495. "$ref": "#/definitions/md.PriceSettingStruct"
  8496. }
  8497. ]
  8498. },
  8499. "reward_system": {
  8500. "description": "圈层奖励",
  8501. "type": "array",
  8502. "items": {
  8503. "$ref": "#/definitions/md.RewardSystemStruct"
  8504. }
  8505. },
  8506. "system_id": {
  8507. "description": "该设置系统 ID",
  8508. "type": "integer"
  8509. },
  8510. "video_reward_setting": {
  8511. "description": "视频奖励",
  8512. "allOf": [
  8513. {
  8514. "$ref": "#/definitions/md.VideoRewardSetting"
  8515. }
  8516. ]
  8517. }
  8518. }
  8519. },
  8520. "md.GetEggEnergyVipSettingResp": {
  8521. "type": "object",
  8522. "properties": {
  8523. "level_list": {
  8524. "description": "会员等级列表",
  8525. "type": "array",
  8526. "items": {
  8527. "type": "object",
  8528. "additionalProperties": true
  8529. }
  8530. },
  8531. "list": {
  8532. "description": "会员权益设置",
  8533. "type": "array",
  8534. "items": {
  8535. "$ref": "#/definitions/md.VipEquitySettingNode"
  8536. }
  8537. }
  8538. }
  8539. },
  8540. "md.GetFreePublishUserReq": {
  8541. "type": "object",
  8542. "properties": {
  8543. "limit": {
  8544. "description": "每页大小",
  8545. "type": "integer"
  8546. },
  8547. "page": {
  8548. "description": "当前页数",
  8549. "type": "integer"
  8550. },
  8551. "uid": {
  8552. "description": "筛选的用户 ID",
  8553. "type": "integer"
  8554. }
  8555. }
  8556. },
  8557. "md.GetFreePublishUserResp": {
  8558. "type": "object",
  8559. "properties": {
  8560. "list": {
  8561. "description": "免罚用户列表",
  8562. "type": "array",
  8563. "items": {
  8564. "$ref": "#/definitions/md.FreePublishUserNode"
  8565. }
  8566. },
  8567. "paginate": {
  8568. "description": "分页信息",
  8569. "allOf": [
  8570. {
  8571. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8572. }
  8573. ]
  8574. }
  8575. }
  8576. },
  8577. "md.GetFundDataListReq": {
  8578. "type": "object",
  8579. "properties": {
  8580. "end_at": {
  8581. "type": "string",
  8582. "example": "结束时间"
  8583. },
  8584. "kind": {
  8585. "description": "数据类型",
  8586. "type": "integer"
  8587. },
  8588. "limit": {
  8589. "description": "每页大小",
  8590. "type": "integer"
  8591. },
  8592. "page": {
  8593. "description": "页数",
  8594. "type": "integer"
  8595. },
  8596. "start_at": {
  8597. "type": "string",
  8598. "example": "开始时间"
  8599. }
  8600. }
  8601. },
  8602. "md.GetFundDataListResp": {
  8603. "type": "object",
  8604. "properties": {
  8605. "kind_list": {
  8606. "description": "类型列表",
  8607. "type": "array",
  8608. "items": {
  8609. "type": "object",
  8610. "additionalProperties": true
  8611. }
  8612. },
  8613. "list": {
  8614. "description": "数据列表",
  8615. "type": "array",
  8616. "items": {
  8617. "$ref": "#/definitions/md.FundDataNode"
  8618. }
  8619. },
  8620. "paginate": {
  8621. "description": "分页数据",
  8622. "allOf": [
  8623. {
  8624. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8625. }
  8626. ]
  8627. }
  8628. }
  8629. },
  8630. "md.GetFundDataRecordListReq": {
  8631. "type": "object",
  8632. "properties": {
  8633. "limit": {
  8634. "description": "页面大小",
  8635. "type": "integer"
  8636. },
  8637. "page": {
  8638. "description": "页数",
  8639. "type": "integer"
  8640. },
  8641. "system_id": {
  8642. "description": "数据在系统中的 ID",
  8643. "type": "integer"
  8644. }
  8645. }
  8646. },
  8647. "md.GetFundDataRecordListResp": {
  8648. "type": "object",
  8649. "properties": {
  8650. "list": {
  8651. "type": "array",
  8652. "items": {
  8653. "$ref": "#/definitions/md.FundDataRecordNode"
  8654. }
  8655. },
  8656. "paginate": {
  8657. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8658. }
  8659. }
  8660. },
  8661. "md.GetGreenEnergyUserCoinFlowListReq": {
  8662. "type": "object",
  8663. "properties": {
  8664. "coin_id": {
  8665. "description": "货币类型 ID",
  8666. "type": "integer"
  8667. },
  8668. "direction": {
  8669. "description": "流水方向:1收入 2支出",
  8670. "type": "integer"
  8671. },
  8672. "end_at": {
  8673. "description": "结束时间",
  8674. "type": "string"
  8675. },
  8676. "page": {
  8677. "description": "页数",
  8678. "type": "integer"
  8679. },
  8680. "page_size": {
  8681. "description": "每页大小",
  8682. "type": "integer"
  8683. },
  8684. "start_at": {
  8685. "description": "开始时间",
  8686. "type": "string"
  8687. },
  8688. "uid": {
  8689. "description": "用户 ID",
  8690. "type": "integer"
  8691. }
  8692. }
  8693. },
  8694. "md.GetGreenEnergyUserCoinFlowListResp": {
  8695. "type": "object",
  8696. "properties": {
  8697. "list": {
  8698. "description": "流水信息",
  8699. "type": "array",
  8700. "items": {
  8701. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8702. }
  8703. },
  8704. "paginate": {
  8705. "description": "分页信息",
  8706. "allOf": [
  8707. {
  8708. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8709. }
  8710. ]
  8711. },
  8712. "select_data": {
  8713. "description": "流水类型",
  8714. "allOf": [
  8715. {
  8716. "$ref": "#/definitions/md.SelectData"
  8717. }
  8718. ]
  8719. }
  8720. }
  8721. },
  8722. "md.GetGreenEnergyUserCoinListReq": {
  8723. "type": "object",
  8724. "properties": {
  8725. "end_coin": {
  8726. "type": "string",
  8727. "example": "最大金额"
  8728. },
  8729. "kind": {
  8730. "description": "虚拟币种类编号",
  8731. "type": "integer"
  8732. },
  8733. "page": {
  8734. "description": "页数",
  8735. "type": "integer"
  8736. },
  8737. "page_size": {
  8738. "description": "单页大小",
  8739. "type": "integer"
  8740. },
  8741. "start_coin": {
  8742. "type": "string",
  8743. "example": "最小金额"
  8744. },
  8745. "uid": {
  8746. "description": "指定查询用户 ID",
  8747. "type": "integer"
  8748. },
  8749. "user_name": {
  8750. "type": "string",
  8751. "example": "用户名称"
  8752. },
  8753. "user_phone": {
  8754. "type": "string",
  8755. "example": "手机号"
  8756. }
  8757. }
  8758. },
  8759. "md.GetGreenEnergyUserCoinListResp": {
  8760. "type": "object",
  8761. "properties": {
  8762. "kind_list": {
  8763. "description": "货币类型集合",
  8764. "type": "array",
  8765. "items": {
  8766. "$ref": "#/definitions/md.VirtualCoinListNode"
  8767. }
  8768. },
  8769. "list": {
  8770. "description": "余额集合",
  8771. "type": "array",
  8772. "items": {
  8773. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8774. }
  8775. },
  8776. "sum_user_amount": {
  8777. "description": "用户持有总数",
  8778. "type": "number"
  8779. },
  8780. "total": {
  8781. "description": "持有该类型用户数",
  8782. "type": "integer"
  8783. }
  8784. }
  8785. },
  8786. "md.GetLevelListResp": {
  8787. "type": "object",
  8788. "properties": {
  8789. "list": {
  8790. "type": "array",
  8791. "items": {
  8792. "$ref": "#/definitions/md.LevelListNode"
  8793. }
  8794. },
  8795. "paginate": {
  8796. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8797. }
  8798. }
  8799. },
  8800. "md.GetOneLevelResp": {
  8801. "type": "object",
  8802. "properties": {
  8803. "auto_update": {
  8804. "description": "自动升级 0关闭,1开启",
  8805. "type": "integer"
  8806. },
  8807. "choosable_num": {
  8808. "description": "可选任务数量",
  8809. "type": "integer"
  8810. },
  8811. "is_use": {
  8812. "description": "是否开启(0.否, 1.是)",
  8813. "type": "integer"
  8814. },
  8815. "level_id": {
  8816. "description": "等级 ID",
  8817. "type": "integer"
  8818. },
  8819. "level_name": {
  8820. "description": "等级名称",
  8821. "type": "string"
  8822. },
  8823. "level_weight": {
  8824. "description": "等级权重",
  8825. "type": "integer"
  8826. },
  8827. "memo": {
  8828. "description": "备注",
  8829. "type": "string"
  8830. },
  8831. "task_type": {
  8832. "description": "任务类型关系",
  8833. "type": "array",
  8834. "items": {
  8835. "type": "object",
  8836. "additionalProperties": true
  8837. }
  8838. },
  8839. "user_level_tasks": {
  8840. "type": "array",
  8841. "items": {
  8842. "$ref": "#/definitions/model.UserLevelTask"
  8843. }
  8844. }
  8845. }
  8846. },
  8847. "md.GetPriceCurveResp": {
  8848. "type": "object",
  8849. "properties": {
  8850. "x_data": {
  8851. "type": "array",
  8852. "items": {}
  8853. },
  8854. "y_data": {
  8855. "type": "array",
  8856. "items": {}
  8857. }
  8858. }
  8859. },
  8860. "md.GetPublicPlatoonBasicResp": {
  8861. "type": "object",
  8862. "properties": {
  8863. "is_open": {
  8864. "description": "是否开启(1:开启 0:关闭)",
  8865. "type": "integer"
  8866. },
  8867. "is_self_active_get_team_revenue": {
  8868. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  8869. "type": "integer"
  8870. },
  8871. "originator_name": {
  8872. "description": "创始人名称",
  8873. "type": "string"
  8874. },
  8875. "originator_uid": {
  8876. "description": "创始人uid",
  8877. "type": "integer"
  8878. },
  8879. "several_rows": {
  8880. "description": "几排",
  8881. "type": "integer"
  8882. },
  8883. "several_times": {
  8884. "description": "几乘",
  8885. "type": "integer"
  8886. },
  8887. "system_punish_replace": {
  8888. "description": "是否位置滑落 被新用户替换 0否 1是",
  8889. "type": "integer"
  8890. },
  8891. "system_punish_replace_value": {
  8892. "description": "xx天未活跃,处罚滑落",
  8893. "type": "integer"
  8894. }
  8895. }
  8896. },
  8897. "md.GetTagListResp": {
  8898. "type": "object",
  8899. "properties": {
  8900. "list": {
  8901. "type": "array",
  8902. "items": {
  8903. "$ref": "#/definitions/md.TagListNode"
  8904. }
  8905. },
  8906. "paginate": {
  8907. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8908. }
  8909. }
  8910. },
  8911. "md.GetVideoRewardResp": {
  8912. "type": "object",
  8913. "properties": {
  8914. "ecmp": {
  8915. "description": "当前 Ecpm 值",
  8916. "type": "string"
  8917. },
  8918. "unit_price": {
  8919. "description": "单价",
  8920. "type": "string"
  8921. }
  8922. }
  8923. },
  8924. "md.GetWithdrawApplyListNode": {
  8925. "type": "object",
  8926. "properties": {
  8927. "actual_receipt": {
  8928. "description": "实际到账",
  8929. "type": "string"
  8930. },
  8931. "ali_pay_account": {
  8932. "description": "支付宝账号",
  8933. "type": "string"
  8934. },
  8935. "ali_pay_name": {
  8936. "description": "支付宝昵称",
  8937. "type": "string"
  8938. },
  8939. "amount": {
  8940. "description": "提现金额",
  8941. "type": "string"
  8942. },
  8943. "apply_at": {
  8944. "description": "申请时间",
  8945. "type": "string"
  8946. },
  8947. "invite_code": {
  8948. "description": "邀请码",
  8949. "type": "string"
  8950. },
  8951. "memo": {
  8952. "description": "备注",
  8953. "type": "string"
  8954. },
  8955. "nickname": {
  8956. "description": "用户名称",
  8957. "type": "string"
  8958. },
  8959. "parentID": {
  8960. "description": "推荐人ID",
  8961. "type": "integer"
  8962. },
  8963. "parentPhone": {
  8964. "description": "推荐人手机号",
  8965. "type": "string"
  8966. },
  8967. "pay_at": {
  8968. "description": "到账时间",
  8969. "type": "string"
  8970. },
  8971. "state": {
  8972. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  8973. "type": "integer"
  8974. },
  8975. "sys_fee": {
  8976. "description": "手续费",
  8977. "type": "string"
  8978. },
  8979. "tag": {
  8980. "description": "标签",
  8981. "type": "string"
  8982. },
  8983. "user_id": {
  8984. "description": "会员 ID",
  8985. "type": "integer"
  8986. },
  8987. "wechat_pay_account": {
  8988. "description": "微信账号",
  8989. "type": "string"
  8990. },
  8991. "wechat_pay_name": {
  8992. "description": "微信昵称",
  8993. "type": "string"
  8994. },
  8995. "withdraw_type": {
  8996. "description": "提现方式(1:支付宝 2:微信)",
  8997. "type": "integer"
  8998. }
  8999. }
  9000. },
  9001. "md.GetWithdrawApplyListReq": {
  9002. "type": "object",
  9003. "properties": {
  9004. "amount_begin": {
  9005. "description": "最小金额",
  9006. "type": "string"
  9007. },
  9008. "amount_end": {
  9009. "description": "最大金额",
  9010. "type": "string"
  9011. },
  9012. "apply_end_at": {
  9013. "description": "申请结束时间",
  9014. "type": "string"
  9015. },
  9016. "apply_start_at": {
  9017. "description": "申请开始时间",
  9018. "type": "string"
  9019. },
  9020. "examine_end_at": {
  9021. "description": "审核结束时间",
  9022. "type": "string"
  9023. },
  9024. "examine_start_at": {
  9025. "description": "审核开始时间",
  9026. "type": "string"
  9027. },
  9028. "is_first": {
  9029. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9030. "type": "string"
  9031. },
  9032. "level": {
  9033. "description": "会员等级",
  9034. "type": "string"
  9035. },
  9036. "limit": {
  9037. "description": "页面大小",
  9038. "type": "integer"
  9039. },
  9040. "nickname": {
  9041. "description": "用户昵称",
  9042. "type": "string"
  9043. },
  9044. "page": {
  9045. "description": "页数",
  9046. "type": "integer"
  9047. },
  9048. "parent_id": {
  9049. "description": "推荐人 ID",
  9050. "type": "string"
  9051. },
  9052. "payment_type": {
  9053. "description": "打款类型 1:手动;2:自动",
  9054. "type": "string"
  9055. },
  9056. "phone": {
  9057. "description": "用户手机号",
  9058. "type": "string"
  9059. },
  9060. "state": {
  9061. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9062. "type": "string"
  9063. },
  9064. "uid": {
  9065. "description": "用户 ID",
  9066. "type": "string"
  9067. },
  9068. "withdraw_account": {
  9069. "description": "支付宝/微信昵称",
  9070. "type": "string"
  9071. },
  9072. "withdraw_name": {
  9073. "description": "支付宝姓名",
  9074. "type": "string"
  9075. },
  9076. "withdraw_type": {
  9077. "description": "提现方式(1:支付宝 2:微信)",
  9078. "type": "string"
  9079. }
  9080. }
  9081. },
  9082. "md.GetWithdrawApplyListResp": {
  9083. "type": "object",
  9084. "properties": {
  9085. "levels_list": {
  9086. "description": "等级列表",
  9087. "type": "array",
  9088. "items": {
  9089. "type": "object",
  9090. "additionalProperties": true
  9091. }
  9092. },
  9093. "list": {
  9094. "type": "array",
  9095. "items": {
  9096. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9097. }
  9098. },
  9099. "paginate": {
  9100. "description": "分页信息",
  9101. "allOf": [
  9102. {
  9103. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9104. }
  9105. ]
  9106. },
  9107. "tags_list": {
  9108. "description": "标签列表",
  9109. "type": "array",
  9110. "items": {
  9111. "type": "object",
  9112. "additionalProperties": true
  9113. }
  9114. }
  9115. }
  9116. },
  9117. "md.GetWithdrawSettingResp": {
  9118. "type": "object",
  9119. "properties": {
  9120. "create_at": {
  9121. "description": "申请时间",
  9122. "type": "string"
  9123. },
  9124. "frequency_set": {
  9125. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9126. "allOf": [
  9127. {
  9128. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9129. }
  9130. ]
  9131. },
  9132. "id": {
  9133. "type": "integer"
  9134. },
  9135. "is_auto": {
  9136. "description": "是否开启自动提现(0:否 1:是)",
  9137. "type": "integer"
  9138. },
  9139. "is_real_name": {
  9140. "description": "是否实名(0:否 1:是)",
  9141. "type": "integer"
  9142. },
  9143. "is_support_decimal_point": {
  9144. "description": "是否支持小数点(0:否 1:是)",
  9145. "type": "integer"
  9146. },
  9147. "update_at": {
  9148. "description": "处理时间",
  9149. "type": "string"
  9150. },
  9151. "vip_level_limit": {
  9152. "description": "提现等级限制",
  9153. "type": "integer"
  9154. },
  9155. "withdraw_amount_limit": {
  9156. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9157. "type": "string"
  9158. },
  9159. "withdraw_fee_set": {
  9160. "description": "提现手续费设置",
  9161. "type": "string"
  9162. },
  9163. "withdraw_multiple_limit": {
  9164. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9165. "type": "string"
  9166. },
  9167. "withdraw_nums_limit": {
  9168. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9169. "type": "integer"
  9170. },
  9171. "withdraw_time_interval": {
  9172. "description": "提现时段",
  9173. "type": "string"
  9174. },
  9175. "withdraw_type": {
  9176. "description": "提现方式(1:支付宝 2:微信)",
  9177. "type": "integer"
  9178. }
  9179. }
  9180. },
  9181. "md.GroupListReq": {
  9182. "type": "object",
  9183. "properties": {
  9184. "group_admin": {
  9185. "description": "群主",
  9186. "type": "string"
  9187. },
  9188. "name": {
  9189. "description": "群名称",
  9190. "type": "string"
  9191. },
  9192. "page": {
  9193. "type": "integer"
  9194. },
  9195. "page_size": {
  9196. "type": "integer"
  9197. },
  9198. "start_time_end": {
  9199. "type": "string",
  9200. "example": "创建时间-截止"
  9201. },
  9202. "start_time_start": {
  9203. "type": "string",
  9204. "example": "创建时间-起始"
  9205. }
  9206. }
  9207. },
  9208. "md.GroupListResp": {
  9209. "type": "object",
  9210. "properties": {
  9211. "list": {
  9212. "type": "array",
  9213. "items": {
  9214. "type": "object",
  9215. "properties": {
  9216. "avatarUrl": {
  9217. "description": "头像",
  9218. "type": "string"
  9219. },
  9220. "createTime": {
  9221. "description": "创建时间",
  9222. "type": "string"
  9223. },
  9224. "extra": {
  9225. "description": "附加字段",
  9226. "type": "string"
  9227. },
  9228. "id": {
  9229. "description": "群组id",
  9230. "type": "integer"
  9231. },
  9232. "introduction": {
  9233. "description": "群简介",
  9234. "type": "string"
  9235. },
  9236. "isAllAddFriend": {
  9237. "description": "是否允许加好友(1:是 2:否)",
  9238. "type": "integer"
  9239. },
  9240. "isAllMemberBanned": {
  9241. "description": "是否全员禁言(1:是 2:否)",
  9242. "type": "integer"
  9243. },
  9244. "name": {
  9245. "description": "组名",
  9246. "type": "string"
  9247. },
  9248. "nickname": {
  9249. "description": "群主昵称",
  9250. "type": "string"
  9251. },
  9252. "phoneNumber": {
  9253. "description": "群主账号",
  9254. "type": "string"
  9255. },
  9256. "updateTime": {
  9257. "description": "更新时间",
  9258. "type": "string"
  9259. },
  9260. "userNum": {
  9261. "description": "群组人数",
  9262. "type": "integer"
  9263. }
  9264. }
  9265. }
  9266. },
  9267. "page": {
  9268. "type": "integer"
  9269. },
  9270. "page_size": {
  9271. "type": "integer"
  9272. },
  9273. "total": {
  9274. "type": "integer"
  9275. }
  9276. }
  9277. },
  9278. "md.Guide": {
  9279. "type": "object",
  9280. "properties": {
  9281. "bg_image": {
  9282. "type": "string"
  9283. },
  9284. "bg_image_url": {
  9285. "type": "string"
  9286. },
  9287. "content_image": {
  9288. "type": "string"
  9289. },
  9290. "content_image_url": {
  9291. "type": "string"
  9292. }
  9293. }
  9294. },
  9295. "md.LevelListNode": {
  9296. "type": "object",
  9297. "properties": {
  9298. "count": {
  9299. "description": "等级人数",
  9300. "type": "string"
  9301. },
  9302. "create_at": {
  9303. "description": "创建时间",
  9304. "type": "string"
  9305. },
  9306. "is_use": {
  9307. "description": "是否开启(0.否, 1.是)",
  9308. "type": "integer"
  9309. },
  9310. "level_id": {
  9311. "description": "等级 ID",
  9312. "type": "integer"
  9313. },
  9314. "level_name": {
  9315. "description": "等级名称",
  9316. "type": "string"
  9317. },
  9318. "level_weight": {
  9319. "description": "等级权重",
  9320. "type": "integer"
  9321. },
  9322. "memo": {
  9323. "description": "备注",
  9324. "type": "string"
  9325. }
  9326. }
  9327. },
  9328. "md.ListCommunityDividendsReq": {
  9329. "type": "object",
  9330. "properties": {
  9331. "end_at": {
  9332. "description": "结束时间",
  9333. "type": "string"
  9334. },
  9335. "end_nums": {
  9336. "description": "分红总量上限",
  9337. "type": "integer"
  9338. },
  9339. "limit": {
  9340. "description": "每页大小",
  9341. "type": "integer"
  9342. },
  9343. "page": {
  9344. "description": "页数",
  9345. "type": "integer"
  9346. },
  9347. "start_at": {
  9348. "description": "开始时间",
  9349. "type": "string"
  9350. },
  9351. "start_nums": {
  9352. "description": "分红总量下限",
  9353. "type": "integer"
  9354. }
  9355. }
  9356. },
  9357. "md.ListCommunityDividendsResp": {
  9358. "type": "object",
  9359. "properties": {
  9360. "list": {
  9361. "type": "array",
  9362. "items": {
  9363. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9364. }
  9365. },
  9366. "paginate": {
  9367. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9368. }
  9369. }
  9370. },
  9371. "md.ListCommunityDividendsWithUserReq": {
  9372. "type": "object",
  9373. "properties": {
  9374. "limit": {
  9375. "type": "integer"
  9376. },
  9377. "page": {
  9378. "type": "integer"
  9379. },
  9380. "phone": {
  9381. "type": "string"
  9382. },
  9383. "uid": {
  9384. "type": "integer"
  9385. }
  9386. }
  9387. },
  9388. "md.ListCommunityDividendsWithUserResp": {
  9389. "type": "object",
  9390. "properties": {
  9391. "list": {
  9392. "type": "array",
  9393. "items": {
  9394. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9395. }
  9396. },
  9397. "paginate": {
  9398. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9399. }
  9400. }
  9401. },
  9402. "md.ListPlatformRevenueReq": {
  9403. "type": "object",
  9404. "properties": {
  9405. "end_at": {
  9406. "type": "string",
  9407. "example": "结束时间"
  9408. },
  9409. "kind": {
  9410. "description": "数据类型",
  9411. "type": "integer"
  9412. },
  9413. "limit": {
  9414. "description": "每页大小",
  9415. "type": "integer"
  9416. },
  9417. "page": {
  9418. "description": "页数",
  9419. "type": "integer"
  9420. },
  9421. "start_at": {
  9422. "type": "string",
  9423. "example": "开始时间"
  9424. }
  9425. }
  9426. },
  9427. "md.ListPlatformRevenueResp": {
  9428. "type": "object",
  9429. "properties": {
  9430. "kind_list": {
  9431. "description": "类型列表",
  9432. "type": "array",
  9433. "items": {
  9434. "type": "object",
  9435. "additionalProperties": true
  9436. }
  9437. },
  9438. "list": {
  9439. "description": "数据列表",
  9440. "type": "array",
  9441. "items": {
  9442. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9443. }
  9444. },
  9445. "paginate": {
  9446. "description": "分页数据",
  9447. "allOf": [
  9448. {
  9449. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9450. }
  9451. ]
  9452. }
  9453. }
  9454. },
  9455. "md.LoginReq": {
  9456. "type": "object",
  9457. "required": [
  9458. "password",
  9459. "username"
  9460. ],
  9461. "properties": {
  9462. "code": {
  9463. "type": "string",
  9464. "example": "验证码"
  9465. },
  9466. "password": {
  9467. "type": "string",
  9468. "example": "登录密码"
  9469. },
  9470. "username": {
  9471. "type": "string",
  9472. "example": "登录账号"
  9473. }
  9474. }
  9475. },
  9476. "md.LoginResponse": {
  9477. "type": "object",
  9478. "properties": {
  9479. "token": {
  9480. "type": "string"
  9481. }
  9482. }
  9483. },
  9484. "md.ManualScoreReq": {
  9485. "type": "object",
  9486. "properties": {
  9487. "index_id": {
  9488. "description": "文档id",
  9489. "type": "string"
  9490. },
  9491. "score": {
  9492. "type": "string",
  9493. "example": "分数"
  9494. }
  9495. }
  9496. },
  9497. "md.ModuleSettingGetResp": {
  9498. "type": "object",
  9499. "properties": {
  9500. "data": {
  9501. "description": "内容",
  9502. "type": "object",
  9503. "additionalProperties": true
  9504. },
  9505. "mod_name": {
  9506. "description": "模块名称",
  9507. "type": "string"
  9508. },
  9509. "mod_name_list": {
  9510. "description": "模块名称对照",
  9511. "type": "array",
  9512. "items": {
  9513. "type": "object",
  9514. "additionalProperties": true
  9515. }
  9516. },
  9517. "position": {
  9518. "description": "位置",
  9519. "type": "string"
  9520. },
  9521. "skip_identifier": {
  9522. "description": "跳转标识",
  9523. "type": "string"
  9524. },
  9525. "subtitle": {
  9526. "description": "副标题",
  9527. "type": "string"
  9528. },
  9529. "title": {
  9530. "description": "标题",
  9531. "type": "string"
  9532. }
  9533. }
  9534. },
  9535. "md.ModuleSettingUpdateReq": {
  9536. "type": "object",
  9537. "properties": {
  9538. "data": {
  9539. "description": "内容",
  9540. "type": "object",
  9541. "additionalProperties": true
  9542. },
  9543. "mod_name_value": {
  9544. "description": "模块类型值",
  9545. "type": "string"
  9546. },
  9547. "position": {
  9548. "description": "位置",
  9549. "type": "string"
  9550. },
  9551. "skip_identifier": {
  9552. "description": "跳转标识",
  9553. "type": "string"
  9554. },
  9555. "subtitle": {
  9556. "description": "副标题",
  9557. "type": "string"
  9558. },
  9559. "title": {
  9560. "description": "标题",
  9561. "type": "string"
  9562. }
  9563. }
  9564. },
  9565. "md.NewUserRedPackageGetBasicResp": {
  9566. "type": "object",
  9567. "properties": {
  9568. "create_at": {
  9569. "type": "string"
  9570. },
  9571. "days": {
  9572. "description": "天数",
  9573. "type": "integer"
  9574. },
  9575. "is_double": {
  9576. "description": "是否翻倍",
  9577. "type": "integer"
  9578. },
  9579. "is_open": {
  9580. "description": "是否开启(1:开启 0:关闭)",
  9581. "type": "integer"
  9582. },
  9583. "total_amount": {
  9584. "type": "string",
  9585. "example": "总金额"
  9586. },
  9587. "update_at": {
  9588. "type": "string"
  9589. }
  9590. }
  9591. },
  9592. "md.NewUserRedPackageRecordFlowListReq": {
  9593. "type": "object",
  9594. "properties": {
  9595. "end_at": {
  9596. "description": "结束时间",
  9597. "type": "string"
  9598. },
  9599. "limit": {
  9600. "description": "每页大小",
  9601. "type": "integer"
  9602. },
  9603. "page": {
  9604. "description": "页数",
  9605. "type": "integer"
  9606. },
  9607. "start_at": {
  9608. "description": "开始时间",
  9609. "type": "string"
  9610. },
  9611. "uid": {
  9612. "description": "用户 ID",
  9613. "type": "integer"
  9614. }
  9615. }
  9616. },
  9617. "md.NewUserRedPackageRecordFlowListResp": {
  9618. "type": "object",
  9619. "properties": {
  9620. "list": {
  9621. "type": "array",
  9622. "items": {
  9623. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  9624. }
  9625. },
  9626. "paginate": {
  9627. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9628. }
  9629. }
  9630. },
  9631. "md.NewUserRedPackageRecordFlowNode": {
  9632. "type": "object",
  9633. "properties": {
  9634. "balance_amount": {
  9635. "description": "剩余金额",
  9636. "type": "string"
  9637. },
  9638. "balance_days": {
  9639. "description": "剩余天数",
  9640. "type": "integer"
  9641. },
  9642. "basic_amount": {
  9643. "description": "基础金额",
  9644. "type": "string"
  9645. },
  9646. "create_at": {
  9647. "description": "创建时间",
  9648. "type": "string"
  9649. },
  9650. "day_num": {
  9651. "description": "第x天",
  9652. "type": "integer"
  9653. },
  9654. "double_rate": {
  9655. "description": "倍率",
  9656. "type": "string"
  9657. },
  9658. "id": {
  9659. "description": "流水 ID",
  9660. "type": "integer"
  9661. },
  9662. "is_double": {
  9663. "description": "是否翻倍",
  9664. "type": "integer"
  9665. },
  9666. "receive_days": {
  9667. "description": "领取天数",
  9668. "type": "integer"
  9669. },
  9670. "total_amount": {
  9671. "description": "实际金额",
  9672. "type": "string"
  9673. },
  9674. "uid": {
  9675. "description": "用户 ID",
  9676. "type": "integer"
  9677. }
  9678. }
  9679. },
  9680. "md.NewUserRedPackageRecordListReq": {
  9681. "type": "object",
  9682. "properties": {
  9683. "end_at": {
  9684. "description": "结束时间",
  9685. "type": "string"
  9686. },
  9687. "limit": {
  9688. "description": "每页大小",
  9689. "type": "integer"
  9690. },
  9691. "page": {
  9692. "description": "页数",
  9693. "type": "integer"
  9694. },
  9695. "start_at": {
  9696. "description": "开始时间",
  9697. "type": "string"
  9698. },
  9699. "uid": {
  9700. "description": "用户 ID",
  9701. "type": "integer"
  9702. }
  9703. }
  9704. },
  9705. "md.NewUserRedPackageRecordListResp": {
  9706. "type": "object",
  9707. "properties": {
  9708. "list": {
  9709. "type": "array",
  9710. "items": {
  9711. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  9712. }
  9713. },
  9714. "paginate": {
  9715. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9716. }
  9717. }
  9718. },
  9719. "md.NewUserRedPackageRecordNode": {
  9720. "type": "object",
  9721. "properties": {
  9722. "balance_amount": {
  9723. "description": "剩余金额",
  9724. "type": "string"
  9725. },
  9726. "balance_days": {
  9727. "description": "剩余天数",
  9728. "type": "integer"
  9729. },
  9730. "create_at": {
  9731. "description": "创建时间",
  9732. "type": "string"
  9733. },
  9734. "days": {
  9735. "description": "天数",
  9736. "type": "integer"
  9737. },
  9738. "receive_days": {
  9739. "description": "领取天数",
  9740. "type": "integer"
  9741. },
  9742. "state": {
  9743. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  9744. "type": "integer"
  9745. },
  9746. "system_id": {
  9747. "description": "系统中记录的 ID",
  9748. "type": "integer"
  9749. },
  9750. "total_amount": {
  9751. "description": "金额",
  9752. "type": "string"
  9753. },
  9754. "uid": {
  9755. "description": "用户 ID",
  9756. "type": "integer"
  9757. },
  9758. "update_at": {
  9759. "description": "修改时间",
  9760. "type": "string"
  9761. }
  9762. }
  9763. },
  9764. "md.NewUserRedPackageUpdateBasicReq": {
  9765. "type": "object",
  9766. "properties": {
  9767. "days": {
  9768. "description": "天数",
  9769. "type": "integer"
  9770. },
  9771. "is_double": {
  9772. "description": "是否翻倍",
  9773. "type": "integer"
  9774. },
  9775. "is_open": {
  9776. "description": "是否开启(1:开启 0:关闭)",
  9777. "type": "integer"
  9778. },
  9779. "total_amount": {
  9780. "type": "string",
  9781. "example": "总金额"
  9782. }
  9783. }
  9784. },
  9785. "md.NewUserRewardRules": {
  9786. "type": "object",
  9787. "properties": {
  9788. "continue_days": {
  9789. "description": "连续x天",
  9790. "type": "integer"
  9791. },
  9792. "invite_user_reward_value": {
  9793. "description": "拉新用户奖励x个活跃积分",
  9794. "type": "integer"
  9795. },
  9796. "reward_coefficient": {
  9797. "description": "奖励系数",
  9798. "type": "number"
  9799. }
  9800. }
  9801. },
  9802. "md.NoticeAliyunSmsList": {
  9803. "type": "object",
  9804. "properties": {
  9805. "content": {
  9806. "type": "string",
  9807. "example": "这是 填短信模板id"
  9808. },
  9809. "day": {
  9810. "type": "string",
  9811. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9812. },
  9813. "id": {
  9814. "type": "string"
  9815. },
  9816. "is_show": {
  9817. "type": "string"
  9818. },
  9819. "notice_day": {
  9820. "type": "string",
  9821. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9822. },
  9823. "title": {
  9824. "type": "string"
  9825. },
  9826. "type": {
  9827. "type": "string"
  9828. }
  9829. }
  9830. },
  9831. "md.NoticeAliyunSmsListReq": {
  9832. "type": "object",
  9833. "properties": {
  9834. "limit": {
  9835. "description": "每页大小",
  9836. "type": "string"
  9837. },
  9838. "page": {
  9839. "description": "页数",
  9840. "type": "string"
  9841. }
  9842. }
  9843. },
  9844. "md.NoticeAliyunSmsListResp": {
  9845. "type": "object",
  9846. "properties": {
  9847. "list": {
  9848. "type": "array",
  9849. "items": {
  9850. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  9851. }
  9852. },
  9853. "select_data": {
  9854. "type": "array",
  9855. "items": {
  9856. "type": "object",
  9857. "additionalProperties": {
  9858. "type": "string"
  9859. }
  9860. }
  9861. },
  9862. "total": {
  9863. "type": "integer"
  9864. }
  9865. }
  9866. },
  9867. "md.NoticeAliyunSmsSaveReq": {
  9868. "type": "object",
  9869. "properties": {
  9870. "content": {
  9871. "type": "string"
  9872. },
  9873. "day": {
  9874. "type": "string",
  9875. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9876. },
  9877. "id": {
  9878. "type": "string"
  9879. },
  9880. "is_show": {
  9881. "type": "string"
  9882. },
  9883. "notice_day": {
  9884. "type": "string",
  9885. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9886. },
  9887. "title": {
  9888. "type": "string"
  9889. },
  9890. "type": {
  9891. "type": "string"
  9892. }
  9893. }
  9894. },
  9895. "md.NoticeDelReq": {
  9896. "type": "object",
  9897. "properties": {
  9898. "id": {
  9899. "type": "array",
  9900. "items": {
  9901. "type": "string"
  9902. }
  9903. }
  9904. }
  9905. },
  9906. "md.NoticeList": {
  9907. "type": "object",
  9908. "properties": {
  9909. "content": {
  9910. "type": "string"
  9911. },
  9912. "day": {
  9913. "type": "string",
  9914. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9915. },
  9916. "id": {
  9917. "type": "string"
  9918. },
  9919. "jpush_open": {
  9920. "type": "string",
  9921. "example": "app推送开启 0关 1开"
  9922. },
  9923. "notice_day": {
  9924. "type": "string",
  9925. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9926. },
  9927. "sms_code": {
  9928. "type": "string",
  9929. "example": "短信模板id"
  9930. },
  9931. "sms_open": {
  9932. "type": "string",
  9933. "example": "短信推送开启 0关 1开"
  9934. },
  9935. "title": {
  9936. "type": "string"
  9937. },
  9938. "type": {
  9939. "type": "string"
  9940. }
  9941. }
  9942. },
  9943. "md.NoticeListReq": {
  9944. "type": "object",
  9945. "properties": {
  9946. "limit": {
  9947. "description": "每页大小",
  9948. "type": "string"
  9949. },
  9950. "page": {
  9951. "description": "页数",
  9952. "type": "string"
  9953. }
  9954. }
  9955. },
  9956. "md.NoticeListResp": {
  9957. "type": "object",
  9958. "properties": {
  9959. "change_data": {
  9960. "type": "array",
  9961. "items": {
  9962. "type": "object",
  9963. "additionalProperties": {
  9964. "type": "string"
  9965. }
  9966. }
  9967. },
  9968. "list": {
  9969. "type": "array",
  9970. "items": {
  9971. "$ref": "#/definitions/md.NoticeList"
  9972. }
  9973. },
  9974. "select_data": {
  9975. "type": "array",
  9976. "items": {
  9977. "type": "object",
  9978. "additionalProperties": {
  9979. "type": "string"
  9980. }
  9981. }
  9982. },
  9983. "total": {
  9984. "type": "integer"
  9985. }
  9986. }
  9987. },
  9988. "md.NoticePushList": {
  9989. "type": "object",
  9990. "properties": {
  9991. "content": {
  9992. "type": "string"
  9993. },
  9994. "id": {
  9995. "type": "string"
  9996. },
  9997. "platform": {
  9998. "type": "string"
  9999. },
  10000. "send_end_time": {
  10001. "type": "string",
  10002. "example": "如 2024-11-25 11:56:00"
  10003. },
  10004. "send_start_time": {
  10005. "type": "string",
  10006. "example": "如 2024-11-25 11:56:00"
  10007. },
  10008. "send_type": {
  10009. "type": "string",
  10010. "example": "0立即推送 1定时推送"
  10011. },
  10012. "state": {
  10013. "type": "string",
  10014. "example": "0待发送 1发送成功"
  10015. },
  10016. "target": {
  10017. "type": "string"
  10018. },
  10019. "title": {
  10020. "type": "string"
  10021. }
  10022. }
  10023. },
  10024. "md.NoticePushListResp": {
  10025. "type": "object",
  10026. "properties": {
  10027. "list": {
  10028. "type": "array",
  10029. "items": {
  10030. "$ref": "#/definitions/md.NoticePushList"
  10031. }
  10032. },
  10033. "platform_data": {
  10034. "type": "array",
  10035. "items": {
  10036. "type": "object",
  10037. "additionalProperties": {
  10038. "type": "string"
  10039. }
  10040. }
  10041. },
  10042. "target_data": {
  10043. "type": "array",
  10044. "items": {
  10045. "type": "object",
  10046. "additionalProperties": {
  10047. "type": "string"
  10048. }
  10049. }
  10050. },
  10051. "total": {
  10052. "type": "integer"
  10053. }
  10054. }
  10055. },
  10056. "md.NoticeSaveReq": {
  10057. "type": "object",
  10058. "properties": {
  10059. "content": {
  10060. "type": "string"
  10061. },
  10062. "day": {
  10063. "type": "string",
  10064. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10065. },
  10066. "id": {
  10067. "type": "string"
  10068. },
  10069. "jpush_open": {
  10070. "type": "string",
  10071. "example": "app推送开启 0关 1开"
  10072. },
  10073. "notice_day": {
  10074. "type": "string",
  10075. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10076. },
  10077. "sms_code": {
  10078. "type": "string",
  10079. "example": "短信模板id"
  10080. },
  10081. "sms_open": {
  10082. "type": "string",
  10083. "example": "短信推送开启 0关 1开"
  10084. },
  10085. "title": {
  10086. "type": "string"
  10087. },
  10088. "type": {
  10089. "type": "string"
  10090. }
  10091. }
  10092. },
  10093. "md.OtherNode": {
  10094. "type": "object",
  10095. "properties": {
  10096. "create_at": {
  10097. "description": "注册时间",
  10098. "type": "string"
  10099. },
  10100. "last_login_at": {
  10101. "description": "最近登录时间",
  10102. "type": "string"
  10103. },
  10104. "last_login_ip": {
  10105. "description": "最后登录 IP",
  10106. "type": "string"
  10107. }
  10108. }
  10109. },
  10110. "md.PageCustomerServiceReq": {
  10111. "type": "object",
  10112. "properties": {
  10113. "memo": {
  10114. "type": "string",
  10115. "example": "备注"
  10116. },
  10117. "page": {
  10118. "type": "integer"
  10119. },
  10120. "page_size": {
  10121. "type": "integer"
  10122. },
  10123. "state": {
  10124. "description": "状态",
  10125. "type": "integer"
  10126. }
  10127. }
  10128. },
  10129. "md.PageEmoticonReq": {
  10130. "type": "object",
  10131. "properties": {
  10132. "memo": {
  10133. "type": "string",
  10134. "example": "备注"
  10135. },
  10136. "page": {
  10137. "type": "integer"
  10138. },
  10139. "page_size": {
  10140. "type": "integer"
  10141. },
  10142. "state": {
  10143. "description": "状态",
  10144. "type": "integer"
  10145. }
  10146. }
  10147. },
  10148. "md.PageSendRedPackageOrdReq": {
  10149. "type": "object",
  10150. "properties": {
  10151. "invite_code": {
  10152. "description": "邀请码",
  10153. "type": "string",
  10154. "example": "邀请码"
  10155. },
  10156. "nickname": {
  10157. "description": "昵称",
  10158. "type": "string",
  10159. "example": "昵称"
  10160. },
  10161. "ord_no": {
  10162. "description": "订单号",
  10163. "type": "string",
  10164. "example": "订单号"
  10165. },
  10166. "page": {
  10167. "type": "integer"
  10168. },
  10169. "page_size": {
  10170. "type": "integer"
  10171. },
  10172. "phone": {
  10173. "description": "手机号",
  10174. "type": "string",
  10175. "example": "手机号"
  10176. },
  10177. "red_packet_type": {
  10178. "description": "红包类型",
  10179. "type": "integer"
  10180. },
  10181. "start_time_end": {
  10182. "type": "string",
  10183. "example": "发送时间-截止"
  10184. },
  10185. "start_time_start": {
  10186. "type": "string",
  10187. "example": "发送时间-起始"
  10188. },
  10189. "state": {
  10190. "description": "状态",
  10191. "type": "integer"
  10192. },
  10193. "uid": {
  10194. "type": "integer"
  10195. }
  10196. }
  10197. },
  10198. "md.PlatformRevenueDataNode": {
  10199. "type": "object",
  10200. "properties": {
  10201. "balance_amount": {
  10202. "description": "余额",
  10203. "type": "string"
  10204. },
  10205. "balance_times": {
  10206. "description": "剩余执行次数",
  10207. "type": "integer"
  10208. },
  10209. "create_at": {
  10210. "description": "创建时间",
  10211. "type": "string"
  10212. },
  10213. "hours": {
  10214. "description": "时长",
  10215. "type": "integer"
  10216. },
  10217. "kind": {
  10218. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10219. "type": "integer"
  10220. },
  10221. "memo": {
  10222. "description": "备注",
  10223. "type": "string"
  10224. },
  10225. "system_id": {
  10226. "type": "integer"
  10227. },
  10228. "total_amount": {
  10229. "description": "金额",
  10230. "type": "string"
  10231. }
  10232. }
  10233. },
  10234. "md.PriceSettingStruct": {
  10235. "type": "object",
  10236. "properties": {
  10237. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10238. "description": "市商资金单笔x元自动兑换",
  10239. "type": "string"
  10240. },
  10241. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10242. "description": "市商数量单笔x数量自动兑换",
  10243. "type": "string"
  10244. },
  10245. "price_below_value": {
  10246. "description": "低于x元",
  10247. "type": "string"
  10248. },
  10249. "price_higher_than_value": {
  10250. "description": "高于x元",
  10251. "type": "string"
  10252. }
  10253. }
  10254. },
  10255. "md.Response": {
  10256. "type": "object",
  10257. "properties": {
  10258. "code": {
  10259. "type": "string",
  10260. "example": "响应码"
  10261. },
  10262. "data": {
  10263. "description": "内容"
  10264. },
  10265. "msg": {
  10266. "type": "string",
  10267. "example": "具体错误原因"
  10268. }
  10269. }
  10270. },
  10271. "md.RewardSystemStruct": {
  10272. "type": "object",
  10273. "properties": {
  10274. "level": {
  10275. "description": "圈层",
  10276. "type": "integer"
  10277. },
  10278. "reward_condition": {
  10279. "description": "奖励条件",
  10280. "type": "string"
  10281. },
  10282. "reward_value": {
  10283. "description": "奖励值",
  10284. "type": "string"
  10285. }
  10286. }
  10287. },
  10288. "md.SelectData": {
  10289. "type": "object",
  10290. "properties": {
  10291. "direction": {
  10292. "type": "array",
  10293. "items": {
  10294. "type": "object",
  10295. "additionalProperties": {
  10296. "type": "string"
  10297. }
  10298. }
  10299. }
  10300. }
  10301. },
  10302. "md.SelectMemberNode": {
  10303. "type": "object",
  10304. "properties": {
  10305. "avatar": {
  10306. "description": "会员头像",
  10307. "type": "string"
  10308. },
  10309. "level": {
  10310. "description": "会员等级",
  10311. "type": "string"
  10312. },
  10313. "nickname": {
  10314. "description": "会员昵称",
  10315. "type": "string"
  10316. },
  10317. "phone": {
  10318. "description": "会员手机号",
  10319. "type": "string"
  10320. },
  10321. "uid": {
  10322. "description": "会员 ID",
  10323. "type": "integer"
  10324. }
  10325. }
  10326. },
  10327. "md.SelectMemberReq": {
  10328. "type": "object",
  10329. "properties": {
  10330. "level": {
  10331. "description": "会员等级",
  10332. "type": "integer"
  10333. },
  10334. "limit": {
  10335. "description": "每页大小",
  10336. "type": "integer"
  10337. },
  10338. "nickname": {
  10339. "description": "会员昵称",
  10340. "type": "string"
  10341. },
  10342. "page": {
  10343. "description": "页数",
  10344. "type": "integer"
  10345. },
  10346. "phone": {
  10347. "description": "会员手机号",
  10348. "type": "string"
  10349. },
  10350. "uid": {
  10351. "description": "会员 ID",
  10352. "type": "integer"
  10353. }
  10354. }
  10355. },
  10356. "md.SelectMemberResp": {
  10357. "type": "object",
  10358. "properties": {
  10359. "level_list": {
  10360. "description": "会员等级列表",
  10361. "type": "array",
  10362. "items": {
  10363. "type": "object",
  10364. "additionalProperties": true
  10365. }
  10366. },
  10367. "list": {
  10368. "description": "会员数据",
  10369. "type": "array",
  10370. "items": {
  10371. "$ref": "#/definitions/md.SelectMemberNode"
  10372. }
  10373. },
  10374. "paginate": {
  10375. "description": "分页信息",
  10376. "allOf": [
  10377. {
  10378. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10379. }
  10380. ]
  10381. }
  10382. }
  10383. },
  10384. "md.SetCustomerServiceStateReq": {
  10385. "type": "object",
  10386. "properties": {
  10387. "id": {
  10388. "description": "拥有用户数量",
  10389. "type": "integer"
  10390. },
  10391. "state": {
  10392. "description": "状态",
  10393. "type": "integer"
  10394. }
  10395. }
  10396. },
  10397. "md.SetEmoticonStateReq": {
  10398. "type": "object",
  10399. "properties": {
  10400. "id": {
  10401. "description": "拥有用户数量",
  10402. "type": "integer"
  10403. },
  10404. "state": {
  10405. "description": "状态",
  10406. "type": "integer"
  10407. }
  10408. }
  10409. },
  10410. "md.SetVideoRewardReq": {
  10411. "type": "object",
  10412. "properties": {
  10413. "ecpm": {
  10414. "description": "当前 Ecpm 值",
  10415. "type": "string"
  10416. },
  10417. "unit_price": {
  10418. "description": "单价",
  10419. "type": "string"
  10420. }
  10421. }
  10422. },
  10423. "md.SonUserDailyActivityAnalysisNode": {
  10424. "type": "object",
  10425. "properties": {
  10426. "activity_day_nums": {
  10427. "description": "活跃子节点活跃天数",
  10428. "type": "integer"
  10429. },
  10430. "nickname": {
  10431. "type": "string",
  10432. "example": "昵称"
  10433. },
  10434. "phone": {
  10435. "type": "string",
  10436. "example": "手机号"
  10437. },
  10438. "uid": {
  10439. "description": "查询用户活跃子节点 ID",
  10440. "type": "integer"
  10441. }
  10442. }
  10443. },
  10444. "md.StatisticsEggPointReq": {
  10445. "type": "object",
  10446. "properties": {
  10447. "week": {
  10448. "type": "string",
  10449. "example": "周份"
  10450. },
  10451. "year": {
  10452. "type": "string",
  10453. "example": "年份"
  10454. }
  10455. }
  10456. },
  10457. "md.StatisticsEggPointResp": {
  10458. "type": "object",
  10459. "properties": {
  10460. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10461. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10462. "type": "array",
  10463. "items": {
  10464. "type": "object",
  10465. "additionalProperties": {
  10466. "type": "string"
  10467. }
  10468. }
  10469. },
  10470. "statistics_user_egg_browse_interface_nums_range": {
  10471. "description": "统计用户\"浏览界面次数\"范围",
  10472. "type": "array",
  10473. "items": {
  10474. "type": "object",
  10475. "additionalProperties": {
  10476. "type": "string"
  10477. }
  10478. }
  10479. },
  10480. "statistics_user_egg_college_learning_nums_range": {
  10481. "description": "统计用户\"学院学习次数\"范围",
  10482. "type": "array",
  10483. "items": {
  10484. "type": "object",
  10485. "additionalProperties": {
  10486. "type": "string"
  10487. }
  10488. }
  10489. },
  10490. "statistics_user_egg_ecpm_range": {
  10491. "description": "统计用户\"ecpm\"范围",
  10492. "type": "array",
  10493. "items": {
  10494. "type": "object",
  10495. "additionalProperties": {
  10496. "type": "string"
  10497. }
  10498. }
  10499. },
  10500. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10501. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10502. "type": "array",
  10503. "items": {
  10504. "type": "object",
  10505. "additionalProperties": {
  10506. "type": "string"
  10507. }
  10508. }
  10509. },
  10510. "statistics_user_egg_forum_comments_nums_range": {
  10511. "description": "统计用户\"论坛评论次数\"范围",
  10512. "type": "array",
  10513. "items": {
  10514. "type": "object",
  10515. "additionalProperties": {
  10516. "type": "string"
  10517. }
  10518. }
  10519. },
  10520. "statistics_user_egg_invite_user_nums_range": {
  10521. "description": "统计用户\"拉新人数\"范围",
  10522. "type": "array",
  10523. "items": {
  10524. "type": "object",
  10525. "additionalProperties": {
  10526. "type": "string"
  10527. }
  10528. }
  10529. },
  10530. "statistics_user_egg_kind_proportion": {
  10531. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10532. "type": "array",
  10533. "items": {
  10534. "type": "object",
  10535. "additionalProperties": true
  10536. }
  10537. },
  10538. "statistics_user_egg_person_add_activity_value_range": {
  10539. "description": "统计用户\"个人活跃积分增量值\"范围",
  10540. "type": "array",
  10541. "items": {
  10542. "type": "object",
  10543. "additionalProperties": {
  10544. "type": "string"
  10545. }
  10546. }
  10547. },
  10548. "statistics_user_egg_score_value_range": {
  10549. "description": "统计用户蛋蛋分范围",
  10550. "type": "array",
  10551. "items": {
  10552. "type": "object",
  10553. "additionalProperties": {
  10554. "type": "string"
  10555. }
  10556. }
  10557. },
  10558. "statistics_user_egg_send_circle_of_friend_nums_range": {
  10559. "description": "统计用户\"发朋友圈次数\"范围",
  10560. "type": "array",
  10561. "items": {
  10562. "type": "object",
  10563. "additionalProperties": {
  10564. "type": "string"
  10565. }
  10566. }
  10567. },
  10568. "statistics_user_egg_send_red_package_nums_range": {
  10569. "description": "统计用户\"发红包次数\"范围",
  10570. "type": "array",
  10571. "items": {
  10572. "type": "object",
  10573. "additionalProperties": {
  10574. "type": "string"
  10575. }
  10576. }
  10577. },
  10578. "statistics_user_egg_sign_in_nums_range": {
  10579. "description": "统计用户\"签到次数\"范围",
  10580. "type": "array",
  10581. "items": {
  10582. "type": "object",
  10583. "additionalProperties": {
  10584. "type": "string"
  10585. }
  10586. }
  10587. },
  10588. "statistics_user_egg_team_activity_nums_range": {
  10589. "description": "统计用户\"团队活跃次数\"范围",
  10590. "type": "array",
  10591. "items": {
  10592. "type": "object",
  10593. "additionalProperties": {
  10594. "type": "string"
  10595. }
  10596. }
  10597. },
  10598. "statistics_user_egg_violate_nums_range": {
  10599. "description": "统计用户\"违规次数\"范围",
  10600. "type": "array",
  10601. "items": {
  10602. "type": "object",
  10603. "additionalProperties": {
  10604. "type": "string"
  10605. }
  10606. }
  10607. },
  10608. "week": {
  10609. "type": "string",
  10610. "example": "周份"
  10611. },
  10612. "year": {
  10613. "type": "string",
  10614. "example": "年份"
  10615. },
  10616. "year_list": {
  10617. "description": "年份\u0026\u0026周份列表",
  10618. "type": "object",
  10619. "additionalProperties": {
  10620. "type": "array",
  10621. "items": {
  10622. "type": "string"
  10623. }
  10624. }
  10625. }
  10626. }
  10627. },
  10628. "md.SubUser": {
  10629. "type": "object",
  10630. "properties": {
  10631. "avatar_url": {
  10632. "type": "string",
  10633. "example": "头像"
  10634. },
  10635. "level": {
  10636. "description": "整个系统中的等级",
  10637. "type": "integer"
  10638. },
  10639. "nickname": {
  10640. "type": "string",
  10641. "example": "昵称"
  10642. },
  10643. "phone": {
  10644. "type": "string",
  10645. "example": "手机号"
  10646. },
  10647. "pid": {
  10648. "type": "integer"
  10649. },
  10650. "position": {
  10651. "description": "以pid1为创始人中网的位置",
  10652. "type": "integer"
  10653. },
  10654. "uid": {
  10655. "type": "integer"
  10656. }
  10657. }
  10658. },
  10659. "md.TagListNode": {
  10660. "type": "object",
  10661. "properties": {
  10662. "count": {
  10663. "description": "标签人数",
  10664. "type": "string"
  10665. },
  10666. "create_at": {
  10667. "description": "创建时间",
  10668. "type": "string"
  10669. },
  10670. "is_punish": {
  10671. "description": "是否处罚",
  10672. "type": "integer"
  10673. },
  10674. "memo": {
  10675. "description": "备注",
  10676. "type": "string"
  10677. },
  10678. "name": {
  10679. "description": "名称",
  10680. "type": "string"
  10681. },
  10682. "tag_id": {
  10683. "description": "标签 ID",
  10684. "type": "string"
  10685. }
  10686. }
  10687. },
  10688. "md.TagNode": {
  10689. "type": "object",
  10690. "properties": {
  10691. "tag_id": {
  10692. "description": "标签 ID",
  10693. "type": "integer"
  10694. },
  10695. "tag_name": {
  10696. "description": "标签 名称",
  10697. "type": "string"
  10698. }
  10699. }
  10700. },
  10701. "md.TreeNode": {
  10702. "type": "object",
  10703. "properties": {
  10704. "avatar_url": {
  10705. "type": "string",
  10706. "example": "头像"
  10707. },
  10708. "level": {
  10709. "type": "integer"
  10710. },
  10711. "nickname": {
  10712. "type": "string",
  10713. "example": "昵称"
  10714. },
  10715. "phone": {
  10716. "type": "string",
  10717. "example": "手机号"
  10718. },
  10719. "pid": {
  10720. "type": "integer"
  10721. },
  10722. "position": {
  10723. "type": "integer"
  10724. },
  10725. "son": {
  10726. "type": "array",
  10727. "items": {
  10728. "$ref": "#/definitions/md.TreeNode"
  10729. }
  10730. },
  10731. "system_id": {
  10732. "description": "公排网中id",
  10733. "type": "integer"
  10734. },
  10735. "uid": {
  10736. "type": "integer"
  10737. }
  10738. }
  10739. },
  10740. "md.UpdateContributionValueBasicSettingReq": {
  10741. "type": "object",
  10742. "properties": {
  10743. "hand_out_red_package": {
  10744. "description": "发红包获得x点",
  10745. "type": "string"
  10746. },
  10747. "id": {
  10748. "type": "string"
  10749. },
  10750. "posting_comment_liked": {
  10751. "description": "发布评论被官方点赞获得x点",
  10752. "type": "string"
  10753. },
  10754. "posting_dynamic_liked": {
  10755. "description": "发布动态被官方点赞获得x点",
  10756. "type": "string"
  10757. },
  10758. "publish_creation": {
  10759. "description": "发布创作获得x点",
  10760. "type": "string"
  10761. }
  10762. }
  10763. },
  10764. "md.UpdateCustomerServiceMemoReq": {
  10765. "type": "object",
  10766. "properties": {
  10767. "id": {
  10768. "description": "拥有用户数量",
  10769. "type": "integer"
  10770. },
  10771. "memo": {
  10772. "description": "备注",
  10773. "type": "string",
  10774. "example": "备注"
  10775. }
  10776. }
  10777. },
  10778. "md.UpdateEggEnergyBasicReq": {
  10779. "type": "object",
  10780. "properties": {
  10781. "basic_setting": {
  10782. "description": "基础设置",
  10783. "allOf": [
  10784. {
  10785. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10786. }
  10787. ]
  10788. },
  10789. "data_setting": {
  10790. "description": "数据设置",
  10791. "allOf": [
  10792. {
  10793. "$ref": "#/definitions/md.DataSetting"
  10794. }
  10795. ]
  10796. },
  10797. "destruction_setting": {
  10798. "description": "销毁设置",
  10799. "allOf": [
  10800. {
  10801. "$ref": "#/definitions/md.DestructionSettingStruct"
  10802. }
  10803. ]
  10804. },
  10805. "exchange_rules": {
  10806. "description": "兑换规则",
  10807. "allOf": [
  10808. {
  10809. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10810. }
  10811. ]
  10812. },
  10813. "new_user_incentive_rules": {
  10814. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  10815. "allOf": [
  10816. {
  10817. "$ref": "#/definitions/md.NewUserRewardRules"
  10818. }
  10819. ]
  10820. },
  10821. "price_setting": {
  10822. "description": "价格设置",
  10823. "allOf": [
  10824. {
  10825. "$ref": "#/definitions/md.PriceSettingStruct"
  10826. }
  10827. ]
  10828. },
  10829. "reward_system": {
  10830. "description": "圈层奖励",
  10831. "type": "array",
  10832. "items": {
  10833. "$ref": "#/definitions/md.RewardSystemStruct"
  10834. }
  10835. },
  10836. "system_id": {
  10837. "description": "该设置系统 ID",
  10838. "type": "integer"
  10839. },
  10840. "video_reward_setting": {
  10841. "description": "视频奖励",
  10842. "allOf": [
  10843. {
  10844. "$ref": "#/definitions/md.VideoRewardSetting"
  10845. }
  10846. ]
  10847. }
  10848. }
  10849. },
  10850. "md.UpdateEggEnergyVipSettingReq": {
  10851. "type": "object",
  10852. "properties": {
  10853. "list": {
  10854. "description": "更新后数据",
  10855. "type": "array",
  10856. "items": {
  10857. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  10858. }
  10859. }
  10860. }
  10861. },
  10862. "md.UpdateEmoticonReq": {
  10863. "type": "object",
  10864. "properties": {
  10865. "id": {
  10866. "description": "拥有用户数量",
  10867. "type": "integer"
  10868. },
  10869. "img_url": {
  10870. "type": "string",
  10871. "example": "图片地址"
  10872. },
  10873. "memo": {
  10874. "description": "备注",
  10875. "type": "string",
  10876. "example": "备注"
  10877. },
  10878. "name": {
  10879. "type": "string",
  10880. "example": "名称"
  10881. },
  10882. "sort": {
  10883. "description": "排序",
  10884. "type": "integer"
  10885. }
  10886. }
  10887. },
  10888. "md.UpdateLevelReq": {
  10889. "type": "object",
  10890. "properties": {
  10891. "auto_update": {
  10892. "description": "自动升级 0关闭 1开启",
  10893. "type": "string"
  10894. },
  10895. "choosable_num": {
  10896. "description": "可选任务数量",
  10897. "type": "string"
  10898. },
  10899. "is_use": {
  10900. "description": "是否开启(0.否, 1.是)",
  10901. "type": "string"
  10902. },
  10903. "level_id": {
  10904. "type": "string"
  10905. },
  10906. "level_name": {
  10907. "description": "等级名称",
  10908. "type": "string"
  10909. },
  10910. "level_weight": {
  10911. "description": "等级权重",
  10912. "type": "string"
  10913. },
  10914. "memo": {
  10915. "description": "备注",
  10916. "type": "string"
  10917. }
  10918. }
  10919. },
  10920. "md.UpdateLevelTaskReq": {
  10921. "type": "object",
  10922. "properties": {
  10923. "finish_count": {
  10924. "description": "多少天内完成的指标",
  10925. "type": "string"
  10926. },
  10927. "is_must_task": {
  10928. "description": "是否必做(0,1)",
  10929. "type": "string"
  10930. },
  10931. "task_id": {
  10932. "description": "等级 ID",
  10933. "type": "string"
  10934. },
  10935. "task_type": {
  10936. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  10937. "type": "string"
  10938. },
  10939. "task_type_level_id": {
  10940. "description": "会员等级 ID (task_type=3时生效)",
  10941. "type": "string"
  10942. },
  10943. "within_days": {
  10944. "description": "多少天内完成",
  10945. "type": "string"
  10946. }
  10947. }
  10948. },
  10949. "md.UpdatePublicPlatoonBasicReq": {
  10950. "type": "object",
  10951. "properties": {
  10952. "is_open": {
  10953. "description": "是否开启(1:开启 0:关闭)",
  10954. "type": "integer"
  10955. },
  10956. "is_self_active_get_team_revenue": {
  10957. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10958. "type": "integer"
  10959. },
  10960. "originator_uid": {
  10961. "description": "创始人uid",
  10962. "type": "integer"
  10963. },
  10964. "several_rows": {
  10965. "description": "几排",
  10966. "type": "integer"
  10967. },
  10968. "several_times": {
  10969. "description": "几乘",
  10970. "type": "integer"
  10971. },
  10972. "system_punish_replace": {
  10973. "description": "是否位置滑落 被新用户替换 0否 1是",
  10974. "type": "integer"
  10975. },
  10976. "system_punish_replace_value": {
  10977. "description": "xx天未活跃,处罚滑落",
  10978. "type": "integer"
  10979. }
  10980. }
  10981. },
  10982. "md.UpdateTagReq": {
  10983. "type": "object",
  10984. "properties": {
  10985. "memo": {
  10986. "description": "备注",
  10987. "type": "string"
  10988. },
  10989. "name": {
  10990. "description": "标签名称",
  10991. "type": "string"
  10992. },
  10993. "tag_id": {
  10994. "description": "标签 ID",
  10995. "type": "string"
  10996. }
  10997. }
  10998. },
  10999. "md.UpdateVipEquitySettingNode": {
  11000. "type": "object",
  11001. "properties": {
  11002. "dividend_ratio": {
  11003. "description": "分红比例",
  11004. "type": "string"
  11005. },
  11006. "exchange_account_balance_fee": {
  11007. "description": "兑换余额手续费",
  11008. "type": "string"
  11009. },
  11010. "vip_level_id": {
  11011. "description": "会员等级ID",
  11012. "type": "string"
  11013. }
  11014. }
  11015. },
  11016. "md.UpdateWithdrawSettingReq": {
  11017. "type": "object",
  11018. "properties": {
  11019. "frequency_set": {
  11020. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11021. "allOf": [
  11022. {
  11023. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11024. }
  11025. ]
  11026. },
  11027. "id": {
  11028. "type": "integer"
  11029. },
  11030. "is_auto": {
  11031. "description": "是否开启自动提现(0:否 1:是)",
  11032. "type": "integer"
  11033. },
  11034. "is_real_name": {
  11035. "description": "是否实名(0:否 1:是)",
  11036. "type": "integer"
  11037. },
  11038. "is_support_decimal_point": {
  11039. "description": "是否支持小数点(0:否 1:是)",
  11040. "type": "integer"
  11041. },
  11042. "vip_level_limit": {
  11043. "description": "提现等级限制",
  11044. "type": "integer"
  11045. },
  11046. "withdraw_amount_limit": {
  11047. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11048. "type": "string"
  11049. },
  11050. "withdraw_fee_set": {
  11051. "description": "提现手续费设置",
  11052. "type": "string"
  11053. },
  11054. "withdraw_multiple_limit": {
  11055. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11056. "type": "string"
  11057. },
  11058. "withdraw_nums_limit": {
  11059. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11060. "type": "integer"
  11061. },
  11062. "withdraw_time_interval": {
  11063. "description": "提现时段",
  11064. "type": "string"
  11065. },
  11066. "withdraw_type": {
  11067. "description": "提现方式(1:支付宝 2:微信)",
  11068. "type": "integer"
  11069. }
  11070. }
  11071. },
  11072. "md.UserDailyActivityAnalysisReq": {
  11073. "type": "object",
  11074. "properties": {
  11075. "end_date": {
  11076. "type": "string",
  11077. "example": "结束日期"
  11078. },
  11079. "page": {
  11080. "description": "页数",
  11081. "type": "integer"
  11082. },
  11083. "page_size": {
  11084. "description": "每页大小",
  11085. "type": "integer"
  11086. },
  11087. "start_date": {
  11088. "type": "string",
  11089. "example": "开始日期"
  11090. },
  11091. "uid": {
  11092. "description": "查询用户 ID",
  11093. "type": "integer"
  11094. }
  11095. }
  11096. },
  11097. "md.UserDailyActivityAnalysisResp": {
  11098. "type": "object",
  11099. "properties": {
  11100. "son_user_data": {
  11101. "description": "被查询用户子节点信息",
  11102. "type": "array",
  11103. "items": {
  11104. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11105. }
  11106. },
  11107. "top_data": {
  11108. "description": "统计信息",
  11109. "allOf": [
  11110. {
  11111. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11112. }
  11113. ]
  11114. }
  11115. }
  11116. },
  11117. "md.UserEggFlowReq": {
  11118. "type": "object",
  11119. "properties": {
  11120. "account_balance_exchange_egg_energy_nums_end": {
  11121. "type": "string",
  11122. "example": "余额兑换蛋蛋能量数量-结束值"
  11123. },
  11124. "account_balance_exchange_egg_energy_nums_start": {
  11125. "type": "string",
  11126. "example": "余额兑换蛋蛋能量数量-起始值"
  11127. },
  11128. "browse_interface_nums_end": {
  11129. "type": "string",
  11130. "example": "浏览界面次数-结束值"
  11131. },
  11132. "browse_interface_nums_start": {
  11133. "type": "string",
  11134. "example": "浏览界面次数-起始值"
  11135. },
  11136. "college_learning_nums_end": {
  11137. "type": "string",
  11138. "example": "学院学习次数-结束值"
  11139. },
  11140. "college_learning_nums_start": {
  11141. "type": "string",
  11142. "example": "学院学习次数-起始值"
  11143. },
  11144. "ecpm_end": {
  11145. "type": "string",
  11146. "example": "ecpm-结束值"
  11147. },
  11148. "ecpm_start": {
  11149. "type": "string",
  11150. "example": "ecpm-起始值"
  11151. },
  11152. "egg_energy_exchange_account_balance_end": {
  11153. "type": "string",
  11154. "example": "蛋蛋能量兑换余额数量-结束值"
  11155. },
  11156. "egg_energy_exchange_account_balance_start": {
  11157. "type": "string",
  11158. "example": "蛋蛋能量兑换余额数量-起始值"
  11159. },
  11160. "forum_comments_nums_end": {
  11161. "type": "string",
  11162. "example": "论坛评论次数-结束值"
  11163. },
  11164. "forum_comments_nums_start": {
  11165. "type": "string",
  11166. "example": "论坛评论次数-起始值"
  11167. },
  11168. "im_activity_nums_end": {
  11169. "type": "string",
  11170. "example": "im活跃次数-结束值"
  11171. },
  11172. "im_activity_nums_start": {
  11173. "type": "string",
  11174. "example": "im活跃次数-起始值"
  11175. },
  11176. "invite_user_nums_end": {
  11177. "type": "string",
  11178. "example": "拉新人数-结束值"
  11179. },
  11180. "invite_user_nums_start": {
  11181. "type": "string",
  11182. "example": "拉新人数-起始值"
  11183. },
  11184. "page": {
  11185. "description": "页数",
  11186. "type": "integer"
  11187. },
  11188. "page_size": {
  11189. "description": "每页大小",
  11190. "type": "integer"
  11191. },
  11192. "person_add_activity_value_end": {
  11193. "type": "string",
  11194. "example": "个人活跃积分-结束值"
  11195. },
  11196. "person_add_activity_value_start": {
  11197. "type": "string",
  11198. "example": "个人活跃积分-起始值"
  11199. },
  11200. "score_value_end": {
  11201. "type": "string",
  11202. "example": "蛋蛋分-结束值"
  11203. },
  11204. "score_value_kind": {
  11205. "description": "评分类型(0:未知 1:人工 2:系统)",
  11206. "type": "integer"
  11207. },
  11208. "score_value_start": {
  11209. "type": "string",
  11210. "example": "蛋蛋分-起始值"
  11211. },
  11212. "send_circle_of_friend_nums_end": {
  11213. "type": "string",
  11214. "example": "发朋友圈次数-结束值"
  11215. },
  11216. "send_circle_of_friend_nums_start": {
  11217. "type": "string",
  11218. "example": "发朋友圈次数-起始值"
  11219. },
  11220. "send_red_package_nums_end": {
  11221. "type": "string",
  11222. "example": "发红包次数-结束值"
  11223. },
  11224. "send_red_package_nums_start": {
  11225. "type": "string",
  11226. "example": "发红包次数-起始值"
  11227. },
  11228. "sign_in_nums_end": {
  11229. "type": "string",
  11230. "example": "签到次数-结束值"
  11231. },
  11232. "sign_in_nums_start": {
  11233. "type": "string",
  11234. "example": "签到次数-起始值"
  11235. },
  11236. "team-activity-nums-end": {
  11237. "type": "string",
  11238. "example": "团队活跃次数-结束值"
  11239. },
  11240. "team_activity_nums_start": {
  11241. "type": "string",
  11242. "example": "团队活跃次数-起始值"
  11243. },
  11244. "violate_nums_end": {
  11245. "type": "string",
  11246. "example": "违规次数-结束值"
  11247. },
  11248. "violate_nums_start": {
  11249. "type": "string",
  11250. "example": "违规次数-起始值"
  11251. },
  11252. "week": {
  11253. "type": "string",
  11254. "example": "周份"
  11255. },
  11256. "year": {
  11257. "type": "string",
  11258. "example": "年份"
  11259. }
  11260. }
  11261. },
  11262. "md.UserEggFlowReqResp": {
  11263. "type": "object",
  11264. "properties": {
  11265. "list": {
  11266. "type": "array",
  11267. "items": {
  11268. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11269. }
  11270. },
  11271. "page": {
  11272. "description": "页数",
  11273. "type": "integer"
  11274. },
  11275. "page_size": {
  11276. "description": "每页大小",
  11277. "type": "integer"
  11278. },
  11279. "score_value_kind_map": {
  11280. "description": "评分类型(0:未知 1:人工 2:系统)",
  11281. "type": "array",
  11282. "items": {
  11283. "type": "object",
  11284. "additionalProperties": true
  11285. }
  11286. },
  11287. "total": {
  11288. "description": "总数量",
  11289. "type": "integer"
  11290. },
  11291. "week": {
  11292. "type": "string",
  11293. "example": "周份"
  11294. },
  11295. "year": {
  11296. "type": "string",
  11297. "example": "年份"
  11298. }
  11299. }
  11300. },
  11301. "md.UserEggFlowReqRespList": {
  11302. "type": "object",
  11303. "properties": {
  11304. "account_balance_exchange_egg_energy_nums": {
  11305. "description": "余额兑换蛋蛋能量数量",
  11306. "type": "integer"
  11307. },
  11308. "browse_interface_nums": {
  11309. "description": "浏览界面次数",
  11310. "type": "integer"
  11311. },
  11312. "college_learning_nums": {
  11313. "description": "学院学习次数",
  11314. "type": "integer"
  11315. },
  11316. "ecpm": {
  11317. "description": "ecpm",
  11318. "type": "number"
  11319. },
  11320. "egg_energy_exchange_account_balance": {
  11321. "description": "蛋蛋能量兑换余额数量",
  11322. "type": "integer"
  11323. },
  11324. "forum_comments_nums": {
  11325. "description": "论坛评论次数",
  11326. "type": "integer"
  11327. },
  11328. "im_activity_nums": {
  11329. "description": "im活跃次数",
  11330. "type": "integer"
  11331. },
  11332. "index_id": {
  11333. "description": "文档id",
  11334. "type": "string"
  11335. },
  11336. "invite_user_nums": {
  11337. "description": "拉新人数",
  11338. "type": "integer"
  11339. },
  11340. "person_add_activity_value": {
  11341. "description": "个人活跃积分",
  11342. "type": "integer"
  11343. },
  11344. "score_value": {
  11345. "description": "蛋蛋分-起始值",
  11346. "type": "number"
  11347. },
  11348. "score_value_kind": {
  11349. "description": "评分类型(0:未知 1:人工 2:系统)",
  11350. "type": "integer"
  11351. },
  11352. "send_circle_of_friend_nums": {
  11353. "description": "发朋友圈次数",
  11354. "type": "integer"
  11355. },
  11356. "send_red_package_nums": {
  11357. "description": "发红包次数",
  11358. "type": "integer"
  11359. },
  11360. "sign_in_nums": {
  11361. "description": "签到次数",
  11362. "type": "integer"
  11363. },
  11364. "team_activity_nums": {
  11365. "description": "团队活跃次数",
  11366. "type": "integer"
  11367. },
  11368. "violate_nums": {
  11369. "description": "违规次数",
  11370. "type": "integer"
  11371. }
  11372. }
  11373. },
  11374. "md.UserEggIndexReq": {
  11375. "type": "object",
  11376. "properties": {
  11377. "week": {
  11378. "type": "string",
  11379. "example": "周份"
  11380. },
  11381. "year": {
  11382. "type": "string",
  11383. "example": "年份"
  11384. }
  11385. }
  11386. },
  11387. "md.UserEggIndexResp": {
  11388. "type": "object",
  11389. "properties": {
  11390. "egg_energy_user_egg_index_weight": {
  11391. "description": "蛋蛋分系数权重",
  11392. "allOf": [
  11393. {
  11394. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11395. }
  11396. ]
  11397. },
  11398. "statistics_user_egg_kind_proportion": {
  11399. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11400. "type": "array",
  11401. "items": {
  11402. "type": "object",
  11403. "additionalProperties": true
  11404. }
  11405. },
  11406. "statistics_user_egg_score_value_range": {
  11407. "description": "统计用户蛋蛋分范围",
  11408. "type": "array",
  11409. "items": {
  11410. "type": "object",
  11411. "additionalProperties": {
  11412. "type": "string"
  11413. }
  11414. }
  11415. },
  11416. "week": {
  11417. "type": "string",
  11418. "example": "周份"
  11419. },
  11420. "year": {
  11421. "type": "string",
  11422. "example": "年份"
  11423. },
  11424. "year_list": {
  11425. "description": "年份\u0026\u0026周份列表",
  11426. "type": "object",
  11427. "additionalProperties": {
  11428. "type": "array",
  11429. "items": {
  11430. "type": "string"
  11431. }
  11432. }
  11433. }
  11434. }
  11435. },
  11436. "md.UserFeedbackCateDelReq": {
  11437. "type": "object",
  11438. "properties": {
  11439. "id": {
  11440. "type": "array",
  11441. "items": {
  11442. "type": "string"
  11443. }
  11444. }
  11445. }
  11446. },
  11447. "md.UserFeedbackCateList": {
  11448. "type": "object",
  11449. "properties": {
  11450. "id": {
  11451. "type": "string"
  11452. },
  11453. "name": {
  11454. "type": "string"
  11455. },
  11456. "sort": {
  11457. "type": "string"
  11458. }
  11459. }
  11460. },
  11461. "md.UserFeedbackCateListReq": {
  11462. "type": "object",
  11463. "properties": {
  11464. "limit": {
  11465. "description": "每页大小",
  11466. "type": "string"
  11467. },
  11468. "page": {
  11469. "description": "页数",
  11470. "type": "string"
  11471. }
  11472. }
  11473. },
  11474. "md.UserFeedbackCateListResp": {
  11475. "type": "object",
  11476. "properties": {
  11477. "list": {
  11478. "type": "array",
  11479. "items": {
  11480. "$ref": "#/definitions/md.UserFeedbackCateList"
  11481. }
  11482. },
  11483. "total": {
  11484. "type": "integer"
  11485. }
  11486. }
  11487. },
  11488. "md.UserFeedbackCateSaveReq": {
  11489. "type": "object",
  11490. "properties": {
  11491. "id": {
  11492. "type": "string"
  11493. },
  11494. "name": {
  11495. "type": "string"
  11496. },
  11497. "sort": {
  11498. "type": "string"
  11499. }
  11500. }
  11501. },
  11502. "md.UserFeedbackDelReq": {
  11503. "type": "object",
  11504. "properties": {
  11505. "id": {
  11506. "type": "array",
  11507. "items": {
  11508. "type": "string"
  11509. }
  11510. }
  11511. }
  11512. },
  11513. "md.UserFeedbackList": {
  11514. "type": "object",
  11515. "properties": {
  11516. "content": {
  11517. "type": "string"
  11518. },
  11519. "create_at": {
  11520. "type": "string"
  11521. },
  11522. "id": {
  11523. "type": "string"
  11524. },
  11525. "img": {
  11526. "type": "array",
  11527. "items": {
  11528. "type": "string"
  11529. }
  11530. },
  11531. "phone": {
  11532. "type": "string"
  11533. },
  11534. "platform": {
  11535. "type": "string"
  11536. },
  11537. "state": {
  11538. "type": "string",
  11539. "example": "0待解决 1处理中 2已解决"
  11540. },
  11541. "title": {
  11542. "type": "string"
  11543. },
  11544. "type": {
  11545. "type": "string"
  11546. },
  11547. "version": {
  11548. "type": "string"
  11549. }
  11550. }
  11551. },
  11552. "md.UserFeedbackListReq": {
  11553. "type": "object",
  11554. "properties": {
  11555. "cid": {
  11556. "type": "string"
  11557. },
  11558. "limit": {
  11559. "description": "每页大小",
  11560. "type": "string"
  11561. },
  11562. "page": {
  11563. "description": "页数",
  11564. "type": "string"
  11565. },
  11566. "phone": {
  11567. "type": "string"
  11568. },
  11569. "uid": {
  11570. "type": "string"
  11571. }
  11572. }
  11573. },
  11574. "md.UserFeedbackListResp": {
  11575. "type": "object",
  11576. "properties": {
  11577. "list": {
  11578. "type": "array",
  11579. "items": {
  11580. "$ref": "#/definitions/md.UserFeedbackList"
  11581. }
  11582. },
  11583. "select_data": {
  11584. "type": "array",
  11585. "items": {
  11586. "type": "object",
  11587. "additionalProperties": true
  11588. }
  11589. },
  11590. "total": {
  11591. "type": "integer"
  11592. }
  11593. }
  11594. },
  11595. "md.UserFeedbackRecordListReq": {
  11596. "type": "object",
  11597. "properties": {
  11598. "id": {
  11599. "type": "string"
  11600. },
  11601. "limit": {
  11602. "description": "每页大小",
  11603. "type": "string"
  11604. },
  11605. "page": {
  11606. "description": "页数",
  11607. "type": "string"
  11608. }
  11609. }
  11610. },
  11611. "md.UserFeedbackRecordListResp": {
  11612. "type": "object",
  11613. "properties": {
  11614. "content": {
  11615. "type": "string"
  11616. },
  11617. "create_at": {
  11618. "type": "string"
  11619. },
  11620. "head_img": {
  11621. "type": "string"
  11622. },
  11623. "nickname": {
  11624. "type": "string"
  11625. },
  11626. "type": {
  11627. "type": "string"
  11628. }
  11629. }
  11630. },
  11631. "md.UserFeedbackSayReq": {
  11632. "type": "object",
  11633. "properties": {
  11634. "content": {
  11635. "type": "string"
  11636. },
  11637. "id": {
  11638. "type": "string"
  11639. }
  11640. }
  11641. },
  11642. "md.UserManagementGetBalanceDetailResp": {
  11643. "type": "object",
  11644. "properties": {
  11645. "list": {
  11646. "type": "array",
  11647. "items": {
  11648. "$ref": "#/definitions/md.BalanceDetailNode"
  11649. }
  11650. },
  11651. "paginate": {
  11652. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11653. }
  11654. }
  11655. },
  11656. "md.UserManagementGetFansResp": {
  11657. "type": "object",
  11658. "properties": {
  11659. "list": {
  11660. "description": "用户数据",
  11661. "type": "array",
  11662. "items": {
  11663. "$ref": "#/definitions/md.FansNode"
  11664. }
  11665. },
  11666. "paginate": {
  11667. "description": "分页信息",
  11668. "allOf": [
  11669. {
  11670. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11671. }
  11672. ]
  11673. }
  11674. }
  11675. },
  11676. "md.UserManagementGetOneBasicResp": {
  11677. "type": "object",
  11678. "properties": {
  11679. "basic_info": {
  11680. "description": "基本信息",
  11681. "allOf": [
  11682. {
  11683. "$ref": "#/definitions/md.BasicInfoNode"
  11684. }
  11685. ]
  11686. },
  11687. "levels_list": {
  11688. "description": "等级列表",
  11689. "type": "array",
  11690. "items": {
  11691. "type": "object",
  11692. "additionalProperties": true
  11693. }
  11694. },
  11695. "other_info": {
  11696. "description": "其他信息",
  11697. "allOf": [
  11698. {
  11699. "$ref": "#/definitions/md.OtherNode"
  11700. }
  11701. ]
  11702. },
  11703. "tags_list": {
  11704. "description": "标签列表",
  11705. "type": "array",
  11706. "items": {
  11707. "type": "object",
  11708. "additionalProperties": true
  11709. }
  11710. }
  11711. }
  11712. },
  11713. "md.UserManagementGetUserListNode": {
  11714. "type": "object",
  11715. "properties": {
  11716. "avatar": {
  11717. "description": "头像",
  11718. "type": "string"
  11719. },
  11720. "id": {
  11721. "description": "会员 ID",
  11722. "type": "integer"
  11723. },
  11724. "invite_code": {
  11725. "type": "string",
  11726. "example": "会员邀请码"
  11727. },
  11728. "is_real_name": {
  11729. "description": "是否实名 0.未实名,1.已实名",
  11730. "type": "integer"
  11731. },
  11732. "last_login_at": {
  11733. "description": "最后登录时间",
  11734. "type": "string"
  11735. },
  11736. "level_name": {
  11737. "description": "会员等级",
  11738. "type": "string"
  11739. },
  11740. "memo": {
  11741. "description": "备注",
  11742. "type": "string"
  11743. },
  11744. "nickname": {
  11745. "description": "昵称",
  11746. "type": "string"
  11747. },
  11748. "parent_id": {
  11749. "description": "推荐人 ID",
  11750. "type": "integer"
  11751. },
  11752. "parent_invite_code": {
  11753. "type": "string",
  11754. "example": "推荐人邀请码"
  11755. },
  11756. "parent_phone": {
  11757. "type": "string",
  11758. "example": "推荐人手机号"
  11759. },
  11760. "phone": {
  11761. "description": "手机号",
  11762. "type": "string"
  11763. },
  11764. "register_time": {
  11765. "description": "注册时间",
  11766. "type": "string"
  11767. },
  11768. "register_type": {
  11769. "description": "注册类型",
  11770. "type": "integer"
  11771. },
  11772. "sex": {
  11773. "description": "性别(0:未知 1:男 2:女)",
  11774. "type": "integer"
  11775. },
  11776. "state": {
  11777. "description": "状态",
  11778. "type": "integer"
  11779. },
  11780. "tag": {
  11781. "description": "会员标签",
  11782. "type": "array",
  11783. "items": {
  11784. "$ref": "#/definitions/md.TagNode"
  11785. }
  11786. },
  11787. "wechat": {
  11788. "description": "微信号",
  11789. "type": "string"
  11790. }
  11791. }
  11792. },
  11793. "md.UserManagementGetUserListReq": {
  11794. "type": "object",
  11795. "properties": {
  11796. "effective": {
  11797. "description": "有效会员",
  11798. "type": "integer"
  11799. },
  11800. "id": {
  11801. "description": "会员 ID",
  11802. "type": "integer"
  11803. },
  11804. "invite_code": {
  11805. "type": "string",
  11806. "example": "会员邀请码"
  11807. },
  11808. "is_real_name": {
  11809. "description": "是否实名 0.未实名,1.已实名",
  11810. "type": "integer"
  11811. },
  11812. "level": {
  11813. "description": "会员等级",
  11814. "type": "integer"
  11815. },
  11816. "limit": {
  11817. "type": "integer"
  11818. },
  11819. "login_after": {
  11820. "description": "最近登录结束时间",
  11821. "type": "string"
  11822. },
  11823. "login_before": {
  11824. "description": "最近登录开始时间",
  11825. "type": "string"
  11826. },
  11827. "memo": {
  11828. "description": "备注",
  11829. "type": "string"
  11830. },
  11831. "nickname": {
  11832. "type": "string",
  11833. "example": "会员昵称"
  11834. },
  11835. "page": {
  11836. "type": "integer"
  11837. },
  11838. "parent_invite_code": {
  11839. "type": "string",
  11840. "example": "上级邀请码"
  11841. },
  11842. "parent_phone": {
  11843. "type": "string",
  11844. "example": "上级手机号"
  11845. },
  11846. "phone": {
  11847. "type": "string",
  11848. "example": "会员手机号"
  11849. },
  11850. "recommend_id": {
  11851. "description": "推荐人 ID",
  11852. "type": "integer"
  11853. },
  11854. "register_after": {
  11855. "description": "注册时间终点",
  11856. "type": "string"
  11857. },
  11858. "register_before": {
  11859. "description": "注册时间起点",
  11860. "type": "string"
  11861. },
  11862. "register_type": {
  11863. "description": "注册类型(1:APP注册、2:H5注册)",
  11864. "type": "integer"
  11865. },
  11866. "sex": {
  11867. "description": "性别(0:未知 1:男 2:女)",
  11868. "type": "integer"
  11869. },
  11870. "state": {
  11871. "description": "状态",
  11872. "type": "integer"
  11873. },
  11874. "tag": {
  11875. "description": "标签 id",
  11876. "type": "integer"
  11877. },
  11878. "union_id": {
  11879. "type": "string",
  11880. "example": "微信号"
  11881. }
  11882. }
  11883. },
  11884. "md.UserManagementGetUserListResp": {
  11885. "type": "object",
  11886. "properties": {
  11887. "levels_list": {
  11888. "description": "等级列表",
  11889. "type": "array",
  11890. "items": {
  11891. "type": "object",
  11892. "additionalProperties": true
  11893. }
  11894. },
  11895. "list": {
  11896. "type": "array",
  11897. "items": {
  11898. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  11899. }
  11900. },
  11901. "paginate": {
  11902. "description": "分页信息",
  11903. "allOf": [
  11904. {
  11905. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11906. }
  11907. ]
  11908. },
  11909. "state_list": {
  11910. "description": "状态列表",
  11911. "type": "array",
  11912. "items": {
  11913. "type": "object",
  11914. "additionalProperties": true
  11915. }
  11916. },
  11917. "tags_list": {
  11918. "description": "标签列表",
  11919. "type": "array",
  11920. "items": {
  11921. "type": "object",
  11922. "additionalProperties": true
  11923. }
  11924. }
  11925. }
  11926. },
  11927. "md.UserManagementGetVirtualCoinDetailResp": {
  11928. "type": "object",
  11929. "properties": {
  11930. "coin_list": {
  11931. "type": "array",
  11932. "items": {
  11933. "type": "object",
  11934. "additionalProperties": true
  11935. }
  11936. },
  11937. "list": {
  11938. "type": "array",
  11939. "items": {
  11940. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  11941. }
  11942. },
  11943. "paginate": {
  11944. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11945. }
  11946. }
  11947. },
  11948. "md.UserManagementUpdateUserInfoReq": {
  11949. "type": "object",
  11950. "properties": {
  11951. "avatar": {
  11952. "description": "头像",
  11953. "type": "string"
  11954. },
  11955. "last_login_ip": {
  11956. "description": "用户最后登录 IP",
  11957. "type": "string"
  11958. },
  11959. "level": {
  11960. "description": "会员等级 ID",
  11961. "type": "string"
  11962. },
  11963. "memo": {
  11964. "type": "string",
  11965. "example": "备注"
  11966. },
  11967. "nickname": {
  11968. "description": "用户名",
  11969. "type": "string"
  11970. },
  11971. "parent_uid": {
  11972. "description": "邀请人 ID",
  11973. "type": "string"
  11974. },
  11975. "password": {
  11976. "description": "登录密码",
  11977. "type": "string"
  11978. },
  11979. "phone": {
  11980. "description": "手机号",
  11981. "type": "string"
  11982. },
  11983. "sex": {
  11984. "description": "性别(0:未知 1:男 2:女)",
  11985. "type": "string"
  11986. },
  11987. "state": {
  11988. "description": "账号状态 1正常,2冻结",
  11989. "type": "string"
  11990. },
  11991. "tag": {
  11992. "description": "用户标签 ID列表",
  11993. "type": "string"
  11994. },
  11995. "uid": {
  11996. "type": "integer"
  11997. },
  11998. "union_id": {
  11999. "description": "微信号",
  12000. "type": "string"
  12001. }
  12002. }
  12003. },
  12004. "md.UserVirtualCoinFlow": {
  12005. "type": "object",
  12006. "properties": {
  12007. "after_amount": {
  12008. "type": "string",
  12009. "example": "变更后数量"
  12010. },
  12011. "amount": {
  12012. "type": "string",
  12013. "example": "变更数量"
  12014. },
  12015. "before_amount": {
  12016. "type": "string",
  12017. "example": "变更前数量"
  12018. },
  12019. "coin_id": {
  12020. "description": "虚拟币 ID",
  12021. "type": "integer"
  12022. },
  12023. "create_at": {
  12024. "type": "string",
  12025. "example": "创建时间"
  12026. },
  12027. "direction": {
  12028. "description": "方向:1收入 2支出",
  12029. "type": "integer"
  12030. },
  12031. "id": {
  12032. "type": "integer"
  12033. },
  12034. "sys_fee": {
  12035. "type": "string",
  12036. "example": "手续费"
  12037. },
  12038. "title": {
  12039. "type": "string",
  12040. "example": "标题"
  12041. },
  12042. "transfer_type": {
  12043. "description": "转账类型",
  12044. "type": "integer"
  12045. },
  12046. "uid": {
  12047. "description": "用户 ID",
  12048. "type": "integer"
  12049. },
  12050. "update_at": {
  12051. "type": "string",
  12052. "example": "更新时间"
  12053. }
  12054. }
  12055. },
  12056. "md.VideoRewardSetting": {
  12057. "type": "object",
  12058. "properties": {
  12059. "video_reward_is_open": {
  12060. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12061. "type": "integer"
  12062. },
  12063. "video_reward_system": {
  12064. "description": "视频奖励机制",
  12065. "allOf": [
  12066. {
  12067. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12068. }
  12069. ]
  12070. }
  12071. }
  12072. },
  12073. "md.VideoRewardSystemStruct": {
  12074. "type": "object",
  12075. "properties": {
  12076. "each_round_hour": {
  12077. "description": "每一轮X个小时",
  12078. "type": "string"
  12079. },
  12080. "interval_minutes": {
  12081. "description": "间隔X秒",
  12082. "type": "string"
  12083. },
  12084. "reward_total_num": {
  12085. "description": "一共X个奖励视屏",
  12086. "type": "string"
  12087. },
  12088. "reward_value": {
  12089. "description": "奖励X个活跃积分",
  12090. "type": "string"
  12091. }
  12092. }
  12093. },
  12094. "md.VipEquitySettingNode": {
  12095. "type": "object",
  12096. "properties": {
  12097. "dividend_ratio": {
  12098. "description": "分红比例",
  12099. "type": "string"
  12100. },
  12101. "exchange_account_balance_fee": {
  12102. "description": "兑换余额手续费",
  12103. "type": "string"
  12104. },
  12105. "vip_level_id": {
  12106. "description": "会员等级ID",
  12107. "type": "string"
  12108. },
  12109. "vip_level_name": {
  12110. "description": "会员等级名称",
  12111. "type": "string"
  12112. }
  12113. }
  12114. },
  12115. "md.VirtualCoin": {
  12116. "type": "object",
  12117. "properties": {
  12118. "create_at": {
  12119. "type": "string"
  12120. },
  12121. "exchange_ratio": {
  12122. "description": "兑换比例(与金额)",
  12123. "type": "string",
  12124. "example": "兑换比例(与金额)"
  12125. },
  12126. "id": {
  12127. "type": "integer"
  12128. },
  12129. "is_use": {
  12130. "description": "是否开启: 0否 1是",
  12131. "type": "integer"
  12132. },
  12133. "name": {
  12134. "description": "名称",
  12135. "type": "string"
  12136. },
  12137. "update_at": {
  12138. "type": "string"
  12139. }
  12140. }
  12141. },
  12142. "md.VirtualCoinDetailNode": {
  12143. "type": "object",
  12144. "properties": {
  12145. "after_amount": {
  12146. "description": "变更后积分余额",
  12147. "type": "string"
  12148. },
  12149. "amount": {
  12150. "description": "变更数量",
  12151. "type": "string"
  12152. },
  12153. "create_at": {
  12154. "description": "创建时间",
  12155. "type": "string"
  12156. },
  12157. "direction": {
  12158. "description": "类型 1.收入 2.支出",
  12159. "type": "integer"
  12160. },
  12161. "uid": {
  12162. "description": "用户 ID",
  12163. "type": "integer"
  12164. }
  12165. }
  12166. },
  12167. "md.VirtualCoinListNode": {
  12168. "type": "object",
  12169. "properties": {
  12170. "coin_id": {
  12171. "description": "货币类型 ID",
  12172. "type": "integer"
  12173. },
  12174. "kind": {
  12175. "description": "货币序号",
  12176. "type": "integer"
  12177. },
  12178. "name": {
  12179. "type": "string",
  12180. "example": "货币类型名称"
  12181. }
  12182. }
  12183. },
  12184. "md.WithdrawFrequencySettingStruct": {
  12185. "type": "object",
  12186. "properties": {
  12187. "duration": {
  12188. "description": "周期 (0.天 1.小时 2.周 3.月 4.年)",
  12189. "type": "integer"
  12190. },
  12191. "num": {
  12192. "description": "周期数",
  12193. "type": "integer"
  12194. }
  12195. }
  12196. },
  12197. "model.EggEnergyUserEggIndexWeight": {
  12198. "type": "object",
  12199. "properties": {
  12200. "account_balance_exchange_egg_energy_nums": {
  12201. "type": "string"
  12202. },
  12203. "browse_interface_nums": {
  12204. "type": "string"
  12205. },
  12206. "college_learning_nums": {
  12207. "type": "string"
  12208. },
  12209. "create_at": {
  12210. "type": "string"
  12211. },
  12212. "ecpm": {
  12213. "type": "string"
  12214. },
  12215. "egg_energy_exchange_account_balance": {
  12216. "type": "string"
  12217. },
  12218. "forum_comments_nums": {
  12219. "type": "string"
  12220. },
  12221. "id": {
  12222. "type": "integer"
  12223. },
  12224. "im_activity_nums": {
  12225. "type": "string"
  12226. },
  12227. "invite_user_nums": {
  12228. "type": "string"
  12229. },
  12230. "person_add_activity_value": {
  12231. "type": "string"
  12232. },
  12233. "send_circle_of_friend_nums": {
  12234. "type": "string"
  12235. },
  12236. "send_red_package_nums": {
  12237. "type": "string"
  12238. },
  12239. "sign_in_nums": {
  12240. "type": "string"
  12241. },
  12242. "team_activity_nums": {
  12243. "type": "string"
  12244. },
  12245. "update_at": {
  12246. "type": "string"
  12247. },
  12248. "violate_nums": {
  12249. "type": "string"
  12250. }
  12251. }
  12252. },
  12253. "model.PlatformActiveData": {
  12254. "type": "object",
  12255. "properties": {
  12256. "date": {
  12257. "type": "string"
  12258. },
  12259. "id": {
  12260. "type": "integer"
  12261. },
  12262. "new_user_count": {
  12263. "type": "integer"
  12264. },
  12265. "user_sign_in_count": {
  12266. "type": "integer"
  12267. },
  12268. "withdraw_amount_count": {
  12269. "type": "string"
  12270. },
  12271. "withdraw_user_count": {
  12272. "type": "integer"
  12273. }
  12274. }
  12275. },
  12276. "model.PlatformTotalData": {
  12277. "type": "object",
  12278. "properties": {
  12279. "id": {
  12280. "type": "integer"
  12281. },
  12282. "month": {
  12283. "type": "string"
  12284. },
  12285. "no_sigin_in_user_count": {
  12286. "type": "integer"
  12287. },
  12288. "total_user_count": {
  12289. "type": "integer"
  12290. },
  12291. "total_withdraw_amount": {
  12292. "type": "string"
  12293. },
  12294. "verified_user_count": {
  12295. "type": "integer"
  12296. },
  12297. "year": {
  12298. "type": "string"
  12299. }
  12300. }
  12301. },
  12302. "model.UserLevelTask": {
  12303. "type": "object",
  12304. "properties": {
  12305. "create_at": {
  12306. "type": "string"
  12307. },
  12308. "finish_count": {
  12309. "type": "integer"
  12310. },
  12311. "id": {
  12312. "type": "integer"
  12313. },
  12314. "is_must_task": {
  12315. "type": "integer"
  12316. },
  12317. "level_id": {
  12318. "type": "integer"
  12319. },
  12320. "task_type": {
  12321. "type": "integer"
  12322. },
  12323. "task_type_level_id": {
  12324. "type": "integer"
  12325. },
  12326. "update_at": {
  12327. "type": "string"
  12328. },
  12329. "within_days": {
  12330. "type": "integer"
  12331. }
  12332. }
  12333. }
  12334. },
  12335. "securityDefinitions": {
  12336. "MasterID": {
  12337. "type": "apiKey",
  12338. "name": "MasterID",
  12339. "in": "header"
  12340. }
  12341. }
  12342. }`
  12343. // SwaggerInfo holds exported Swagger Info so clients can modify it
  12344. var SwaggerInfo = &swag.Spec{
  12345. Version: "1.0",
  12346. Host: "localhost:4001",
  12347. BasePath: "",
  12348. Schemes: []string{},
  12349. Title: "蛋蛋星球-管理后台",
  12350. Description: "管理后台接口文档",
  12351. InfoInstanceName: "swagger",
  12352. SwaggerTemplate: docTemplate,
  12353. LeftDelim: "{{",
  12354. RightDelim: "}}",
  12355. }
  12356. func init() {
  12357. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  12358. }