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

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