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

12395 lines
425 KiB

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