蛋蛋星球 后台端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

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