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

12249 lines
421 KiB

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