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

14572 lines
498 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.CloudBundleDelReq"
  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/update/state": {
  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": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  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/upload": {
  1160. "post": {
  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. "description": "签名上传url",
  1182. "name": "req",
  1183. "in": "body",
  1184. "required": true,
  1185. "schema": {
  1186. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1187. }
  1188. }
  1189. ],
  1190. "responses": {
  1191. "200": {
  1192. "description": "许可链接",
  1193. "schema": {
  1194. "type": "string"
  1195. }
  1196. },
  1197. "400": {
  1198. "description": "具体错误",
  1199. "schema": {
  1200. "$ref": "#/definitions/md.Response"
  1201. }
  1202. }
  1203. }
  1204. }
  1205. },
  1206. "/api/cloudBundle/version/base": {
  1207. "get": {
  1208. "description": "云打包-图片配置",
  1209. "consumes": [
  1210. "application/json"
  1211. ],
  1212. "produces": [
  1213. "application/json"
  1214. ],
  1215. "tags": [
  1216. "云打包"
  1217. ],
  1218. "summary": "云打包-云打包-图片配置",
  1219. "parameters": [
  1220. {
  1221. "type": "string",
  1222. "description": "验证参数Bearer和token空格拼接",
  1223. "name": "Authorization",
  1224. "in": "header",
  1225. "required": true
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/version/base/save": {
  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": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleVersion"
  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/comm/adminInfo": {
  1292. "post": {
  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/comm.GetAdminInfoResp"
  1318. }
  1319. },
  1320. "400": {
  1321. "description": "具体错误",
  1322. "schema": {
  1323. "$ref": "#/definitions/md.Response"
  1324. }
  1325. }
  1326. }
  1327. }
  1328. },
  1329. "/api/comm/getOssUrl": {
  1330. "post": {
  1331. "description": "上传许可链接(获取)",
  1332. "consumes": [
  1333. "application/json"
  1334. ],
  1335. "produces": [
  1336. "application/json"
  1337. ],
  1338. "tags": [
  1339. "对象存储"
  1340. ],
  1341. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1342. "parameters": [
  1343. {
  1344. "type": "string",
  1345. "description": "验证参数Bearer和token空格拼接",
  1346. "name": "Authorization",
  1347. "in": "header",
  1348. "required": true
  1349. },
  1350. {
  1351. "description": "签名上传url",
  1352. "name": "req",
  1353. "in": "body",
  1354. "required": true,
  1355. "schema": {
  1356. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1357. }
  1358. }
  1359. ],
  1360. "responses": {
  1361. "200": {
  1362. "description": "许可链接",
  1363. "schema": {
  1364. "type": "string"
  1365. }
  1366. },
  1367. "400": {
  1368. "description": "具体错误",
  1369. "schema": {
  1370. "$ref": "#/definitions/md.Response"
  1371. }
  1372. }
  1373. }
  1374. }
  1375. },
  1376. "/api/config": {
  1377. "get": {
  1378. "description": "基本配置",
  1379. "consumes": [
  1380. "application/json"
  1381. ],
  1382. "produces": [
  1383. "application/json"
  1384. ],
  1385. "tags": [
  1386. "基本配置"
  1387. ],
  1388. "summary": "基本配置",
  1389. "parameters": [
  1390. {
  1391. "type": "string",
  1392. "description": "验证参数Bearer和token空格拼接",
  1393. "name": "Authorization",
  1394. "in": "header",
  1395. "required": true
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "具体数据",
  1401. "schema": {
  1402. "$ref": "#/definitions/md.ConfigResp"
  1403. }
  1404. },
  1405. "400": {
  1406. "description": "具体错误",
  1407. "schema": {
  1408. "$ref": "#/definitions/md.Response"
  1409. }
  1410. }
  1411. }
  1412. }
  1413. },
  1414. "/api/demo": {
  1415. "post": {
  1416. "description": "Demo样例测试",
  1417. "consumes": [
  1418. "application/json"
  1419. ],
  1420. "produces": [
  1421. "application/json"
  1422. ],
  1423. "tags": [
  1424. "Demo"
  1425. ],
  1426. "summary": "Demo测试",
  1427. "parameters": [
  1428. {
  1429. "description": "用户名密码",
  1430. "name": "req",
  1431. "in": "body",
  1432. "required": true,
  1433. "schema": {
  1434. "type": "object"
  1435. }
  1436. }
  1437. ],
  1438. "responses": {
  1439. "200": {
  1440. "description": "token",
  1441. "schema": {
  1442. "type": "object",
  1443. "additionalProperties": true
  1444. }
  1445. },
  1446. "400": {
  1447. "description": "具体错误",
  1448. "schema": {
  1449. "$ref": "#/definitions/md.Response"
  1450. }
  1451. }
  1452. }
  1453. }
  1454. },
  1455. "/api/financialCenter/withdraw/applyList": {
  1456. "post": {
  1457. "description": "提现申请列表(获取)",
  1458. "consumes": [
  1459. "application/json"
  1460. ],
  1461. "produces": [
  1462. "application/json"
  1463. ],
  1464. "tags": [
  1465. "提现"
  1466. ],
  1467. "summary": "财务中心-提现-提现申请列表(获取)",
  1468. "parameters": [
  1469. {
  1470. "type": "string",
  1471. "description": "验证参数Bearer和token空格拼接",
  1472. "name": "Authorization",
  1473. "in": "header",
  1474. "required": true
  1475. },
  1476. {
  1477. "description": "筛选条件",
  1478. "name": "req",
  1479. "in": "body",
  1480. "schema": {
  1481. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1482. }
  1483. }
  1484. ],
  1485. "responses": {
  1486. "200": {
  1487. "description": "具体数据",
  1488. "schema": {
  1489. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1490. }
  1491. },
  1492. "400": {
  1493. "description": "具体错误",
  1494. "schema": {
  1495. "$ref": "#/definitions/md.Response"
  1496. }
  1497. }
  1498. }
  1499. }
  1500. },
  1501. "/api/financialCenter/withdraw/audit": {
  1502. "post": {
  1503. "description": "提现审核",
  1504. "consumes": [
  1505. "application/json"
  1506. ],
  1507. "produces": [
  1508. "application/json"
  1509. ],
  1510. "tags": [
  1511. "提现"
  1512. ],
  1513. "summary": "财务中心-提现-审核",
  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. "schema": {
  1527. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1528. }
  1529. }
  1530. ],
  1531. "responses": {
  1532. "200": {
  1533. "description": "success",
  1534. "schema": {
  1535. "type": "string"
  1536. }
  1537. },
  1538. "400": {
  1539. "description": "具体错误",
  1540. "schema": {
  1541. "$ref": "#/definitions/md.Response"
  1542. }
  1543. }
  1544. }
  1545. }
  1546. },
  1547. "/api/financialCenter/withdraw/setting": {
  1548. "get": {
  1549. "description": "基础设置(获取)",
  1550. "consumes": [
  1551. "application/json"
  1552. ],
  1553. "produces": [
  1554. "application/json"
  1555. ],
  1556. "tags": [
  1557. "提现"
  1558. ],
  1559. "summary": "财务中心-提现-基础设置(获取)",
  1560. "parameters": [
  1561. {
  1562. "type": "string",
  1563. "description": "验证参数Bearer和token空格拼接",
  1564. "name": "Authorization",
  1565. "in": "header",
  1566. "required": true
  1567. }
  1568. ],
  1569. "responses": {
  1570. "200": {
  1571. "description": "具体数据",
  1572. "schema": {
  1573. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1574. }
  1575. },
  1576. "400": {
  1577. "description": "具体错误",
  1578. "schema": {
  1579. "$ref": "#/definitions/md.Response"
  1580. }
  1581. }
  1582. }
  1583. }
  1584. },
  1585. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1586. "post": {
  1587. "description": "基础设置(更新)",
  1588. "consumes": [
  1589. "application/json"
  1590. ],
  1591. "produces": [
  1592. "application/json"
  1593. ],
  1594. "tags": [
  1595. "提现"
  1596. ],
  1597. "summary": "财务中心-提现-基础设置(更新)",
  1598. "parameters": [
  1599. {
  1600. "type": "string",
  1601. "description": "验证参数Bearer和token空格拼接",
  1602. "name": "Authorization",
  1603. "in": "header",
  1604. "required": true
  1605. },
  1606. {
  1607. "description": "id 必填",
  1608. "name": "req",
  1609. "in": "body",
  1610. "required": true,
  1611. "schema": {
  1612. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1613. }
  1614. }
  1615. ],
  1616. "responses": {
  1617. "200": {
  1618. "description": "修改数据条数",
  1619. "schema": {
  1620. "type": "int"
  1621. }
  1622. },
  1623. "400": {
  1624. "description": "具体错误",
  1625. "schema": {
  1626. "$ref": "#/definitions/md.Response"
  1627. }
  1628. }
  1629. }
  1630. }
  1631. },
  1632. "/api/friendCircleSettings/basic/index": {
  1633. "get": {
  1634. "description": "基础设置(获取)",
  1635. "consumes": [
  1636. "application/json"
  1637. ],
  1638. "produces": [
  1639. "application/json"
  1640. ],
  1641. "tags": [
  1642. "动态设置"
  1643. ],
  1644. "summary": "社交管理-动态设置-基础设置(获取)",
  1645. "parameters": [
  1646. {
  1647. "type": "string",
  1648. "description": "验证参数Bearer和token空格拼接",
  1649. "name": "Authorization",
  1650. "in": "header",
  1651. "required": true
  1652. }
  1653. ],
  1654. "responses": {
  1655. "200": {
  1656. "description": "具体数据",
  1657. "schema": {
  1658. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1659. }
  1660. },
  1661. "400": {
  1662. "description": "具体错误",
  1663. "schema": {
  1664. "$ref": "#/definitions/md.Response"
  1665. }
  1666. }
  1667. }
  1668. }
  1669. },
  1670. "/api/friendCircleSettings/basic/save": {
  1671. "post": {
  1672. "description": "基础设置(更新)",
  1673. "consumes": [
  1674. "application/json"
  1675. ],
  1676. "produces": [
  1677. "application/json"
  1678. ],
  1679. "tags": [
  1680. "动态设置"
  1681. ],
  1682. "summary": "社交管理-动态设置-基础设置(更新)",
  1683. "parameters": [
  1684. {
  1685. "type": "string",
  1686. "description": "验证参数Bearer和token空格拼接",
  1687. "name": "Authorization",
  1688. "in": "header",
  1689. "required": true
  1690. },
  1691. {
  1692. "description": "id 必填",
  1693. "name": "req",
  1694. "in": "body",
  1695. "required": true,
  1696. "schema": {
  1697. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1698. }
  1699. }
  1700. ],
  1701. "responses": {
  1702. "200": {
  1703. "description": "修改数据条数",
  1704. "schema": {
  1705. "type": "int"
  1706. }
  1707. },
  1708. "400": {
  1709. "description": "具体错误",
  1710. "schema": {
  1711. "$ref": "#/definitions/md.Response"
  1712. }
  1713. }
  1714. }
  1715. }
  1716. },
  1717. "/api/friendCircleSettings/blackList/add": {
  1718. "post": {
  1719. "description": "黑名单(新增)",
  1720. "consumes": [
  1721. "application/json"
  1722. ],
  1723. "produces": [
  1724. "application/json"
  1725. ],
  1726. "tags": [
  1727. "动态设置"
  1728. ],
  1729. "summary": "社交管理-动态设置-黑名单(新增)",
  1730. "parameters": [
  1731. {
  1732. "type": "string",
  1733. "description": "验证参数Bearer和token空格拼接",
  1734. "name": "Authorization",
  1735. "in": "header",
  1736. "required": true
  1737. },
  1738. {
  1739. "description": "用户id 必填",
  1740. "name": "req",
  1741. "in": "body",
  1742. "required": true,
  1743. "schema": {
  1744. "$ref": "#/definitions/md.AddBlackListReq"
  1745. }
  1746. }
  1747. ],
  1748. "responses": {
  1749. "200": {
  1750. "description": "生成的黑名单id",
  1751. "schema": {
  1752. "type": "string"
  1753. }
  1754. },
  1755. "400": {
  1756. "description": "具体错误",
  1757. "schema": {
  1758. "$ref": "#/definitions/md.Response"
  1759. }
  1760. }
  1761. }
  1762. }
  1763. },
  1764. "/api/friendCircleSettings/blackList/del": {
  1765. "delete": {
  1766. "description": "黑名单(删除)",
  1767. "consumes": [
  1768. "application/json"
  1769. ],
  1770. "produces": [
  1771. "application/json"
  1772. ],
  1773. "tags": [
  1774. "动态设置"
  1775. ],
  1776. "summary": "社交管理-动态设置-黑名单(删除)",
  1777. "parameters": [
  1778. {
  1779. "type": "string",
  1780. "description": "验证参数Bearer和token空格拼接",
  1781. "name": "Authorization",
  1782. "in": "header",
  1783. "required": true
  1784. },
  1785. {
  1786. "description": "黑名单id 必填",
  1787. "name": "req",
  1788. "in": "body",
  1789. "required": true,
  1790. "schema": {
  1791. "$ref": "#/definitions/md.DeleteBlackListReq"
  1792. }
  1793. }
  1794. ],
  1795. "responses": {
  1796. "200": {
  1797. "description": "删除数据数量",
  1798. "schema": {
  1799. "type": "string"
  1800. }
  1801. },
  1802. "400": {
  1803. "description": "具体错误",
  1804. "schema": {
  1805. "$ref": "#/definitions/md.Response"
  1806. }
  1807. }
  1808. }
  1809. }
  1810. },
  1811. "/api/friendCircleSettings/blackList/index": {
  1812. "get": {
  1813. "description": "黑名单(获取)",
  1814. "consumes": [
  1815. "application/json"
  1816. ],
  1817. "produces": [
  1818. "application/json"
  1819. ],
  1820. "tags": [
  1821. "动态设置"
  1822. ],
  1823. "summary": "社交管理-动态设置-黑名单(获取)",
  1824. "parameters": [
  1825. {
  1826. "type": "string",
  1827. "description": "验证参数Bearer和token空格拼接",
  1828. "name": "Authorization",
  1829. "in": "header",
  1830. "required": true
  1831. },
  1832. {
  1833. "type": "integer",
  1834. "description": "每页大小",
  1835. "name": "limit",
  1836. "in": "query",
  1837. "required": true
  1838. },
  1839. {
  1840. "type": "integer",
  1841. "description": "页数",
  1842. "name": "page",
  1843. "in": "query",
  1844. "required": true
  1845. },
  1846. {
  1847. "type": "integer",
  1848. "description": "手机号",
  1849. "name": "phone",
  1850. "in": "query",
  1851. "required": true
  1852. },
  1853. {
  1854. "type": "integer",
  1855. "description": "用户名",
  1856. "name": "nickname",
  1857. "in": "query",
  1858. "required": true
  1859. },
  1860. {
  1861. "type": "integer",
  1862. "description": "用户id",
  1863. "name": "uid",
  1864. "in": "query",
  1865. "required": true
  1866. }
  1867. ],
  1868. "responses": {
  1869. "200": {
  1870. "description": "具体数据",
  1871. "schema": {
  1872. "$ref": "#/definitions/md.GetBlackListResp"
  1873. }
  1874. },
  1875. "400": {
  1876. "description": "具体错误",
  1877. "schema": {
  1878. "$ref": "#/definitions/md.Response"
  1879. }
  1880. }
  1881. }
  1882. }
  1883. },
  1884. "/api/friendCircleSettings/dynamic/del": {
  1885. "delete": {
  1886. "description": "动态(删除)",
  1887. "consumes": [
  1888. "application/json"
  1889. ],
  1890. "produces": [
  1891. "application/json"
  1892. ],
  1893. "tags": [
  1894. "动态设置"
  1895. ],
  1896. "summary": "社交管理-动态设置-动态(删除)",
  1897. "parameters": [
  1898. {
  1899. "type": "string",
  1900. "description": "验证参数Bearer和token空格拼接",
  1901. "name": "Authorization",
  1902. "in": "header",
  1903. "required": true
  1904. },
  1905. {
  1906. "description": "删除动态id必填",
  1907. "name": "req",
  1908. "in": "body",
  1909. "required": true,
  1910. "schema": {
  1911. "$ref": "#/definitions/md.DeleteDynamicReq"
  1912. }
  1913. }
  1914. ],
  1915. "responses": {
  1916. "200": {
  1917. "description": "success",
  1918. "schema": {
  1919. "type": "string"
  1920. }
  1921. },
  1922. "400": {
  1923. "description": "具体错误",
  1924. "schema": {
  1925. "$ref": "#/definitions/md.Response"
  1926. }
  1927. }
  1928. }
  1929. }
  1930. },
  1931. "/api/friendCircleSettings/dynamic/index": {
  1932. "post": {
  1933. "description": "动态(获取)",
  1934. "consumes": [
  1935. "application/json"
  1936. ],
  1937. "produces": [
  1938. "application/json"
  1939. ],
  1940. "tags": [
  1941. "动态设置"
  1942. ],
  1943. "summary": "社交管理-动态设置-动态(获取)",
  1944. "parameters": [
  1945. {
  1946. "type": "string",
  1947. "description": "验证参数Bearer和token空格拼接",
  1948. "name": "Authorization",
  1949. "in": "header",
  1950. "required": true
  1951. },
  1952. {
  1953. "description": "筛选条件",
  1954. "name": "req",
  1955. "in": "body",
  1956. "schema": {
  1957. "$ref": "#/definitions/md.GetDynamicReq"
  1958. }
  1959. }
  1960. ],
  1961. "responses": {
  1962. "200": {
  1963. "description": "生成的黑名单id",
  1964. "schema": {
  1965. "$ref": "#/definitions/md.GetDynamicResp"
  1966. }
  1967. },
  1968. "400": {
  1969. "description": "具体错误",
  1970. "schema": {
  1971. "$ref": "#/definitions/md.Response"
  1972. }
  1973. }
  1974. }
  1975. }
  1976. },
  1977. "/api/friendCircleSettings/dynamic/release": {
  1978. "post": {
  1979. "description": "动态(发布)",
  1980. "consumes": [
  1981. "application/json"
  1982. ],
  1983. "produces": [
  1984. "application/json"
  1985. ],
  1986. "tags": [
  1987. "动态设置"
  1988. ],
  1989. "summary": "社交管理-动态设置-动态(发布)",
  1990. "parameters": [
  1991. {
  1992. "type": "string",
  1993. "description": "验证参数Bearer和token空格拼接",
  1994. "name": "Authorization",
  1995. "in": "header",
  1996. "required": true
  1997. },
  1998. {
  1999. "description": "发布动态信息",
  2000. "name": "req",
  2001. "in": "body",
  2002. "required": true,
  2003. "schema": {
  2004. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2005. }
  2006. }
  2007. ],
  2008. "responses": {
  2009. "200": {
  2010. "description": "success",
  2011. "schema": {
  2012. "type": "string"
  2013. }
  2014. },
  2015. "400": {
  2016. "description": "具体错误",
  2017. "schema": {
  2018. "$ref": "#/definitions/md.Response"
  2019. }
  2020. }
  2021. }
  2022. }
  2023. },
  2024. "/api/friendCircleSettings/dynamic/update": {
  2025. "post": {
  2026. "description": "动态(更新)",
  2027. "consumes": [
  2028. "application/json"
  2029. ],
  2030. "produces": [
  2031. "application/json"
  2032. ],
  2033. "tags": [
  2034. "动态设置"
  2035. ],
  2036. "summary": "社交管理-动态设置-动态(更新)",
  2037. "parameters": [
  2038. {
  2039. "type": "string",
  2040. "description": "验证参数Bearer和token空格拼接",
  2041. "name": "Authorization",
  2042. "in": "header",
  2043. "required": true
  2044. },
  2045. {
  2046. "description": "更新动态id必填",
  2047. "name": "req",
  2048. "in": "body",
  2049. "required": true,
  2050. "schema": {
  2051. "$ref": "#/definitions/md.UpdateDynamicReq"
  2052. }
  2053. }
  2054. ],
  2055. "responses": {
  2056. "200": {
  2057. "description": "success",
  2058. "schema": {
  2059. "type": "string"
  2060. }
  2061. },
  2062. "400": {
  2063. "description": "具体错误",
  2064. "schema": {
  2065. "$ref": "#/definitions/md.Response"
  2066. }
  2067. }
  2068. }
  2069. }
  2070. },
  2071. "/api/getSTSVoucher": {
  2072. "get": {
  2073. "description": "STS临时访问凭证(获取)",
  2074. "consumes": [
  2075. "application/json"
  2076. ],
  2077. "produces": [
  2078. "application/json"
  2079. ],
  2080. "tags": [
  2081. "打包机使用"
  2082. ],
  2083. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2084. "parameters": [
  2085. {
  2086. "type": "string",
  2087. "description": "验证参数Bearer和token空格拼接",
  2088. "name": "Authorization",
  2089. "in": "header",
  2090. "required": true
  2091. }
  2092. ],
  2093. "responses": {
  2094. "200": {
  2095. "description": "凭证及其他信息",
  2096. "schema": {
  2097. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2098. }
  2099. },
  2100. "400": {
  2101. "description": "具体错误",
  2102. "schema": {
  2103. "$ref": "#/definitions/md.Response"
  2104. }
  2105. }
  2106. }
  2107. }
  2108. },
  2109. "/api/homePage/activeData": {
  2110. "get": {
  2111. "description": "活跃数据",
  2112. "consumes": [
  2113. "application/json"
  2114. ],
  2115. "produces": [
  2116. "application/json"
  2117. ],
  2118. "tags": [
  2119. "首页"
  2120. ],
  2121. "summary": "首页-首页-活跃数据",
  2122. "parameters": [
  2123. {
  2124. "type": "string",
  2125. "description": "验证参数Bearer和token空格拼接",
  2126. "name": "Authorization",
  2127. "in": "header",
  2128. "required": true
  2129. }
  2130. ],
  2131. "responses": {
  2132. "200": {
  2133. "description": "具体数据",
  2134. "schema": {
  2135. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2136. }
  2137. },
  2138. "400": {
  2139. "description": "具体错误",
  2140. "schema": {
  2141. "$ref": "#/definitions/md.Response"
  2142. }
  2143. }
  2144. }
  2145. }
  2146. },
  2147. "/api/homePage/growData": {
  2148. "get": {
  2149. "description": "用户增长曲线",
  2150. "consumes": [
  2151. "application/json"
  2152. ],
  2153. "produces": [
  2154. "application/json"
  2155. ],
  2156. "tags": [
  2157. "首页"
  2158. ],
  2159. "summary": "首页-首页-用户增长曲线",
  2160. "parameters": [
  2161. {
  2162. "type": "string",
  2163. "description": "验证参数Bearer和token空格拼接",
  2164. "name": "Authorization",
  2165. "in": "header",
  2166. "required": true
  2167. },
  2168. {
  2169. "type": "string",
  2170. "description": "1:按天 2:按周 3:按小时",
  2171. "name": "kind",
  2172. "in": "query"
  2173. }
  2174. ],
  2175. "responses": {
  2176. "200": {
  2177. "description": "具体数据",
  2178. "schema": {
  2179. "$ref": "#/definitions/md.GetPriceCurveResp"
  2180. }
  2181. },
  2182. "400": {
  2183. "description": "具体错误",
  2184. "schema": {
  2185. "$ref": "#/definitions/md.Response"
  2186. }
  2187. }
  2188. }
  2189. }
  2190. },
  2191. "/api/homePage/totalData": {
  2192. "get": {
  2193. "description": "数据总览",
  2194. "consumes": [
  2195. "application/json"
  2196. ],
  2197. "produces": [
  2198. "application/json"
  2199. ],
  2200. "tags": [
  2201. "首页"
  2202. ],
  2203. "summary": "首页-首页-数据总览",
  2204. "parameters": [
  2205. {
  2206. "type": "string",
  2207. "description": "验证参数Bearer和token空格拼接",
  2208. "name": "Authorization",
  2209. "in": "header",
  2210. "required": true
  2211. },
  2212. {
  2213. "type": "string",
  2214. "description": "年",
  2215. "name": "year",
  2216. "in": "query",
  2217. "required": true
  2218. },
  2219. {
  2220. "type": "string",
  2221. "description": "月",
  2222. "name": "month",
  2223. "in": "query",
  2224. "required": true
  2225. }
  2226. ],
  2227. "responses": {
  2228. "200": {
  2229. "description": "具体数据",
  2230. "schema": {
  2231. "$ref": "#/definitions/hdl.TotalDataResp"
  2232. }
  2233. },
  2234. "400": {
  2235. "description": "具体错误",
  2236. "schema": {
  2237. "$ref": "#/definitions/md.Response"
  2238. }
  2239. }
  2240. }
  2241. }
  2242. },
  2243. "/api/im/addCustomerService": {
  2244. "post": {
  2245. "description": "客服(新增)",
  2246. "consumes": [
  2247. "application/json"
  2248. ],
  2249. "produces": [
  2250. "application/json"
  2251. ],
  2252. "tags": [
  2253. "客服"
  2254. ],
  2255. "summary": "Im-客服(新增)",
  2256. "parameters": [
  2257. {
  2258. "type": "string",
  2259. "description": "验证参数Bearer和token空格拼接",
  2260. "name": "Authorization",
  2261. "in": "header",
  2262. "required": true
  2263. },
  2264. {
  2265. "description": "相关参数",
  2266. "name": "req",
  2267. "in": "body",
  2268. "required": true,
  2269. "schema": {
  2270. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2271. }
  2272. }
  2273. ],
  2274. "responses": {
  2275. "200": {
  2276. "description": "success",
  2277. "schema": {
  2278. "type": "string"
  2279. }
  2280. },
  2281. "400": {
  2282. "description": "具体错误",
  2283. "schema": {
  2284. "$ref": "#/definitions/md.Response"
  2285. }
  2286. }
  2287. }
  2288. }
  2289. },
  2290. "/api/im/addEmoticon": {
  2291. "post": {
  2292. "description": "表情包(新增)",
  2293. "consumes": [
  2294. "application/json"
  2295. ],
  2296. "produces": [
  2297. "application/json"
  2298. ],
  2299. "tags": [
  2300. "表情包"
  2301. ],
  2302. "summary": "Im-表情包(新增)",
  2303. "parameters": [
  2304. {
  2305. "type": "string",
  2306. "description": "验证参数Bearer和token空格拼接",
  2307. "name": "Authorization",
  2308. "in": "header",
  2309. "required": true
  2310. },
  2311. {
  2312. "description": "相关参数",
  2313. "name": "req",
  2314. "in": "body",
  2315. "required": true,
  2316. "schema": {
  2317. "$ref": "#/definitions/md.AddEmoticonReq"
  2318. }
  2319. }
  2320. ],
  2321. "responses": {
  2322. "200": {
  2323. "description": "success",
  2324. "schema": {
  2325. "type": "string"
  2326. }
  2327. },
  2328. "400": {
  2329. "description": "具体错误",
  2330. "schema": {
  2331. "$ref": "#/definitions/md.Response"
  2332. }
  2333. }
  2334. }
  2335. }
  2336. },
  2337. "/api/im/batchSendGroupMessage": {
  2338. "post": {
  2339. "description": "群发发送群组消息",
  2340. "consumes": [
  2341. "application/json"
  2342. ],
  2343. "produces": [
  2344. "application/json"
  2345. ],
  2346. "tags": [
  2347. "群发发送群组消息"
  2348. ],
  2349. "summary": "Im-群发发送群组消息",
  2350. "parameters": [
  2351. {
  2352. "type": "string",
  2353. "description": "验证参数Bearer和token空格拼接",
  2354. "name": "Authorization",
  2355. "in": "header",
  2356. "required": true
  2357. },
  2358. {
  2359. "description": "相关参数",
  2360. "name": "req",
  2361. "in": "body",
  2362. "required": true,
  2363. "schema": {
  2364. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2365. }
  2366. }
  2367. ],
  2368. "responses": {
  2369. "200": {
  2370. "description": "success",
  2371. "schema": {
  2372. "type": "string"
  2373. }
  2374. },
  2375. "400": {
  2376. "description": "具体错误",
  2377. "schema": {
  2378. "$ref": "#/definitions/md.Response"
  2379. }
  2380. }
  2381. }
  2382. }
  2383. },
  2384. "/api/im/batchSendUserMessage": {
  2385. "post": {
  2386. "description": "群发发送用户消息",
  2387. "consumes": [
  2388. "application/json"
  2389. ],
  2390. "produces": [
  2391. "application/json"
  2392. ],
  2393. "tags": [
  2394. "群发发送用户消息"
  2395. ],
  2396. "summary": "Im-群发发送用户消息",
  2397. "parameters": [
  2398. {
  2399. "type": "string",
  2400. "description": "验证参数Bearer和token空格拼接",
  2401. "name": "Authorization",
  2402. "in": "header",
  2403. "required": true
  2404. },
  2405. {
  2406. "description": "相关参数",
  2407. "name": "req",
  2408. "in": "body",
  2409. "required": true,
  2410. "schema": {
  2411. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2412. }
  2413. }
  2414. ],
  2415. "responses": {
  2416. "200": {
  2417. "description": "success",
  2418. "schema": {
  2419. "type": "string"
  2420. }
  2421. },
  2422. "400": {
  2423. "description": "具体错误",
  2424. "schema": {
  2425. "$ref": "#/definitions/md.Response"
  2426. }
  2427. }
  2428. }
  2429. }
  2430. },
  2431. "/api/im/deleteEmoticon": {
  2432. "post": {
  2433. "description": "表情包(删除)",
  2434. "consumes": [
  2435. "application/json"
  2436. ],
  2437. "produces": [
  2438. "application/json"
  2439. ],
  2440. "tags": [
  2441. "表情包"
  2442. ],
  2443. "summary": "Im-表情包(删除)",
  2444. "parameters": [
  2445. {
  2446. "type": "string",
  2447. "description": "验证参数Bearer和token空格拼接",
  2448. "name": "Authorization",
  2449. "in": "header",
  2450. "required": true
  2451. },
  2452. {
  2453. "description": "相关参数",
  2454. "name": "req",
  2455. "in": "body",
  2456. "required": true,
  2457. "schema": {
  2458. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2459. }
  2460. }
  2461. ],
  2462. "responses": {
  2463. "200": {
  2464. "description": "success",
  2465. "schema": {
  2466. "type": "string"
  2467. }
  2468. },
  2469. "400": {
  2470. "description": "具体错误",
  2471. "schema": {
  2472. "$ref": "#/definitions/md.Response"
  2473. }
  2474. }
  2475. }
  2476. }
  2477. },
  2478. "/api/im/getBasic": {
  2479. "get": {
  2480. "description": "基础设置(获取)",
  2481. "consumes": [
  2482. "application/json"
  2483. ],
  2484. "produces": [
  2485. "application/json"
  2486. ],
  2487. "tags": [
  2488. "基础设置"
  2489. ],
  2490. "summary": "Im-基础设置(获取)",
  2491. "parameters": [
  2492. {
  2493. "type": "string",
  2494. "description": "验证参数Bearer和token空格拼接",
  2495. "name": "Authorization",
  2496. "in": "header",
  2497. "required": true
  2498. }
  2499. ],
  2500. "responses": {
  2501. "200": {
  2502. "description": "设置列表",
  2503. "schema": {
  2504. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2505. }
  2506. },
  2507. "400": {
  2508. "description": "具体错误",
  2509. "schema": {
  2510. "$ref": "#/definitions/md.Response"
  2511. }
  2512. }
  2513. }
  2514. }
  2515. },
  2516. "/api/im/groupList": {
  2517. "post": {
  2518. "description": "群组用户(列表)",
  2519. "consumes": [
  2520. "application/json"
  2521. ],
  2522. "produces": [
  2523. "application/json"
  2524. ],
  2525. "tags": [
  2526. "群组用户"
  2527. ],
  2528. "summary": "Im-群组用户(列表)",
  2529. "parameters": [
  2530. {
  2531. "type": "string",
  2532. "description": "验证参数Bearer和token空格拼接",
  2533. "name": "Authorization",
  2534. "in": "header",
  2535. "required": true
  2536. },
  2537. {
  2538. "description": "相关参数",
  2539. "name": "req",
  2540. "in": "body",
  2541. "required": true,
  2542. "schema": {
  2543. "$ref": "#/definitions/md.GroupListReq"
  2544. }
  2545. }
  2546. ],
  2547. "responses": {
  2548. "200": {
  2549. "description": "OK",
  2550. "schema": {
  2551. "$ref": "#/definitions/md.GroupListResp"
  2552. }
  2553. },
  2554. "400": {
  2555. "description": "具体错误",
  2556. "schema": {
  2557. "$ref": "#/definitions/md.Response"
  2558. }
  2559. }
  2560. }
  2561. }
  2562. },
  2563. "/api/im/pageCustomerService": {
  2564. "post": {
  2565. "description": "客服(列表)",
  2566. "consumes": [
  2567. "application/json"
  2568. ],
  2569. "produces": [
  2570. "application/json"
  2571. ],
  2572. "tags": [
  2573. "客服"
  2574. ],
  2575. "summary": "Im-客服(列表)",
  2576. "parameters": [
  2577. {
  2578. "type": "string",
  2579. "description": "验证参数Bearer和token空格拼接",
  2580. "name": "Authorization",
  2581. "in": "header",
  2582. "required": true
  2583. },
  2584. {
  2585. "description": "相关参数",
  2586. "name": "req",
  2587. "in": "body",
  2588. "required": true,
  2589. "schema": {
  2590. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2591. }
  2592. }
  2593. ],
  2594. "responses": {
  2595. "200": {
  2596. "description": "设置列表",
  2597. "schema": {
  2598. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2599. }
  2600. },
  2601. "400": {
  2602. "description": "具体错误",
  2603. "schema": {
  2604. "$ref": "#/definitions/md.Response"
  2605. }
  2606. }
  2607. }
  2608. }
  2609. },
  2610. "/api/im/pageEmoticon": {
  2611. "post": {
  2612. "description": "表情包(列表)",
  2613. "consumes": [
  2614. "application/json"
  2615. ],
  2616. "produces": [
  2617. "application/json"
  2618. ],
  2619. "tags": [
  2620. "表情包"
  2621. ],
  2622. "summary": "Im-表情包(列表)",
  2623. "parameters": [
  2624. {
  2625. "type": "string",
  2626. "description": "验证参数Bearer和token空格拼接",
  2627. "name": "Authorization",
  2628. "in": "header",
  2629. "required": true
  2630. },
  2631. {
  2632. "description": "相关参数",
  2633. "name": "req",
  2634. "in": "body",
  2635. "required": true,
  2636. "schema": {
  2637. "$ref": "#/definitions/md.PageEmoticonReq"
  2638. }
  2639. }
  2640. ],
  2641. "responses": {
  2642. "200": {
  2643. "description": "设置列表",
  2644. "schema": {
  2645. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2646. }
  2647. },
  2648. "400": {
  2649. "description": "具体错误",
  2650. "schema": {
  2651. "$ref": "#/definitions/md.Response"
  2652. }
  2653. }
  2654. }
  2655. }
  2656. },
  2657. "/api/im/pageSendRedPackageOrd": {
  2658. "post": {
  2659. "description": "红包记录(列表)",
  2660. "consumes": [
  2661. "application/json"
  2662. ],
  2663. "produces": [
  2664. "application/json"
  2665. ],
  2666. "tags": [
  2667. "红包记录"
  2668. ],
  2669. "summary": "Im-红包记录(列表)",
  2670. "parameters": [
  2671. {
  2672. "type": "string",
  2673. "description": "验证参数Bearer和token空格拼接",
  2674. "name": "Authorization",
  2675. "in": "header",
  2676. "required": true
  2677. },
  2678. {
  2679. "description": "相关参数",
  2680. "name": "req",
  2681. "in": "body",
  2682. "required": true,
  2683. "schema": {
  2684. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2685. }
  2686. }
  2687. ],
  2688. "responses": {
  2689. "200": {
  2690. "description": "success",
  2691. "schema": {
  2692. "type": "string"
  2693. }
  2694. },
  2695. "400": {
  2696. "description": "具体错误",
  2697. "schema": {
  2698. "$ref": "#/definitions/md.Response"
  2699. }
  2700. }
  2701. }
  2702. }
  2703. },
  2704. "/api/im/redPackageRecordsDetail": {
  2705. "get": {
  2706. "description": "红包记录(详情)",
  2707. "consumes": [
  2708. "application/json"
  2709. ],
  2710. "produces": [
  2711. "application/json"
  2712. ],
  2713. "tags": [
  2714. "红包记录"
  2715. ],
  2716. "summary": "Im-红包记录(详情)",
  2717. "parameters": [
  2718. {
  2719. "type": "string",
  2720. "description": "验证参数Bearer和token空格拼接",
  2721. "name": "Authorization",
  2722. "in": "header",
  2723. "required": true
  2724. },
  2725. {
  2726. "type": "string",
  2727. "description": "红包id",
  2728. "name": "red_package_id",
  2729. "in": "query",
  2730. "required": true
  2731. }
  2732. ],
  2733. "responses": {
  2734. "200": {
  2735. "description": "success",
  2736. "schema": {
  2737. "type": "string"
  2738. }
  2739. },
  2740. "400": {
  2741. "description": "具体错误",
  2742. "schema": {
  2743. "$ref": "#/definitions/md.Response"
  2744. }
  2745. }
  2746. }
  2747. }
  2748. },
  2749. "/api/im/setBasic": {
  2750. "post": {
  2751. "description": "基础设置(更新)",
  2752. "consumes": [
  2753. "application/json"
  2754. ],
  2755. "produces": [
  2756. "application/json"
  2757. ],
  2758. "tags": [
  2759. "基础设置"
  2760. ],
  2761. "summary": "Im-基础设置(更新)",
  2762. "parameters": [
  2763. {
  2764. "type": "string",
  2765. "description": "验证参数Bearer和token空格拼接",
  2766. "name": "Authorization",
  2767. "in": "header",
  2768. "required": true
  2769. },
  2770. {
  2771. "description": "上传需要修改的信息",
  2772. "name": "req",
  2773. "in": "body",
  2774. "required": true,
  2775. "schema": {
  2776. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2777. }
  2778. }
  2779. ],
  2780. "responses": {
  2781. "200": {
  2782. "description": "success",
  2783. "schema": {
  2784. "type": "string"
  2785. }
  2786. },
  2787. "400": {
  2788. "description": "具体错误",
  2789. "schema": {
  2790. "$ref": "#/definitions/md.Response"
  2791. }
  2792. }
  2793. }
  2794. }
  2795. },
  2796. "/api/im/setCustomerServiceState": {
  2797. "post": {
  2798. "description": "客服(更新状态)",
  2799. "consumes": [
  2800. "application/json"
  2801. ],
  2802. "produces": [
  2803. "application/json"
  2804. ],
  2805. "tags": [
  2806. "客服"
  2807. ],
  2808. "summary": "Im-客服(更新状态)",
  2809. "parameters": [
  2810. {
  2811. "type": "string",
  2812. "description": "验证参数Bearer和token空格拼接",
  2813. "name": "Authorization",
  2814. "in": "header",
  2815. "required": true
  2816. },
  2817. {
  2818. "description": "相关参数",
  2819. "name": "req",
  2820. "in": "body",
  2821. "required": true,
  2822. "schema": {
  2823. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2824. }
  2825. }
  2826. ],
  2827. "responses": {
  2828. "200": {
  2829. "description": "success",
  2830. "schema": {
  2831. "type": "string"
  2832. }
  2833. },
  2834. "400": {
  2835. "description": "具体错误",
  2836. "schema": {
  2837. "$ref": "#/definitions/md.Response"
  2838. }
  2839. }
  2840. }
  2841. }
  2842. },
  2843. "/api/im/setEmoticonState": {
  2844. "post": {
  2845. "description": "表情包(新增)",
  2846. "consumes": [
  2847. "application/json"
  2848. ],
  2849. "produces": [
  2850. "application/json"
  2851. ],
  2852. "tags": [
  2853. "表情包"
  2854. ],
  2855. "summary": "Im-表情包(更新状态)",
  2856. "parameters": [
  2857. {
  2858. "type": "string",
  2859. "description": "验证参数Bearer和token空格拼接",
  2860. "name": "Authorization",
  2861. "in": "header",
  2862. "required": true
  2863. },
  2864. {
  2865. "description": "相关参数",
  2866. "name": "req",
  2867. "in": "body",
  2868. "required": true,
  2869. "schema": {
  2870. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2871. }
  2872. }
  2873. ],
  2874. "responses": {
  2875. "200": {
  2876. "description": "success",
  2877. "schema": {
  2878. "type": "string"
  2879. }
  2880. },
  2881. "400": {
  2882. "description": "具体错误",
  2883. "schema": {
  2884. "$ref": "#/definitions/md.Response"
  2885. }
  2886. }
  2887. }
  2888. }
  2889. },
  2890. "/api/im/updateCustomerServiceMemo": {
  2891. "post": {
  2892. "description": "客服(编辑备注)",
  2893. "consumes": [
  2894. "application/json"
  2895. ],
  2896. "produces": [
  2897. "application/json"
  2898. ],
  2899. "tags": [
  2900. "客服"
  2901. ],
  2902. "summary": "Im-客服(编辑备注)",
  2903. "parameters": [
  2904. {
  2905. "type": "string",
  2906. "description": "验证参数Bearer和token空格拼接",
  2907. "name": "Authorization",
  2908. "in": "header",
  2909. "required": true
  2910. },
  2911. {
  2912. "description": "相关参数",
  2913. "name": "req",
  2914. "in": "body",
  2915. "required": true,
  2916. "schema": {
  2917. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2918. }
  2919. }
  2920. ],
  2921. "responses": {
  2922. "200": {
  2923. "description": "success",
  2924. "schema": {
  2925. "type": "string"
  2926. }
  2927. },
  2928. "400": {
  2929. "description": "具体错误",
  2930. "schema": {
  2931. "$ref": "#/definitions/md.Response"
  2932. }
  2933. }
  2934. }
  2935. }
  2936. },
  2937. "/api/im/updateEmoticon": {
  2938. "post": {
  2939. "description": "表情包(编辑)",
  2940. "consumes": [
  2941. "application/json"
  2942. ],
  2943. "produces": [
  2944. "application/json"
  2945. ],
  2946. "tags": [
  2947. "表情包"
  2948. ],
  2949. "summary": "Im-表情包(编辑)",
  2950. "parameters": [
  2951. {
  2952. "type": "string",
  2953. "description": "验证参数Bearer和token空格拼接",
  2954. "name": "Authorization",
  2955. "in": "header",
  2956. "required": true
  2957. },
  2958. {
  2959. "description": "相关参数",
  2960. "name": "req",
  2961. "in": "body",
  2962. "required": true,
  2963. "schema": {
  2964. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2965. }
  2966. }
  2967. ],
  2968. "responses": {
  2969. "200": {
  2970. "description": "success",
  2971. "schema": {
  2972. "type": "string"
  2973. }
  2974. },
  2975. "400": {
  2976. "description": "具体错误",
  2977. "schema": {
  2978. "$ref": "#/definitions/md.Response"
  2979. }
  2980. }
  2981. }
  2982. }
  2983. },
  2984. "/api/institutionalManagement/contentReward/playlet/base": {
  2985. "get": {
  2986. "description": "制度中心-内容奖励-短剧基本信息",
  2987. "consumes": [
  2988. "application/json"
  2989. ],
  2990. "produces": [
  2991. "application/json"
  2992. ],
  2993. "tags": [
  2994. "蛋蛋能量"
  2995. ],
  2996. "summary": "制度中心-内容奖励-短剧基本信息",
  2997. "parameters": [
  2998. {
  2999. "type": "string",
  3000. "description": "验证参数Bearer和token空格拼接",
  3001. "name": "Authorization",
  3002. "in": "header",
  3003. "required": true
  3004. }
  3005. ],
  3006. "responses": {
  3007. "200": {
  3008. "description": "具体数据",
  3009. "schema": {
  3010. "$ref": "#/definitions/md.PlayletBaseData"
  3011. }
  3012. },
  3013. "400": {
  3014. "description": "具体错误",
  3015. "schema": {
  3016. "$ref": "#/definitions/md.Response"
  3017. }
  3018. }
  3019. }
  3020. }
  3021. },
  3022. "/api/institutionalManagement/contentReward/playlet/save": {
  3023. "post": {
  3024. "description": "制度中心-内容奖励-短剧基本配置保存",
  3025. "consumes": [
  3026. "application/json"
  3027. ],
  3028. "produces": [
  3029. "application/json"
  3030. ],
  3031. "tags": [
  3032. "蛋蛋能量"
  3033. ],
  3034. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3035. "parameters": [
  3036. {
  3037. "type": "string",
  3038. "description": "验证参数Bearer和token空格拼接",
  3039. "name": "Authorization",
  3040. "in": "header",
  3041. "required": true
  3042. },
  3043. {
  3044. "description": "(分页信息必填)",
  3045. "name": "req",
  3046. "in": "body",
  3047. "required": true,
  3048. "schema": {
  3049. "$ref": "#/definitions/md.PlayletBaseData"
  3050. }
  3051. }
  3052. ],
  3053. "responses": {
  3054. "200": {
  3055. "description": "具体数据",
  3056. "schema": {
  3057. "type": "string"
  3058. }
  3059. },
  3060. "400": {
  3061. "description": "具体错误",
  3062. "schema": {
  3063. "$ref": "#/definitions/md.Response"
  3064. }
  3065. }
  3066. }
  3067. }
  3068. },
  3069. "/api/institutionalManagement/contentReward/video/base": {
  3070. "get": {
  3071. "description": "制度中心-内容奖励-短视频基本信息",
  3072. "consumes": [
  3073. "application/json"
  3074. ],
  3075. "produces": [
  3076. "application/json"
  3077. ],
  3078. "tags": [
  3079. "蛋蛋能量"
  3080. ],
  3081. "summary": "制度中心-内容奖励-短视频基本信息",
  3082. "parameters": [
  3083. {
  3084. "type": "string",
  3085. "description": "验证参数Bearer和token空格拼接",
  3086. "name": "Authorization",
  3087. "in": "header",
  3088. "required": true
  3089. }
  3090. ],
  3091. "responses": {
  3092. "200": {
  3093. "description": "具体数据",
  3094. "schema": {
  3095. "$ref": "#/definitions/md.VideoBaseData"
  3096. }
  3097. },
  3098. "400": {
  3099. "description": "具体错误",
  3100. "schema": {
  3101. "$ref": "#/definitions/md.Response"
  3102. }
  3103. }
  3104. }
  3105. }
  3106. },
  3107. "/api/institutionalManagement/contentReward/video/save": {
  3108. "post": {
  3109. "description": "制度中心-内容奖励-短视频基本配置保存",
  3110. "consumes": [
  3111. "application/json"
  3112. ],
  3113. "produces": [
  3114. "application/json"
  3115. ],
  3116. "tags": [
  3117. "蛋蛋能量"
  3118. ],
  3119. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3120. "parameters": [
  3121. {
  3122. "type": "string",
  3123. "description": "验证参数Bearer和token空格拼接",
  3124. "name": "Authorization",
  3125. "in": "header",
  3126. "required": true
  3127. },
  3128. {
  3129. "description": "(分页信息必填)",
  3130. "name": "req",
  3131. "in": "body",
  3132. "required": true,
  3133. "schema": {
  3134. "$ref": "#/definitions/md.VideoBaseData"
  3135. }
  3136. }
  3137. ],
  3138. "responses": {
  3139. "200": {
  3140. "description": "具体数据",
  3141. "schema": {
  3142. "type": "string"
  3143. }
  3144. },
  3145. "400": {
  3146. "description": "具体错误",
  3147. "schema": {
  3148. "$ref": "#/definitions/md.Response"
  3149. }
  3150. }
  3151. }
  3152. }
  3153. },
  3154. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3155. "post": {
  3156. "description": "会员设置(新增)",
  3157. "consumes": [
  3158. "application/json"
  3159. ],
  3160. "produces": [
  3161. "application/json"
  3162. ],
  3163. "tags": [
  3164. "蛋蛋能量"
  3165. ],
  3166. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3167. "parameters": [
  3168. {
  3169. "type": "string",
  3170. "description": "验证参数Bearer和token空格拼接",
  3171. "name": "Authorization",
  3172. "in": "header",
  3173. "required": true
  3174. },
  3175. {
  3176. "description": "system_id 必填",
  3177. "name": "req",
  3178. "in": "body",
  3179. "required": true,
  3180. "schema": {
  3181. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3182. }
  3183. }
  3184. ],
  3185. "responses": {
  3186. "200": {
  3187. "description": "修改数据条数",
  3188. "schema": {
  3189. "type": "int"
  3190. }
  3191. },
  3192. "400": {
  3193. "description": "具体错误",
  3194. "schema": {
  3195. "$ref": "#/definitions/md.Response"
  3196. }
  3197. }
  3198. }
  3199. }
  3200. },
  3201. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3202. "post": {
  3203. "description": "动态数据流水(获取)",
  3204. "consumes": [
  3205. "application/json"
  3206. ],
  3207. "produces": [
  3208. "application/json"
  3209. ],
  3210. "tags": [
  3211. "公排管理"
  3212. ],
  3213. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3214. "parameters": [
  3215. {
  3216. "type": "string",
  3217. "description": "验证参数Bearer和token空格拼接",
  3218. "name": "Authorization",
  3219. "in": "header",
  3220. "required": true
  3221. },
  3222. {
  3223. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3224. "name": "req",
  3225. "in": "body",
  3226. "required": true,
  3227. "schema": {
  3228. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3229. }
  3230. }
  3231. ],
  3232. "responses": {
  3233. "200": {
  3234. "description": "成功返回",
  3235. "schema": {
  3236. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3237. }
  3238. },
  3239. "400": {
  3240. "description": "具体错误",
  3241. "schema": {
  3242. "$ref": "#/definitions/md.Response"
  3243. }
  3244. }
  3245. }
  3246. }
  3247. },
  3248. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3249. "get": {
  3250. "description": "贡献值-基础设置(获取)",
  3251. "consumes": [
  3252. "application/json"
  3253. ],
  3254. "produces": [
  3255. "application/json"
  3256. ],
  3257. "tags": [
  3258. "贡献值"
  3259. ],
  3260. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3261. "parameters": [
  3262. {
  3263. "type": "string",
  3264. "description": "验证参数Bearer和token空格拼接",
  3265. "name": "Authorization",
  3266. "in": "header",
  3267. "required": true
  3268. }
  3269. ],
  3270. "responses": {
  3271. "200": {
  3272. "description": "具体数据",
  3273. "schema": {
  3274. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3275. }
  3276. },
  3277. "400": {
  3278. "description": "具体错误",
  3279. "schema": {
  3280. "$ref": "#/definitions/md.Response"
  3281. }
  3282. }
  3283. }
  3284. }
  3285. },
  3286. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3287. "post": {
  3288. "description": "贡献值-基础设置(更新)",
  3289. "consumes": [
  3290. "application/json"
  3291. ],
  3292. "produces": [
  3293. "application/json"
  3294. ],
  3295. "tags": [
  3296. "贡献值"
  3297. ],
  3298. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3299. "parameters": [
  3300. {
  3301. "type": "string",
  3302. "description": "验证参数Bearer和token空格拼接",
  3303. "name": "Authorization",
  3304. "in": "header",
  3305. "required": true
  3306. },
  3307. {
  3308. "description": "id 必填",
  3309. "name": "req",
  3310. "in": "body",
  3311. "required": true,
  3312. "schema": {
  3313. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3314. }
  3315. }
  3316. ],
  3317. "responses": {
  3318. "200": {
  3319. "description": "修改数据条数",
  3320. "schema": {
  3321. "type": "int"
  3322. }
  3323. },
  3324. "400": {
  3325. "description": "具体错误",
  3326. "schema": {
  3327. "$ref": "#/definitions/md.Response"
  3328. }
  3329. }
  3330. }
  3331. }
  3332. },
  3333. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3334. "post": {
  3335. "description": "蛋蛋分管理(人工打分)",
  3336. "consumes": [
  3337. "application/json"
  3338. ],
  3339. "produces": [
  3340. "application/json"
  3341. ],
  3342. "tags": [
  3343. "蛋蛋能量"
  3344. ],
  3345. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3346. "parameters": [
  3347. {
  3348. "type": "string",
  3349. "description": "验证参数Bearer和token空格拼接",
  3350. "name": "Authorization",
  3351. "in": "header",
  3352. "required": true
  3353. },
  3354. {
  3355. "description": "请求参数",
  3356. "name": "req",
  3357. "in": "body",
  3358. "required": true,
  3359. "schema": {
  3360. "$ref": "#/definitions/md.ManualScoreReq"
  3361. }
  3362. }
  3363. ],
  3364. "responses": {
  3365. "200": {
  3366. "description": "成功返回",
  3367. "schema": {
  3368. "type": "string"
  3369. }
  3370. },
  3371. "400": {
  3372. "description": "具体错误",
  3373. "schema": {
  3374. "$ref": "#/definitions/md.Response"
  3375. }
  3376. }
  3377. }
  3378. }
  3379. },
  3380. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3381. "post": {
  3382. "description": "蛋蛋分管理(着陆页数据分析)",
  3383. "consumes": [
  3384. "application/json"
  3385. ],
  3386. "produces": [
  3387. "application/json"
  3388. ],
  3389. "tags": [
  3390. "蛋蛋能量"
  3391. ],
  3392. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3393. "parameters": [
  3394. {
  3395. "type": "string",
  3396. "description": "验证参数Bearer和token空格拼接",
  3397. "name": "Authorization",
  3398. "in": "header",
  3399. "required": true
  3400. },
  3401. {
  3402. "description": "请求参数",
  3403. "name": "req",
  3404. "in": "body",
  3405. "required": true,
  3406. "schema": {
  3407. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3408. }
  3409. }
  3410. ],
  3411. "responses": {
  3412. "200": {
  3413. "description": "成功返回",
  3414. "schema": {
  3415. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3416. }
  3417. },
  3418. "400": {
  3419. "description": "具体错误",
  3420. "schema": {
  3421. "$ref": "#/definitions/md.Response"
  3422. }
  3423. }
  3424. }
  3425. }
  3426. },
  3427. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3428. "post": {
  3429. "description": "蛋蛋分管理(用户数据列表)",
  3430. "consumes": [
  3431. "application/json"
  3432. ],
  3433. "produces": [
  3434. "application/json"
  3435. ],
  3436. "tags": [
  3437. "蛋蛋能量"
  3438. ],
  3439. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3440. "parameters": [
  3441. {
  3442. "type": "string",
  3443. "description": "验证参数Bearer和token空格拼接",
  3444. "name": "Authorization",
  3445. "in": "header",
  3446. "required": true
  3447. },
  3448. {
  3449. "description": "请求参数",
  3450. "name": "req",
  3451. "in": "body",
  3452. "required": true,
  3453. "schema": {
  3454. "$ref": "#/definitions/md.UserEggFlowReq"
  3455. }
  3456. }
  3457. ],
  3458. "responses": {
  3459. "200": {
  3460. "description": "成功返回",
  3461. "schema": {
  3462. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3463. }
  3464. },
  3465. "400": {
  3466. "description": "具体错误",
  3467. "schema": {
  3468. "$ref": "#/definitions/md.Response"
  3469. }
  3470. }
  3471. }
  3472. }
  3473. },
  3474. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3475. "post": {
  3476. "description": "蛋蛋分管理(着陆页数据)",
  3477. "consumes": [
  3478. "application/json"
  3479. ],
  3480. "produces": [
  3481. "application/json"
  3482. ],
  3483. "tags": [
  3484. "蛋蛋能量"
  3485. ],
  3486. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3487. "parameters": [
  3488. {
  3489. "type": "string",
  3490. "description": "验证参数Bearer和token空格拼接",
  3491. "name": "Authorization",
  3492. "in": "header",
  3493. "required": true
  3494. },
  3495. {
  3496. "description": "请求参数",
  3497. "name": "req",
  3498. "in": "body",
  3499. "required": true,
  3500. "schema": {
  3501. "$ref": "#/definitions/md.UserEggIndexReq"
  3502. }
  3503. }
  3504. ],
  3505. "responses": {
  3506. "200": {
  3507. "description": "成功返回",
  3508. "schema": {
  3509. "$ref": "#/definitions/md.UserEggIndexResp"
  3510. }
  3511. },
  3512. "400": {
  3513. "description": "具体错误",
  3514. "schema": {
  3515. "$ref": "#/definitions/md.Response"
  3516. }
  3517. }
  3518. }
  3519. }
  3520. },
  3521. "/api/institutionalManagement/eggEnergy/getBasic": {
  3522. "get": {
  3523. "description": "基础设置(获取)",
  3524. "consumes": [
  3525. "application/json"
  3526. ],
  3527. "produces": [
  3528. "application/json"
  3529. ],
  3530. "tags": [
  3531. "蛋蛋能量"
  3532. ],
  3533. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3534. "parameters": [
  3535. {
  3536. "type": "string",
  3537. "description": "验证参数Bearer和token空格拼接",
  3538. "name": "Authorization",
  3539. "in": "header",
  3540. "required": true
  3541. }
  3542. ],
  3543. "responses": {
  3544. "200": {
  3545. "description": "具体数据",
  3546. "schema": {
  3547. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3548. }
  3549. },
  3550. "400": {
  3551. "description": "具体错误",
  3552. "schema": {
  3553. "$ref": "#/definitions/md.Response"
  3554. }
  3555. }
  3556. }
  3557. }
  3558. },
  3559. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3560. "get": {
  3561. "description": "基础会员设置(获取)",
  3562. "consumes": [
  3563. "application/json"
  3564. ],
  3565. "produces": [
  3566. "application/json"
  3567. ],
  3568. "tags": [
  3569. "蛋蛋能量"
  3570. ],
  3571. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3572. "parameters": [
  3573. {
  3574. "type": "string",
  3575. "description": "验证参数Bearer和token空格拼接",
  3576. "name": "Authorization",
  3577. "in": "header",
  3578. "required": true
  3579. }
  3580. ],
  3581. "responses": {
  3582. "200": {
  3583. "description": "具体数据",
  3584. "schema": {
  3585. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3586. }
  3587. },
  3588. "400": {
  3589. "description": "具体错误",
  3590. "schema": {
  3591. "$ref": "#/definitions/md.Response"
  3592. }
  3593. }
  3594. }
  3595. }
  3596. },
  3597. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3598. "get": {
  3599. "description": "查询所有币种(获取)",
  3600. "consumes": [
  3601. "application/json"
  3602. ],
  3603. "produces": [
  3604. "application/json"
  3605. ],
  3606. "tags": [
  3607. "蛋蛋能量"
  3608. ],
  3609. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3610. "parameters": [
  3611. {
  3612. "type": "string",
  3613. "description": "验证参数Bearer和token空格拼接",
  3614. "name": "Authorization",
  3615. "in": "header",
  3616. "required": true
  3617. }
  3618. ],
  3619. "responses": {
  3620. "200": {
  3621. "description": "成功返回",
  3622. "schema": {
  3623. "type": "array",
  3624. "items": {
  3625. "$ref": "#/definitions/md.VirtualCoin"
  3626. }
  3627. }
  3628. },
  3629. "400": {
  3630. "description": "具体错误",
  3631. "schema": {
  3632. "$ref": "#/definitions/md.Response"
  3633. }
  3634. }
  3635. }
  3636. }
  3637. },
  3638. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3639. "get": {
  3640. "description": "数据概览(获取)",
  3641. "consumes": [
  3642. "application/json"
  3643. ],
  3644. "produces": [
  3645. "application/json"
  3646. ],
  3647. "tags": [
  3648. "蛋蛋能量"
  3649. ],
  3650. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3651. "parameters": [
  3652. {
  3653. "type": "string",
  3654. "description": "验证参数Bearer和token空格拼接",
  3655. "name": "Authorization",
  3656. "in": "header",
  3657. "required": true
  3658. }
  3659. ],
  3660. "responses": {
  3661. "200": {
  3662. "description": "具体数据",
  3663. "schema": {
  3664. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3665. }
  3666. },
  3667. "400": {
  3668. "description": "具体错误",
  3669. "schema": {
  3670. "$ref": "#/definitions/md.Response"
  3671. }
  3672. }
  3673. }
  3674. }
  3675. },
  3676. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3677. "post": {
  3678. "description": "价值明细数据(新增)",
  3679. "consumes": [
  3680. "application/json"
  3681. ],
  3682. "produces": [
  3683. "application/json"
  3684. ],
  3685. "tags": [
  3686. "蛋蛋能量"
  3687. ],
  3688. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3689. "parameters": [
  3690. {
  3691. "type": "string",
  3692. "description": "验证参数Bearer和token空格拼接",
  3693. "name": "Authorization",
  3694. "in": "header",
  3695. "required": true
  3696. },
  3697. {
  3698. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3699. "name": "req",
  3700. "in": "body",
  3701. "required": true,
  3702. "schema": {
  3703. "$ref": "#/definitions/md.AddFundDataReq"
  3704. }
  3705. }
  3706. ],
  3707. "responses": {
  3708. "200": {
  3709. "description": "插入数据 id",
  3710. "schema": {
  3711. "type": "int"
  3712. }
  3713. },
  3714. "400": {
  3715. "description": "具体错误",
  3716. "schema": {
  3717. "$ref": "#/definitions/md.Response"
  3718. }
  3719. }
  3720. }
  3721. }
  3722. },
  3723. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3724. "post": {
  3725. "description": "新增数据列表(获取)",
  3726. "consumes": [
  3727. "application/json"
  3728. ],
  3729. "produces": [
  3730. "application/json"
  3731. ],
  3732. "tags": [
  3733. "蛋蛋能量"
  3734. ],
  3735. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3736. "parameters": [
  3737. {
  3738. "type": "string",
  3739. "description": "验证参数Bearer和token空格拼接",
  3740. "name": "Authorization",
  3741. "in": "header",
  3742. "required": true
  3743. },
  3744. {
  3745. "description": "分页信息必填",
  3746. "name": "req",
  3747. "in": "body",
  3748. "required": true,
  3749. "schema": {
  3750. "$ref": "#/definitions/md.GetFundDataListReq"
  3751. }
  3752. }
  3753. ],
  3754. "responses": {
  3755. "200": {
  3756. "description": "具体数据",
  3757. "schema": {
  3758. "$ref": "#/definitions/md.GetFundDataListResp"
  3759. }
  3760. },
  3761. "400": {
  3762. "description": "具体错误",
  3763. "schema": {
  3764. "$ref": "#/definitions/md.Response"
  3765. }
  3766. }
  3767. }
  3768. }
  3769. },
  3770. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3771. "post": {
  3772. "description": "新增数据列表详情(查询)",
  3773. "consumes": [
  3774. "application/json"
  3775. ],
  3776. "produces": [
  3777. "application/json"
  3778. ],
  3779. "tags": [
  3780. "蛋蛋能量"
  3781. ],
  3782. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3783. "parameters": [
  3784. {
  3785. "type": "string",
  3786. "description": "验证参数Bearer和token空格拼接",
  3787. "name": "Authorization",
  3788. "in": "header",
  3789. "required": true
  3790. },
  3791. {
  3792. "description": "获取到的 system_id 以及分页信息",
  3793. "name": "req",
  3794. "in": "body",
  3795. "required": true,
  3796. "schema": {
  3797. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3798. }
  3799. }
  3800. ],
  3801. "responses": {
  3802. "200": {
  3803. "description": "具体数据",
  3804. "schema": {
  3805. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3806. }
  3807. },
  3808. "400": {
  3809. "description": "具体错误",
  3810. "schema": {
  3811. "$ref": "#/definitions/md.Response"
  3812. }
  3813. }
  3814. }
  3815. }
  3816. },
  3817. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3818. "get": {
  3819. "description": "价格趋势(获取)",
  3820. "consumes": [
  3821. "application/json"
  3822. ],
  3823. "produces": [
  3824. "application/json"
  3825. ],
  3826. "tags": [
  3827. "蛋蛋能量"
  3828. ],
  3829. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3830. "parameters": [
  3831. {
  3832. "type": "string",
  3833. "description": "验证参数Bearer和token空格拼接",
  3834. "name": "Authorization",
  3835. "in": "header",
  3836. "required": true
  3837. },
  3838. {
  3839. "type": "string",
  3840. "description": "1:按天 2:按小时 3:按周",
  3841. "name": "kind",
  3842. "in": "query"
  3843. }
  3844. ],
  3845. "responses": {
  3846. "200": {
  3847. "description": "具体数据",
  3848. "schema": {
  3849. "$ref": "#/definitions/md.GetPriceCurveResp"
  3850. }
  3851. },
  3852. "400": {
  3853. "description": "具体错误",
  3854. "schema": {
  3855. "$ref": "#/definitions/md.Response"
  3856. }
  3857. }
  3858. }
  3859. }
  3860. },
  3861. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3862. "post": {
  3863. "description": "激励视频(获取)",
  3864. "consumes": [
  3865. "application/json"
  3866. ],
  3867. "produces": [
  3868. "application/json"
  3869. ],
  3870. "tags": [
  3871. "蛋蛋能量"
  3872. ],
  3873. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3874. "parameters": [
  3875. {
  3876. "type": "string",
  3877. "description": "验证参数Bearer和token空格拼接",
  3878. "name": "Authorization",
  3879. "in": "header",
  3880. "required": true
  3881. },
  3882. {
  3883. "description": "落地页不填页大小默认20条数据",
  3884. "name": "req",
  3885. "in": "body",
  3886. "required": true,
  3887. "schema": {
  3888. "$ref": "#/definitions/md.SetVideoRewardReq"
  3889. }
  3890. }
  3891. ],
  3892. "responses": {
  3893. "200": {
  3894. "description": "OK",
  3895. "schema": {
  3896. "$ref": "#/definitions/md.GetVideoRewardResp"
  3897. }
  3898. },
  3899. "400": {
  3900. "description": "具体错误",
  3901. "schema": {
  3902. "$ref": "#/definitions/md.Response"
  3903. }
  3904. }
  3905. }
  3906. }
  3907. },
  3908. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3909. "post": {
  3910. "description": "其他广告设置数据(新增)",
  3911. "consumes": [
  3912. "application/json"
  3913. ],
  3914. "produces": [
  3915. "application/json"
  3916. ],
  3917. "tags": [
  3918. "蛋蛋能量"
  3919. ],
  3920. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3921. "parameters": [
  3922. {
  3923. "type": "string",
  3924. "description": "验证参数Bearer和token空格拼接",
  3925. "name": "Authorization",
  3926. "in": "header",
  3927. "required": true
  3928. },
  3929. {
  3930. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3931. "name": "req",
  3932. "in": "body",
  3933. "required": true,
  3934. "schema": {
  3935. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3936. }
  3937. }
  3938. ],
  3939. "responses": {
  3940. "200": {
  3941. "description": "插入数据 id",
  3942. "schema": {
  3943. "type": "int"
  3944. }
  3945. },
  3946. "400": {
  3947. "description": "具体错误",
  3948. "schema": {
  3949. "$ref": "#/definitions/md.Response"
  3950. }
  3951. }
  3952. }
  3953. }
  3954. },
  3955. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3956. "post": {
  3957. "description": "其他广告设置数据(获取)",
  3958. "consumes": [
  3959. "application/json"
  3960. ],
  3961. "produces": [
  3962. "application/json"
  3963. ],
  3964. "tags": [
  3965. "蛋蛋能量"
  3966. ],
  3967. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3968. "parameters": [
  3969. {
  3970. "type": "string",
  3971. "description": "验证参数Bearer和token空格拼接",
  3972. "name": "Authorization",
  3973. "in": "header",
  3974. "required": true
  3975. },
  3976. {
  3977. "description": "分页信息必填",
  3978. "name": "req",
  3979. "in": "body",
  3980. "required": true,
  3981. "schema": {
  3982. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3983. }
  3984. }
  3985. ],
  3986. "responses": {
  3987. "200": {
  3988. "description": "具体数据",
  3989. "schema": {
  3990. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3991. }
  3992. },
  3993. "400": {
  3994. "description": "具体错误",
  3995. "schema": {
  3996. "$ref": "#/definitions/md.Response"
  3997. }
  3998. }
  3999. }
  4000. }
  4001. },
  4002. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4003. "post": {
  4004. "description": "激励视频(设置)",
  4005. "consumes": [
  4006. "application/json"
  4007. ],
  4008. "produces": [
  4009. "application/json"
  4010. ],
  4011. "tags": [
  4012. "蛋蛋能量"
  4013. ],
  4014. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4015. "parameters": [
  4016. {
  4017. "type": "string",
  4018. "description": "验证参数Bearer和token空格拼接",
  4019. "name": "Authorization",
  4020. "in": "header",
  4021. "required": true
  4022. },
  4023. {
  4024. "description": "落地页不填页大小默认20条数据",
  4025. "name": "req",
  4026. "in": "body",
  4027. "required": true,
  4028. "schema": {
  4029. "$ref": "#/definitions/md.SetVideoRewardReq"
  4030. }
  4031. }
  4032. ],
  4033. "responses": {
  4034. "200": {
  4035. "description": "success",
  4036. "schema": {
  4037. "type": "string"
  4038. }
  4039. },
  4040. "400": {
  4041. "description": "具体错误",
  4042. "schema": {
  4043. "$ref": "#/definitions/md.Response"
  4044. }
  4045. }
  4046. }
  4047. }
  4048. },
  4049. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4050. "post": {
  4051. "description": "基础设置(更新)",
  4052. "consumes": [
  4053. "application/json"
  4054. ],
  4055. "produces": [
  4056. "application/json"
  4057. ],
  4058. "tags": [
  4059. "蛋蛋能量"
  4060. ],
  4061. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4062. "parameters": [
  4063. {
  4064. "type": "string",
  4065. "description": "验证参数Bearer和token空格拼接",
  4066. "name": "Authorization",
  4067. "in": "header",
  4068. "required": true
  4069. },
  4070. {
  4071. "description": "system_id 必填",
  4072. "name": "req",
  4073. "in": "body",
  4074. "required": true,
  4075. "schema": {
  4076. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4077. }
  4078. }
  4079. ],
  4080. "responses": {
  4081. "200": {
  4082. "description": "修改数据条数",
  4083. "schema": {
  4084. "type": "int"
  4085. }
  4086. },
  4087. "400": {
  4088. "description": "具体错误",
  4089. "schema": {
  4090. "$ref": "#/definitions/md.Response"
  4091. }
  4092. }
  4093. }
  4094. }
  4095. },
  4096. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4097. "post": {
  4098. "description": "会员设置(更新)",
  4099. "consumes": [
  4100. "application/json"
  4101. ],
  4102. "produces": [
  4103. "application/json"
  4104. ],
  4105. "tags": [
  4106. "蛋蛋能量"
  4107. ],
  4108. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4109. "parameters": [
  4110. {
  4111. "type": "string",
  4112. "description": "验证参数Bearer和token空格拼接",
  4113. "name": "Authorization",
  4114. "in": "header",
  4115. "required": true
  4116. },
  4117. {
  4118. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4119. "name": "req",
  4120. "in": "body",
  4121. "required": true,
  4122. "schema": {
  4123. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4124. }
  4125. }
  4126. ],
  4127. "responses": {
  4128. "200": {
  4129. "description": "修改数据条数",
  4130. "schema": {
  4131. "type": "int"
  4132. }
  4133. },
  4134. "400": {
  4135. "description": "具体错误",
  4136. "schema": {
  4137. "$ref": "#/definitions/md.Response"
  4138. }
  4139. }
  4140. }
  4141. }
  4142. },
  4143. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4144. "post": {
  4145. "description": "蛋蛋能量流水(查询)",
  4146. "consumes": [
  4147. "application/json"
  4148. ],
  4149. "produces": [
  4150. "application/json"
  4151. ],
  4152. "tags": [
  4153. "公排管理"
  4154. ],
  4155. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4156. "parameters": [
  4157. {
  4158. "type": "string",
  4159. "description": "验证参数Bearer和token空格拼接",
  4160. "name": "Authorization",
  4161. "in": "header",
  4162. "required": true
  4163. },
  4164. {
  4165. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4166. "name": "req",
  4167. "in": "body",
  4168. "required": true,
  4169. "schema": {
  4170. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4171. }
  4172. }
  4173. ],
  4174. "responses": {
  4175. "200": {
  4176. "description": "成功返回",
  4177. "schema": {
  4178. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4179. }
  4180. },
  4181. "400": {
  4182. "description": "具体错误",
  4183. "schema": {
  4184. "$ref": "#/definitions/md.Response"
  4185. }
  4186. }
  4187. }
  4188. }
  4189. },
  4190. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4191. "post": {
  4192. "description": "蛋蛋能量明细(获取)",
  4193. "consumes": [
  4194. "application/json"
  4195. ],
  4196. "produces": [
  4197. "application/json"
  4198. ],
  4199. "tags": [
  4200. "公排管理"
  4201. ],
  4202. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4203. "parameters": [
  4204. {
  4205. "type": "string",
  4206. "description": "验证参数Bearer和token空格拼接",
  4207. "name": "Authorization",
  4208. "in": "header",
  4209. "required": true
  4210. },
  4211. {
  4212. "description": "落地页不填页大小默认20条数据",
  4213. "name": "req",
  4214. "in": "body",
  4215. "schema": {
  4216. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4217. }
  4218. }
  4219. ],
  4220. "responses": {
  4221. "200": {
  4222. "description": "成功返回",
  4223. "schema": {
  4224. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4225. }
  4226. },
  4227. "400": {
  4228. "description": "具体错误",
  4229. "schema": {
  4230. "$ref": "#/definitions/md.Response"
  4231. }
  4232. }
  4233. }
  4234. }
  4235. },
  4236. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4237. "post": {
  4238. "description": "蛋蛋积分持有者明细(获取)",
  4239. "consumes": [
  4240. "application/json"
  4241. ],
  4242. "produces": [
  4243. "application/json"
  4244. ],
  4245. "tags": [
  4246. "公排管理"
  4247. ],
  4248. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4249. "parameters": [
  4250. {
  4251. "type": "string",
  4252. "description": "验证参数Bearer和token空格拼接",
  4253. "name": "Authorization",
  4254. "in": "header",
  4255. "required": true
  4256. },
  4257. {
  4258. "description": "落地页不填页大小默认20条数据",
  4259. "name": "req",
  4260. "in": "body",
  4261. "schema": {
  4262. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4263. }
  4264. }
  4265. ],
  4266. "responses": {
  4267. "200": {
  4268. "description": "成功返回",
  4269. "schema": {
  4270. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4271. }
  4272. },
  4273. "400": {
  4274. "description": "具体错误",
  4275. "schema": {
  4276. "$ref": "#/definitions/md.Response"
  4277. }
  4278. }
  4279. }
  4280. }
  4281. },
  4282. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4283. "post": {
  4284. "description": "蛋蛋积分流水明细(查询)",
  4285. "consumes": [
  4286. "application/json"
  4287. ],
  4288. "produces": [
  4289. "application/json"
  4290. ],
  4291. "tags": [
  4292. "公排管理"
  4293. ],
  4294. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4295. "parameters": [
  4296. {
  4297. "type": "string",
  4298. "description": "验证参数Bearer和token空格拼接",
  4299. "name": "Authorization",
  4300. "in": "header",
  4301. "required": true
  4302. },
  4303. {
  4304. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4305. "name": "req",
  4306. "in": "body",
  4307. "required": true,
  4308. "schema": {
  4309. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4310. }
  4311. }
  4312. ],
  4313. "responses": {
  4314. "200": {
  4315. "description": "成功返回",
  4316. "schema": {
  4317. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4318. }
  4319. },
  4320. "400": {
  4321. "description": "具体错误",
  4322. "schema": {
  4323. "$ref": "#/definitions/md.Response"
  4324. }
  4325. }
  4326. }
  4327. }
  4328. },
  4329. "/api/institutionalManagement/eggPointCoefficient/add": {
  4330. "post": {
  4331. "description": "区间系数(新增 支持批量新增)",
  4332. "consumes": [
  4333. "application/json"
  4334. ],
  4335. "produces": [
  4336. "application/json"
  4337. ],
  4338. "tags": [
  4339. "蛋蛋分区间系数管理"
  4340. ],
  4341. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4342. "parameters": [
  4343. {
  4344. "type": "string",
  4345. "description": "验证参数Bearer和token空格拼接",
  4346. "name": "Authorization",
  4347. "in": "header",
  4348. "required": true
  4349. },
  4350. {
  4351. "description": "需要新增的内容",
  4352. "name": "req",
  4353. "in": "body",
  4354. "required": true,
  4355. "schema": {
  4356. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4357. }
  4358. }
  4359. ],
  4360. "responses": {
  4361. "200": {
  4362. "description": "新增数据条数",
  4363. "schema": {
  4364. "type": "int"
  4365. }
  4366. },
  4367. "400": {
  4368. "description": "具体错误",
  4369. "schema": {
  4370. "$ref": "#/definitions/md.Response"
  4371. }
  4372. }
  4373. }
  4374. }
  4375. },
  4376. "/api/institutionalManagement/eggPointCoefficient/del": {
  4377. "delete": {
  4378. "description": "区间系数(删除)",
  4379. "consumes": [
  4380. "application/json"
  4381. ],
  4382. "produces": [
  4383. "application/json"
  4384. ],
  4385. "tags": [
  4386. "蛋蛋分区间系数管理"
  4387. ],
  4388. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4389. "parameters": [
  4390. {
  4391. "type": "string",
  4392. "description": "验证参数Bearer和token空格拼接",
  4393. "name": "Authorization",
  4394. "in": "header",
  4395. "required": true
  4396. },
  4397. {
  4398. "description": "需要删除的数据id",
  4399. "name": "req",
  4400. "in": "body",
  4401. "required": true,
  4402. "schema": {
  4403. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4404. }
  4405. }
  4406. ],
  4407. "responses": {
  4408. "200": {
  4409. "description": "成功删除数据条数",
  4410. "schema": {
  4411. "type": "int"
  4412. }
  4413. },
  4414. "400": {
  4415. "description": "具体错误",
  4416. "schema": {
  4417. "$ref": "#/definitions/md.Response"
  4418. }
  4419. }
  4420. }
  4421. }
  4422. },
  4423. "/api/institutionalManagement/eggPointCoefficient/index": {
  4424. "get": {
  4425. "description": "区间系数(获取)",
  4426. "consumes": [
  4427. "application/json"
  4428. ],
  4429. "produces": [
  4430. "application/json"
  4431. ],
  4432. "tags": [
  4433. "蛋蛋分区间系数管理"
  4434. ],
  4435. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4436. "parameters": [
  4437. {
  4438. "type": "string",
  4439. "description": "验证参数Bearer和token空格拼接",
  4440. "name": "Authorization",
  4441. "in": "header",
  4442. "required": true
  4443. }
  4444. ],
  4445. "responses": {
  4446. "200": {
  4447. "description": "OK",
  4448. "schema": {
  4449. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4450. }
  4451. },
  4452. "400": {
  4453. "description": "具体错误",
  4454. "schema": {
  4455. "$ref": "#/definitions/md.Response"
  4456. }
  4457. }
  4458. }
  4459. }
  4460. },
  4461. "/api/institutionalManagement/eggPointCoefficient/update": {
  4462. "post": {
  4463. "description": "区间系数(更新)",
  4464. "consumes": [
  4465. "application/json"
  4466. ],
  4467. "produces": [
  4468. "application/json"
  4469. ],
  4470. "tags": [
  4471. "蛋蛋分区间系数管理"
  4472. ],
  4473. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4474. "parameters": [
  4475. {
  4476. "type": "string",
  4477. "description": "验证参数Bearer和token空格拼接",
  4478. "name": "Authorization",
  4479. "in": "header",
  4480. "required": true
  4481. },
  4482. {
  4483. "description": "需要更新的数据信息",
  4484. "name": "req",
  4485. "in": "body",
  4486. "required": true,
  4487. "schema": {
  4488. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4489. }
  4490. }
  4491. ],
  4492. "responses": {
  4493. "200": {
  4494. "description": "成功修改的数据数量",
  4495. "schema": {
  4496. "type": "int"
  4497. }
  4498. },
  4499. "400": {
  4500. "description": "具体错误",
  4501. "schema": {
  4502. "$ref": "#/definitions/md.Response"
  4503. }
  4504. }
  4505. }
  4506. }
  4507. },
  4508. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4509. "get": {
  4510. "description": "个性化设置(获取)",
  4511. "consumes": [
  4512. "application/json"
  4513. ],
  4514. "produces": [
  4515. "application/json"
  4516. ],
  4517. "tags": [
  4518. "模块设置"
  4519. ],
  4520. "summary": "制度中心-模块设置-个性化设置(获取)",
  4521. "parameters": [
  4522. {
  4523. "type": "string",
  4524. "description": "验证参数Bearer和token空格拼接",
  4525. "name": "Authorization",
  4526. "in": "header",
  4527. "required": true
  4528. },
  4529. {
  4530. "type": "string",
  4531. "description": "模块类型值",
  4532. "name": "mod_name_value",
  4533. "in": "query",
  4534. "required": true
  4535. }
  4536. ],
  4537. "responses": {
  4538. "200": {
  4539. "description": "具体数据",
  4540. "schema": {
  4541. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4542. }
  4543. },
  4544. "400": {
  4545. "description": "具体错误",
  4546. "schema": {
  4547. "$ref": "#/definitions/md.Response"
  4548. }
  4549. }
  4550. }
  4551. }
  4552. },
  4553. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4554. "post": {
  4555. "description": "个性化设置(更新)",
  4556. "consumes": [
  4557. "application/json"
  4558. ],
  4559. "produces": [
  4560. "application/json"
  4561. ],
  4562. "tags": [
  4563. "模块设置"
  4564. ],
  4565. "summary": "制度中心-模块设置-个性化设置(更新)",
  4566. "parameters": [
  4567. {
  4568. "type": "string",
  4569. "description": "验证参数Bearer和token空格拼接",
  4570. "name": "Authorization",
  4571. "in": "header",
  4572. "required": true
  4573. },
  4574. {
  4575. "description": "模块类型值必填 链接传入完整 URL",
  4576. "name": "req",
  4577. "in": "body",
  4578. "required": true,
  4579. "schema": {
  4580. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4581. }
  4582. }
  4583. ],
  4584. "responses": {
  4585. "200": {
  4586. "description": "修改数据条数",
  4587. "schema": {
  4588. "type": "int"
  4589. }
  4590. },
  4591. "400": {
  4592. "description": "具体错误",
  4593. "schema": {
  4594. "$ref": "#/definitions/md.Response"
  4595. }
  4596. }
  4597. }
  4598. }
  4599. },
  4600. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4601. "post": {
  4602. "description": "社区分红(新增)",
  4603. "consumes": [
  4604. "application/json"
  4605. ],
  4606. "produces": [
  4607. "application/json"
  4608. ],
  4609. "tags": [
  4610. "公排管理"
  4611. ],
  4612. "summary": "制度中心-公排管理-社区分红(新增)",
  4613. "parameters": [
  4614. {
  4615. "type": "string",
  4616. "description": "验证参数Bearer和token空格拼接",
  4617. "name": "Authorization",
  4618. "in": "header",
  4619. "required": true
  4620. },
  4621. {
  4622. "description": "分红名称、分红总量",
  4623. "name": "req",
  4624. "in": "body",
  4625. "required": true,
  4626. "schema": {
  4627. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4628. }
  4629. }
  4630. ],
  4631. "responses": {
  4632. "200": {
  4633. "description": "成功",
  4634. "schema": {
  4635. "type": "success"
  4636. }
  4637. },
  4638. "400": {
  4639. "description": "具体错误",
  4640. "schema": {
  4641. "$ref": "#/definitions/md.Response"
  4642. }
  4643. }
  4644. }
  4645. }
  4646. },
  4647. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4648. "post": {
  4649. "description": "社区分红(查询)",
  4650. "consumes": [
  4651. "application/json"
  4652. ],
  4653. "produces": [
  4654. "application/json"
  4655. ],
  4656. "tags": [
  4657. "公排管理"
  4658. ],
  4659. "summary": "制度中心-公排管理-社区分红(查询)",
  4660. "parameters": [
  4661. {
  4662. "type": "string",
  4663. "description": "验证参数Bearer和token空格拼接",
  4664. "name": "Authorization",
  4665. "in": "header",
  4666. "required": true
  4667. },
  4668. {
  4669. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4670. "name": "req",
  4671. "in": "body",
  4672. "required": true,
  4673. "schema": {
  4674. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4675. }
  4676. }
  4677. ],
  4678. "responses": {
  4679. "200": {
  4680. "description": "具体数据",
  4681. "schema": {
  4682. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4683. }
  4684. },
  4685. "400": {
  4686. "description": "具体错误",
  4687. "schema": {
  4688. "$ref": "#/definitions/md.Response"
  4689. }
  4690. }
  4691. }
  4692. }
  4693. },
  4694. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4695. "post": {
  4696. "description": "社区长列表(新增)",
  4697. "consumes": [
  4698. "application/json"
  4699. ],
  4700. "produces": [
  4701. "application/json"
  4702. ],
  4703. "tags": [
  4704. "公排管理"
  4705. ],
  4706. "summary": "制度中心-公排管理-社区长列表(新增)",
  4707. "parameters": [
  4708. {
  4709. "type": "string",
  4710. "description": "验证参数Bearer和token空格拼接",
  4711. "name": "Authorization",
  4712. "in": "header",
  4713. "required": true
  4714. },
  4715. {
  4716. "description": "新增社区长 ID、备注",
  4717. "name": "req",
  4718. "in": "body",
  4719. "required": true,
  4720. "schema": {
  4721. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4722. }
  4723. }
  4724. ],
  4725. "responses": {
  4726. "200": {
  4727. "description": "插入数据 ID",
  4728. "schema": {
  4729. "type": "int"
  4730. }
  4731. },
  4732. "400": {
  4733. "description": "具体错误",
  4734. "schema": {
  4735. "$ref": "#/definitions/md.Response"
  4736. }
  4737. }
  4738. }
  4739. }
  4740. },
  4741. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4742. "post": {
  4743. "description": "社区长列表(查询)",
  4744. "consumes": [
  4745. "application/json"
  4746. ],
  4747. "produces": [
  4748. "application/json"
  4749. ],
  4750. "tags": [
  4751. "公排管理"
  4752. ],
  4753. "summary": "制度中心-公排管理-社区长列表(查询)",
  4754. "parameters": [
  4755. {
  4756. "type": "string",
  4757. "description": "验证参数Bearer和token空格拼接",
  4758. "name": "Authorization",
  4759. "in": "header",
  4760. "required": true
  4761. },
  4762. {
  4763. "description": "页数、每页大小必填 手机号、用户ID选填",
  4764. "name": "req",
  4765. "in": "body",
  4766. "required": true,
  4767. "schema": {
  4768. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4769. }
  4770. }
  4771. ],
  4772. "responses": {
  4773. "200": {
  4774. "description": "社区长列表",
  4775. "schema": {
  4776. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4777. }
  4778. },
  4779. "400": {
  4780. "description": "具体错误",
  4781. "schema": {
  4782. "$ref": "#/definitions/md.Response"
  4783. }
  4784. }
  4785. }
  4786. }
  4787. },
  4788. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4789. "post": {
  4790. "description": "关系分布图(位置转换)",
  4791. "consumes": [
  4792. "application/json"
  4793. ],
  4794. "produces": [
  4795. "application/json"
  4796. ],
  4797. "tags": [
  4798. "公排管理"
  4799. ],
  4800. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4801. "parameters": [
  4802. {
  4803. "type": "string",
  4804. "description": "验证参数Bearer和token空格拼接",
  4805. "name": "Authorization",
  4806. "in": "header",
  4807. "required": true
  4808. },
  4809. {
  4810. "description": "需要交换的两个位置",
  4811. "name": "req",
  4812. "in": "body",
  4813. "required": true,
  4814. "schema": {
  4815. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4816. }
  4817. }
  4818. ],
  4819. "responses": {
  4820. "200": {
  4821. "description": "成功返回",
  4822. "schema": {
  4823. "type": ""
  4824. }
  4825. },
  4826. "400": {
  4827. "description": "具体错误",
  4828. "schema": {
  4829. "$ref": "#/definitions/md.Response"
  4830. }
  4831. }
  4832. }
  4833. }
  4834. },
  4835. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4836. "get": {
  4837. "description": "关系分布图(获取指定用户上级)",
  4838. "consumes": [
  4839. "application/json"
  4840. ],
  4841. "produces": [
  4842. "application/json"
  4843. ],
  4844. "tags": [
  4845. "公排管理"
  4846. ],
  4847. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4848. "parameters": [
  4849. {
  4850. "type": "string",
  4851. "description": "验证参数Bearer和token空格拼接",
  4852. "name": "Authorization",
  4853. "in": "header",
  4854. "required": true
  4855. },
  4856. {
  4857. "type": "string",
  4858. "description": "用户ID",
  4859. "name": "uid",
  4860. "in": "query",
  4861. "required": true
  4862. }
  4863. ],
  4864. "responses": {
  4865. "200": {
  4866. "description": "具体数据",
  4867. "schema": {
  4868. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4869. }
  4870. },
  4871. "400": {
  4872. "description": "具体错误",
  4873. "schema": {
  4874. "$ref": "#/definitions/md.Response"
  4875. }
  4876. }
  4877. }
  4878. }
  4879. },
  4880. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4881. "get": {
  4882. "description": "关系分布图(获取指定用户下级)",
  4883. "consumes": [
  4884. "application/json"
  4885. ],
  4886. "produces": [
  4887. "application/json"
  4888. ],
  4889. "tags": [
  4890. "公排管理"
  4891. ],
  4892. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4893. "parameters": [
  4894. {
  4895. "type": "string",
  4896. "description": "验证参数Bearer和token空格拼接",
  4897. "name": "Authorization",
  4898. "in": "header",
  4899. "required": true
  4900. },
  4901. {
  4902. "type": "string",
  4903. "description": "用户ID",
  4904. "name": "uid",
  4905. "in": "query",
  4906. "required": true
  4907. }
  4908. ],
  4909. "responses": {
  4910. "200": {
  4911. "description": "具体数据",
  4912. "schema": {
  4913. "$ref": "#/definitions/md.TreeNode"
  4914. }
  4915. },
  4916. "400": {
  4917. "description": "具体错误",
  4918. "schema": {
  4919. "$ref": "#/definitions/md.Response"
  4920. }
  4921. }
  4922. }
  4923. }
  4924. },
  4925. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4926. "get": {
  4927. "description": "公排基础设置(获取)",
  4928. "consumes": [
  4929. "application/json"
  4930. ],
  4931. "produces": [
  4932. "application/json"
  4933. ],
  4934. "tags": [
  4935. "公排管理"
  4936. ],
  4937. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4938. "parameters": [
  4939. {
  4940. "type": "string",
  4941. "description": "验证参数Bearer和token空格拼接",
  4942. "name": "Authorization",
  4943. "in": "header",
  4944. "required": true
  4945. }
  4946. ],
  4947. "responses": {
  4948. "200": {
  4949. "description": "具体数据",
  4950. "schema": {
  4951. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4952. }
  4953. },
  4954. "400": {
  4955. "description": "具体错误",
  4956. "schema": {
  4957. "$ref": "#/definitions/md.Response"
  4958. }
  4959. }
  4960. }
  4961. }
  4962. },
  4963. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4964. "delete": {
  4965. "description": "免罚用户(删除)",
  4966. "consumes": [
  4967. "application/json"
  4968. ],
  4969. "produces": [
  4970. "application/json"
  4971. ],
  4972. "tags": [
  4973. "公排管理"
  4974. ],
  4975. "summary": "制度中心-公排管理-免罚用户(删除)",
  4976. "parameters": [
  4977. {
  4978. "type": "string",
  4979. "description": "验证参数Bearer和token空格拼接",
  4980. "name": "Authorization",
  4981. "in": "header",
  4982. "required": true
  4983. },
  4984. {
  4985. "description": "免罚用户ID",
  4986. "name": "req",
  4987. "in": "body",
  4988. "required": true,
  4989. "schema": {
  4990. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4991. }
  4992. }
  4993. ],
  4994. "responses": {
  4995. "200": {
  4996. "description": "删除数据数量",
  4997. "schema": {
  4998. "type": "int"
  4999. }
  5000. },
  5001. "400": {
  5002. "description": "具体错误",
  5003. "schema": {
  5004. "$ref": "#/definitions/md.Response"
  5005. }
  5006. }
  5007. }
  5008. }
  5009. },
  5010. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5011. "post": {
  5012. "description": "免罚用户(查询)",
  5013. "consumes": [
  5014. "application/json"
  5015. ],
  5016. "produces": [
  5017. "application/json"
  5018. ],
  5019. "tags": [
  5020. "公排管理"
  5021. ],
  5022. "summary": "制度中心-公排管理-免罚用户(查询)",
  5023. "parameters": [
  5024. {
  5025. "type": "string",
  5026. "description": "验证参数Bearer和token空格拼接",
  5027. "name": "Authorization",
  5028. "in": "header",
  5029. "required": true
  5030. },
  5031. {
  5032. "description": "页数和行数必填,uid选填",
  5033. "name": "req",
  5034. "in": "body",
  5035. "required": true,
  5036. "schema": {
  5037. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5038. }
  5039. }
  5040. ],
  5041. "responses": {
  5042. "200": {
  5043. "description": "成功返回",
  5044. "schema": {
  5045. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5046. }
  5047. },
  5048. "400": {
  5049. "description": "具体错误",
  5050. "schema": {
  5051. "$ref": "#/definitions/md.Response"
  5052. }
  5053. }
  5054. }
  5055. }
  5056. },
  5057. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5058. "post": {
  5059. "description": "免罚用户(新增)",
  5060. "consumes": [
  5061. "application/json"
  5062. ],
  5063. "produces": [
  5064. "application/json"
  5065. ],
  5066. "tags": [
  5067. "公排管理"
  5068. ],
  5069. "summary": "制度中心-公排管理-免罚用户(新增)",
  5070. "parameters": [
  5071. {
  5072. "type": "string",
  5073. "description": "验证参数Bearer和token空格拼接",
  5074. "name": "Authorization",
  5075. "in": "header",
  5076. "required": true
  5077. },
  5078. {
  5079. "description": "免罚用户ID",
  5080. "name": "req",
  5081. "in": "body",
  5082. "required": true,
  5083. "schema": {
  5084. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5085. }
  5086. }
  5087. ],
  5088. "responses": {
  5089. "200": {
  5090. "description": "插入数据 ID",
  5091. "schema": {
  5092. "type": "int"
  5093. }
  5094. },
  5095. "400": {
  5096. "description": "具体错误",
  5097. "schema": {
  5098. "$ref": "#/definitions/md.Response"
  5099. }
  5100. }
  5101. }
  5102. }
  5103. },
  5104. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5105. "get": {
  5106. "description": "关系分布图(获取)",
  5107. "consumes": [
  5108. "application/json"
  5109. ],
  5110. "produces": [
  5111. "application/json"
  5112. ],
  5113. "tags": [
  5114. "公排管理"
  5115. ],
  5116. "summary": "制度中心-公排管理-关系分布图(获取)",
  5117. "parameters": [
  5118. {
  5119. "type": "string",
  5120. "description": "验证参数Bearer和token空格拼接",
  5121. "name": "Authorization",
  5122. "in": "header",
  5123. "required": true
  5124. },
  5125. {
  5126. "type": "string",
  5127. "description": "phone",
  5128. "name": "phone",
  5129. "in": "query",
  5130. "required": true
  5131. },
  5132. {
  5133. "type": "string",
  5134. "description": "uid",
  5135. "name": "uid",
  5136. "in": "query",
  5137. "required": true
  5138. }
  5139. ],
  5140. "responses": {
  5141. "200": {
  5142. "description": "具体数据",
  5143. "schema": {
  5144. "$ref": "#/definitions/md.TreeNode"
  5145. }
  5146. },
  5147. "400": {
  5148. "description": "具体错误",
  5149. "schema": {
  5150. "$ref": "#/definitions/md.Response"
  5151. }
  5152. }
  5153. }
  5154. }
  5155. },
  5156. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5157. "post": {
  5158. "description": "公排基础设置选择会员(查询)",
  5159. "consumes": [
  5160. "application/json"
  5161. ],
  5162. "produces": [
  5163. "application/json"
  5164. ],
  5165. "tags": [
  5166. "公排管理"
  5167. ],
  5168. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5169. "parameters": [
  5170. {
  5171. "type": "string",
  5172. "description": "验证参数Bearer和token空格拼接",
  5173. "name": "Authorization",
  5174. "in": "header",
  5175. "required": true
  5176. },
  5177. {
  5178. "description": "分页信息必填",
  5179. "name": "req",
  5180. "in": "body",
  5181. "required": true,
  5182. "schema": {
  5183. "$ref": "#/definitions/md.SelectMemberReq"
  5184. }
  5185. }
  5186. ],
  5187. "responses": {
  5188. "200": {
  5189. "description": "具体数据",
  5190. "schema": {
  5191. "$ref": "#/definitions/md.SelectMemberResp"
  5192. }
  5193. },
  5194. "400": {
  5195. "description": "具体错误",
  5196. "schema": {
  5197. "$ref": "#/definitions/md.Response"
  5198. }
  5199. }
  5200. }
  5201. }
  5202. },
  5203. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5204. "put": {
  5205. "description": "公排基础设置(修改)",
  5206. "consumes": [
  5207. "application/json"
  5208. ],
  5209. "produces": [
  5210. "application/json"
  5211. ],
  5212. "tags": [
  5213. "公排管理"
  5214. ],
  5215. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5216. "parameters": [
  5217. {
  5218. "type": "string",
  5219. "description": "验证参数Bearer和token空格拼接",
  5220. "name": "Authorization",
  5221. "in": "header",
  5222. "required": true
  5223. },
  5224. {
  5225. "description": "公排设置表单内容",
  5226. "name": "req",
  5227. "in": "body",
  5228. "required": true,
  5229. "schema": {
  5230. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5231. }
  5232. }
  5233. ],
  5234. "responses": {
  5235. "200": {
  5236. "description": "success",
  5237. "schema": {
  5238. "type": "string"
  5239. }
  5240. },
  5241. "400": {
  5242. "description": "具体错误",
  5243. "schema": {
  5244. "$ref": "#/definitions/md.Response"
  5245. }
  5246. }
  5247. }
  5248. }
  5249. },
  5250. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5251. "post": {
  5252. "description": "日活分析",
  5253. "consumes": [
  5254. "application/json"
  5255. ],
  5256. "produces": [
  5257. "application/json"
  5258. ],
  5259. "tags": [
  5260. "公排管理"
  5261. ],
  5262. "summary": "制度中心-公排管理-日活分析",
  5263. "parameters": [
  5264. {
  5265. "type": "string",
  5266. "description": "验证参数Bearer和token空格拼接",
  5267. "name": "Authorization",
  5268. "in": "header",
  5269. "required": true
  5270. },
  5271. {
  5272. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5273. "name": "req",
  5274. "in": "body",
  5275. "required": true,
  5276. "schema": {
  5277. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5278. }
  5279. }
  5280. ],
  5281. "responses": {
  5282. "200": {
  5283. "description": "具体数据",
  5284. "schema": {
  5285. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5286. }
  5287. },
  5288. "400": {
  5289. "description": "具体错误",
  5290. "schema": {
  5291. "$ref": "#/definitions/md.Response"
  5292. }
  5293. }
  5294. }
  5295. }
  5296. },
  5297. "/api/login": {
  5298. "post": {
  5299. "description": "登入",
  5300. "consumes": [
  5301. "application/json"
  5302. ],
  5303. "produces": [
  5304. "application/json"
  5305. ],
  5306. "tags": [
  5307. "登录"
  5308. ],
  5309. "summary": "登陆",
  5310. "parameters": [
  5311. {
  5312. "description": "用户名密码",
  5313. "name": "req",
  5314. "in": "body",
  5315. "required": true,
  5316. "schema": {
  5317. "$ref": "#/definitions/md.LoginReq"
  5318. }
  5319. }
  5320. ],
  5321. "responses": {
  5322. "200": {
  5323. "description": "token",
  5324. "schema": {
  5325. "$ref": "#/definitions/md.LoginResponse"
  5326. }
  5327. },
  5328. "400": {
  5329. "description": "具体错误",
  5330. "schema": {
  5331. "$ref": "#/definitions/md.Response"
  5332. }
  5333. }
  5334. }
  5335. }
  5336. },
  5337. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5338. "get": {
  5339. "description": "新人红包设置(获取)",
  5340. "consumes": [
  5341. "application/json"
  5342. ],
  5343. "produces": [
  5344. "application/json"
  5345. ],
  5346. "tags": [
  5347. "营销应用"
  5348. ],
  5349. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5350. "parameters": [
  5351. {
  5352. "type": "string",
  5353. "description": "验证参数Bearer和token空格拼接",
  5354. "name": "Authorization",
  5355. "in": "header",
  5356. "required": true
  5357. }
  5358. ],
  5359. "responses": {
  5360. "200": {
  5361. "description": "具体数据",
  5362. "schema": {
  5363. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5364. }
  5365. },
  5366. "400": {
  5367. "description": "具体错误",
  5368. "schema": {
  5369. "$ref": "#/definitions/md.Response"
  5370. }
  5371. }
  5372. }
  5373. }
  5374. },
  5375. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5376. "post": {
  5377. "description": "新人红包列表明细(查询)",
  5378. "consumes": [
  5379. "application/json"
  5380. ],
  5381. "produces": [
  5382. "application/json"
  5383. ],
  5384. "tags": [
  5385. "营销应用"
  5386. ],
  5387. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5388. "parameters": [
  5389. {
  5390. "type": "string",
  5391. "description": "验证参数Bearer和token空格拼接",
  5392. "name": "Authorization",
  5393. "in": "header",
  5394. "required": true
  5395. },
  5396. {
  5397. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5398. "name": "req",
  5399. "in": "body",
  5400. "required": true,
  5401. "schema": {
  5402. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5403. }
  5404. }
  5405. ],
  5406. "responses": {
  5407. "200": {
  5408. "description": "具体数据",
  5409. "schema": {
  5410. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5411. }
  5412. },
  5413. "400": {
  5414. "description": "具体错误",
  5415. "schema": {
  5416. "$ref": "#/definitions/md.Response"
  5417. }
  5418. }
  5419. }
  5420. }
  5421. },
  5422. "/api/marketingApplications/newUserRedPackage/recordList": {
  5423. "post": {
  5424. "description": "新人红包列表(查询)",
  5425. "consumes": [
  5426. "application/json"
  5427. ],
  5428. "produces": [
  5429. "application/json"
  5430. ],
  5431. "tags": [
  5432. "营销应用"
  5433. ],
  5434. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5435. "parameters": [
  5436. {
  5437. "type": "string",
  5438. "description": "验证参数Bearer和token空格拼接",
  5439. "name": "Authorization",
  5440. "in": "header",
  5441. "required": true
  5442. },
  5443. {
  5444. "description": "新人红包列表查询条件(分页信息必填)",
  5445. "name": "req",
  5446. "in": "body",
  5447. "required": true,
  5448. "schema": {
  5449. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5450. }
  5451. }
  5452. ],
  5453. "responses": {
  5454. "200": {
  5455. "description": "具体数据",
  5456. "schema": {
  5457. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5458. }
  5459. },
  5460. "400": {
  5461. "description": "具体错误",
  5462. "schema": {
  5463. "$ref": "#/definitions/md.Response"
  5464. }
  5465. }
  5466. }
  5467. }
  5468. },
  5469. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5470. "put": {
  5471. "description": "新人红包设置(修改)",
  5472. "consumes": [
  5473. "application/json"
  5474. ],
  5475. "produces": [
  5476. "application/json"
  5477. ],
  5478. "tags": [
  5479. "营销应用"
  5480. ],
  5481. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5482. "parameters": [
  5483. {
  5484. "type": "string",
  5485. "description": "验证参数Bearer和token空格拼接",
  5486. "name": "Authorization",
  5487. "in": "header",
  5488. "required": true
  5489. },
  5490. {
  5491. "description": "新人红包设置表单",
  5492. "name": "req",
  5493. "in": "body",
  5494. "required": true,
  5495. "schema": {
  5496. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5497. }
  5498. }
  5499. ],
  5500. "responses": {
  5501. "200": {
  5502. "description": "success",
  5503. "schema": {
  5504. "type": "string"
  5505. }
  5506. },
  5507. "400": {
  5508. "description": "具体错误",
  5509. "schema": {
  5510. "$ref": "#/definitions/md.Response"
  5511. }
  5512. }
  5513. }
  5514. }
  5515. },
  5516. "/api/memberCenter/levelManagement/addLevel": {
  5517. "post": {
  5518. "description": "等级管理(新增)",
  5519. "consumes": [
  5520. "application/json"
  5521. ],
  5522. "produces": [
  5523. "application/json"
  5524. ],
  5525. "tags": [
  5526. "会员中心"
  5527. ],
  5528. "summary": "制度中心-会员中心-等级管理(新增)",
  5529. "parameters": [
  5530. {
  5531. "type": "string",
  5532. "description": "验证参数Bearer和token空格拼接",
  5533. "name": "Authorization",
  5534. "in": "header",
  5535. "required": true
  5536. },
  5537. {
  5538. "description": "需要新增的等级信息",
  5539. "name": "req",
  5540. "in": "body",
  5541. "required": true,
  5542. "schema": {
  5543. "$ref": "#/definitions/md.AddLevelReq"
  5544. }
  5545. }
  5546. ],
  5547. "responses": {
  5548. "200": {
  5549. "description": "新增等级ID",
  5550. "schema": {
  5551. "type": "int"
  5552. }
  5553. },
  5554. "400": {
  5555. "description": "具体错误",
  5556. "schema": {
  5557. "$ref": "#/definitions/md.Response"
  5558. }
  5559. }
  5560. }
  5561. }
  5562. },
  5563. "/api/memberCenter/levelManagement/deleteLevel": {
  5564. "delete": {
  5565. "description": "等级管理(删除)",
  5566. "consumes": [
  5567. "application/json"
  5568. ],
  5569. "produces": [
  5570. "application/json"
  5571. ],
  5572. "tags": [
  5573. "会员中心"
  5574. ],
  5575. "summary": "制度中心-会员中心-等级管理(删除)",
  5576. "parameters": [
  5577. {
  5578. "type": "string",
  5579. "description": "验证参数Bearer和token空格拼接",
  5580. "name": "Authorization",
  5581. "in": "header",
  5582. "required": true
  5583. },
  5584. {
  5585. "description": "需要删除的等级 ID",
  5586. "name": "req",
  5587. "in": "body",
  5588. "required": true,
  5589. "schema": {
  5590. "$ref": "#/definitions/md.DeleteLevelReq"
  5591. }
  5592. }
  5593. ],
  5594. "responses": {
  5595. "200": {
  5596. "description": "成功删除数据数量",
  5597. "schema": {
  5598. "type": "int"
  5599. }
  5600. },
  5601. "400": {
  5602. "description": "具体错误",
  5603. "schema": {
  5604. "$ref": "#/definitions/md.Response"
  5605. }
  5606. }
  5607. }
  5608. }
  5609. },
  5610. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5611. "delete": {
  5612. "description": "等级任务(删除)",
  5613. "consumes": [
  5614. "application/json"
  5615. ],
  5616. "produces": [
  5617. "application/json"
  5618. ],
  5619. "tags": [
  5620. "会员中心"
  5621. ],
  5622. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5623. "parameters": [
  5624. {
  5625. "type": "string",
  5626. "description": "验证参数Bearer和token空格拼接",
  5627. "name": "Authorization",
  5628. "in": "header",
  5629. "required": true
  5630. },
  5631. {
  5632. "description": "需要删除的等级任务ID",
  5633. "name": "req",
  5634. "in": "body",
  5635. "required": true,
  5636. "schema": {
  5637. "$ref": "#/definitions/md.DeleteTaskReq"
  5638. }
  5639. }
  5640. ],
  5641. "responses": {
  5642. "200": {
  5643. "description": "成功删除数据数量",
  5644. "schema": {
  5645. "type": "int"
  5646. }
  5647. },
  5648. "400": {
  5649. "description": "具体错误",
  5650. "schema": {
  5651. "$ref": "#/definitions/md.Response"
  5652. }
  5653. }
  5654. }
  5655. }
  5656. },
  5657. "/api/memberCenter/levelManagement/getLevelList": {
  5658. "get": {
  5659. "description": "标签管理(获取)",
  5660. "consumes": [
  5661. "application/json"
  5662. ],
  5663. "produces": [
  5664. "application/json"
  5665. ],
  5666. "tags": [
  5667. "会员中心"
  5668. ],
  5669. "summary": "制度中心-会员中心-等级管理(获取)",
  5670. "parameters": [
  5671. {
  5672. "type": "string",
  5673. "description": "验证参数Bearer和token空格拼接",
  5674. "name": "Authorization",
  5675. "in": "header",
  5676. "required": true
  5677. },
  5678. {
  5679. "type": "integer",
  5680. "description": "每页大小",
  5681. "name": "limit",
  5682. "in": "query",
  5683. "required": true
  5684. },
  5685. {
  5686. "type": "integer",
  5687. "description": "页数",
  5688. "name": "page",
  5689. "in": "query",
  5690. "required": true
  5691. }
  5692. ],
  5693. "responses": {
  5694. "200": {
  5695. "description": "具体数据",
  5696. "schema": {
  5697. "$ref": "#/definitions/md.GetLevelListResp"
  5698. }
  5699. },
  5700. "400": {
  5701. "description": "具体错误",
  5702. "schema": {
  5703. "$ref": "#/definitions/md.Response"
  5704. }
  5705. }
  5706. }
  5707. }
  5708. },
  5709. "/api/memberCenter/levelManagement/getOneLevel": {
  5710. "get": {
  5711. "description": "等级明细(获取)",
  5712. "consumes": [
  5713. "application/json"
  5714. ],
  5715. "produces": [
  5716. "application/json"
  5717. ],
  5718. "tags": [
  5719. "会员中心"
  5720. ],
  5721. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5722. "parameters": [
  5723. {
  5724. "type": "string",
  5725. "description": "验证参数Bearer和token空格拼接",
  5726. "name": "Authorization",
  5727. "in": "header",
  5728. "required": true
  5729. },
  5730. {
  5731. "type": "integer",
  5732. "description": "等级 ID",
  5733. "name": "level_id",
  5734. "in": "query",
  5735. "required": true
  5736. }
  5737. ],
  5738. "responses": {
  5739. "200": {
  5740. "description": "具体数据",
  5741. "schema": {
  5742. "$ref": "#/definitions/md.GetOneLevelResp"
  5743. }
  5744. },
  5745. "400": {
  5746. "description": "具体错误",
  5747. "schema": {
  5748. "$ref": "#/definitions/md.Response"
  5749. }
  5750. }
  5751. }
  5752. }
  5753. },
  5754. "/api/memberCenter/levelManagement/updateLevel": {
  5755. "post": {
  5756. "description": "等级管理(更新)",
  5757. "consumes": [
  5758. "application/json"
  5759. ],
  5760. "produces": [
  5761. "application/json"
  5762. ],
  5763. "tags": [
  5764. "会员中心"
  5765. ],
  5766. "summary": "制度中心-会员中心-等级管理(更新)",
  5767. "parameters": [
  5768. {
  5769. "type": "string",
  5770. "description": "验证参数Bearer和token空格拼接",
  5771. "name": "Authorization",
  5772. "in": "header",
  5773. "required": true
  5774. },
  5775. {
  5776. "description": "需要修改的等级信息",
  5777. "name": "req",
  5778. "in": "body",
  5779. "required": true,
  5780. "schema": {
  5781. "$ref": "#/definitions/md.UpdateLevelReq"
  5782. }
  5783. }
  5784. ],
  5785. "responses": {
  5786. "200": {
  5787. "description": "success",
  5788. "schema": {
  5789. "type": "string"
  5790. }
  5791. },
  5792. "400": {
  5793. "description": "具体错误",
  5794. "schema": {
  5795. "$ref": "#/definitions/md.Response"
  5796. }
  5797. }
  5798. }
  5799. }
  5800. },
  5801. "/api/memberCenter/tagManagement/addTag": {
  5802. "post": {
  5803. "description": "标签管理(新增)",
  5804. "consumes": [
  5805. "application/json"
  5806. ],
  5807. "produces": [
  5808. "application/json"
  5809. ],
  5810. "tags": [
  5811. "会员中心"
  5812. ],
  5813. "summary": "制度中心-会员中心-标签管理(新增)",
  5814. "parameters": [
  5815. {
  5816. "type": "string",
  5817. "description": "验证参数Bearer和token空格拼接",
  5818. "name": "Authorization",
  5819. "in": "header",
  5820. "required": true
  5821. },
  5822. {
  5823. "description": "新增的标签信息",
  5824. "name": "req",
  5825. "in": "body",
  5826. "required": true,
  5827. "schema": {
  5828. "$ref": "#/definitions/md.AddTagReq"
  5829. }
  5830. }
  5831. ],
  5832. "responses": {
  5833. "200": {
  5834. "description": "新增的标签 ID",
  5835. "schema": {
  5836. "type": "int"
  5837. }
  5838. },
  5839. "400": {
  5840. "description": "具体错误",
  5841. "schema": {
  5842. "$ref": "#/definitions/md.Response"
  5843. }
  5844. }
  5845. }
  5846. }
  5847. },
  5848. "/api/memberCenter/tagManagement/deleteTag": {
  5849. "delete": {
  5850. "description": "标签管理(删除)",
  5851. "consumes": [
  5852. "application/json"
  5853. ],
  5854. "produces": [
  5855. "application/json"
  5856. ],
  5857. "tags": [
  5858. "会员中心"
  5859. ],
  5860. "summary": "制度中心-会员中心-标签管理(删除)",
  5861. "parameters": [
  5862. {
  5863. "type": "string",
  5864. "description": "验证参数Bearer和token空格拼接",
  5865. "name": "Authorization",
  5866. "in": "header",
  5867. "required": true
  5868. },
  5869. {
  5870. "description": "需要删除的标签 ID",
  5871. "name": "req",
  5872. "in": "body",
  5873. "required": true,
  5874. "schema": {
  5875. "$ref": "#/definitions/md.DeleteTagReq"
  5876. }
  5877. }
  5878. ],
  5879. "responses": {
  5880. "200": {
  5881. "description": "成功删除标签用户数",
  5882. "schema": {
  5883. "type": "int"
  5884. }
  5885. },
  5886. "400": {
  5887. "description": "具体错误",
  5888. "schema": {
  5889. "$ref": "#/definitions/md.Response"
  5890. }
  5891. }
  5892. }
  5893. }
  5894. },
  5895. "/api/memberCenter/tagManagement/getTagList": {
  5896. "get": {
  5897. "description": "标签管理(获取)",
  5898. "consumes": [
  5899. "application/json"
  5900. ],
  5901. "produces": [
  5902. "application/json"
  5903. ],
  5904. "tags": [
  5905. "会员中心"
  5906. ],
  5907. "summary": "制度中心-会员中心-标签管理(获取)",
  5908. "parameters": [
  5909. {
  5910. "type": "string",
  5911. "description": "验证参数Bearer和token空格拼接",
  5912. "name": "Authorization",
  5913. "in": "header",
  5914. "required": true
  5915. },
  5916. {
  5917. "type": "integer",
  5918. "description": "每页大小",
  5919. "name": "limit",
  5920. "in": "query",
  5921. "required": true
  5922. },
  5923. {
  5924. "type": "integer",
  5925. "description": "页数",
  5926. "name": "page",
  5927. "in": "query",
  5928. "required": true
  5929. }
  5930. ],
  5931. "responses": {
  5932. "200": {
  5933. "description": "具体数据",
  5934. "schema": {
  5935. "$ref": "#/definitions/md.GetTagListResp"
  5936. }
  5937. },
  5938. "400": {
  5939. "description": "具体错误",
  5940. "schema": {
  5941. "$ref": "#/definitions/md.Response"
  5942. }
  5943. }
  5944. }
  5945. }
  5946. },
  5947. "/api/memberCenter/tagManagement/updateTag": {
  5948. "post": {
  5949. "description": "标签管理(更新)",
  5950. "consumes": [
  5951. "application/json"
  5952. ],
  5953. "produces": [
  5954. "application/json"
  5955. ],
  5956. "tags": [
  5957. "会员中心"
  5958. ],
  5959. "summary": "制度中心-会员中心-标签管理(更新)",
  5960. "parameters": [
  5961. {
  5962. "type": "string",
  5963. "description": "验证参数Bearer和token空格拼接",
  5964. "name": "Authorization",
  5965. "in": "header",
  5966. "required": true
  5967. },
  5968. {
  5969. "description": "需要修改的标签信息",
  5970. "name": "req",
  5971. "in": "body",
  5972. "required": true,
  5973. "schema": {
  5974. "$ref": "#/definitions/md.UpdateTagReq"
  5975. }
  5976. }
  5977. ],
  5978. "responses": {
  5979. "200": {
  5980. "description": "成功修改数据条数",
  5981. "schema": {
  5982. "type": "int"
  5983. }
  5984. },
  5985. "400": {
  5986. "description": "具体错误",
  5987. "schema": {
  5988. "$ref": "#/definitions/md.Response"
  5989. }
  5990. }
  5991. }
  5992. }
  5993. },
  5994. "/api/memberCenter/userManagement/balanceDetail": {
  5995. "get": {
  5996. "description": "会员明细(余额获取)",
  5997. "consumes": [
  5998. "application/json"
  5999. ],
  6000. "produces": [
  6001. "application/json"
  6002. ],
  6003. "tags": [
  6004. "会员中心"
  6005. ],
  6006. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6007. "parameters": [
  6008. {
  6009. "type": "string",
  6010. "description": "验证参数Bearer和token空格拼接",
  6011. "name": "Authorization",
  6012. "in": "header",
  6013. "required": true
  6014. },
  6015. {
  6016. "type": "string",
  6017. "description": "用户 ID",
  6018. "name": "uid",
  6019. "in": "query",
  6020. "required": true
  6021. },
  6022. {
  6023. "type": "string",
  6024. "description": "每页大小",
  6025. "name": "limit",
  6026. "in": "query",
  6027. "required": true
  6028. },
  6029. {
  6030. "type": "string",
  6031. "description": "页数",
  6032. "name": "page",
  6033. "in": "query",
  6034. "required": true
  6035. }
  6036. ],
  6037. "responses": {
  6038. "200": {
  6039. "description": "具体数据",
  6040. "schema": {
  6041. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6042. }
  6043. },
  6044. "400": {
  6045. "description": "具体错误",
  6046. "schema": {
  6047. "$ref": "#/definitions/md.Response"
  6048. }
  6049. }
  6050. }
  6051. }
  6052. },
  6053. "/api/memberCenter/userManagement/getFans": {
  6054. "get": {
  6055. "description": "会员明细粉丝情况(获取)",
  6056. "consumes": [
  6057. "application/json"
  6058. ],
  6059. "produces": [
  6060. "application/json"
  6061. ],
  6062. "tags": [
  6063. "会员中心"
  6064. ],
  6065. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6066. "parameters": [
  6067. {
  6068. "type": "string",
  6069. "description": "验证参数Bearer和token空格拼接",
  6070. "name": "Authorization",
  6071. "in": "header",
  6072. "required": true
  6073. },
  6074. {
  6075. "type": "string",
  6076. "description": "用户 ID",
  6077. "name": "uid",
  6078. "in": "query",
  6079. "required": true
  6080. },
  6081. {
  6082. "type": "string",
  6083. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6084. "name": "type",
  6085. "in": "query",
  6086. "required": true
  6087. },
  6088. {
  6089. "type": "string",
  6090. "description": "每页大小",
  6091. "name": "limit",
  6092. "in": "query",
  6093. "required": true
  6094. },
  6095. {
  6096. "type": "string",
  6097. "description": "页数",
  6098. "name": "page",
  6099. "in": "query",
  6100. "required": true
  6101. }
  6102. ],
  6103. "responses": {
  6104. "200": {
  6105. "description": "具体数据",
  6106. "schema": {
  6107. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6108. }
  6109. },
  6110. "400": {
  6111. "description": "具体错误",
  6112. "schema": {
  6113. "$ref": "#/definitions/md.Response"
  6114. }
  6115. }
  6116. }
  6117. }
  6118. },
  6119. "/api/memberCenter/userManagement/getUserList": {
  6120. "post": {
  6121. "description": "用户信息管理(获取)",
  6122. "consumes": [
  6123. "application/json"
  6124. ],
  6125. "produces": [
  6126. "application/json"
  6127. ],
  6128. "tags": [
  6129. "会员中心"
  6130. ],
  6131. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6132. "parameters": [
  6133. {
  6134. "type": "string",
  6135. "description": "验证参数Bearer和token空格拼接",
  6136. "name": "Authorization",
  6137. "in": "header",
  6138. "required": true
  6139. },
  6140. {
  6141. "description": "分页信息必填",
  6142. "name": "req",
  6143. "in": "body",
  6144. "required": true,
  6145. "schema": {
  6146. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6147. }
  6148. }
  6149. ],
  6150. "responses": {
  6151. "200": {
  6152. "description": "具体数据",
  6153. "schema": {
  6154. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6155. }
  6156. },
  6157. "400": {
  6158. "description": "具体错误",
  6159. "schema": {
  6160. "$ref": "#/definitions/md.Response"
  6161. }
  6162. }
  6163. }
  6164. }
  6165. },
  6166. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6167. "get": {
  6168. "description": "会员明细(积分明细获取)",
  6169. "consumes": [
  6170. "application/json"
  6171. ],
  6172. "produces": [
  6173. "application/json"
  6174. ],
  6175. "tags": [
  6176. "会员中心"
  6177. ],
  6178. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6179. "parameters": [
  6180. {
  6181. "type": "string",
  6182. "description": "验证参数Bearer和token空格拼接",
  6183. "name": "Authorization",
  6184. "in": "header",
  6185. "required": true
  6186. },
  6187. {
  6188. "type": "string",
  6189. "description": "用户 ID",
  6190. "name": "uid",
  6191. "in": "query",
  6192. "required": true
  6193. },
  6194. {
  6195. "type": "string",
  6196. "description": "货币 ID",
  6197. "name": "coinId",
  6198. "in": "query",
  6199. "required": true
  6200. },
  6201. {
  6202. "type": "string",
  6203. "description": "每页大小",
  6204. "name": "limit",
  6205. "in": "query",
  6206. "required": true
  6207. },
  6208. {
  6209. "type": "string",
  6210. "description": "页数",
  6211. "name": "page",
  6212. "in": "query",
  6213. "required": true
  6214. }
  6215. ],
  6216. "responses": {
  6217. "200": {
  6218. "description": "具体数据",
  6219. "schema": {
  6220. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6221. }
  6222. },
  6223. "400": {
  6224. "description": "具体错误",
  6225. "schema": {
  6226. "$ref": "#/definitions/md.Response"
  6227. }
  6228. }
  6229. }
  6230. }
  6231. },
  6232. "/api/memberCenter/userManagement/updateUserInfo": {
  6233. "post": {
  6234. "description": "用户信息管理(更新)",
  6235. "consumes": [
  6236. "application/json"
  6237. ],
  6238. "produces": [
  6239. "application/json"
  6240. ],
  6241. "tags": [
  6242. "会员中心"
  6243. ],
  6244. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6245. "parameters": [
  6246. {
  6247. "type": "string",
  6248. "description": "验证参数Bearer和token空格拼接",
  6249. "name": "Authorization",
  6250. "in": "header",
  6251. "required": true
  6252. },
  6253. {
  6254. "description": "用户ID 必传",
  6255. "name": "req",
  6256. "in": "body",
  6257. "required": true,
  6258. "schema": {
  6259. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6260. }
  6261. }
  6262. ],
  6263. "responses": {
  6264. "200": {
  6265. "description": "修改数据行数",
  6266. "schema": {
  6267. "type": "int"
  6268. }
  6269. },
  6270. "400": {
  6271. "description": "具体错误",
  6272. "schema": {
  6273. "$ref": "#/definitions/md.Response"
  6274. }
  6275. }
  6276. }
  6277. }
  6278. },
  6279. "/api/memberCenter/userManagement/userData": {
  6280. "get": {
  6281. "description": "会员明细概况(获取)",
  6282. "consumes": [
  6283. "application/json"
  6284. ],
  6285. "produces": [
  6286. "application/json"
  6287. ],
  6288. "tags": [
  6289. "会员中心"
  6290. ],
  6291. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6292. "parameters": [
  6293. {
  6294. "type": "string",
  6295. "description": "验证参数Bearer和token空格拼接",
  6296. "name": "Authorization",
  6297. "in": "header",
  6298. "required": true
  6299. },
  6300. {
  6301. "type": "string",
  6302. "description": "用户 ID",
  6303. "name": "uid",
  6304. "in": "query",
  6305. "required": true
  6306. }
  6307. ],
  6308. "responses": {
  6309. "200": {
  6310. "description": "会员明细概况具体数据",
  6311. "schema": {
  6312. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6313. }
  6314. },
  6315. "400": {
  6316. "description": "具体错误",
  6317. "schema": {
  6318. "$ref": "#/definitions/md.Response"
  6319. }
  6320. }
  6321. }
  6322. }
  6323. },
  6324. "/api/notice/aliyunSms/file/phone": {
  6325. "post": {
  6326. "description": "短信推送记录-通知模板",
  6327. "consumes": [
  6328. "application/json"
  6329. ],
  6330. "produces": [
  6331. "application/json"
  6332. ],
  6333. "tags": [
  6334. "消息中心"
  6335. ],
  6336. "summary": "消息中心-短信推送记录-通知模板",
  6337. "parameters": [
  6338. {
  6339. "type": "string",
  6340. "description": "验证参数Bearer和token空格拼接",
  6341. "name": "Authorization",
  6342. "in": "header",
  6343. "required": true
  6344. },
  6345. {
  6346. "type": "string",
  6347. "description": "参数 file-----文件上传格式",
  6348. "name": "file",
  6349. "in": "formData",
  6350. "required": true
  6351. }
  6352. ],
  6353. "responses": {
  6354. "200": {
  6355. "description": "phone 一个数组",
  6356. "schema": {
  6357. "type": "string"
  6358. }
  6359. },
  6360. "400": {
  6361. "description": "具体错误",
  6362. "schema": {
  6363. "$ref": "#/definitions/md.Response"
  6364. }
  6365. }
  6366. }
  6367. }
  6368. },
  6369. "/api/notice/aliyunSms/push/list": {
  6370. "post": {
  6371. "description": "短信推送记录-推送记录列表",
  6372. "consumes": [
  6373. "application/json"
  6374. ],
  6375. "produces": [
  6376. "application/json"
  6377. ],
  6378. "tags": [
  6379. "消息中心"
  6380. ],
  6381. "summary": "消息中心-短信推送记录-推送记录列表",
  6382. "parameters": [
  6383. {
  6384. "type": "string",
  6385. "description": "验证参数Bearer和token空格拼接",
  6386. "name": "Authorization",
  6387. "in": "header",
  6388. "required": true
  6389. },
  6390. {
  6391. "description": "(分页信息必填)",
  6392. "name": "req",
  6393. "in": "body",
  6394. "required": true,
  6395. "schema": {
  6396. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6397. }
  6398. }
  6399. ],
  6400. "responses": {
  6401. "200": {
  6402. "description": "具体数据",
  6403. "schema": {
  6404. "$ref": "#/definitions/md.NoticePushListResp"
  6405. }
  6406. },
  6407. "400": {
  6408. "description": "具体错误",
  6409. "schema": {
  6410. "$ref": "#/definitions/md.Response"
  6411. }
  6412. }
  6413. }
  6414. }
  6415. },
  6416. "/api/notice/aliyunSms/push/save": {
  6417. "post": {
  6418. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6419. "consumes": [
  6420. "application/json"
  6421. ],
  6422. "produces": [
  6423. "application/json"
  6424. ],
  6425. "tags": [
  6426. "消息中心"
  6427. ],
  6428. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6429. "parameters": [
  6430. {
  6431. "type": "string",
  6432. "description": "验证参数Bearer和token空格拼接",
  6433. "name": "Authorization",
  6434. "in": "header",
  6435. "required": true
  6436. },
  6437. {
  6438. "description": "(分页信息必填)",
  6439. "name": "req",
  6440. "in": "body",
  6441. "required": true,
  6442. "schema": {
  6443. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6444. }
  6445. }
  6446. ],
  6447. "responses": {
  6448. "200": {
  6449. "description": "具体数据",
  6450. "schema": {
  6451. "type": "string"
  6452. }
  6453. },
  6454. "400": {
  6455. "description": "具体错误",
  6456. "schema": {
  6457. "$ref": "#/definitions/md.Response"
  6458. }
  6459. }
  6460. }
  6461. }
  6462. },
  6463. "/api/notice/aliyunSms/sale/base": {
  6464. "get": {
  6465. "description": "短信推送记录-营销短信-通知模板",
  6466. "consumes": [
  6467. "application/json"
  6468. ],
  6469. "produces": [
  6470. "application/json"
  6471. ],
  6472. "tags": [
  6473. "消息中心"
  6474. ],
  6475. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6476. "parameters": [
  6477. {
  6478. "type": "string",
  6479. "description": "验证参数Bearer和token空格拼接",
  6480. "name": "Authorization",
  6481. "in": "header",
  6482. "required": true
  6483. }
  6484. ],
  6485. "responses": {
  6486. "200": {
  6487. "description": "具体数据",
  6488. "schema": {
  6489. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6490. }
  6491. },
  6492. "400": {
  6493. "description": "具体错误",
  6494. "schema": {
  6495. "$ref": "#/definitions/md.Response"
  6496. }
  6497. }
  6498. }
  6499. }
  6500. },
  6501. "/api/notice/aliyunSms/sale/save": {
  6502. "post": {
  6503. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6504. "consumes": [
  6505. "application/json"
  6506. ],
  6507. "produces": [
  6508. "application/json"
  6509. ],
  6510. "tags": [
  6511. "消息中心"
  6512. ],
  6513. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6514. "parameters": [
  6515. {
  6516. "type": "string",
  6517. "description": "验证参数Bearer和token空格拼接",
  6518. "name": "Authorization",
  6519. "in": "header",
  6520. "required": true
  6521. },
  6522. {
  6523. "description": "数组 把列表的数组传过来",
  6524. "name": "req",
  6525. "in": "body",
  6526. "required": true,
  6527. "schema": {
  6528. "type": "string"
  6529. }
  6530. }
  6531. ],
  6532. "responses": {
  6533. "200": {
  6534. "description": "具体数据",
  6535. "schema": {
  6536. "type": "string"
  6537. }
  6538. },
  6539. "400": {
  6540. "description": "具体错误",
  6541. "schema": {
  6542. "$ref": "#/definitions/md.Response"
  6543. }
  6544. }
  6545. }
  6546. }
  6547. },
  6548. "/api/notice/base/del": {
  6549. "post": {
  6550. "description": "基本配置-通知模板删除",
  6551. "consumes": [
  6552. "application/json"
  6553. ],
  6554. "produces": [
  6555. "application/json"
  6556. ],
  6557. "tags": [
  6558. "消息中心"
  6559. ],
  6560. "summary": "消息中心-基本配置-通知模板删除",
  6561. "parameters": [
  6562. {
  6563. "type": "string",
  6564. "description": "验证参数Bearer和token空格拼接",
  6565. "name": "Authorization",
  6566. "in": "header",
  6567. "required": true
  6568. },
  6569. {
  6570. "description": "(分页信息必填)",
  6571. "name": "req",
  6572. "in": "body",
  6573. "required": true,
  6574. "schema": {
  6575. "$ref": "#/definitions/md.NoticeDelReq"
  6576. }
  6577. }
  6578. ],
  6579. "responses": {
  6580. "200": {
  6581. "description": "具体数据",
  6582. "schema": {
  6583. "type": "string"
  6584. }
  6585. },
  6586. "400": {
  6587. "description": "具体错误",
  6588. "schema": {
  6589. "$ref": "#/definitions/md.Response"
  6590. }
  6591. }
  6592. }
  6593. }
  6594. },
  6595. "/api/notice/base/list": {
  6596. "post": {
  6597. "description": "基本配置-通知模板",
  6598. "consumes": [
  6599. "application/json"
  6600. ],
  6601. "produces": [
  6602. "application/json"
  6603. ],
  6604. "tags": [
  6605. "消息中心"
  6606. ],
  6607. "summary": "消息中心-基本配置-通知模板",
  6608. "parameters": [
  6609. {
  6610. "type": "string",
  6611. "description": "验证参数Bearer和token空格拼接",
  6612. "name": "Authorization",
  6613. "in": "header",
  6614. "required": true
  6615. },
  6616. {
  6617. "description": "(分页信息必填)",
  6618. "name": "req",
  6619. "in": "body",
  6620. "required": true,
  6621. "schema": {
  6622. "$ref": "#/definitions/md.NoticeListReq"
  6623. }
  6624. }
  6625. ],
  6626. "responses": {
  6627. "200": {
  6628. "description": "具体数据",
  6629. "schema": {
  6630. "$ref": "#/definitions/md.NoticeListResp"
  6631. }
  6632. },
  6633. "400": {
  6634. "description": "具体错误",
  6635. "schema": {
  6636. "$ref": "#/definitions/md.Response"
  6637. }
  6638. }
  6639. }
  6640. }
  6641. },
  6642. "/api/notice/base/save": {
  6643. "post": {
  6644. "description": "基本配置-通知模板添加编辑",
  6645. "consumes": [
  6646. "application/json"
  6647. ],
  6648. "produces": [
  6649. "application/json"
  6650. ],
  6651. "tags": [
  6652. "消息中心"
  6653. ],
  6654. "summary": "消息中心-基本配置-通知模板添加编辑",
  6655. "parameters": [
  6656. {
  6657. "type": "string",
  6658. "description": "验证参数Bearer和token空格拼接",
  6659. "name": "Authorization",
  6660. "in": "header",
  6661. "required": true
  6662. },
  6663. {
  6664. "description": "(分页信息必填)",
  6665. "name": "req",
  6666. "in": "body",
  6667. "required": true,
  6668. "schema": {
  6669. "$ref": "#/definitions/md.NoticeSaveReq"
  6670. }
  6671. }
  6672. ],
  6673. "responses": {
  6674. "200": {
  6675. "description": "具体数据",
  6676. "schema": {
  6677. "type": "string"
  6678. }
  6679. },
  6680. "400": {
  6681. "description": "具体错误",
  6682. "schema": {
  6683. "$ref": "#/definitions/md.Response"
  6684. }
  6685. }
  6686. }
  6687. }
  6688. },
  6689. "/api/notice/jPush/push/list": {
  6690. "post": {
  6691. "description": "基本配置-推送记录列表",
  6692. "consumes": [
  6693. "application/json"
  6694. ],
  6695. "produces": [
  6696. "application/json"
  6697. ],
  6698. "tags": [
  6699. "消息中心"
  6700. ],
  6701. "summary": "消息中心-基本配置-推送记录列表",
  6702. "parameters": [
  6703. {
  6704. "type": "string",
  6705. "description": "验证参数Bearer和token空格拼接",
  6706. "name": "Authorization",
  6707. "in": "header",
  6708. "required": true
  6709. },
  6710. {
  6711. "description": "(分页信息必填)",
  6712. "name": "req",
  6713. "in": "body",
  6714. "required": true,
  6715. "schema": {
  6716. "$ref": "#/definitions/md.NoticeListReq"
  6717. }
  6718. }
  6719. ],
  6720. "responses": {
  6721. "200": {
  6722. "description": "具体数据",
  6723. "schema": {
  6724. "$ref": "#/definitions/md.NoticePushListResp"
  6725. }
  6726. },
  6727. "400": {
  6728. "description": "具体错误",
  6729. "schema": {
  6730. "$ref": "#/definitions/md.Response"
  6731. }
  6732. }
  6733. }
  6734. }
  6735. },
  6736. "/api/notice/jPush/push/save": {
  6737. "post": {
  6738. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6739. "consumes": [
  6740. "application/json"
  6741. ],
  6742. "produces": [
  6743. "application/json"
  6744. ],
  6745. "tags": [
  6746. "消息中心"
  6747. ],
  6748. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6749. "parameters": [
  6750. {
  6751. "type": "string",
  6752. "description": "验证参数Bearer和token空格拼接",
  6753. "name": "Authorization",
  6754. "in": "header",
  6755. "required": true
  6756. },
  6757. {
  6758. "description": "(分页信息必填)",
  6759. "name": "req",
  6760. "in": "body",
  6761. "required": true,
  6762. "schema": {
  6763. "$ref": "#/definitions/md.NoticePushSaveReq"
  6764. }
  6765. }
  6766. ],
  6767. "responses": {
  6768. "200": {
  6769. "description": "具体数据",
  6770. "schema": {
  6771. "type": "string"
  6772. }
  6773. },
  6774. "400": {
  6775. "description": "具体错误",
  6776. "schema": {
  6777. "$ref": "#/definitions/md.Response"
  6778. }
  6779. }
  6780. }
  6781. }
  6782. },
  6783. "/api/settCenter/oss/aliYun/getBasic": {
  6784. "get": {
  6785. "description": "对象存储设置(获取)",
  6786. "consumes": [
  6787. "application/json"
  6788. ],
  6789. "produces": [
  6790. "application/json"
  6791. ],
  6792. "tags": [
  6793. "对象存储"
  6794. ],
  6795. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6796. "parameters": [
  6797. {
  6798. "type": "string",
  6799. "description": "验证参数Bearer和token空格拼接",
  6800. "name": "Authorization",
  6801. "in": "header",
  6802. "required": true
  6803. }
  6804. ],
  6805. "responses": {
  6806. "200": {
  6807. "description": "设置列表",
  6808. "schema": {
  6809. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6810. }
  6811. },
  6812. "400": {
  6813. "description": "具体错误",
  6814. "schema": {
  6815. "$ref": "#/definitions/md.Response"
  6816. }
  6817. }
  6818. }
  6819. }
  6820. },
  6821. "/api/settCenter/oss/aliYun/setBasic": {
  6822. "post": {
  6823. "description": "对象存储设置(更新)",
  6824. "consumes": [
  6825. "application/json"
  6826. ],
  6827. "produces": [
  6828. "application/json"
  6829. ],
  6830. "tags": [
  6831. "对象存储"
  6832. ],
  6833. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6834. "parameters": [
  6835. {
  6836. "type": "string",
  6837. "description": "验证参数Bearer和token空格拼接",
  6838. "name": "Authorization",
  6839. "in": "header",
  6840. "required": true
  6841. },
  6842. {
  6843. "description": "上传需要修改的信息",
  6844. "name": "req",
  6845. "in": "body",
  6846. "required": true,
  6847. "schema": {
  6848. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6849. }
  6850. }
  6851. ],
  6852. "responses": {
  6853. "200": {
  6854. "description": "success",
  6855. "schema": {
  6856. "type": "string"
  6857. }
  6858. },
  6859. "400": {
  6860. "description": "具体错误",
  6861. "schema": {
  6862. "$ref": "#/definitions/md.Response"
  6863. }
  6864. }
  6865. }
  6866. }
  6867. },
  6868. "/api/settCenter/web/getBasic": {
  6869. "get": {
  6870. "description": "网站信息-基本设置(获取)",
  6871. "consumes": [
  6872. "application/json"
  6873. ],
  6874. "produces": [
  6875. "application/json"
  6876. ],
  6877. "tags": [
  6878. "基础设置"
  6879. ],
  6880. "summary": "基础设置-网站信息-基本设置(获取)",
  6881. "parameters": [
  6882. {
  6883. "type": "string",
  6884. "description": "验证参数Bearer和token空格拼接",
  6885. "name": "Authorization",
  6886. "in": "header",
  6887. "required": true
  6888. }
  6889. ],
  6890. "responses": {
  6891. "200": {
  6892. "description": "设置列表",
  6893. "schema": {
  6894. "$ref": "#/definitions/setCenter.WebBasicResp"
  6895. }
  6896. },
  6897. "400": {
  6898. "description": "具体错误",
  6899. "schema": {
  6900. "$ref": "#/definitions/md.Response"
  6901. }
  6902. }
  6903. }
  6904. }
  6905. },
  6906. "/api/settCenter/web/setBasic": {
  6907. "post": {
  6908. "description": "基本设置(更新)",
  6909. "consumes": [
  6910. "application/json"
  6911. ],
  6912. "produces": [
  6913. "application/json"
  6914. ],
  6915. "tags": [
  6916. "基础设置"
  6917. ],
  6918. "summary": "基础设置-网站信息-基本设置(更新)",
  6919. "parameters": [
  6920. {
  6921. "type": "string",
  6922. "description": "验证参数Bearer和token空格拼接",
  6923. "name": "Authorization",
  6924. "in": "header",
  6925. "required": true
  6926. },
  6927. {
  6928. "description": "上传需要修改的信息",
  6929. "name": "req",
  6930. "in": "body",
  6931. "required": true,
  6932. "schema": {
  6933. "$ref": "#/definitions/setCenter.WebBasicReq"
  6934. }
  6935. }
  6936. ],
  6937. "responses": {
  6938. "200": {
  6939. "description": "success",
  6940. "schema": {
  6941. "type": "string"
  6942. }
  6943. },
  6944. "400": {
  6945. "description": "具体错误",
  6946. "schema": {
  6947. "$ref": "#/definitions/md.Response"
  6948. }
  6949. }
  6950. }
  6951. }
  6952. },
  6953. "/api/userFeedback/cate/list": {
  6954. "post": {
  6955. "description": "分类列表",
  6956. "consumes": [
  6957. "application/json"
  6958. ],
  6959. "produces": [
  6960. "application/json"
  6961. ],
  6962. "tags": [
  6963. "消息中心"
  6964. ],
  6965. "summary": "反馈列表-分类列表",
  6966. "parameters": [
  6967. {
  6968. "type": "string",
  6969. "description": "验证参数Bearer和token空格拼接",
  6970. "name": "Authorization",
  6971. "in": "header",
  6972. "required": true
  6973. },
  6974. {
  6975. "description": "(分页信息必填)",
  6976. "name": "req",
  6977. "in": "body",
  6978. "required": true,
  6979. "schema": {
  6980. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6981. }
  6982. }
  6983. ],
  6984. "responses": {
  6985. "200": {
  6986. "description": "具体数据",
  6987. "schema": {
  6988. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6989. }
  6990. },
  6991. "400": {
  6992. "description": "具体错误",
  6993. "schema": {
  6994. "$ref": "#/definitions/md.Response"
  6995. }
  6996. }
  6997. }
  6998. }
  6999. },
  7000. "/api/userFeedback/content/change/state": {
  7001. "post": {
  7002. "description": "反馈列表-修改状态",
  7003. "consumes": [
  7004. "application/json"
  7005. ],
  7006. "produces": [
  7007. "application/json"
  7008. ],
  7009. "tags": [
  7010. "消息中心"
  7011. ],
  7012. "summary": "用户反馈-反馈列表-修改状态",
  7013. "parameters": [
  7014. {
  7015. "type": "string",
  7016. "description": "验证参数Bearer和token空格拼接",
  7017. "name": "Authorization",
  7018. "in": "header",
  7019. "required": true
  7020. },
  7021. {
  7022. "description": "(分页信息必填)",
  7023. "name": "req",
  7024. "in": "body",
  7025. "required": true,
  7026. "schema": {
  7027. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  7028. }
  7029. }
  7030. ],
  7031. "responses": {
  7032. "200": {
  7033. "description": "具体数据",
  7034. "schema": {
  7035. "type": "string"
  7036. }
  7037. },
  7038. "400": {
  7039. "description": "具体错误",
  7040. "schema": {
  7041. "$ref": "#/definitions/md.Response"
  7042. }
  7043. }
  7044. }
  7045. }
  7046. },
  7047. "/api/userFeedback/content/del": {
  7048. "post": {
  7049. "description": "反馈列表-反馈删除",
  7050. "consumes": [
  7051. "application/json"
  7052. ],
  7053. "produces": [
  7054. "application/json"
  7055. ],
  7056. "tags": [
  7057. "消息中心"
  7058. ],
  7059. "summary": "用户反馈-反馈列表-反馈删除",
  7060. "parameters": [
  7061. {
  7062. "type": "string",
  7063. "description": "验证参数Bearer和token空格拼接",
  7064. "name": "Authorization",
  7065. "in": "header",
  7066. "required": true
  7067. },
  7068. {
  7069. "description": "(分页信息必填)",
  7070. "name": "req",
  7071. "in": "body",
  7072. "required": true,
  7073. "schema": {
  7074. "$ref": "#/definitions/md.UserFeedbackDelReq"
  7075. }
  7076. }
  7077. ],
  7078. "responses": {
  7079. "200": {
  7080. "description": "具体数据",
  7081. "schema": {
  7082. "type": "string"
  7083. }
  7084. },
  7085. "400": {
  7086. "description": "具体错误",
  7087. "schema": {
  7088. "$ref": "#/definitions/md.Response"
  7089. }
  7090. }
  7091. }
  7092. }
  7093. },
  7094. "/api/userFeedback/content/list": {
  7095. "post": {
  7096. "description": "反馈列表",
  7097. "consumes": [
  7098. "application/json"
  7099. ],
  7100. "produces": [
  7101. "application/json"
  7102. ],
  7103. "tags": [
  7104. "消息中心"
  7105. ],
  7106. "summary": "用户反馈-反馈列表",
  7107. "parameters": [
  7108. {
  7109. "type": "string",
  7110. "description": "验证参数Bearer和token空格拼接",
  7111. "name": "Authorization",
  7112. "in": "header",
  7113. "required": true
  7114. },
  7115. {
  7116. "description": "(分页信息必填)",
  7117. "name": "req",
  7118. "in": "body",
  7119. "required": true,
  7120. "schema": {
  7121. "$ref": "#/definitions/md.UserFeedbackListReq"
  7122. }
  7123. }
  7124. ],
  7125. "responses": {
  7126. "200": {
  7127. "description": "具体数据",
  7128. "schema": {
  7129. "$ref": "#/definitions/md.UserFeedbackListResp"
  7130. }
  7131. },
  7132. "400": {
  7133. "description": "具体错误",
  7134. "schema": {
  7135. "$ref": "#/definitions/md.Response"
  7136. }
  7137. }
  7138. }
  7139. }
  7140. },
  7141. "/api/userFeedback/content/record/list": {
  7142. "post": {
  7143. "description": "反馈列表-沟通记录",
  7144. "consumes": [
  7145. "application/json"
  7146. ],
  7147. "produces": [
  7148. "application/json"
  7149. ],
  7150. "tags": [
  7151. "消息中心"
  7152. ],
  7153. "summary": "用户反馈-反馈列表-沟通记录",
  7154. "parameters": [
  7155. {
  7156. "type": "string",
  7157. "description": "验证参数Bearer和token空格拼接",
  7158. "name": "Authorization",
  7159. "in": "header",
  7160. "required": true
  7161. },
  7162. {
  7163. "description": "(分页信息必填)",
  7164. "name": "req",
  7165. "in": "body",
  7166. "required": true,
  7167. "schema": {
  7168. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  7169. }
  7170. }
  7171. ],
  7172. "responses": {
  7173. "200": {
  7174. "description": "具体数据",
  7175. "schema": {
  7176. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  7177. }
  7178. },
  7179. "400": {
  7180. "description": "具体错误",
  7181. "schema": {
  7182. "$ref": "#/definitions/md.Response"
  7183. }
  7184. }
  7185. }
  7186. }
  7187. },
  7188. "/api/userFeedback/content/say": {
  7189. "post": {
  7190. "description": "反馈列表-沟通发送",
  7191. "consumes": [
  7192. "application/json"
  7193. ],
  7194. "produces": [
  7195. "application/json"
  7196. ],
  7197. "tags": [
  7198. "消息中心"
  7199. ],
  7200. "summary": "用户反馈-反馈列表-沟通发送",
  7201. "parameters": [
  7202. {
  7203. "type": "string",
  7204. "description": "验证参数Bearer和token空格拼接",
  7205. "name": "Authorization",
  7206. "in": "header",
  7207. "required": true
  7208. },
  7209. {
  7210. "description": "(分页信息必填)",
  7211. "name": "req",
  7212. "in": "body",
  7213. "required": true,
  7214. "schema": {
  7215. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7216. }
  7217. }
  7218. ],
  7219. "responses": {
  7220. "200": {
  7221. "description": "具体数据",
  7222. "schema": {
  7223. "type": "string"
  7224. }
  7225. },
  7226. "400": {
  7227. "description": "具体错误",
  7228. "schema": {
  7229. "$ref": "#/definitions/md.Response"
  7230. }
  7231. }
  7232. }
  7233. }
  7234. },
  7235. "/api/userRealName/base": {
  7236. "get": {
  7237. "description": "基本设置-实名认证",
  7238. "consumes": [
  7239. "application/json"
  7240. ],
  7241. "produces": [
  7242. "application/json"
  7243. ],
  7244. "tags": [
  7245. "基本设置"
  7246. ],
  7247. "summary": "基本设置-实名认证-基本配置",
  7248. "parameters": [
  7249. {
  7250. "type": "string",
  7251. "description": "验证参数Bearer和token空格拼接",
  7252. "name": "Authorization",
  7253. "in": "header",
  7254. "required": true
  7255. }
  7256. ],
  7257. "responses": {
  7258. "200": {
  7259. "description": "具体数据",
  7260. "schema": {
  7261. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7262. }
  7263. },
  7264. "400": {
  7265. "description": "具体错误",
  7266. "schema": {
  7267. "$ref": "#/definitions/md.Response"
  7268. }
  7269. }
  7270. }
  7271. }
  7272. },
  7273. "/api/userRealName/base/save": {
  7274. "post": {
  7275. "description": "基本设置-实名认证-基本配置保存",
  7276. "consumes": [
  7277. "application/json"
  7278. ],
  7279. "produces": [
  7280. "application/json"
  7281. ],
  7282. "tags": [
  7283. "基本设置"
  7284. ],
  7285. "summary": "基本设置-实名认证-基本配置保存",
  7286. "parameters": [
  7287. {
  7288. "type": "string",
  7289. "description": "验证参数Bearer和token空格拼接",
  7290. "name": "Authorization",
  7291. "in": "header",
  7292. "required": true
  7293. },
  7294. {
  7295. "description": "(分页信息必填)",
  7296. "name": "req",
  7297. "in": "body",
  7298. "required": true,
  7299. "schema": {
  7300. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7301. }
  7302. }
  7303. ],
  7304. "responses": {
  7305. "200": {
  7306. "description": "具体数据",
  7307. "schema": {
  7308. "type": "string"
  7309. }
  7310. },
  7311. "400": {
  7312. "description": "具体错误",
  7313. "schema": {
  7314. "$ref": "#/definitions/md.Response"
  7315. }
  7316. }
  7317. }
  7318. }
  7319. },
  7320. "/api/userRealName/list": {
  7321. "post": {
  7322. "description": "基本设置-实名认证列表",
  7323. "consumes": [
  7324. "application/json"
  7325. ],
  7326. "produces": [
  7327. "application/json"
  7328. ],
  7329. "tags": [
  7330. "基本设置"
  7331. ],
  7332. "summary": "基本设置-实名认证列表",
  7333. "parameters": [
  7334. {
  7335. "type": "string",
  7336. "description": "验证参数Bearer和token空格拼接",
  7337. "name": "Authorization",
  7338. "in": "header",
  7339. "required": true
  7340. },
  7341. {
  7342. "description": "(分页信息必填)",
  7343. "name": "req",
  7344. "in": "body",
  7345. "required": true,
  7346. "schema": {
  7347. "$ref": "#/definitions/md.UserRealNameReq"
  7348. }
  7349. }
  7350. ],
  7351. "responses": {
  7352. "200": {
  7353. "description": "具体数据",
  7354. "schema": {
  7355. "$ref": "#/definitions/md.UserRealNameResp"
  7356. }
  7357. },
  7358. "400": {
  7359. "description": "具体错误",
  7360. "schema": {
  7361. "$ref": "#/definitions/md.Response"
  7362. }
  7363. }
  7364. }
  7365. }
  7366. },
  7367. "/api/userRealName/save": {
  7368. "post": {
  7369. "description": "基本设置-修改认证状态",
  7370. "consumes": [
  7371. "application/json"
  7372. ],
  7373. "produces": [
  7374. "application/json"
  7375. ],
  7376. "tags": [
  7377. "基本设置"
  7378. ],
  7379. "summary": "基本设置-实名认证-修改认证状态",
  7380. "parameters": [
  7381. {
  7382. "type": "string",
  7383. "description": "验证参数Bearer和token空格拼接",
  7384. "name": "Authorization",
  7385. "in": "header",
  7386. "required": true
  7387. },
  7388. {
  7389. "description": "(分页信息必填)",
  7390. "name": "req",
  7391. "in": "body",
  7392. "required": true,
  7393. "schema": {
  7394. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7395. }
  7396. }
  7397. ],
  7398. "responses": {
  7399. "200": {
  7400. "description": "具体数据",
  7401. "schema": {
  7402. "type": "string"
  7403. }
  7404. },
  7405. "400": {
  7406. "description": "具体错误",
  7407. "schema": {
  7408. "$ref": "#/definitions/md.Response"
  7409. }
  7410. }
  7411. }
  7412. }
  7413. },
  7414. "/api/user_feedback/cate/del": {
  7415. "post": {
  7416. "description": "分类列表-分类删除",
  7417. "consumes": [
  7418. "application/json"
  7419. ],
  7420. "produces": [
  7421. "application/json"
  7422. ],
  7423. "tags": [
  7424. "消息中心"
  7425. ],
  7426. "summary": "反馈列表-分类列表-分类删除",
  7427. "parameters": [
  7428. {
  7429. "type": "string",
  7430. "description": "验证参数Bearer和token空格拼接",
  7431. "name": "Authorization",
  7432. "in": "header",
  7433. "required": true
  7434. },
  7435. {
  7436. "description": "(分页信息必填)",
  7437. "name": "req",
  7438. "in": "body",
  7439. "required": true,
  7440. "schema": {
  7441. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7442. }
  7443. }
  7444. ],
  7445. "responses": {
  7446. "200": {
  7447. "description": "具体数据",
  7448. "schema": {
  7449. "type": "string"
  7450. }
  7451. },
  7452. "400": {
  7453. "description": "具体错误",
  7454. "schema": {
  7455. "$ref": "#/definitions/md.Response"
  7456. }
  7457. }
  7458. }
  7459. }
  7460. },
  7461. "/api/user_feedback/cate/save": {
  7462. "post": {
  7463. "description": "分类列表-分类保存",
  7464. "consumes": [
  7465. "application/json"
  7466. ],
  7467. "produces": [
  7468. "application/json"
  7469. ],
  7470. "tags": [
  7471. "消息中心"
  7472. ],
  7473. "summary": "反馈列表-分类列表-分类保存",
  7474. "parameters": [
  7475. {
  7476. "type": "string",
  7477. "description": "验证参数Bearer和token空格拼接",
  7478. "name": "Authorization",
  7479. "in": "header",
  7480. "required": true
  7481. },
  7482. {
  7483. "description": "(分页信息必填)",
  7484. "name": "req",
  7485. "in": "body",
  7486. "required": true,
  7487. "schema": {
  7488. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7489. }
  7490. }
  7491. ],
  7492. "responses": {
  7493. "200": {
  7494. "description": "具体数据",
  7495. "schema": {
  7496. "type": "string"
  7497. }
  7498. },
  7499. "400": {
  7500. "description": "具体错误",
  7501. "schema": {
  7502. "$ref": "#/definitions/md.Response"
  7503. }
  7504. }
  7505. }
  7506. }
  7507. },
  7508. "/api/v1/website/getModuleSetting": {
  7509. "get": {
  7510. "description": "页面样式",
  7511. "consumes": [
  7512. "application/json"
  7513. ],
  7514. "produces": [
  7515. "application/json"
  7516. ],
  7517. "tags": [
  7518. "官网"
  7519. ],
  7520. "summary": "页面样式",
  7521. "parameters": [
  7522. {
  7523. "type": "string",
  7524. "description": "验证参数Bearer和token空格拼接",
  7525. "name": "Authorization",
  7526. "in": "header",
  7527. "required": true
  7528. },
  7529. {
  7530. "type": "string",
  7531. "description": "页面名称类型值(15:官网 联系我们)",
  7532. "name": "mod_name_value",
  7533. "in": "query",
  7534. "required": true
  7535. }
  7536. ],
  7537. "responses": {
  7538. "200": {
  7539. "description": "具体数据",
  7540. "schema": {
  7541. "$ref": "#/definitions/md.GetModuleSettingResp"
  7542. }
  7543. },
  7544. "400": {
  7545. "description": "具体错误",
  7546. "schema": {
  7547. "$ref": "#/definitions/md.Response"
  7548. }
  7549. }
  7550. }
  7551. }
  7552. },
  7553. "/api/website/info": {
  7554. "get": {
  7555. "description": "官网-基本信息",
  7556. "consumes": [
  7557. "application/json"
  7558. ],
  7559. "produces": [
  7560. "application/json"
  7561. ],
  7562. "tags": [
  7563. "官网"
  7564. ],
  7565. "summary": "官网-基本信息",
  7566. "parameters": [
  7567. {
  7568. "type": "string",
  7569. "description": "验证参数Bearer和token空格拼接",
  7570. "name": "Authorization",
  7571. "in": "header",
  7572. "required": true
  7573. }
  7574. ],
  7575. "responses": {
  7576. "200": {
  7577. "description": "具体数据",
  7578. "schema": {
  7579. "$ref": "#/definitions/md.WebsiteInfoResp"
  7580. }
  7581. },
  7582. "400": {
  7583. "description": "具体错误",
  7584. "schema": {
  7585. "$ref": "#/definitions/md.Response"
  7586. }
  7587. }
  7588. }
  7589. }
  7590. }
  7591. },
  7592. "definitions": {
  7593. "applet_app_md_financial_center.Paginate": {
  7594. "type": "object",
  7595. "properties": {
  7596. "limit": {
  7597. "description": "每页大小",
  7598. "type": "integer"
  7599. },
  7600. "page": {
  7601. "description": "页数",
  7602. "type": "integer"
  7603. },
  7604. "total": {
  7605. "description": "总数据量",
  7606. "type": "integer"
  7607. }
  7608. }
  7609. },
  7610. "applet_app_md_financial_center.TagNode": {
  7611. "type": "object",
  7612. "properties": {
  7613. "tag_id": {
  7614. "type": "integer"
  7615. },
  7616. "tag_name": {
  7617. "type": "string"
  7618. }
  7619. }
  7620. },
  7621. "applet_app_md_friend_circle.Paginate": {
  7622. "type": "object",
  7623. "properties": {
  7624. "limit": {
  7625. "description": "每页大小",
  7626. "type": "integer"
  7627. },
  7628. "page": {
  7629. "description": "页数",
  7630. "type": "integer"
  7631. },
  7632. "total": {
  7633. "description": "总数据量",
  7634. "type": "integer"
  7635. }
  7636. }
  7637. },
  7638. "applet_app_md_im.GetBasicResp": {
  7639. "type": "object",
  7640. "properties": {
  7641. "chat_sensitive_words": {
  7642. "type": "string",
  7643. "example": "聊天敏感词"
  7644. },
  7645. "is_allow_add_friends": {
  7646. "type": "string",
  7647. "example": "是否允许加好友"
  7648. },
  7649. "is_auto_add_friends": {
  7650. "type": "string",
  7651. "example": "是否自动加好友"
  7652. },
  7653. "prohibit_add_group_members": {
  7654. "type": "string",
  7655. "example": "是否禁止添加群成员"
  7656. },
  7657. "prohibit_remove_group_members": {
  7658. "type": "string",
  7659. "example": "是否禁止移出群成员"
  7660. },
  7661. "prohibit_update_group_name": {
  7662. "type": "string",
  7663. "example": "是否禁止修改群名称"
  7664. }
  7665. }
  7666. },
  7667. "applet_app_md_im.SetBasicReq": {
  7668. "type": "object",
  7669. "properties": {
  7670. "chat_sensitive_words": {
  7671. "type": "string",
  7672. "example": "聊天敏感词"
  7673. },
  7674. "is_allow_add_friends": {
  7675. "type": "string",
  7676. "example": "是否允许加好友"
  7677. },
  7678. "is_auto_add_friends": {
  7679. "type": "string",
  7680. "example": "是否自动加好友"
  7681. },
  7682. "prohibit_add_group_members": {
  7683. "type": "string",
  7684. "example": "是否禁止添加群成员"
  7685. },
  7686. "prohibit_remove_group_members": {
  7687. "type": "string",
  7688. "example": "是否禁止移出群成员"
  7689. },
  7690. "prohibit_update_group_name": {
  7691. "type": "string",
  7692. "example": "是否禁止修改群名称"
  7693. }
  7694. }
  7695. },
  7696. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7697. "type": "object",
  7698. "properties": {
  7699. "direct_push_reward": {
  7700. "description": "直推奖励",
  7701. "allOf": [
  7702. {
  7703. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7704. }
  7705. ]
  7706. },
  7707. "is_open": {
  7708. "description": "是否开启(1:开启 0:关闭)",
  7709. "type": "integer"
  7710. },
  7711. "person_egg_energy_coin_id": {
  7712. "description": "个人蛋蛋能量对应虚拟币 id",
  7713. "type": "integer"
  7714. },
  7715. "person_egg_points_coin_id": {
  7716. "description": "个人蛋蛋积分对应虚拟币 id",
  7717. "type": "integer"
  7718. },
  7719. "team_egg_energy_coin_id": {
  7720. "description": "团队蛋蛋能量对应虚拟币 id",
  7721. "type": "integer"
  7722. },
  7723. "team_egg_points_coin_id": {
  7724. "description": "团队蛋蛋积分对应虚拟币 id",
  7725. "type": "integer"
  7726. }
  7727. }
  7728. },
  7729. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7730. "type": "object",
  7731. "properties": {
  7732. "limit": {
  7733. "description": "每页大小",
  7734. "type": "integer"
  7735. },
  7736. "page": {
  7737. "description": "页数",
  7738. "type": "integer"
  7739. },
  7740. "total": {
  7741. "description": "总数据量",
  7742. "type": "integer"
  7743. }
  7744. }
  7745. },
  7746. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7747. "type": "object",
  7748. "properties": {
  7749. "id": {
  7750. "type": "integer"
  7751. },
  7752. "is_open": {
  7753. "description": "是否开启(1:开启 0:关闭)",
  7754. "type": "integer"
  7755. },
  7756. "is_self_active_get_team_revenue": {
  7757. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7758. "type": "integer"
  7759. },
  7760. "originator_uid": {
  7761. "description": "创始人uid",
  7762. "type": "integer"
  7763. },
  7764. "several_rows": {
  7765. "description": "几排",
  7766. "type": "integer"
  7767. },
  7768. "several_times": {
  7769. "description": "几乘",
  7770. "type": "integer"
  7771. },
  7772. "system_punish_replace": {
  7773. "description": "是否位置滑落 被新用户替换 0否 1是",
  7774. "type": "integer"
  7775. },
  7776. "system_punish_replace_value": {
  7777. "description": "xx天未活跃,处罚滑落",
  7778. "type": "integer"
  7779. }
  7780. }
  7781. },
  7782. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7783. "type": "object",
  7784. "properties": {
  7785. "limit": {
  7786. "description": "每页大小",
  7787. "type": "integer"
  7788. },
  7789. "page": {
  7790. "description": "页数",
  7791. "type": "integer"
  7792. },
  7793. "total": {
  7794. "description": "总数据量",
  7795. "type": "integer"
  7796. }
  7797. }
  7798. },
  7799. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7800. "type": "object",
  7801. "properties": {
  7802. "limit": {
  7803. "type": "integer"
  7804. },
  7805. "page": {
  7806. "type": "integer"
  7807. },
  7808. "total": {
  7809. "type": "integer"
  7810. }
  7811. }
  7812. },
  7813. "applet_app_md_member_center.Paginate": {
  7814. "type": "object",
  7815. "properties": {
  7816. "limit": {
  7817. "description": "每页大小",
  7818. "type": "integer"
  7819. },
  7820. "page": {
  7821. "description": "页数",
  7822. "type": "integer"
  7823. },
  7824. "total": {
  7825. "description": "总数据量",
  7826. "type": "integer"
  7827. }
  7828. }
  7829. },
  7830. "applet_app_md_member_center.TagNode": {
  7831. "type": "object",
  7832. "properties": {
  7833. "tag_id": {
  7834. "description": "标签 ID",
  7835. "type": "integer"
  7836. },
  7837. "tag_name": {
  7838. "description": "标签 名称",
  7839. "type": "string"
  7840. }
  7841. }
  7842. },
  7843. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7844. "type": "object",
  7845. "properties": {
  7846. "oss_access_key_id": {
  7847. "type": "string",
  7848. "example": "oss访问秘钥id"
  7849. },
  7850. "oss_access_key_secret": {
  7851. "type": "string",
  7852. "example": "oss访问秘钥"
  7853. },
  7854. "oss_assume_arn": {
  7855. "type": "string",
  7856. "example": "oss RAM角色ARN"
  7857. },
  7858. "oss_assume_role_access_key_id": {
  7859. "type": "string",
  7860. "example": "oss RAM角色访问秘钥id"
  7861. },
  7862. "oss_assume_role_access_key_secret": {
  7863. "type": "string",
  7864. "example": "oss RAM角色访问秘钥"
  7865. },
  7866. "oss_bucket_name": {
  7867. "type": "string",
  7868. "example": "oss存储桶名称"
  7869. },
  7870. "oss_bucket_scheme": {
  7871. "type": "string",
  7872. "example": "oss上传方式"
  7873. },
  7874. "oss_endpoint": {
  7875. "type": "string",
  7876. "example": "oss地域节点"
  7877. },
  7878. "oss_object_domain": {
  7879. "type": "string",
  7880. "example": "oss域名"
  7881. },
  7882. "oss_option": {
  7883. "type": "string",
  7884. "example": "oss上传文件类型选项,以逗号分割"
  7885. }
  7886. }
  7887. },
  7888. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7889. "type": "object",
  7890. "properties": {
  7891. "oss_access_key_id": {
  7892. "type": "string",
  7893. "example": "oss访问秘钥id"
  7894. },
  7895. "oss_access_key_secret": {
  7896. "type": "string",
  7897. "example": "oss访问秘钥"
  7898. },
  7899. "oss_assume_arn": {
  7900. "type": "string",
  7901. "example": "oss RAM角色ARN"
  7902. },
  7903. "oss_assume_role_access_key_id": {
  7904. "type": "string",
  7905. "example": "oss RAM角色访问秘钥id"
  7906. },
  7907. "oss_assume_role_access_key_secret": {
  7908. "type": "string",
  7909. "example": "oss RAM角色访问秘钥"
  7910. },
  7911. "oss_bucket_name": {
  7912. "type": "string",
  7913. "example": "oss存储桶名称"
  7914. },
  7915. "oss_bucket_scheme": {
  7916. "type": "string",
  7917. "example": "oss上传方式"
  7918. },
  7919. "oss_endpoint": {
  7920. "type": "string",
  7921. "example": "oss地域节点"
  7922. },
  7923. "oss_object_domain": {
  7924. "type": "string",
  7925. "example": "oss域名"
  7926. },
  7927. "oss_option": {
  7928. "type": "string",
  7929. "example": "oss上传文件类型选项,以逗号分割"
  7930. }
  7931. }
  7932. },
  7933. "client.AssumeRoleResponseBodyCredentials": {
  7934. "type": "object",
  7935. "properties": {
  7936. "AccessKeyId": {
  7937. "description": "The AccessKey ID.",
  7938. "type": "string"
  7939. },
  7940. "AccessKeySecret": {
  7941. "description": "The AccessKey secret.",
  7942. "type": "string"
  7943. },
  7944. "Expiration": {
  7945. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7946. "type": "string"
  7947. },
  7948. "SecurityToken": {
  7949. "description": "The STS token.\n\n\u003e Alibaba Cloud STS does not impose limits on the length of STS tokens. We strongly recommend that you do not specify a maximum length for STS tokens.",
  7950. "type": "string"
  7951. }
  7952. }
  7953. },
  7954. "comm.GetAdminInfoResp": {
  7955. "type": "object",
  7956. "properties": {
  7957. "adm_id": {
  7958. "description": "管理员id",
  7959. "type": "integer"
  7960. },
  7961. "is_super_administrator": {
  7962. "description": "是否为超级管理员(0:否 1:是)",
  7963. "type": "integer"
  7964. },
  7965. "memo": {
  7966. "description": "备注信息",
  7967. "type": "string"
  7968. },
  7969. "state": {
  7970. "description": "状态(1:正常 2:冻结)",
  7971. "type": "integer"
  7972. },
  7973. "username": {
  7974. "description": "用户名",
  7975. "type": "string"
  7976. }
  7977. }
  7978. },
  7979. "comm.GetSTSVoucherResp": {
  7980. "type": "object",
  7981. "properties": {
  7982. "bucket": {
  7983. "description": "oss 桶名称",
  7984. "type": "string"
  7985. },
  7986. "region": {
  7987. "description": "所在地域",
  7988. "type": "string"
  7989. },
  7990. "sts_token": {
  7991. "description": "STS 凭证",
  7992. "allOf": [
  7993. {
  7994. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7995. }
  7996. ]
  7997. }
  7998. }
  7999. },
  8000. "comm.ImgReqUploadReq": {
  8001. "type": "object",
  8002. "required": [
  8003. "content_type",
  8004. "file_name"
  8005. ],
  8006. "properties": {
  8007. "content_type": {
  8008. "type": "string",
  8009. "example": "image/jpeg"
  8010. },
  8011. "file_name": {
  8012. "type": "string",
  8013. "example": "文件名"
  8014. }
  8015. }
  8016. },
  8017. "hdl.GetActiveDataResp": {
  8018. "type": "object",
  8019. "properties": {
  8020. "today": {
  8021. "description": "今日数据",
  8022. "allOf": [
  8023. {
  8024. "$ref": "#/definitions/model.PlatformActiveData"
  8025. }
  8026. ]
  8027. },
  8028. "yesterday": {
  8029. "description": "昨日数据",
  8030. "allOf": [
  8031. {
  8032. "$ref": "#/definitions/model.PlatformActiveData"
  8033. }
  8034. ]
  8035. }
  8036. }
  8037. },
  8038. "hdl.TotalDataResp": {
  8039. "type": "object",
  8040. "properties": {
  8041. "month": {
  8042. "description": "月份",
  8043. "type": "string"
  8044. },
  8045. "no_sign_in_user_count": {
  8046. "description": "未签到用户数",
  8047. "type": "integer"
  8048. },
  8049. "total_user_count": {
  8050. "description": "平台总用户数",
  8051. "type": "integer"
  8052. },
  8053. "total_withdraw_amount": {
  8054. "description": "已提现累计金额",
  8055. "type": "string"
  8056. },
  8057. "verified_user_count": {
  8058. "description": "已认证用户数",
  8059. "type": "integer"
  8060. },
  8061. "year": {
  8062. "description": "年份",
  8063. "type": "string"
  8064. }
  8065. }
  8066. },
  8067. "md.ActivePointsWalletNode": {
  8068. "type": "object",
  8069. "properties": {
  8070. "amount": {
  8071. "type": "string",
  8072. "example": "账户余额"
  8073. },
  8074. "uid": {
  8075. "description": "用户 ID",
  8076. "type": "integer"
  8077. },
  8078. "user_name": {
  8079. "type": "string",
  8080. "example": "用户名"
  8081. },
  8082. "user_phone": {
  8083. "type": "string",
  8084. "example": "手机号"
  8085. }
  8086. }
  8087. },
  8088. "md.AddBlackListReq": {
  8089. "type": "object",
  8090. "properties": {
  8091. "memo": {
  8092. "description": "备注",
  8093. "type": "string"
  8094. },
  8095. "uid": {
  8096. "description": "用户 id",
  8097. "type": "integer"
  8098. }
  8099. }
  8100. },
  8101. "md.AddCommunityDividendsReq": {
  8102. "type": "object",
  8103. "properties": {
  8104. "amount": {
  8105. "description": "社区分红数量",
  8106. "type": "string"
  8107. },
  8108. "name": {
  8109. "type": "string",
  8110. "example": "社区分红名称"
  8111. }
  8112. }
  8113. },
  8114. "md.AddCommunityDividendsWithUserReq": {
  8115. "type": "object",
  8116. "properties": {
  8117. "memo": {
  8118. "type": "string",
  8119. "example": "备注"
  8120. },
  8121. "uid": {
  8122. "description": "新增社区长用户 ID",
  8123. "type": "integer"
  8124. }
  8125. }
  8126. },
  8127. "md.AddCustomerServiceReq": {
  8128. "type": "object",
  8129. "properties": {
  8130. "memo": {
  8131. "description": "备注",
  8132. "type": "string",
  8133. "example": "备注"
  8134. },
  8135. "phone": {
  8136. "type": "string",
  8137. "example": "手机号"
  8138. },
  8139. "weight": {
  8140. "description": "权重",
  8141. "type": "integer"
  8142. }
  8143. }
  8144. },
  8145. "md.AddEmoticonReq": {
  8146. "type": "object",
  8147. "properties": {
  8148. "img_url": {
  8149. "type": "string",
  8150. "example": "图片地址"
  8151. },
  8152. "memo": {
  8153. "description": "备注",
  8154. "type": "string",
  8155. "example": "备注"
  8156. },
  8157. "name": {
  8158. "type": "string",
  8159. "example": "名称"
  8160. },
  8161. "sort": {
  8162. "description": "排序",
  8163. "type": "integer"
  8164. }
  8165. }
  8166. },
  8167. "md.AddFreePublishUserReq": {
  8168. "type": "object",
  8169. "properties": {
  8170. "uid": {
  8171. "type": "integer"
  8172. }
  8173. }
  8174. },
  8175. "md.AddFundDataReq": {
  8176. "type": "object",
  8177. "properties": {
  8178. "frequency": {
  8179. "description": "频率(分钟)",
  8180. "type": "integer"
  8181. },
  8182. "hours": {
  8183. "description": "时长(小时)",
  8184. "type": "integer"
  8185. },
  8186. "kind": {
  8187. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8188. "type": "integer"
  8189. },
  8190. "memo": {
  8191. "type": "string",
  8192. "example": "备注"
  8193. },
  8194. "total_amount": {
  8195. "description": "金额",
  8196. "type": "string"
  8197. }
  8198. }
  8199. },
  8200. "md.AddLevelReq": {
  8201. "type": "object",
  8202. "properties": {
  8203. "auto_update": {
  8204. "description": "自动升级 0关闭 1开启",
  8205. "type": "string"
  8206. },
  8207. "choosable_num": {
  8208. "description": "可选任务数量",
  8209. "type": "string"
  8210. },
  8211. "is_use": {
  8212. "description": "是否开启(0.否, 1.是)",
  8213. "type": "string"
  8214. },
  8215. "level_name": {
  8216. "description": "等级名称",
  8217. "type": "string"
  8218. },
  8219. "level_weight": {
  8220. "description": "等级权重",
  8221. "type": "string"
  8222. },
  8223. "memo": {
  8224. "description": "备注",
  8225. "type": "string"
  8226. },
  8227. "user_level_tasks": {
  8228. "description": "需要新增的任务",
  8229. "type": "array",
  8230. "items": {
  8231. "$ref": "#/definitions/md.LevelTaskNode"
  8232. }
  8233. }
  8234. }
  8235. },
  8236. "md.AddPlatformRevenueReq": {
  8237. "type": "object",
  8238. "properties": {
  8239. "frequency": {
  8240. "description": "频率(分钟)",
  8241. "type": "integer"
  8242. },
  8243. "hours": {
  8244. "description": "时长(小时)",
  8245. "type": "integer"
  8246. },
  8247. "kind": {
  8248. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8249. "type": "integer"
  8250. },
  8251. "memo": {
  8252. "type": "string",
  8253. "example": "备注"
  8254. },
  8255. "total_amount": {
  8256. "description": "金额",
  8257. "type": "string"
  8258. }
  8259. }
  8260. },
  8261. "md.AddTagReq": {
  8262. "type": "object",
  8263. "properties": {
  8264. "is_punish": {
  8265. "description": "是否为处罚标签(0:否 1:是)",
  8266. "type": "string"
  8267. },
  8268. "memo": {
  8269. "description": "备注",
  8270. "type": "string"
  8271. },
  8272. "name": {
  8273. "description": "标签名称",
  8274. "type": "string"
  8275. }
  8276. }
  8277. },
  8278. "md.AdvertisingBase": {
  8279. "type": "object",
  8280. "properties": {
  8281. "android_ad_is_open": {
  8282. "type": "string",
  8283. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8284. },
  8285. "android_open_ad_is_open": {
  8286. "type": "string",
  8287. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8288. },
  8289. "info": {
  8290. "type": "string",
  8291. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8292. },
  8293. "ios_ad_is_open": {
  8294. "type": "string",
  8295. "example": "ios广告是否开启(1:开启 0:不开启)"
  8296. },
  8297. "ios_open_ad_is_open": {
  8298. "type": "string",
  8299. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8300. },
  8301. "voice": {
  8302. "type": "string",
  8303. "example": "领取奖励声音"
  8304. },
  8305. "voice_url": {
  8306. "type": "string"
  8307. }
  8308. }
  8309. },
  8310. "md.AdvertisingBaseResp": {
  8311. "type": "object",
  8312. "properties": {
  8313. "advertising_base": {
  8314. "$ref": "#/definitions/md.AdvertisingBase"
  8315. },
  8316. "select_data": {
  8317. "type": "array",
  8318. "items": {
  8319. "type": "object",
  8320. "additionalProperties": {
  8321. "type": "string"
  8322. }
  8323. }
  8324. }
  8325. }
  8326. },
  8327. "md.AdvertisingDelReq": {
  8328. "type": "object",
  8329. "properties": {
  8330. "id": {
  8331. "type": "array",
  8332. "items": {
  8333. "type": "string"
  8334. }
  8335. }
  8336. }
  8337. },
  8338. "md.AdvertisingFunctionList": {
  8339. "type": "object",
  8340. "properties": {
  8341. "ad_id": {
  8342. "type": "string",
  8343. "example": "广告id"
  8344. },
  8345. "id": {
  8346. "type": "string"
  8347. },
  8348. "type": {
  8349. "type": "string",
  8350. "example": "类型"
  8351. }
  8352. }
  8353. },
  8354. "md.AdvertisingFunctionListReq": {
  8355. "type": "object",
  8356. "properties": {
  8357. "limit": {
  8358. "type": "string"
  8359. },
  8360. "page": {
  8361. "type": "string"
  8362. }
  8363. }
  8364. },
  8365. "md.AdvertisingFunctionListResp": {
  8366. "type": "object",
  8367. "properties": {
  8368. "adv_data": {
  8369. "type": "array",
  8370. "items": {
  8371. "type": "object",
  8372. "additionalProperties": {
  8373. "type": "string"
  8374. }
  8375. }
  8376. },
  8377. "list": {
  8378. "type": "array",
  8379. "items": {
  8380. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8381. }
  8382. },
  8383. "select_data": {
  8384. "type": "array",
  8385. "items": {
  8386. "type": "object",
  8387. "additionalProperties": {
  8388. "type": "string"
  8389. }
  8390. }
  8391. },
  8392. "total": {
  8393. "type": "integer"
  8394. }
  8395. }
  8396. },
  8397. "md.AdvertisingLimit": {
  8398. "type": "object",
  8399. "properties": {
  8400. "imei_num": {
  8401. "type": "string",
  8402. "example": "设备数量"
  8403. },
  8404. "minute": {
  8405. "type": "string",
  8406. "example": "分钟"
  8407. },
  8408. "public_img": {
  8409. "type": "string",
  8410. "example": "公共弹窗图"
  8411. },
  8412. "public_img_url": {
  8413. "type": "string",
  8414. "example": "公共弹窗图"
  8415. },
  8416. "public_str": {
  8417. "type": "string",
  8418. "example": "公共弹窗文字"
  8419. },
  8420. "tip": {
  8421. "type": "string",
  8422. "example": "限制提示"
  8423. },
  8424. "withdraw_img": {
  8425. "type": "string",
  8426. "example": "提现弹窗图"
  8427. },
  8428. "withdraw_img_url": {
  8429. "type": "string",
  8430. "example": "提现弹窗图"
  8431. },
  8432. "withdraw_str": {
  8433. "type": "string",
  8434. "example": "提现弹窗文字"
  8435. }
  8436. }
  8437. },
  8438. "md.AdvertisingList": {
  8439. "type": "object",
  8440. "properties": {
  8441. "counting_down": {
  8442. "type": "string",
  8443. "example": "倒计时 单位秒"
  8444. },
  8445. "id": {
  8446. "type": "string"
  8447. },
  8448. "info": {
  8449. "type": "string",
  8450. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8451. },
  8452. "kind": {
  8453. "type": "string",
  8454. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8455. },
  8456. "name": {
  8457. "type": "string",
  8458. "example": "名称"
  8459. }
  8460. }
  8461. },
  8462. "md.AdvertisingListReq": {
  8463. "type": "object",
  8464. "properties": {
  8465. "kind": {
  8466. "type": "string"
  8467. },
  8468. "limit": {
  8469. "type": "string"
  8470. },
  8471. "name": {
  8472. "type": "string"
  8473. },
  8474. "page": {
  8475. "type": "string"
  8476. }
  8477. }
  8478. },
  8479. "md.AdvertisingListResp": {
  8480. "type": "object",
  8481. "properties": {
  8482. "adv_data": {
  8483. "type": "array",
  8484. "items": {
  8485. "type": "object",
  8486. "additionalProperties": {
  8487. "type": "string"
  8488. }
  8489. }
  8490. },
  8491. "list": {
  8492. "type": "array",
  8493. "items": {
  8494. "$ref": "#/definitions/md.AdvertisingList"
  8495. }
  8496. },
  8497. "select_data": {
  8498. "type": "array",
  8499. "items": {
  8500. "type": "object",
  8501. "additionalProperties": {
  8502. "type": "string"
  8503. }
  8504. }
  8505. },
  8506. "total": {
  8507. "type": "integer"
  8508. }
  8509. }
  8510. },
  8511. "md.AdvertisingSaveReq": {
  8512. "type": "object",
  8513. "properties": {
  8514. "counting_down": {
  8515. "type": "string",
  8516. "example": "倒计时 单位秒"
  8517. },
  8518. "id": {
  8519. "type": "string"
  8520. },
  8521. "info": {
  8522. "type": "string",
  8523. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8524. },
  8525. "kind": {
  8526. "type": "string",
  8527. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8528. },
  8529. "name": {
  8530. "type": "string",
  8531. "example": "名称"
  8532. }
  8533. }
  8534. },
  8535. "md.ArticleCateDelReq": {
  8536. "type": "object",
  8537. "properties": {
  8538. "id": {
  8539. "type": "array",
  8540. "items": {
  8541. "type": "string"
  8542. }
  8543. }
  8544. }
  8545. },
  8546. "md.ArticleCateList": {
  8547. "type": "object",
  8548. "properties": {
  8549. "id": {
  8550. "type": "string"
  8551. },
  8552. "is_show": {
  8553. "type": "string"
  8554. },
  8555. "name": {
  8556. "type": "string"
  8557. },
  8558. "pid": {
  8559. "type": "string"
  8560. },
  8561. "sort": {
  8562. "type": "string"
  8563. }
  8564. }
  8565. },
  8566. "md.ArticleCateListReq": {
  8567. "type": "object",
  8568. "properties": {
  8569. "limit": {
  8570. "description": "每页大小",
  8571. "type": "string"
  8572. },
  8573. "page": {
  8574. "description": "页数",
  8575. "type": "string"
  8576. }
  8577. }
  8578. },
  8579. "md.ArticleCateListResp": {
  8580. "type": "object",
  8581. "properties": {
  8582. "list": {
  8583. "type": "array",
  8584. "items": {
  8585. "$ref": "#/definitions/md.ArticleCateList"
  8586. }
  8587. },
  8588. "select_data": {
  8589. "type": "array",
  8590. "items": {
  8591. "type": "object",
  8592. "additionalProperties": {
  8593. "type": "string"
  8594. }
  8595. }
  8596. },
  8597. "total": {
  8598. "type": "integer"
  8599. }
  8600. }
  8601. },
  8602. "md.ArticleCateSaveReq": {
  8603. "type": "object",
  8604. "properties": {
  8605. "id": {
  8606. "type": "string"
  8607. },
  8608. "is_show": {
  8609. "type": "string"
  8610. },
  8611. "name": {
  8612. "type": "string"
  8613. },
  8614. "pid": {
  8615. "type": "string"
  8616. },
  8617. "sort": {
  8618. "type": "string"
  8619. }
  8620. }
  8621. },
  8622. "md.ArticleDelReq": {
  8623. "type": "object",
  8624. "properties": {
  8625. "id": {
  8626. "type": "array",
  8627. "items": {
  8628. "type": "string"
  8629. }
  8630. }
  8631. }
  8632. },
  8633. "md.ArticleList": {
  8634. "type": "object",
  8635. "properties": {
  8636. "cate_id": {
  8637. "type": "string",
  8638. "example": "二级分类id"
  8639. },
  8640. "content": {
  8641. "type": "string"
  8642. },
  8643. "cover": {
  8644. "type": "string",
  8645. "example": "一级分类id=4 显示 封面图"
  8646. },
  8647. "cover_url": {
  8648. "type": "string"
  8649. },
  8650. "id": {
  8651. "type": "string"
  8652. },
  8653. "is_show": {
  8654. "type": "string"
  8655. },
  8656. "pid": {
  8657. "type": "string",
  8658. "example": "一级分类id"
  8659. },
  8660. "sort": {
  8661. "type": "string"
  8662. },
  8663. "title": {
  8664. "type": "string"
  8665. },
  8666. "url": {
  8667. "type": "string"
  8668. }
  8669. }
  8670. },
  8671. "md.ArticleListReq": {
  8672. "type": "object",
  8673. "properties": {
  8674. "limit": {
  8675. "description": "每页大小",
  8676. "type": "string"
  8677. },
  8678. "page": {
  8679. "description": "页数",
  8680. "type": "string"
  8681. }
  8682. }
  8683. },
  8684. "md.ArticleListResp": {
  8685. "type": "object",
  8686. "properties": {
  8687. "cate_data": {
  8688. "type": "array",
  8689. "items": {
  8690. "type": "object",
  8691. "additionalProperties": true
  8692. }
  8693. },
  8694. "list": {
  8695. "type": "array",
  8696. "items": {
  8697. "$ref": "#/definitions/md.ArticleList"
  8698. }
  8699. },
  8700. "select_data": {
  8701. "type": "array",
  8702. "items": {
  8703. "type": "object",
  8704. "additionalProperties": true
  8705. }
  8706. },
  8707. "total": {
  8708. "type": "integer"
  8709. }
  8710. }
  8711. },
  8712. "md.ArticleSaveReq": {
  8713. "type": "object",
  8714. "properties": {
  8715. "cate_id": {
  8716. "type": "string",
  8717. "example": "二级分类id"
  8718. },
  8719. "content": {
  8720. "type": "string"
  8721. },
  8722. "cover": {
  8723. "type": "string",
  8724. "example": "一级分类id=4 显示 封面图"
  8725. },
  8726. "id": {
  8727. "type": "string"
  8728. },
  8729. "is_show": {
  8730. "type": "string"
  8731. },
  8732. "pid": {
  8733. "type": "string",
  8734. "example": "一级分类id"
  8735. },
  8736. "sort": {
  8737. "type": "string"
  8738. },
  8739. "title": {
  8740. "type": "string"
  8741. }
  8742. }
  8743. },
  8744. "md.AuditClearReq": {
  8745. "type": "object",
  8746. "properties": {
  8747. "os": {
  8748. "type": "string",
  8749. "example": "1-安卓 2-ios"
  8750. }
  8751. }
  8752. },
  8753. "md.BalanceDetailNode": {
  8754. "type": "object",
  8755. "properties": {
  8756. "after_amount": {
  8757. "description": "变更后余额",
  8758. "type": "string"
  8759. },
  8760. "amount": {
  8761. "description": "变更数量",
  8762. "type": "string"
  8763. },
  8764. "before_amount": {
  8765. "description": "变更前余额",
  8766. "type": "string"
  8767. },
  8768. "create_at": {
  8769. "description": "创建时间",
  8770. "type": "string"
  8771. },
  8772. "id": {
  8773. "description": "记录ID",
  8774. "type": "integer"
  8775. },
  8776. "kind": {
  8777. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8778. "type": "string"
  8779. }
  8780. }
  8781. },
  8782. "md.BasicInfoNode": {
  8783. "type": "object",
  8784. "properties": {
  8785. "avatar": {
  8786. "description": "头像",
  8787. "type": "string"
  8788. },
  8789. "levelId": {
  8790. "description": "会员等级 ID",
  8791. "type": "integer"
  8792. },
  8793. "level_name": {
  8794. "description": "会员等级名称",
  8795. "type": "string"
  8796. },
  8797. "memo": {
  8798. "description": "备注",
  8799. "type": "string"
  8800. },
  8801. "nickname": {
  8802. "description": "用户名称",
  8803. "type": "string"
  8804. },
  8805. "parent_name": {
  8806. "description": "推荐人名称",
  8807. "type": "string"
  8808. },
  8809. "parent_phone": {
  8810. "description": "推荐人手机号",
  8811. "type": "string"
  8812. },
  8813. "parent_uid": {
  8814. "description": "推荐人",
  8815. "type": "integer"
  8816. },
  8817. "password": {
  8818. "description": "登录密码",
  8819. "type": "string"
  8820. },
  8821. "phone": {
  8822. "description": "手机号",
  8823. "type": "string"
  8824. },
  8825. "sex": {
  8826. "description": "性别",
  8827. "type": "integer"
  8828. },
  8829. "state": {
  8830. "description": "账号状态 1正常,2冻结",
  8831. "type": "integer"
  8832. },
  8833. "tag": {
  8834. "description": "标签名称",
  8835. "type": "array",
  8836. "items": {
  8837. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8838. }
  8839. },
  8840. "union_id": {
  8841. "description": "微信号",
  8842. "type": "string"
  8843. }
  8844. }
  8845. },
  8846. "md.BatchSendGroupMessageReq": {
  8847. "type": "object",
  8848. "properties": {
  8849. "content": {
  8850. "description": "消息内容",
  8851. "type": "string"
  8852. },
  8853. "kind": {
  8854. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8855. "type": "integer"
  8856. },
  8857. "not_condition": {
  8858. "description": "不发送条件 群 ID 以\";\"分割",
  8859. "type": "string"
  8860. },
  8861. "send_condition": {
  8862. "description": "发送条件 群 ID 以\";\"分割",
  8863. "type": "string"
  8864. },
  8865. "send_kind": {
  8866. "description": "发送模式(1:指定群组 2:所有群组)",
  8867. "type": "integer"
  8868. }
  8869. }
  8870. },
  8871. "md.BatchSendUserMessageReq": {
  8872. "type": "object",
  8873. "properties": {
  8874. "content": {
  8875. "description": "消息内容",
  8876. "type": "string"
  8877. },
  8878. "kind": {
  8879. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8880. "type": "integer"
  8881. },
  8882. "not_condition": {
  8883. "description": "不发送条件 用户手机号 以\";\"分割",
  8884. "type": "string"
  8885. },
  8886. "send_condition": {
  8887. "description": "发送条件 用户手机号 以\";\"分割",
  8888. "type": "string"
  8889. },
  8890. "send_kind": {
  8891. "description": "发送模式(1:所有用户 2:指定用户)",
  8892. "type": "integer"
  8893. }
  8894. }
  8895. },
  8896. "md.CloudBundleBaseResp": {
  8897. "type": "object",
  8898. "properties": {
  8899. "android_logo": {
  8900. "type": "string"
  8901. },
  8902. "ios_logo": {
  8903. "type": "string"
  8904. },
  8905. "launch_screen": {
  8906. "type": "object",
  8907. "additionalProperties": {
  8908. "type": "string"
  8909. }
  8910. }
  8911. }
  8912. },
  8913. "md.CloudBundleBuildReq": {
  8914. "type": "object",
  8915. "properties": {
  8916. "bit": {
  8917. "type": "array",
  8918. "items": {
  8919. "type": "string"
  8920. }
  8921. },
  8922. "isCombine": {
  8923. "type": "string"
  8924. },
  8925. "memo": {
  8926. "type": "string"
  8927. },
  8928. "os": {
  8929. "type": "string"
  8930. },
  8931. "platform": {
  8932. "type": "array",
  8933. "items": {
  8934. "type": "string"
  8935. }
  8936. },
  8937. "version": {
  8938. "type": "string"
  8939. }
  8940. }
  8941. },
  8942. "md.CloudBundleDelReq": {
  8943. "type": "object",
  8944. "properties": {
  8945. "ids": {
  8946. "type": "array",
  8947. "items": {
  8948. "type": "string"
  8949. }
  8950. }
  8951. }
  8952. },
  8953. "md.CloudBundleImgResp": {
  8954. "type": "object",
  8955. "properties": {
  8956. "android_logo": {
  8957. "type": "string"
  8958. },
  8959. "android_logo_url": {
  8960. "type": "string"
  8961. },
  8962. "build_1080_2280": {
  8963. "type": "string"
  8964. },
  8965. "build_1080_2280_url": {
  8966. "type": "string"
  8967. },
  8968. "build_1125_2436": {
  8969. "type": "string"
  8970. },
  8971. "build_1125_2436_url": {
  8972. "type": "string"
  8973. },
  8974. "build_1242_2208": {
  8975. "type": "string"
  8976. },
  8977. "build_1242_2208_url": {
  8978. "type": "string"
  8979. },
  8980. "build_640_1136": {
  8981. "type": "string"
  8982. },
  8983. "build_640_1136_url": {
  8984. "type": "string"
  8985. },
  8986. "build_640_960": {
  8987. "type": "string"
  8988. },
  8989. "build_640_960_url": {
  8990. "type": "string"
  8991. },
  8992. "build_720_1280": {
  8993. "type": "string"
  8994. },
  8995. "build_720_1280_url": {
  8996. "type": "string"
  8997. },
  8998. "build_750_1334": {
  8999. "type": "string"
  9000. },
  9001. "build_750_1334_url": {
  9002. "type": "string"
  9003. },
  9004. "guide": {
  9005. "type": "array",
  9006. "items": {
  9007. "$ref": "#/definitions/md.Guide"
  9008. }
  9009. },
  9010. "ios_logo": {
  9011. "type": "string"
  9012. },
  9013. "ios_logo_url": {
  9014. "type": "string"
  9015. }
  9016. }
  9017. },
  9018. "md.CloudBundleList": {
  9019. "type": "object",
  9020. "properties": {
  9021. "apply_at": {
  9022. "type": "string"
  9023. },
  9024. "bit": {
  9025. "type": "string"
  9026. },
  9027. "build_id": {
  9028. "type": "string"
  9029. },
  9030. "finish_at": {
  9031. "type": "string"
  9032. },
  9033. "id": {
  9034. "type": "string"
  9035. },
  9036. "is_auditing": {
  9037. "type": "string"
  9038. },
  9039. "is_combine": {
  9040. "type": "string"
  9041. },
  9042. "memo": {
  9043. "type": "string"
  9044. },
  9045. "os": {
  9046. "type": "string"
  9047. },
  9048. "platform": {
  9049. "type": "string"
  9050. },
  9051. "src": {
  9052. "type": "string"
  9053. },
  9054. "state": {
  9055. "type": "string"
  9056. },
  9057. "version": {
  9058. "type": "string"
  9059. }
  9060. }
  9061. },
  9062. "md.CloudBundleReq": {
  9063. "type": "object",
  9064. "properties": {
  9065. "limit": {
  9066. "description": "每页大小",
  9067. "type": "string"
  9068. },
  9069. "page": {
  9070. "description": "页数",
  9071. "type": "string"
  9072. }
  9073. }
  9074. },
  9075. "md.CloudBundleResp": {
  9076. "type": "object",
  9077. "properties": {
  9078. "last_android": {
  9079. "type": "string"
  9080. },
  9081. "last_bit": {
  9082. "type": "string"
  9083. },
  9084. "last_is_combine": {
  9085. "type": "string"
  9086. },
  9087. "last_platform": {
  9088. "type": "array",
  9089. "items": {
  9090. "type": "string"
  9091. }
  9092. },
  9093. "list": {
  9094. "type": "array",
  9095. "items": {
  9096. "$ref": "#/definitions/md.CloudBundleList"
  9097. }
  9098. },
  9099. "list_ios": {
  9100. "type": "string"
  9101. },
  9102. "select_data": {
  9103. "type": "array",
  9104. "items": {
  9105. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9106. }
  9107. },
  9108. "total": {
  9109. "type": "integer"
  9110. }
  9111. }
  9112. },
  9113. "md.CloudBundleUpdateStateReq": {
  9114. "type": "object",
  9115. "properties": {
  9116. "build_id": {
  9117. "type": "string"
  9118. },
  9119. "build_number": {
  9120. "type": "string"
  9121. },
  9122. "error_msg": {
  9123. "type": "string"
  9124. },
  9125. "id": {
  9126. "type": "string"
  9127. },
  9128. "src": {
  9129. "type": "string"
  9130. },
  9131. "state": {
  9132. "type": "string"
  9133. }
  9134. }
  9135. },
  9136. "md.CloudBundleVersion": {
  9137. "type": "object",
  9138. "properties": {
  9139. "content": {
  9140. "type": "string"
  9141. },
  9142. "img": {
  9143. "type": "string"
  9144. },
  9145. "img_url": {
  9146. "type": "string"
  9147. },
  9148. "is_must": {
  9149. "type": "string"
  9150. },
  9151. "name": {
  9152. "type": "string"
  9153. },
  9154. "type": {
  9155. "type": "string"
  9156. },
  9157. "url": {
  9158. "type": "string"
  9159. },
  9160. "version": {
  9161. "type": "string"
  9162. }
  9163. }
  9164. },
  9165. "md.CloudBundleVersionMap": {
  9166. "type": "object",
  9167. "properties": {
  9168. "img": {
  9169. "type": "string"
  9170. },
  9171. "name": {
  9172. "type": "string"
  9173. },
  9174. "type": {
  9175. "type": "string"
  9176. }
  9177. }
  9178. },
  9179. "md.CloudBundleVersionResp": {
  9180. "type": "object",
  9181. "properties": {
  9182. "version": {
  9183. "type": "array",
  9184. "items": {
  9185. "$ref": "#/definitions/md.CloudBundleVersion"
  9186. }
  9187. }
  9188. }
  9189. },
  9190. "md.CommReq": {
  9191. "type": "object",
  9192. "properties": {
  9193. "id": {
  9194. "type": "string"
  9195. }
  9196. }
  9197. },
  9198. "md.ConfigResp": {
  9199. "type": "object",
  9200. "properties": {
  9201. "oss_url": {
  9202. "type": "string",
  9203. "example": "阿里云图片链接"
  9204. }
  9205. }
  9206. },
  9207. "md.DailyActivityAnalysisTopData": {
  9208. "type": "object",
  9209. "properties": {
  9210. "activity_count": {
  9211. "description": "子节点活跃天数",
  9212. "type": "integer"
  9213. },
  9214. "team_activity_user_count": {
  9215. "description": "子节点活跃人数",
  9216. "type": "integer"
  9217. },
  9218. "team_user_count": {
  9219. "description": "团队人数",
  9220. "type": "integer"
  9221. }
  9222. }
  9223. },
  9224. "md.DataSetting": {
  9225. "type": "object",
  9226. "properties": {
  9227. "total_angel_investor": {
  9228. "description": "天使投资人",
  9229. "type": "string",
  9230. "example": "天使投资人"
  9231. },
  9232. "total_ecological_development": {
  9233. "description": "生态建设",
  9234. "type": "string",
  9235. "example": "当前价格"
  9236. },
  9237. "total_issuance_amount": {
  9238. "description": "总发行量",
  9239. "type": "string",
  9240. "example": "总发行量"
  9241. },
  9242. "total_operate_fund": {
  9243. "description": "运营资金",
  9244. "type": "string",
  9245. "example": "运营资金"
  9246. },
  9247. "total_team_dividends": {
  9248. "description": "团队分红",
  9249. "type": "string",
  9250. "example": "团队分红"
  9251. },
  9252. "total_technology_team": {
  9253. "description": "技术团队",
  9254. "type": "string",
  9255. "example": "技术团队"
  9256. },
  9257. "total_user_for_person": {
  9258. "description": "个人区域",
  9259. "type": "string",
  9260. "example": "个人区域"
  9261. },
  9262. "total_user_for_team": {
  9263. "description": "团队区域",
  9264. "type": "string",
  9265. "example": "团队区域"
  9266. }
  9267. }
  9268. },
  9269. "md.DeleteBlackListReq": {
  9270. "type": "object",
  9271. "properties": {
  9272. "id": {
  9273. "description": "黑名单 id",
  9274. "type": "integer"
  9275. }
  9276. }
  9277. },
  9278. "md.DeleteDynamicReq": {
  9279. "type": "object",
  9280. "properties": {
  9281. "index_id": {
  9282. "description": "动态id",
  9283. "type": "string"
  9284. }
  9285. }
  9286. },
  9287. "md.DeleteEmoticonReq": {
  9288. "type": "object",
  9289. "properties": {
  9290. "id": {
  9291. "description": "拥有用户数量",
  9292. "type": "integer"
  9293. }
  9294. }
  9295. },
  9296. "md.DeleteFreePublishUserReq": {
  9297. "type": "object",
  9298. "properties": {
  9299. "uid": {
  9300. "type": "string"
  9301. }
  9302. }
  9303. },
  9304. "md.DeleteLevelReq": {
  9305. "type": "object",
  9306. "properties": {
  9307. "level_id": {
  9308. "type": "string"
  9309. }
  9310. }
  9311. },
  9312. "md.DeleteTagReq": {
  9313. "type": "object",
  9314. "properties": {
  9315. "tag_id": {
  9316. "description": "标签 ID",
  9317. "type": "string"
  9318. }
  9319. }
  9320. },
  9321. "md.DeleteTaskReq": {
  9322. "type": "object",
  9323. "properties": {
  9324. "task_id": {
  9325. "type": "string"
  9326. }
  9327. }
  9328. },
  9329. "md.DestructionSettingStruct": {
  9330. "type": "object",
  9331. "properties": {
  9332. "community_dividends": {
  9333. "description": "社区分红百分比",
  9334. "type": "string"
  9335. },
  9336. "destruction_quantity": {
  9337. "description": "销毁百分比",
  9338. "type": "string"
  9339. },
  9340. "development_committee": {
  9341. "description": "发展委员会百分比",
  9342. "type": "string"
  9343. },
  9344. "marketplace_merchant": {
  9345. "description": "市商数量百分比",
  9346. "type": "string"
  9347. },
  9348. "public_welfare_and_charity": {
  9349. "description": "公益慈善百分比",
  9350. "type": "string"
  9351. },
  9352. "star_level_dividends": {
  9353. "description": "星级分红百分比",
  9354. "type": "string"
  9355. }
  9356. }
  9357. },
  9358. "md.DirectPushRewardSettingStruct": {
  9359. "type": "object",
  9360. "properties": {
  9361. "member_self_is_open_get_team_reward": {
  9362. "description": "会员是否活跃得到团队奖励",
  9363. "type": "string"
  9364. },
  9365. "reward_rate_value": {
  9366. "description": "奖励百分比",
  9367. "type": "string"
  9368. }
  9369. }
  9370. },
  9371. "md.DynamicDataFlowListReq": {
  9372. "type": "object",
  9373. "properties": {
  9374. "end_at": {
  9375. "description": "结束时间",
  9376. "type": "string",
  9377. "example": "结束时间"
  9378. },
  9379. "kind": {
  9380. "description": "持有类型",
  9381. "type": "integer"
  9382. },
  9383. "page": {
  9384. "description": "页数",
  9385. "type": "integer"
  9386. },
  9387. "page_size": {
  9388. "description": "每页大小",
  9389. "type": "integer"
  9390. },
  9391. "start_at": {
  9392. "description": "开始时间",
  9393. "type": "string",
  9394. "example": "开始时间"
  9395. }
  9396. }
  9397. },
  9398. "md.DynamicDataFlowListResp": {
  9399. "type": "object",
  9400. "properties": {
  9401. "kind_list": {
  9402. "description": "类型列表",
  9403. "type": "array",
  9404. "items": {
  9405. "type": "object",
  9406. "additionalProperties": true
  9407. }
  9408. },
  9409. "list": {
  9410. "description": "动态数据流水列表",
  9411. "type": "array",
  9412. "items": {
  9413. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9414. }
  9415. },
  9416. "paginate": {
  9417. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9418. }
  9419. }
  9420. },
  9421. "md.EggEnergyAvailableEnergyFlow": {
  9422. "type": "object",
  9423. "properties": {
  9424. "after_community_dividends": {
  9425. "description": "变更后-社区分红区块币数量",
  9426. "type": "string"
  9427. },
  9428. "after_destruction_quantity_values": {
  9429. "description": "变更后-销毁区块币数量",
  9430. "type": "string"
  9431. },
  9432. "after_development_committee_values": {
  9433. "description": "变更后-发展委员会区块币数量",
  9434. "type": "string"
  9435. },
  9436. "after_marketplace_merchant_fund_values": {
  9437. "description": "变更后-市商资金值",
  9438. "type": "string"
  9439. },
  9440. "after_marketplace_merchant_values": {
  9441. "description": "变更后-市商区块币数量",
  9442. "type": "string"
  9443. },
  9444. "after_now_energy_total_nums": {
  9445. "description": "变更后-现行总量",
  9446. "type": "string"
  9447. },
  9448. "after_planet_total_value": {
  9449. "description": "变更后-星球总价值",
  9450. "type": "string"
  9451. },
  9452. "after_price": {
  9453. "description": "变更后-价格",
  9454. "type": "string"
  9455. },
  9456. "after_public_welfare_and_charity_values": {
  9457. "description": "变更后-公益慈善区块币数量",
  9458. "type": "string"
  9459. },
  9460. "after_star_level_dividends_values": {
  9461. "description": "变更后-星级分红区块币数量",
  9462. "type": "string"
  9463. },
  9464. "amount": {
  9465. "description": "变更数量",
  9466. "type": "string"
  9467. },
  9468. "before_community_dividends": {
  9469. "description": "变更前-社区分红区块币数量",
  9470. "type": "string"
  9471. },
  9472. "before_destruction_quantity_values": {
  9473. "description": "变更前-销毁区块币数量",
  9474. "type": "string"
  9475. },
  9476. "before_development_committee_values": {
  9477. "description": "变更前-发展委员会区块币数量",
  9478. "type": "string"
  9479. },
  9480. "before_marketplace_merchant_fund_values": {
  9481. "description": "变更前-市商资金值",
  9482. "type": "string"
  9483. },
  9484. "before_marketplace_merchant_values": {
  9485. "description": "变更前-市商区块币数量",
  9486. "type": "string"
  9487. },
  9488. "before_now_energy_total_nums": {
  9489. "description": "变更前-现行总量",
  9490. "type": "string"
  9491. },
  9492. "before_planet_total_value": {
  9493. "description": "变更前-星球总价值",
  9494. "type": "string"
  9495. },
  9496. "before_price": {
  9497. "description": "变更前-价格",
  9498. "type": "string"
  9499. },
  9500. "before_public_welfare_and_charity_values": {
  9501. "description": "变更前-公益慈善区块币数量",
  9502. "type": "string"
  9503. },
  9504. "before_star_level_dividends_values": {
  9505. "description": "变更前-星级分红区块币数量",
  9506. "type": "string"
  9507. },
  9508. "create_time": {
  9509. "description": "创建时间",
  9510. "type": "string"
  9511. },
  9512. "id": {
  9513. "type": "integer"
  9514. },
  9515. "kind": {
  9516. "description": "种类",
  9517. "type": "integer"
  9518. },
  9519. "title": {
  9520. "description": "标题",
  9521. "type": "string"
  9522. }
  9523. }
  9524. },
  9525. "md.EggEnergyCommunityDividends": {
  9526. "type": "object",
  9527. "properties": {
  9528. "amount": {
  9529. "description": "分红数量",
  9530. "type": "string"
  9531. },
  9532. "coin_id": {
  9533. "description": "虚拟币 id",
  9534. "type": "integer"
  9535. },
  9536. "create_at": {
  9537. "description": "分红时间",
  9538. "type": "string"
  9539. },
  9540. "id": {
  9541. "type": "integer"
  9542. },
  9543. "is_over": {
  9544. "description": "是否分红完毕",
  9545. "type": "integer"
  9546. },
  9547. "name": {
  9548. "type": "string",
  9549. "example": "名称"
  9550. },
  9551. "persons_num": {
  9552. "description": "分红人数",
  9553. "type": "integer"
  9554. },
  9555. "update_at": {
  9556. "type": "string"
  9557. }
  9558. }
  9559. },
  9560. "md.EggEnergyCommunityDividendsWithUser": {
  9561. "type": "object",
  9562. "properties": {
  9563. "id": {
  9564. "type": "integer"
  9565. },
  9566. "memo": {
  9567. "type": "string",
  9568. "example": "备注"
  9569. },
  9570. "nickname": {
  9571. "type": "string"
  9572. },
  9573. "phone": {
  9574. "type": "string"
  9575. },
  9576. "uid": {
  9577. "type": "integer"
  9578. }
  9579. }
  9580. },
  9581. "md.EggFriendCircleNode": {
  9582. "type": "object",
  9583. "properties": {
  9584. "content": {
  9585. "description": "文本内容",
  9586. "type": "string"
  9587. },
  9588. "created_at": {
  9589. "type": "string"
  9590. },
  9591. "image": {
  9592. "description": "图片",
  9593. "type": "string"
  9594. },
  9595. "index_id": {
  9596. "description": "动态id",
  9597. "type": "string"
  9598. },
  9599. "is_praise": {
  9600. "description": "是否被表扬(1:是 2:否)",
  9601. "type": "integer"
  9602. },
  9603. "is_top_up": {
  9604. "description": "是否置顶(1:是 2:否)",
  9605. "type": "integer"
  9606. },
  9607. "kind": {
  9608. "description": "类型(1:普通 2:官方)",
  9609. "type": "integer"
  9610. },
  9611. "state": {
  9612. "description": "状态(1:正常 2:隐藏)",
  9613. "type": "integer"
  9614. },
  9615. "uid": {
  9616. "description": "用户id",
  9617. "type": "integer"
  9618. },
  9619. "updated_at": {
  9620. "type": "string"
  9621. },
  9622. "username": {
  9623. "description": "用户名称",
  9624. "type": "string"
  9625. },
  9626. "video": {
  9627. "description": "视频",
  9628. "type": "string"
  9629. }
  9630. }
  9631. },
  9632. "md.EggPointCoefficientBatchAddReq": {
  9633. "type": "object",
  9634. "properties": {
  9635. "list": {
  9636. "description": "系数管理列表",
  9637. "type": "array",
  9638. "items": {
  9639. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9640. }
  9641. }
  9642. }
  9643. },
  9644. "md.EggPointCoefficientDelReq": {
  9645. "type": "object",
  9646. "required": [
  9647. "id"
  9648. ],
  9649. "properties": {
  9650. "id": {
  9651. "description": "需要删除范围的id",
  9652. "type": "string"
  9653. }
  9654. }
  9655. },
  9656. "md.EggPointCoefficientGetResp": {
  9657. "type": "object",
  9658. "properties": {
  9659. "list": {
  9660. "type": "array",
  9661. "items": {
  9662. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9663. }
  9664. }
  9665. }
  9666. },
  9667. "md.EggPointCoefficientNode": {
  9668. "type": "object",
  9669. "properties": {
  9670. "coefficient": {
  9671. "description": "系数",
  9672. "type": "string"
  9673. },
  9674. "end_score": {
  9675. "description": "截止分值",
  9676. "type": "string"
  9677. },
  9678. "id": {
  9679. "type": "integer"
  9680. },
  9681. "start_score": {
  9682. "description": "起始分值",
  9683. "type": "string"
  9684. }
  9685. }
  9686. },
  9687. "md.EggPointCoefficientUpdateReq": {
  9688. "type": "object",
  9689. "required": [
  9690. "id"
  9691. ],
  9692. "properties": {
  9693. "coefficient": {
  9694. "description": "系数",
  9695. "type": "string"
  9696. },
  9697. "end_score": {
  9698. "description": "截止分值",
  9699. "type": "string"
  9700. },
  9701. "id": {
  9702. "description": "需要修改范围的id",
  9703. "type": "string"
  9704. },
  9705. "start_score": {
  9706. "description": "起始分值",
  9707. "type": "string"
  9708. }
  9709. }
  9710. },
  9711. "md.ExchangeRulesStruct": {
  9712. "type": "object",
  9713. "properties": {
  9714. "auto_exchange_nums_by_person": {
  9715. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9716. "type": "string"
  9717. },
  9718. "auto_exchange_nums_by_team": {
  9719. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9720. "type": "string"
  9721. },
  9722. "auto_exchange_rate_by_person": {
  9723. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9724. "type": "string"
  9725. },
  9726. "auto_exchange_rate_by_team": {
  9727. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9728. "type": "string"
  9729. }
  9730. }
  9731. },
  9732. "md.ExchangeUserPositionReq": {
  9733. "type": "object",
  9734. "properties": {
  9735. "position_1": {
  9736. "description": "位置1,具体值取返回数据中的 system_id",
  9737. "type": "integer"
  9738. },
  9739. "position_2": {
  9740. "description": "位置2,具体值取返回数据中的 system_id",
  9741. "type": "integer"
  9742. }
  9743. }
  9744. },
  9745. "md.FansNode": {
  9746. "type": "object",
  9747. "properties": {
  9748. "amount": {
  9749. "description": "可提现余额",
  9750. "type": "string"
  9751. },
  9752. "id": {
  9753. "description": "用户ID",
  9754. "type": "integer"
  9755. },
  9756. "level_total": {
  9757. "description": "所属代数",
  9758. "type": "integer"
  9759. },
  9760. "nickname": {
  9761. "type": "string",
  9762. "example": "用户昵称"
  9763. },
  9764. "phone": {
  9765. "type": "string",
  9766. "example": "手机号"
  9767. },
  9768. "register_at": {
  9769. "description": "注册时间",
  9770. "type": "string"
  9771. },
  9772. "total_income": {
  9773. "description": "累计收益",
  9774. "type": "string"
  9775. }
  9776. }
  9777. },
  9778. "md.FindSubUserRelationshipMapResp": {
  9779. "type": "object",
  9780. "properties": {
  9781. "basic_setting": {
  9782. "description": "公排设置",
  9783. "allOf": [
  9784. {
  9785. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9786. }
  9787. ]
  9788. },
  9789. "search_uid": {
  9790. "description": "查找的用户 ID",
  9791. "type": "string"
  9792. },
  9793. "sub_user": {
  9794. "description": "上级用户信息",
  9795. "allOf": [
  9796. {
  9797. "$ref": "#/definitions/md.SubUser"
  9798. }
  9799. ]
  9800. }
  9801. }
  9802. },
  9803. "md.FirstWithdrawSet": {
  9804. "type": "object",
  9805. "properties": {
  9806. "first_withdraw_amount_limit": {
  9807. "description": "不需要实名时 最大提现金额",
  9808. "type": "string"
  9809. },
  9810. "is_need_real_name": {
  9811. "description": "是否需要实名(0:不需要,1:需要)",
  9812. "type": "integer"
  9813. }
  9814. }
  9815. },
  9816. "md.FreePublishUserNode": {
  9817. "type": "object",
  9818. "properties": {
  9819. "nickname": {
  9820. "type": "string",
  9821. "example": "昵称"
  9822. },
  9823. "phone": {
  9824. "type": "string",
  9825. "example": "手机号"
  9826. },
  9827. "uid": {
  9828. "type": "integer"
  9829. }
  9830. }
  9831. },
  9832. "md.FundDataNode": {
  9833. "type": "object",
  9834. "properties": {
  9835. "balance_amount": {
  9836. "description": "余额",
  9837. "type": "string"
  9838. },
  9839. "balance_times": {
  9840. "description": "剩余执行次数",
  9841. "type": "integer"
  9842. },
  9843. "create_at": {
  9844. "description": "创建时间",
  9845. "type": "string"
  9846. },
  9847. "hours": {
  9848. "description": "时长",
  9849. "type": "integer"
  9850. },
  9851. "kind": {
  9852. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9853. "type": "integer"
  9854. },
  9855. "memo": {
  9856. "description": "备注",
  9857. "type": "string"
  9858. },
  9859. "system_id": {
  9860. "type": "integer"
  9861. },
  9862. "total_amount": {
  9863. "description": "金额",
  9864. "type": "string"
  9865. }
  9866. }
  9867. },
  9868. "md.FundDataRecordNode": {
  9869. "type": "object",
  9870. "properties": {
  9871. "after_planet_total_value": {
  9872. "description": "执行后-星球价值",
  9873. "type": "string"
  9874. },
  9875. "after_price": {
  9876. "description": "执行后-价格",
  9877. "type": "string"
  9878. },
  9879. "balance_amount": {
  9880. "description": "余额",
  9881. "type": "string"
  9882. },
  9883. "balance_times": {
  9884. "description": "剩余执行次数",
  9885. "type": "integer"
  9886. },
  9887. "before_planet_total_value": {
  9888. "description": "执行前-星球价值",
  9889. "type": "string"
  9890. },
  9891. "before_price": {
  9892. "description": "执行前-价格",
  9893. "type": "string"
  9894. },
  9895. "create_at": {
  9896. "type": "string"
  9897. },
  9898. "total_amount": {
  9899. "description": "金额",
  9900. "type": "string"
  9901. }
  9902. }
  9903. },
  9904. "md.GetActivePointsUserCoinFlowListReq": {
  9905. "type": "object",
  9906. "properties": {
  9907. "coin_id": {
  9908. "description": "货币类型 ID",
  9909. "type": "integer"
  9910. },
  9911. "direction": {
  9912. "description": "流水方向:1收入 2支出",
  9913. "type": "integer"
  9914. },
  9915. "end_at": {
  9916. "description": "结束时间",
  9917. "type": "string"
  9918. },
  9919. "page": {
  9920. "description": "页数",
  9921. "type": "integer"
  9922. },
  9923. "page_size": {
  9924. "description": "每页大小",
  9925. "type": "integer"
  9926. },
  9927. "start_at": {
  9928. "description": "开始时间",
  9929. "type": "string"
  9930. },
  9931. "uid": {
  9932. "description": "用户 ID",
  9933. "type": "integer"
  9934. }
  9935. }
  9936. },
  9937. "md.GetActivePointsUserCoinFlowListResp": {
  9938. "type": "object",
  9939. "properties": {
  9940. "list": {
  9941. "description": "流水信息",
  9942. "type": "array",
  9943. "items": {
  9944. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9945. }
  9946. },
  9947. "paginate": {
  9948. "description": "分页信息",
  9949. "allOf": [
  9950. {
  9951. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9952. }
  9953. ]
  9954. },
  9955. "select_data": {
  9956. "description": "流水类型",
  9957. "allOf": [
  9958. {
  9959. "$ref": "#/definitions/md.SelectData"
  9960. }
  9961. ]
  9962. }
  9963. }
  9964. },
  9965. "md.GetActivePointsUserCoinListReq": {
  9966. "type": "object",
  9967. "properties": {
  9968. "end_coin": {
  9969. "type": "string",
  9970. "example": "最大金额"
  9971. },
  9972. "kind": {
  9973. "description": "虚拟币种类编号",
  9974. "type": "integer"
  9975. },
  9976. "page": {
  9977. "description": "页数",
  9978. "type": "integer"
  9979. },
  9980. "page_size": {
  9981. "description": "单页大小",
  9982. "type": "integer"
  9983. },
  9984. "start_coin": {
  9985. "type": "string",
  9986. "example": "最小金额"
  9987. },
  9988. "uid": {
  9989. "description": "指定查询用户 ID",
  9990. "type": "integer"
  9991. },
  9992. "user_name": {
  9993. "type": "string",
  9994. "example": "用户名称"
  9995. },
  9996. "user_phone": {
  9997. "type": "string",
  9998. "example": "手机号"
  9999. }
  10000. }
  10001. },
  10002. "md.GetActivePointsUserCoinListResp": {
  10003. "type": "object",
  10004. "properties": {
  10005. "kind_list": {
  10006. "description": "货币类型集合",
  10007. "type": "array",
  10008. "items": {
  10009. "$ref": "#/definitions/md.VirtualCoinListNode"
  10010. }
  10011. },
  10012. "list": {
  10013. "description": "余额集合",
  10014. "type": "array",
  10015. "items": {
  10016. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10017. }
  10018. },
  10019. "sum_user_amount": {
  10020. "description": "用户持有总数",
  10021. "type": "number"
  10022. },
  10023. "total": {
  10024. "description": "持有该类型用户数",
  10025. "type": "integer"
  10026. }
  10027. }
  10028. },
  10029. "md.GetBlackListNode": {
  10030. "type": "object",
  10031. "properties": {
  10032. "admin_id": {
  10033. "description": "管理员 id",
  10034. "type": "integer"
  10035. },
  10036. "admin_nickname": {
  10037. "description": "管理员名称",
  10038. "type": "string"
  10039. },
  10040. "black_list_id": {
  10041. "description": "黑名单 id",
  10042. "type": "integer"
  10043. },
  10044. "created_at": {
  10045. "description": "添加时间",
  10046. "type": "string"
  10047. },
  10048. "memo": {
  10049. "description": "备注",
  10050. "type": "string"
  10051. },
  10052. "uid": {
  10053. "description": "用户 id",
  10054. "type": "integer"
  10055. },
  10056. "user_nickname": {
  10057. "description": "用户名称",
  10058. "type": "string"
  10059. }
  10060. }
  10061. },
  10062. "md.GetBlackListResp": {
  10063. "type": "object",
  10064. "properties": {
  10065. "list": {
  10066. "description": "具体信息",
  10067. "type": "array",
  10068. "items": {
  10069. "$ref": "#/definitions/md.GetBlackListNode"
  10070. }
  10071. },
  10072. "paginate": {
  10073. "description": "分页信息",
  10074. "allOf": [
  10075. {
  10076. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10077. }
  10078. ]
  10079. }
  10080. }
  10081. },
  10082. "md.GetContributionValueBasicSettingResp": {
  10083. "type": "object",
  10084. "properties": {
  10085. "hand_out_red_package": {
  10086. "description": "发红包获得x点",
  10087. "type": "integer"
  10088. },
  10089. "id": {
  10090. "type": "integer"
  10091. },
  10092. "posting_comment_liked": {
  10093. "description": "发布评论被官方点赞获得x点",
  10094. "type": "integer"
  10095. },
  10096. "posting_dynamic_liked": {
  10097. "description": "发布动态被官方点赞获得x点",
  10098. "type": "integer"
  10099. },
  10100. "publish_creation": {
  10101. "description": "发布创作获得x点",
  10102. "type": "integer"
  10103. }
  10104. }
  10105. },
  10106. "md.GetDynamicReq": {
  10107. "type": "object",
  10108. "properties": {
  10109. "begin_at": {
  10110. "description": "开始时间",
  10111. "type": "string"
  10112. },
  10113. "end_at": {
  10114. "description": "结束时间",
  10115. "type": "string"
  10116. },
  10117. "limit": {
  10118. "description": "页面大小",
  10119. "type": "integer"
  10120. },
  10121. "nickname": {
  10122. "description": "创建人名称",
  10123. "type": "string"
  10124. },
  10125. "page": {
  10126. "description": "页数",
  10127. "type": "integer"
  10128. },
  10129. "uid": {
  10130. "description": "创建人id",
  10131. "type": "string"
  10132. }
  10133. }
  10134. },
  10135. "md.GetDynamicResp": {
  10136. "type": "object",
  10137. "properties": {
  10138. "list": {
  10139. "type": "array",
  10140. "items": {
  10141. "$ref": "#/definitions/md.EggFriendCircleNode"
  10142. }
  10143. },
  10144. "paginate": {
  10145. "description": "分页信息",
  10146. "allOf": [
  10147. {
  10148. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10149. }
  10150. ]
  10151. }
  10152. }
  10153. },
  10154. "md.GetEggCoreDataListResp": {
  10155. "type": "object",
  10156. "properties": {
  10157. "now_energy_total_nums": {
  10158. "description": "现行总量",
  10159. "type": "string",
  10160. "example": "现行总量"
  10161. },
  10162. "now_price": {
  10163. "description": "当前价格",
  10164. "type": "string",
  10165. "example": "当前价格"
  10166. },
  10167. "planet_total_value": {
  10168. "description": "星球价值",
  10169. "type": "string",
  10170. "example": "星球价值"
  10171. },
  10172. "user_hold_total_nums": {
  10173. "description": "用户持有总量",
  10174. "type": "string"
  10175. }
  10176. }
  10177. },
  10178. "md.GetEggEnergyBasicResp": {
  10179. "type": "object",
  10180. "properties": {
  10181. "basic_setting": {
  10182. "description": "基础设置",
  10183. "allOf": [
  10184. {
  10185. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10186. }
  10187. ]
  10188. },
  10189. "data_setting": {
  10190. "description": "数据设置",
  10191. "allOf": [
  10192. {
  10193. "$ref": "#/definitions/md.DataSetting"
  10194. }
  10195. ]
  10196. },
  10197. "destruction_setting": {
  10198. "description": "销毁设置",
  10199. "allOf": [
  10200. {
  10201. "$ref": "#/definitions/md.DestructionSettingStruct"
  10202. }
  10203. ]
  10204. },
  10205. "exchange_rules": {
  10206. "description": "兑换规则",
  10207. "allOf": [
  10208. {
  10209. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10210. }
  10211. ]
  10212. },
  10213. "new_user_incentive_rules": {
  10214. "description": "新用户奖励规则",
  10215. "allOf": [
  10216. {
  10217. "$ref": "#/definitions/md.NewUserRewardRules"
  10218. }
  10219. ]
  10220. },
  10221. "price_setting": {
  10222. "description": "价格设置",
  10223. "allOf": [
  10224. {
  10225. "$ref": "#/definitions/md.PriceSettingStruct"
  10226. }
  10227. ]
  10228. },
  10229. "reward_system": {
  10230. "description": "圈层奖励",
  10231. "type": "array",
  10232. "items": {
  10233. "$ref": "#/definitions/md.RewardSystemStruct"
  10234. }
  10235. },
  10236. "system_id": {
  10237. "description": "该设置系统 ID",
  10238. "type": "integer"
  10239. },
  10240. "video_reward_setting": {
  10241. "description": "视频奖励",
  10242. "allOf": [
  10243. {
  10244. "$ref": "#/definitions/md.VideoRewardSetting"
  10245. }
  10246. ]
  10247. }
  10248. }
  10249. },
  10250. "md.GetEggEnergyVipSettingResp": {
  10251. "type": "object",
  10252. "properties": {
  10253. "level_list": {
  10254. "description": "会员等级列表",
  10255. "type": "array",
  10256. "items": {
  10257. "type": "object",
  10258. "additionalProperties": true
  10259. }
  10260. },
  10261. "list": {
  10262. "description": "会员权益设置",
  10263. "type": "array",
  10264. "items": {
  10265. "$ref": "#/definitions/md.VipEquitySettingNode"
  10266. }
  10267. }
  10268. }
  10269. },
  10270. "md.GetFreePublishUserReq": {
  10271. "type": "object",
  10272. "properties": {
  10273. "limit": {
  10274. "description": "每页大小",
  10275. "type": "integer"
  10276. },
  10277. "page": {
  10278. "description": "当前页数",
  10279. "type": "integer"
  10280. },
  10281. "uid": {
  10282. "description": "筛选的用户 ID",
  10283. "type": "integer"
  10284. }
  10285. }
  10286. },
  10287. "md.GetFreePublishUserResp": {
  10288. "type": "object",
  10289. "properties": {
  10290. "list": {
  10291. "description": "免罚用户列表",
  10292. "type": "array",
  10293. "items": {
  10294. "$ref": "#/definitions/md.FreePublishUserNode"
  10295. }
  10296. },
  10297. "paginate": {
  10298. "description": "分页信息",
  10299. "allOf": [
  10300. {
  10301. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10302. }
  10303. ]
  10304. }
  10305. }
  10306. },
  10307. "md.GetFriendCircleBasicSettingsResp": {
  10308. "type": "object",
  10309. "properties": {
  10310. "comment_is_real_name": {
  10311. "description": "评论是否需要实名认证(1:是 2:否)",
  10312. "type": "integer"
  10313. },
  10314. "comment_nums_every_day": {
  10315. "description": "评论每天次数",
  10316. "type": "integer"
  10317. },
  10318. "id": {
  10319. "type": "integer"
  10320. },
  10321. "publish_is_real_name": {
  10322. "description": "发布是否需要实名认证(1:是 2:否)",
  10323. "type": "integer"
  10324. },
  10325. "publish_nums_every_day": {
  10326. "description": "发布每天次数",
  10327. "type": "integer"
  10328. }
  10329. }
  10330. },
  10331. "md.GetFundDataListReq": {
  10332. "type": "object",
  10333. "properties": {
  10334. "end_at": {
  10335. "type": "string",
  10336. "example": "结束时间"
  10337. },
  10338. "kind": {
  10339. "description": "数据类型",
  10340. "type": "integer"
  10341. },
  10342. "limit": {
  10343. "description": "每页大小",
  10344. "type": "integer"
  10345. },
  10346. "page": {
  10347. "description": "页数",
  10348. "type": "integer"
  10349. },
  10350. "start_at": {
  10351. "type": "string",
  10352. "example": "开始时间"
  10353. }
  10354. }
  10355. },
  10356. "md.GetFundDataListResp": {
  10357. "type": "object",
  10358. "properties": {
  10359. "kind_list": {
  10360. "description": "类型列表",
  10361. "type": "array",
  10362. "items": {
  10363. "type": "object",
  10364. "additionalProperties": true
  10365. }
  10366. },
  10367. "list": {
  10368. "description": "数据列表",
  10369. "type": "array",
  10370. "items": {
  10371. "$ref": "#/definitions/md.FundDataNode"
  10372. }
  10373. },
  10374. "paginate": {
  10375. "description": "分页数据",
  10376. "allOf": [
  10377. {
  10378. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10379. }
  10380. ]
  10381. }
  10382. }
  10383. },
  10384. "md.GetFundDataRecordListReq": {
  10385. "type": "object",
  10386. "properties": {
  10387. "limit": {
  10388. "description": "页面大小",
  10389. "type": "integer"
  10390. },
  10391. "page": {
  10392. "description": "页数",
  10393. "type": "integer"
  10394. },
  10395. "system_id": {
  10396. "description": "数据在系统中的 ID",
  10397. "type": "integer"
  10398. }
  10399. }
  10400. },
  10401. "md.GetFundDataRecordListResp": {
  10402. "type": "object",
  10403. "properties": {
  10404. "list": {
  10405. "type": "array",
  10406. "items": {
  10407. "$ref": "#/definitions/md.FundDataRecordNode"
  10408. }
  10409. },
  10410. "paginate": {
  10411. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10412. }
  10413. }
  10414. },
  10415. "md.GetGreenEnergyUserCoinFlowListReq": {
  10416. "type": "object",
  10417. "properties": {
  10418. "coin_id": {
  10419. "description": "货币类型 ID",
  10420. "type": "integer"
  10421. },
  10422. "direction": {
  10423. "description": "流水方向:1收入 2支出",
  10424. "type": "integer"
  10425. },
  10426. "end_at": {
  10427. "description": "结束时间",
  10428. "type": "string"
  10429. },
  10430. "page": {
  10431. "description": "页数",
  10432. "type": "integer"
  10433. },
  10434. "page_size": {
  10435. "description": "每页大小",
  10436. "type": "integer"
  10437. },
  10438. "start_at": {
  10439. "description": "开始时间",
  10440. "type": "string"
  10441. },
  10442. "uid": {
  10443. "description": "用户 ID",
  10444. "type": "integer"
  10445. }
  10446. }
  10447. },
  10448. "md.GetGreenEnergyUserCoinFlowListResp": {
  10449. "type": "object",
  10450. "properties": {
  10451. "list": {
  10452. "description": "流水信息",
  10453. "type": "array",
  10454. "items": {
  10455. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10456. }
  10457. },
  10458. "paginate": {
  10459. "description": "分页信息",
  10460. "allOf": [
  10461. {
  10462. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10463. }
  10464. ]
  10465. },
  10466. "select_data": {
  10467. "description": "流水类型",
  10468. "allOf": [
  10469. {
  10470. "$ref": "#/definitions/md.SelectData"
  10471. }
  10472. ]
  10473. }
  10474. }
  10475. },
  10476. "md.GetGreenEnergyUserCoinListReq": {
  10477. "type": "object",
  10478. "properties": {
  10479. "end_coin": {
  10480. "type": "string",
  10481. "example": "最大金额"
  10482. },
  10483. "kind": {
  10484. "description": "虚拟币种类编号",
  10485. "type": "integer"
  10486. },
  10487. "page": {
  10488. "description": "页数",
  10489. "type": "integer"
  10490. },
  10491. "page_size": {
  10492. "description": "单页大小",
  10493. "type": "integer"
  10494. },
  10495. "start_coin": {
  10496. "type": "string",
  10497. "example": "最小金额"
  10498. },
  10499. "uid": {
  10500. "description": "指定查询用户 ID",
  10501. "type": "integer"
  10502. },
  10503. "user_name": {
  10504. "type": "string",
  10505. "example": "用户名称"
  10506. },
  10507. "user_phone": {
  10508. "type": "string",
  10509. "example": "手机号"
  10510. }
  10511. }
  10512. },
  10513. "md.GetGreenEnergyUserCoinListResp": {
  10514. "type": "object",
  10515. "properties": {
  10516. "kind_list": {
  10517. "description": "货币类型集合",
  10518. "type": "array",
  10519. "items": {
  10520. "$ref": "#/definitions/md.VirtualCoinListNode"
  10521. }
  10522. },
  10523. "list": {
  10524. "description": "余额集合",
  10525. "type": "array",
  10526. "items": {
  10527. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10528. }
  10529. },
  10530. "sum_user_amount": {
  10531. "description": "用户持有总数",
  10532. "type": "number"
  10533. },
  10534. "total": {
  10535. "description": "持有该类型用户数",
  10536. "type": "integer"
  10537. }
  10538. }
  10539. },
  10540. "md.GetLevelListResp": {
  10541. "type": "object",
  10542. "properties": {
  10543. "list": {
  10544. "type": "array",
  10545. "items": {
  10546. "$ref": "#/definitions/md.LevelListNode"
  10547. }
  10548. },
  10549. "paginate": {
  10550. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10551. }
  10552. }
  10553. },
  10554. "md.GetModuleSettingResp": {
  10555. "type": "object",
  10556. "properties": {
  10557. "data": {
  10558. "description": "内容"
  10559. },
  10560. "mod_name": {
  10561. "description": "模块名称",
  10562. "type": "string"
  10563. },
  10564. "position": {
  10565. "description": "位置",
  10566. "type": "string"
  10567. },
  10568. "skip_identifier": {
  10569. "description": "跳转标识",
  10570. "type": "string"
  10571. },
  10572. "subtitle": {
  10573. "description": "副标题",
  10574. "type": "string"
  10575. },
  10576. "title": {
  10577. "description": "标题",
  10578. "type": "string"
  10579. }
  10580. }
  10581. },
  10582. "md.GetOneLevelResp": {
  10583. "type": "object",
  10584. "properties": {
  10585. "auto_update": {
  10586. "description": "自动升级 0关闭,1开启",
  10587. "type": "integer"
  10588. },
  10589. "choosable_num": {
  10590. "description": "可选任务数量",
  10591. "type": "integer"
  10592. },
  10593. "is_use": {
  10594. "description": "是否开启(0.否, 1.是)",
  10595. "type": "integer"
  10596. },
  10597. "level_id": {
  10598. "description": "等级 ID",
  10599. "type": "integer"
  10600. },
  10601. "level_name": {
  10602. "description": "等级名称",
  10603. "type": "string"
  10604. },
  10605. "level_weight": {
  10606. "description": "等级权重",
  10607. "type": "integer"
  10608. },
  10609. "memo": {
  10610. "description": "备注",
  10611. "type": "string"
  10612. },
  10613. "task_type": {
  10614. "description": "任务类型关系",
  10615. "type": "array",
  10616. "items": {
  10617. "type": "object",
  10618. "additionalProperties": true
  10619. }
  10620. },
  10621. "user_level_tasks": {
  10622. "type": "array",
  10623. "items": {
  10624. "$ref": "#/definitions/model.UserLevelTask"
  10625. }
  10626. }
  10627. }
  10628. },
  10629. "md.GetPriceCurveResp": {
  10630. "type": "object",
  10631. "properties": {
  10632. "x_data": {
  10633. "type": "array",
  10634. "items": {}
  10635. },
  10636. "y_data": {
  10637. "type": "array",
  10638. "items": {}
  10639. }
  10640. }
  10641. },
  10642. "md.GetPublicPlatoonBasicResp": {
  10643. "type": "object",
  10644. "properties": {
  10645. "is_open": {
  10646. "description": "是否开启(1:开启 0:关闭)",
  10647. "type": "integer"
  10648. },
  10649. "is_self_active_get_team_revenue": {
  10650. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10651. "type": "integer"
  10652. },
  10653. "originator_name": {
  10654. "description": "创始人名称",
  10655. "type": "string"
  10656. },
  10657. "originator_uid": {
  10658. "description": "创始人uid",
  10659. "type": "integer"
  10660. },
  10661. "several_rows": {
  10662. "description": "几排",
  10663. "type": "integer"
  10664. },
  10665. "several_times": {
  10666. "description": "几乘",
  10667. "type": "integer"
  10668. },
  10669. "system_punish_replace": {
  10670. "description": "是否位置滑落 被新用户替换 0否 1是",
  10671. "type": "integer"
  10672. },
  10673. "system_punish_replace_value": {
  10674. "description": "xx天未活跃,处罚滑落",
  10675. "type": "integer"
  10676. }
  10677. }
  10678. },
  10679. "md.GetTagListResp": {
  10680. "type": "object",
  10681. "properties": {
  10682. "list": {
  10683. "type": "array",
  10684. "items": {
  10685. "$ref": "#/definitions/md.TagListNode"
  10686. }
  10687. },
  10688. "paginate": {
  10689. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10690. }
  10691. }
  10692. },
  10693. "md.GetVideoRewardResp": {
  10694. "type": "object",
  10695. "properties": {
  10696. "ecmp": {
  10697. "description": "当前 Ecpm 值",
  10698. "type": "string"
  10699. },
  10700. "unit_price": {
  10701. "description": "单价",
  10702. "type": "string"
  10703. }
  10704. }
  10705. },
  10706. "md.GetWithdrawApplyListNode": {
  10707. "type": "object",
  10708. "properties": {
  10709. "actual_receipt": {
  10710. "description": "实际到账",
  10711. "type": "string"
  10712. },
  10713. "ali_pay_account": {
  10714. "description": "支付宝账号",
  10715. "type": "string"
  10716. },
  10717. "ali_pay_name": {
  10718. "description": "支付宝昵称",
  10719. "type": "string"
  10720. },
  10721. "amount": {
  10722. "description": "提现金额",
  10723. "type": "string"
  10724. },
  10725. "apply_at": {
  10726. "description": "申请时间",
  10727. "type": "string"
  10728. },
  10729. "invite_code": {
  10730. "description": "邀请码",
  10731. "type": "string"
  10732. },
  10733. "memo": {
  10734. "description": "备注",
  10735. "type": "string"
  10736. },
  10737. "nickname": {
  10738. "description": "用户名称",
  10739. "type": "string"
  10740. },
  10741. "parentID": {
  10742. "description": "推荐人ID",
  10743. "type": "integer"
  10744. },
  10745. "parentPhone": {
  10746. "description": "推荐人手机号",
  10747. "type": "string"
  10748. },
  10749. "pay_at": {
  10750. "description": "到账时间",
  10751. "type": "string"
  10752. },
  10753. "state": {
  10754. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10755. "type": "integer"
  10756. },
  10757. "sys_fee": {
  10758. "description": "手续费",
  10759. "type": "string"
  10760. },
  10761. "tag": {
  10762. "description": "标签",
  10763. "type": "array",
  10764. "items": {
  10765. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10766. }
  10767. },
  10768. "user_id": {
  10769. "description": "会员 ID",
  10770. "type": "integer"
  10771. },
  10772. "wechat_pay_account": {
  10773. "description": "微信账号",
  10774. "type": "string"
  10775. },
  10776. "wechat_pay_name": {
  10777. "description": "微信昵称",
  10778. "type": "string"
  10779. },
  10780. "withdraw_apply_id": {
  10781. "description": "提现申请id",
  10782. "type": "integer"
  10783. },
  10784. "withdraw_type": {
  10785. "description": "转账平台(1:支付宝 2:微信)",
  10786. "type": "integer"
  10787. }
  10788. }
  10789. },
  10790. "md.GetWithdrawApplyListReq": {
  10791. "type": "object",
  10792. "properties": {
  10793. "amount_begin": {
  10794. "description": "最小金额",
  10795. "type": "string"
  10796. },
  10797. "amount_end": {
  10798. "description": "最大金额",
  10799. "type": "string"
  10800. },
  10801. "apply_end_at": {
  10802. "description": "申请结束时间",
  10803. "type": "string"
  10804. },
  10805. "apply_start_at": {
  10806. "description": "申请开始时间",
  10807. "type": "string"
  10808. },
  10809. "examine_end_at": {
  10810. "description": "审核结束时间",
  10811. "type": "string"
  10812. },
  10813. "examine_start_at": {
  10814. "description": "审核开始时间",
  10815. "type": "string"
  10816. },
  10817. "is_first": {
  10818. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10819. "type": "string"
  10820. },
  10821. "level": {
  10822. "description": "会员等级",
  10823. "type": "string"
  10824. },
  10825. "limit": {
  10826. "description": "页面大小",
  10827. "type": "integer"
  10828. },
  10829. "nickname": {
  10830. "description": "用户昵称",
  10831. "type": "string"
  10832. },
  10833. "page": {
  10834. "description": "页数",
  10835. "type": "integer"
  10836. },
  10837. "parent_id": {
  10838. "description": "推荐人 ID",
  10839. "type": "string"
  10840. },
  10841. "payment_type": {
  10842. "description": "打款类型 1:手动;2:自动",
  10843. "type": "string"
  10844. },
  10845. "phone": {
  10846. "description": "用户手机号",
  10847. "type": "string"
  10848. },
  10849. "state": {
  10850. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10851. "type": "string"
  10852. },
  10853. "uid": {
  10854. "description": "用户 ID",
  10855. "type": "string"
  10856. },
  10857. "withdraw_account": {
  10858. "description": "支付宝/微信昵称",
  10859. "type": "string"
  10860. },
  10861. "withdraw_name": {
  10862. "description": "支付宝姓名",
  10863. "type": "string"
  10864. },
  10865. "withdraw_type": {
  10866. "description": "提现方式(1:支付宝 2:微信)",
  10867. "type": "string"
  10868. }
  10869. }
  10870. },
  10871. "md.GetWithdrawApplyListResp": {
  10872. "type": "object",
  10873. "properties": {
  10874. "levels_list": {
  10875. "description": "等级列表",
  10876. "type": "array",
  10877. "items": {
  10878. "type": "object",
  10879. "additionalProperties": true
  10880. }
  10881. },
  10882. "list": {
  10883. "type": "array",
  10884. "items": {
  10885. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10886. }
  10887. },
  10888. "paginate": {
  10889. "description": "分页信息",
  10890. "allOf": [
  10891. {
  10892. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10893. }
  10894. ]
  10895. },
  10896. "pay_failed_amount": {
  10897. "description": "打款失败金额",
  10898. "type": "string"
  10899. },
  10900. "pay_succeed_amount": {
  10901. "description": "打款成功金额",
  10902. "type": "string"
  10903. },
  10904. "pending_amount": {
  10905. "description": "处理中金额",
  10906. "type": "string"
  10907. },
  10908. "reason_list": {
  10909. "description": "审核失败(驳回理由)",
  10910. "type": "array",
  10911. "items": {
  10912. "type": "object",
  10913. "additionalProperties": true
  10914. }
  10915. },
  10916. "tags_list": {
  10917. "description": "标签列表",
  10918. "type": "array",
  10919. "items": {
  10920. "type": "object",
  10921. "additionalProperties": true
  10922. }
  10923. },
  10924. "under_review": {
  10925. "description": "审核中金额",
  10926. "type": "string"
  10927. }
  10928. }
  10929. },
  10930. "md.GetWithdrawSettingResp": {
  10931. "type": "object",
  10932. "properties": {
  10933. "condition_is_open": {
  10934. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10935. "type": "integer"
  10936. },
  10937. "first_withdraw_set": {
  10938. "description": "首次提现设置",
  10939. "allOf": [
  10940. {
  10941. "$ref": "#/definitions/md.FirstWithdrawSet"
  10942. }
  10943. ]
  10944. },
  10945. "frequency_set": {
  10946. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10947. "allOf": [
  10948. {
  10949. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10950. }
  10951. ]
  10952. },
  10953. "id": {
  10954. "type": "integer"
  10955. },
  10956. "is_auto": {
  10957. "description": "是否开启自动提现(0:否 1:是)",
  10958. "type": "integer"
  10959. },
  10960. "is_auto_amount_limit": {
  10961. "description": "自动提现金额限制",
  10962. "type": "string"
  10963. },
  10964. "is_real_name": {
  10965. "description": "是否实名(0:否 1:是)",
  10966. "type": "integer"
  10967. },
  10968. "is_support_decimal_point": {
  10969. "description": "是否支持小数点(0:否 1:是)",
  10970. "type": "integer"
  10971. },
  10972. "level_list": {
  10973. "description": "会员等级列表",
  10974. "type": "array",
  10975. "items": {
  10976. "type": "object",
  10977. "additionalProperties": true
  10978. }
  10979. },
  10980. "pending_orders_is_can_apply": {
  10981. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10982. "type": "integer"
  10983. },
  10984. "vip_level_limit": {
  10985. "description": "提现等级限制",
  10986. "type": "integer"
  10987. },
  10988. "withdraw_amount_limit": {
  10989. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10990. "type": "string"
  10991. },
  10992. "withdraw_fee_set": {
  10993. "description": "提现手续费设置",
  10994. "allOf": [
  10995. {
  10996. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  10997. }
  10998. ]
  10999. },
  11000. "withdraw_multiple_limit": {
  11001. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11002. "type": "string"
  11003. },
  11004. "withdraw_nums_limit": {
  11005. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11006. "type": "integer"
  11007. },
  11008. "withdraw_time_interval": {
  11009. "description": "提现时段",
  11010. "allOf": [
  11011. {
  11012. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11013. }
  11014. ]
  11015. },
  11016. "withdraw_type": {
  11017. "description": "提现方式(1:支付宝 2:微信)",
  11018. "type": "integer"
  11019. }
  11020. }
  11021. },
  11022. "md.GroupListReq": {
  11023. "type": "object",
  11024. "properties": {
  11025. "group_admin": {
  11026. "description": "群主",
  11027. "type": "string"
  11028. },
  11029. "name": {
  11030. "description": "群名称",
  11031. "type": "string"
  11032. },
  11033. "page": {
  11034. "type": "integer"
  11035. },
  11036. "page_size": {
  11037. "type": "integer"
  11038. },
  11039. "start_time_end": {
  11040. "type": "string",
  11041. "example": "创建时间-截止"
  11042. },
  11043. "start_time_start": {
  11044. "type": "string",
  11045. "example": "创建时间-起始"
  11046. }
  11047. }
  11048. },
  11049. "md.GroupListResp": {
  11050. "type": "object",
  11051. "properties": {
  11052. "list": {
  11053. "type": "array",
  11054. "items": {
  11055. "type": "object",
  11056. "properties": {
  11057. "avatarUrl": {
  11058. "description": "头像",
  11059. "type": "string"
  11060. },
  11061. "createTime": {
  11062. "description": "创建时间",
  11063. "type": "string"
  11064. },
  11065. "extra": {
  11066. "description": "附加字段",
  11067. "type": "string"
  11068. },
  11069. "id": {
  11070. "description": "群组id",
  11071. "type": "integer"
  11072. },
  11073. "introduction": {
  11074. "description": "群简介",
  11075. "type": "string"
  11076. },
  11077. "isAllAddFriend": {
  11078. "description": "是否允许加好友(1:是 2:否)",
  11079. "type": "integer"
  11080. },
  11081. "isAllMemberBanned": {
  11082. "description": "是否全员禁言(1:是 2:否)",
  11083. "type": "integer"
  11084. },
  11085. "name": {
  11086. "description": "组名",
  11087. "type": "string"
  11088. },
  11089. "nickname": {
  11090. "description": "群主昵称",
  11091. "type": "string"
  11092. },
  11093. "phoneNumber": {
  11094. "description": "群主账号",
  11095. "type": "string"
  11096. },
  11097. "updateTime": {
  11098. "description": "更新时间",
  11099. "type": "string"
  11100. },
  11101. "userNum": {
  11102. "description": "群组人数",
  11103. "type": "integer"
  11104. }
  11105. }
  11106. }
  11107. },
  11108. "page": {
  11109. "type": "integer"
  11110. },
  11111. "page_size": {
  11112. "type": "integer"
  11113. },
  11114. "total": {
  11115. "type": "integer"
  11116. }
  11117. }
  11118. },
  11119. "md.Guide": {
  11120. "type": "object",
  11121. "properties": {
  11122. "bg_image": {
  11123. "type": "string"
  11124. },
  11125. "bg_image_url": {
  11126. "type": "string"
  11127. },
  11128. "content_image": {
  11129. "type": "string"
  11130. },
  11131. "content_image_url": {
  11132. "type": "string"
  11133. }
  11134. }
  11135. },
  11136. "md.LevelListNode": {
  11137. "type": "object",
  11138. "properties": {
  11139. "count": {
  11140. "description": "等级人数",
  11141. "type": "string"
  11142. },
  11143. "create_at": {
  11144. "description": "创建时间",
  11145. "type": "string"
  11146. },
  11147. "is_use": {
  11148. "description": "是否开启(0.否, 1.是)",
  11149. "type": "integer"
  11150. },
  11151. "level_id": {
  11152. "description": "等级 ID",
  11153. "type": "integer"
  11154. },
  11155. "level_name": {
  11156. "description": "等级名称",
  11157. "type": "string"
  11158. },
  11159. "level_weight": {
  11160. "description": "等级权重",
  11161. "type": "integer"
  11162. },
  11163. "memo": {
  11164. "description": "备注",
  11165. "type": "string"
  11166. }
  11167. }
  11168. },
  11169. "md.LevelTaskNode": {
  11170. "type": "object",
  11171. "properties": {
  11172. "active_days": {
  11173. "description": "活跃多少天",
  11174. "type": "string"
  11175. },
  11176. "finish_count": {
  11177. "description": "多少天内完成的指标",
  11178. "type": "string"
  11179. },
  11180. "is_must_task": {
  11181. "description": "是否必做(0,1)",
  11182. "type": "string"
  11183. },
  11184. "task_type": {
  11185. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11186. "type": "string"
  11187. },
  11188. "task_type_level_id": {
  11189. "description": "会员等级 ID (task_type=3时生效)",
  11190. "type": "string"
  11191. },
  11192. "within_days": {
  11193. "description": "多少天内完成",
  11194. "type": "string"
  11195. }
  11196. }
  11197. },
  11198. "md.ListCommunityDividendsReq": {
  11199. "type": "object",
  11200. "properties": {
  11201. "end_at": {
  11202. "description": "结束时间",
  11203. "type": "string"
  11204. },
  11205. "end_nums": {
  11206. "description": "分红总量上限",
  11207. "type": "integer"
  11208. },
  11209. "limit": {
  11210. "description": "每页大小",
  11211. "type": "integer"
  11212. },
  11213. "page": {
  11214. "description": "页数",
  11215. "type": "integer"
  11216. },
  11217. "start_at": {
  11218. "description": "开始时间",
  11219. "type": "string"
  11220. },
  11221. "start_nums": {
  11222. "description": "分红总量下限",
  11223. "type": "integer"
  11224. }
  11225. }
  11226. },
  11227. "md.ListCommunityDividendsResp": {
  11228. "type": "object",
  11229. "properties": {
  11230. "list": {
  11231. "type": "array",
  11232. "items": {
  11233. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11234. }
  11235. },
  11236. "paginate": {
  11237. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11238. }
  11239. }
  11240. },
  11241. "md.ListCommunityDividendsWithUserReq": {
  11242. "type": "object",
  11243. "properties": {
  11244. "limit": {
  11245. "type": "integer"
  11246. },
  11247. "page": {
  11248. "type": "integer"
  11249. },
  11250. "phone": {
  11251. "type": "string"
  11252. },
  11253. "uid": {
  11254. "type": "integer"
  11255. }
  11256. }
  11257. },
  11258. "md.ListCommunityDividendsWithUserResp": {
  11259. "type": "object",
  11260. "properties": {
  11261. "list": {
  11262. "type": "array",
  11263. "items": {
  11264. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11265. }
  11266. },
  11267. "paginate": {
  11268. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11269. }
  11270. }
  11271. },
  11272. "md.ListPlatformRevenueReq": {
  11273. "type": "object",
  11274. "properties": {
  11275. "end_at": {
  11276. "type": "string",
  11277. "example": "结束时间"
  11278. },
  11279. "kind": {
  11280. "description": "数据类型",
  11281. "type": "integer"
  11282. },
  11283. "limit": {
  11284. "description": "每页大小",
  11285. "type": "integer"
  11286. },
  11287. "page": {
  11288. "description": "页数",
  11289. "type": "integer"
  11290. },
  11291. "start_at": {
  11292. "type": "string",
  11293. "example": "开始时间"
  11294. }
  11295. }
  11296. },
  11297. "md.ListPlatformRevenueResp": {
  11298. "type": "object",
  11299. "properties": {
  11300. "kind_list": {
  11301. "description": "类型列表",
  11302. "type": "array",
  11303. "items": {
  11304. "type": "object",
  11305. "additionalProperties": true
  11306. }
  11307. },
  11308. "list": {
  11309. "description": "数据列表",
  11310. "type": "array",
  11311. "items": {
  11312. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11313. }
  11314. },
  11315. "paginate": {
  11316. "description": "分页数据",
  11317. "allOf": [
  11318. {
  11319. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11320. }
  11321. ]
  11322. }
  11323. }
  11324. },
  11325. "md.LoginReq": {
  11326. "type": "object",
  11327. "required": [
  11328. "password",
  11329. "username"
  11330. ],
  11331. "properties": {
  11332. "code": {
  11333. "type": "string",
  11334. "example": "验证码"
  11335. },
  11336. "password": {
  11337. "type": "string",
  11338. "example": "登录密码"
  11339. },
  11340. "username": {
  11341. "type": "string",
  11342. "example": "登录账号"
  11343. }
  11344. }
  11345. },
  11346. "md.LoginResponse": {
  11347. "type": "object",
  11348. "properties": {
  11349. "token": {
  11350. "type": "string"
  11351. }
  11352. }
  11353. },
  11354. "md.ManualScoreReq": {
  11355. "type": "object",
  11356. "properties": {
  11357. "index_id": {
  11358. "description": "文档id",
  11359. "type": "string"
  11360. },
  11361. "score": {
  11362. "type": "string",
  11363. "example": "分数"
  11364. }
  11365. }
  11366. },
  11367. "md.ModuleSettingGetResp": {
  11368. "type": "object",
  11369. "properties": {
  11370. "data": {
  11371. "description": "内容"
  11372. },
  11373. "mod_name": {
  11374. "description": "模块名称",
  11375. "type": "string"
  11376. },
  11377. "mod_name_list": {
  11378. "description": "模块名称对照",
  11379. "type": "array",
  11380. "items": {
  11381. "type": "object",
  11382. "additionalProperties": true
  11383. }
  11384. },
  11385. "position": {
  11386. "description": "位置",
  11387. "type": "string"
  11388. },
  11389. "skip_identifier": {
  11390. "description": "跳转标识",
  11391. "type": "string"
  11392. },
  11393. "subtitle": {
  11394. "description": "副标题",
  11395. "type": "string"
  11396. },
  11397. "title": {
  11398. "description": "标题",
  11399. "type": "string"
  11400. }
  11401. }
  11402. },
  11403. "md.ModuleSettingUpdateReq": {
  11404. "type": "object",
  11405. "properties": {
  11406. "data": {
  11407. "description": "内容",
  11408. "type": "object",
  11409. "additionalProperties": true
  11410. },
  11411. "mod_name_value": {
  11412. "description": "模块类型值",
  11413. "type": "string"
  11414. },
  11415. "position": {
  11416. "description": "位置",
  11417. "type": "string"
  11418. },
  11419. "skip_identifier": {
  11420. "description": "跳转标识",
  11421. "type": "string"
  11422. },
  11423. "subtitle": {
  11424. "description": "副标题",
  11425. "type": "string"
  11426. },
  11427. "title": {
  11428. "description": "标题",
  11429. "type": "string"
  11430. }
  11431. }
  11432. },
  11433. "md.NewUserRedPackageGetBasicResp": {
  11434. "type": "object",
  11435. "properties": {
  11436. "create_at": {
  11437. "type": "string"
  11438. },
  11439. "days": {
  11440. "description": "天数",
  11441. "type": "integer"
  11442. },
  11443. "is_double": {
  11444. "description": "是否翻倍",
  11445. "type": "integer"
  11446. },
  11447. "is_open": {
  11448. "description": "是否开启(1:开启 0:关闭)",
  11449. "type": "integer"
  11450. },
  11451. "total_amount": {
  11452. "type": "string",
  11453. "example": "总金额"
  11454. },
  11455. "update_at": {
  11456. "type": "string"
  11457. }
  11458. }
  11459. },
  11460. "md.NewUserRedPackageRecordFlowListReq": {
  11461. "type": "object",
  11462. "properties": {
  11463. "end_at": {
  11464. "description": "结束时间",
  11465. "type": "string"
  11466. },
  11467. "limit": {
  11468. "description": "每页大小",
  11469. "type": "integer"
  11470. },
  11471. "page": {
  11472. "description": "页数",
  11473. "type": "integer"
  11474. },
  11475. "start_at": {
  11476. "description": "开始时间",
  11477. "type": "string"
  11478. },
  11479. "uid": {
  11480. "description": "用户 ID",
  11481. "type": "integer"
  11482. }
  11483. }
  11484. },
  11485. "md.NewUserRedPackageRecordFlowListResp": {
  11486. "type": "object",
  11487. "properties": {
  11488. "list": {
  11489. "type": "array",
  11490. "items": {
  11491. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11492. }
  11493. },
  11494. "paginate": {
  11495. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11496. }
  11497. }
  11498. },
  11499. "md.NewUserRedPackageRecordFlowNode": {
  11500. "type": "object",
  11501. "properties": {
  11502. "balance_amount": {
  11503. "description": "剩余金额",
  11504. "type": "string"
  11505. },
  11506. "balance_days": {
  11507. "description": "剩余天数",
  11508. "type": "integer"
  11509. },
  11510. "basic_amount": {
  11511. "description": "基础金额",
  11512. "type": "string"
  11513. },
  11514. "create_at": {
  11515. "description": "创建时间",
  11516. "type": "string"
  11517. },
  11518. "day_num": {
  11519. "description": "第x天",
  11520. "type": "integer"
  11521. },
  11522. "double_rate": {
  11523. "description": "倍率",
  11524. "type": "string"
  11525. },
  11526. "id": {
  11527. "description": "流水 ID",
  11528. "type": "integer"
  11529. },
  11530. "is_double": {
  11531. "description": "是否翻倍",
  11532. "type": "integer"
  11533. },
  11534. "receive_days": {
  11535. "description": "领取天数",
  11536. "type": "integer"
  11537. },
  11538. "total_amount": {
  11539. "description": "实际金额",
  11540. "type": "string"
  11541. },
  11542. "uid": {
  11543. "description": "用户 ID",
  11544. "type": "integer"
  11545. }
  11546. }
  11547. },
  11548. "md.NewUserRedPackageRecordListReq": {
  11549. "type": "object",
  11550. "properties": {
  11551. "end_at": {
  11552. "description": "结束时间",
  11553. "type": "string"
  11554. },
  11555. "limit": {
  11556. "description": "每页大小",
  11557. "type": "integer"
  11558. },
  11559. "page": {
  11560. "description": "页数",
  11561. "type": "integer"
  11562. },
  11563. "start_at": {
  11564. "description": "开始时间",
  11565. "type": "string"
  11566. },
  11567. "uid": {
  11568. "description": "用户 ID",
  11569. "type": "integer"
  11570. }
  11571. }
  11572. },
  11573. "md.NewUserRedPackageRecordListResp": {
  11574. "type": "object",
  11575. "properties": {
  11576. "list": {
  11577. "type": "array",
  11578. "items": {
  11579. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11580. }
  11581. },
  11582. "paginate": {
  11583. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11584. }
  11585. }
  11586. },
  11587. "md.NewUserRedPackageRecordNode": {
  11588. "type": "object",
  11589. "properties": {
  11590. "balance_amount": {
  11591. "description": "剩余金额",
  11592. "type": "string"
  11593. },
  11594. "balance_days": {
  11595. "description": "剩余天数",
  11596. "type": "integer"
  11597. },
  11598. "create_at": {
  11599. "description": "创建时间",
  11600. "type": "string"
  11601. },
  11602. "days": {
  11603. "description": "天数",
  11604. "type": "integer"
  11605. },
  11606. "receive_days": {
  11607. "description": "领取天数",
  11608. "type": "integer"
  11609. },
  11610. "state": {
  11611. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11612. "type": "integer"
  11613. },
  11614. "system_id": {
  11615. "description": "系统中记录的 ID",
  11616. "type": "integer"
  11617. },
  11618. "total_amount": {
  11619. "description": "金额",
  11620. "type": "string"
  11621. },
  11622. "uid": {
  11623. "description": "用户 ID",
  11624. "type": "integer"
  11625. },
  11626. "update_at": {
  11627. "description": "修改时间",
  11628. "type": "string"
  11629. }
  11630. }
  11631. },
  11632. "md.NewUserRedPackageUpdateBasicReq": {
  11633. "type": "object",
  11634. "properties": {
  11635. "days": {
  11636. "description": "天数",
  11637. "type": "integer"
  11638. },
  11639. "is_double": {
  11640. "description": "是否翻倍",
  11641. "type": "integer"
  11642. },
  11643. "is_open": {
  11644. "description": "是否开启(1:开启 0:关闭)",
  11645. "type": "integer"
  11646. },
  11647. "total_amount": {
  11648. "type": "string",
  11649. "example": "总金额"
  11650. }
  11651. }
  11652. },
  11653. "md.NewUserRewardRules": {
  11654. "type": "object",
  11655. "properties": {
  11656. "continue_days": {
  11657. "description": "连续x天",
  11658. "type": "integer"
  11659. },
  11660. "invite_user_reward_value": {
  11661. "description": "拉新用户奖励x个活跃积分",
  11662. "type": "integer"
  11663. },
  11664. "reward_coefficient": {
  11665. "description": "奖励系数",
  11666. "type": "number"
  11667. }
  11668. }
  11669. },
  11670. "md.NoticeAliyunSmsList": {
  11671. "type": "object",
  11672. "properties": {
  11673. "content": {
  11674. "type": "string",
  11675. "example": "这是 填短信模板id"
  11676. },
  11677. "day": {
  11678. "type": "string",
  11679. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11680. },
  11681. "id": {
  11682. "type": "string"
  11683. },
  11684. "is_show": {
  11685. "type": "string"
  11686. },
  11687. "notice_day": {
  11688. "type": "string",
  11689. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11690. },
  11691. "title": {
  11692. "type": "string"
  11693. },
  11694. "type": {
  11695. "type": "string"
  11696. }
  11697. }
  11698. },
  11699. "md.NoticeAliyunSmsListReq": {
  11700. "type": "object",
  11701. "properties": {
  11702. "limit": {
  11703. "description": "每页大小",
  11704. "type": "string"
  11705. },
  11706. "page": {
  11707. "description": "页数",
  11708. "type": "string"
  11709. }
  11710. }
  11711. },
  11712. "md.NoticeAliyunSmsListResp": {
  11713. "type": "object",
  11714. "properties": {
  11715. "list": {
  11716. "type": "array",
  11717. "items": {
  11718. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11719. }
  11720. },
  11721. "select_data": {
  11722. "type": "array",
  11723. "items": {
  11724. "type": "object",
  11725. "additionalProperties": {
  11726. "type": "string"
  11727. }
  11728. }
  11729. },
  11730. "total": {
  11731. "type": "integer"
  11732. }
  11733. }
  11734. },
  11735. "md.NoticeAliyunSmsSaveReq": {
  11736. "type": "object",
  11737. "properties": {
  11738. "content": {
  11739. "type": "string"
  11740. },
  11741. "day": {
  11742. "type": "string",
  11743. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11744. },
  11745. "id": {
  11746. "type": "string"
  11747. },
  11748. "is_show": {
  11749. "type": "string"
  11750. },
  11751. "notice_day": {
  11752. "type": "string",
  11753. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11754. },
  11755. "title": {
  11756. "type": "string"
  11757. },
  11758. "type": {
  11759. "type": "string"
  11760. }
  11761. }
  11762. },
  11763. "md.NoticeDelReq": {
  11764. "type": "object",
  11765. "properties": {
  11766. "id": {
  11767. "type": "array",
  11768. "items": {
  11769. "type": "string"
  11770. }
  11771. }
  11772. }
  11773. },
  11774. "md.NoticeList": {
  11775. "type": "object",
  11776. "properties": {
  11777. "content": {
  11778. "type": "string"
  11779. },
  11780. "day": {
  11781. "type": "string",
  11782. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11783. },
  11784. "id": {
  11785. "type": "string"
  11786. },
  11787. "jpush_open": {
  11788. "type": "string",
  11789. "example": "app推送开启 0关 1开"
  11790. },
  11791. "notice_day": {
  11792. "type": "string",
  11793. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11794. },
  11795. "sms_code": {
  11796. "type": "string",
  11797. "example": "短信模板id"
  11798. },
  11799. "sms_open": {
  11800. "type": "string",
  11801. "example": "短信推送开启 0关 1开"
  11802. },
  11803. "title": {
  11804. "type": "string"
  11805. },
  11806. "type": {
  11807. "type": "string"
  11808. }
  11809. }
  11810. },
  11811. "md.NoticeListReq": {
  11812. "type": "object",
  11813. "properties": {
  11814. "limit": {
  11815. "description": "每页大小",
  11816. "type": "string"
  11817. },
  11818. "page": {
  11819. "description": "页数",
  11820. "type": "string"
  11821. }
  11822. }
  11823. },
  11824. "md.NoticeListResp": {
  11825. "type": "object",
  11826. "properties": {
  11827. "change_data": {
  11828. "type": "array",
  11829. "items": {
  11830. "type": "object",
  11831. "additionalProperties": {
  11832. "type": "string"
  11833. }
  11834. }
  11835. },
  11836. "list": {
  11837. "type": "array",
  11838. "items": {
  11839. "$ref": "#/definitions/md.NoticeList"
  11840. }
  11841. },
  11842. "select_data": {
  11843. "type": "array",
  11844. "items": {
  11845. "type": "object",
  11846. "additionalProperties": {
  11847. "type": "string"
  11848. }
  11849. }
  11850. },
  11851. "total": {
  11852. "type": "integer"
  11853. }
  11854. }
  11855. },
  11856. "md.NoticePushList": {
  11857. "type": "object",
  11858. "properties": {
  11859. "content": {
  11860. "type": "string"
  11861. },
  11862. "id": {
  11863. "type": "string"
  11864. },
  11865. "platform": {
  11866. "type": "string"
  11867. },
  11868. "send_end_time": {
  11869. "type": "string",
  11870. "example": "如 2024-11-25 11:56:00"
  11871. },
  11872. "send_start_time": {
  11873. "type": "string",
  11874. "example": "如 2024-11-25 11:56:00"
  11875. },
  11876. "send_type": {
  11877. "type": "string",
  11878. "example": "0立即推送 1定时推送"
  11879. },
  11880. "state": {
  11881. "type": "string",
  11882. "example": "0待发送 1发送成功"
  11883. },
  11884. "target": {
  11885. "type": "string"
  11886. },
  11887. "title": {
  11888. "type": "string"
  11889. }
  11890. }
  11891. },
  11892. "md.NoticePushListResp": {
  11893. "type": "object",
  11894. "properties": {
  11895. "list": {
  11896. "type": "array",
  11897. "items": {
  11898. "$ref": "#/definitions/md.NoticePushList"
  11899. }
  11900. },
  11901. "platform_data": {
  11902. "type": "array",
  11903. "items": {
  11904. "type": "object",
  11905. "additionalProperties": {
  11906. "type": "string"
  11907. }
  11908. }
  11909. },
  11910. "target_data": {
  11911. "type": "array",
  11912. "items": {
  11913. "type": "object",
  11914. "additionalProperties": {
  11915. "type": "string"
  11916. }
  11917. }
  11918. },
  11919. "total": {
  11920. "type": "integer"
  11921. }
  11922. }
  11923. },
  11924. "md.NoticePushSaveReq": {
  11925. "type": "object",
  11926. "properties": {
  11927. "content": {
  11928. "type": "string"
  11929. },
  11930. "id": {
  11931. "type": "string"
  11932. },
  11933. "level": {
  11934. "type": "array",
  11935. "items": {
  11936. "type": "string"
  11937. }
  11938. },
  11939. "platform": {
  11940. "type": "string"
  11941. },
  11942. "send_end_time": {
  11943. "type": "string"
  11944. },
  11945. "send_start_time": {
  11946. "type": "string"
  11947. },
  11948. "send_type": {
  11949. "type": "string"
  11950. },
  11951. "tag_list": {
  11952. "type": "array",
  11953. "items": {
  11954. "type": "string"
  11955. }
  11956. },
  11957. "target": {
  11958. "type": "string"
  11959. },
  11960. "title": {
  11961. "type": "string"
  11962. },
  11963. "user_list": {
  11964. "type": "array",
  11965. "items": {
  11966. "type": "string"
  11967. }
  11968. }
  11969. }
  11970. },
  11971. "md.NoticeSaveReq": {
  11972. "type": "object",
  11973. "properties": {
  11974. "content": {
  11975. "type": "string"
  11976. },
  11977. "day": {
  11978. "type": "string",
  11979. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11980. },
  11981. "id": {
  11982. "type": "string"
  11983. },
  11984. "jpush_open": {
  11985. "type": "string",
  11986. "example": "app推送开启 0关 1开"
  11987. },
  11988. "notice_day": {
  11989. "type": "string",
  11990. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11991. },
  11992. "sms_code": {
  11993. "type": "string",
  11994. "example": "短信模板id"
  11995. },
  11996. "sms_open": {
  11997. "type": "string",
  11998. "example": "短信推送开启 0关 1开"
  11999. },
  12000. "title": {
  12001. "type": "string"
  12002. },
  12003. "type": {
  12004. "type": "string"
  12005. }
  12006. }
  12007. },
  12008. "md.OtherNode": {
  12009. "type": "object",
  12010. "properties": {
  12011. "create_at": {
  12012. "description": "注册时间",
  12013. "type": "string"
  12014. },
  12015. "last_login_at": {
  12016. "description": "最近登录时间",
  12017. "type": "string"
  12018. },
  12019. "last_login_ip": {
  12020. "description": "最后登录 IP",
  12021. "type": "string"
  12022. }
  12023. }
  12024. },
  12025. "md.PageCustomerServiceReq": {
  12026. "type": "object",
  12027. "properties": {
  12028. "memo": {
  12029. "type": "string",
  12030. "example": "备注"
  12031. },
  12032. "page": {
  12033. "type": "integer"
  12034. },
  12035. "page_size": {
  12036. "type": "integer"
  12037. },
  12038. "state": {
  12039. "description": "状态",
  12040. "type": "integer"
  12041. }
  12042. }
  12043. },
  12044. "md.PageEmoticonReq": {
  12045. "type": "object",
  12046. "properties": {
  12047. "memo": {
  12048. "type": "string",
  12049. "example": "备注"
  12050. },
  12051. "page": {
  12052. "type": "integer"
  12053. },
  12054. "page_size": {
  12055. "type": "integer"
  12056. },
  12057. "state": {
  12058. "description": "状态",
  12059. "type": "integer"
  12060. }
  12061. }
  12062. },
  12063. "md.PageSendRedPackageOrdReq": {
  12064. "type": "object",
  12065. "properties": {
  12066. "invite_code": {
  12067. "description": "邀请码",
  12068. "type": "string",
  12069. "example": "邀请码"
  12070. },
  12071. "nickname": {
  12072. "description": "昵称",
  12073. "type": "string",
  12074. "example": "昵称"
  12075. },
  12076. "ord_no": {
  12077. "description": "订单号",
  12078. "type": "string",
  12079. "example": "订单号"
  12080. },
  12081. "page": {
  12082. "type": "integer"
  12083. },
  12084. "page_size": {
  12085. "type": "integer"
  12086. },
  12087. "phone": {
  12088. "description": "手机号",
  12089. "type": "string",
  12090. "example": "手机号"
  12091. },
  12092. "red_packet_type": {
  12093. "description": "红包类型",
  12094. "type": "integer"
  12095. },
  12096. "start_time_end": {
  12097. "type": "string",
  12098. "example": "发送时间-截止"
  12099. },
  12100. "start_time_start": {
  12101. "type": "string",
  12102. "example": "发送时间-起始"
  12103. },
  12104. "state": {
  12105. "description": "状态",
  12106. "type": "integer"
  12107. },
  12108. "uid": {
  12109. "type": "integer"
  12110. }
  12111. }
  12112. },
  12113. "md.PlatformRevenueDataNode": {
  12114. "type": "object",
  12115. "properties": {
  12116. "balance_amount": {
  12117. "description": "余额",
  12118. "type": "string"
  12119. },
  12120. "balance_times": {
  12121. "description": "剩余执行次数",
  12122. "type": "integer"
  12123. },
  12124. "create_at": {
  12125. "description": "创建时间",
  12126. "type": "string"
  12127. },
  12128. "hours": {
  12129. "description": "时长",
  12130. "type": "integer"
  12131. },
  12132. "kind": {
  12133. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  12134. "type": "integer"
  12135. },
  12136. "memo": {
  12137. "description": "备注",
  12138. "type": "string"
  12139. },
  12140. "system_id": {
  12141. "type": "integer"
  12142. },
  12143. "total_amount": {
  12144. "description": "金额",
  12145. "type": "string"
  12146. }
  12147. }
  12148. },
  12149. "md.PlayletBaseData": {
  12150. "type": "object",
  12151. "properties": {
  12152. "first_count": {
  12153. "type": "string",
  12154. "example": "首次可观看集数"
  12155. },
  12156. "reward": {
  12157. "type": "string",
  12158. "example": "单次奖励"
  12159. },
  12160. "second_count": {
  12161. "type": "string",
  12162. "example": "看一次广告解锁集数"
  12163. },
  12164. "total": {
  12165. "type": "string",
  12166. "example": "可领取总次数"
  12167. }
  12168. }
  12169. },
  12170. "md.PriceSettingStruct": {
  12171. "type": "object",
  12172. "properties": {
  12173. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  12174. "description": "市商资金单笔x元自动兑换",
  12175. "type": "string"
  12176. },
  12177. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  12178. "description": "市商数量单笔x数量自动兑换",
  12179. "type": "string"
  12180. },
  12181. "price_below_value": {
  12182. "description": "低于x元",
  12183. "type": "string"
  12184. },
  12185. "price_higher_than_value": {
  12186. "description": "高于x元",
  12187. "type": "string"
  12188. }
  12189. }
  12190. },
  12191. "md.ReleaseDynamicReq": {
  12192. "type": "object",
  12193. "properties": {
  12194. "[]image": {
  12195. "description": "图片",
  12196. "type": "string"
  12197. },
  12198. "content": {
  12199. "description": "文本内容",
  12200. "type": "string"
  12201. },
  12202. "is_praise": {
  12203. "description": "是否被表扬(1:是 2:否)",
  12204. "type": "integer"
  12205. },
  12206. "is_top_up": {
  12207. "description": "是否置顶(1:是 2:否)",
  12208. "type": "integer"
  12209. },
  12210. "kind": {
  12211. "description": "类型(1:普通 2:官方)",
  12212. "type": "integer"
  12213. },
  12214. "state": {
  12215. "description": "状态(1:正常 2:隐藏)",
  12216. "type": "integer"
  12217. },
  12218. "video": {
  12219. "description": "视频 uri",
  12220. "type": "string"
  12221. }
  12222. }
  12223. },
  12224. "md.Response": {
  12225. "type": "object",
  12226. "properties": {
  12227. "code": {
  12228. "type": "string",
  12229. "example": "响应码"
  12230. },
  12231. "data": {
  12232. "description": "内容"
  12233. },
  12234. "msg": {
  12235. "type": "string",
  12236. "example": "具体错误原因"
  12237. }
  12238. }
  12239. },
  12240. "md.RewardSystemStruct": {
  12241. "type": "object",
  12242. "properties": {
  12243. "level": {
  12244. "description": "圈层",
  12245. "type": "integer"
  12246. },
  12247. "reward_condition": {
  12248. "description": "奖励条件",
  12249. "type": "string"
  12250. },
  12251. "reward_value": {
  12252. "description": "奖励值",
  12253. "type": "string"
  12254. }
  12255. }
  12256. },
  12257. "md.SelectData": {
  12258. "type": "object",
  12259. "properties": {
  12260. "direction": {
  12261. "type": "array",
  12262. "items": {
  12263. "type": "object",
  12264. "additionalProperties": {
  12265. "type": "string"
  12266. }
  12267. }
  12268. }
  12269. }
  12270. },
  12271. "md.SelectMemberNode": {
  12272. "type": "object",
  12273. "properties": {
  12274. "avatar": {
  12275. "description": "会员头像",
  12276. "type": "string"
  12277. },
  12278. "level": {
  12279. "description": "会员等级",
  12280. "type": "string"
  12281. },
  12282. "nickname": {
  12283. "description": "会员昵称",
  12284. "type": "string"
  12285. },
  12286. "phone": {
  12287. "description": "会员手机号",
  12288. "type": "string"
  12289. },
  12290. "uid": {
  12291. "description": "会员 ID",
  12292. "type": "integer"
  12293. }
  12294. }
  12295. },
  12296. "md.SelectMemberReq": {
  12297. "type": "object",
  12298. "properties": {
  12299. "level": {
  12300. "description": "会员等级",
  12301. "type": "integer"
  12302. },
  12303. "limit": {
  12304. "description": "每页大小",
  12305. "type": "integer"
  12306. },
  12307. "nickname": {
  12308. "description": "会员昵称",
  12309. "type": "string"
  12310. },
  12311. "page": {
  12312. "description": "页数",
  12313. "type": "integer"
  12314. },
  12315. "phone": {
  12316. "description": "会员手机号",
  12317. "type": "string"
  12318. },
  12319. "uid": {
  12320. "description": "会员 ID",
  12321. "type": "integer"
  12322. }
  12323. }
  12324. },
  12325. "md.SelectMemberResp": {
  12326. "type": "object",
  12327. "properties": {
  12328. "level_list": {
  12329. "description": "会员等级列表",
  12330. "type": "array",
  12331. "items": {
  12332. "type": "object",
  12333. "additionalProperties": true
  12334. }
  12335. },
  12336. "list": {
  12337. "description": "会员数据",
  12338. "type": "array",
  12339. "items": {
  12340. "$ref": "#/definitions/md.SelectMemberNode"
  12341. }
  12342. },
  12343. "paginate": {
  12344. "description": "分页信息",
  12345. "allOf": [
  12346. {
  12347. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12348. }
  12349. ]
  12350. }
  12351. }
  12352. },
  12353. "md.SetCustomerServiceStateReq": {
  12354. "type": "object",
  12355. "properties": {
  12356. "id": {
  12357. "description": "拥有用户数量",
  12358. "type": "integer"
  12359. },
  12360. "state": {
  12361. "description": "状态",
  12362. "type": "integer"
  12363. }
  12364. }
  12365. },
  12366. "md.SetEmoticonStateReq": {
  12367. "type": "object",
  12368. "properties": {
  12369. "id": {
  12370. "description": "拥有用户数量",
  12371. "type": "integer"
  12372. },
  12373. "state": {
  12374. "description": "状态",
  12375. "type": "integer"
  12376. }
  12377. }
  12378. },
  12379. "md.SetVideoRewardReq": {
  12380. "type": "object",
  12381. "properties": {
  12382. "ecpm": {
  12383. "description": "当前 Ecpm 值",
  12384. "type": "string"
  12385. },
  12386. "unit_price": {
  12387. "description": "单价",
  12388. "type": "string"
  12389. }
  12390. }
  12391. },
  12392. "md.SonUserDailyActivityAnalysisNode": {
  12393. "type": "object",
  12394. "properties": {
  12395. "activity_day_nums": {
  12396. "description": "活跃子节点活跃天数",
  12397. "type": "integer"
  12398. },
  12399. "nickname": {
  12400. "type": "string",
  12401. "example": "昵称"
  12402. },
  12403. "phone": {
  12404. "type": "string",
  12405. "example": "手机号"
  12406. },
  12407. "uid": {
  12408. "description": "查询用户活跃子节点 ID",
  12409. "type": "integer"
  12410. }
  12411. }
  12412. },
  12413. "md.StatisticsEggPointReq": {
  12414. "type": "object",
  12415. "properties": {
  12416. "week": {
  12417. "type": "string",
  12418. "example": "周份"
  12419. },
  12420. "year": {
  12421. "type": "string",
  12422. "example": "年份"
  12423. }
  12424. }
  12425. },
  12426. "md.StatisticsEggPointResp": {
  12427. "type": "object",
  12428. "properties": {
  12429. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12430. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12431. "type": "array",
  12432. "items": {
  12433. "type": "object",
  12434. "additionalProperties": {
  12435. "type": "string"
  12436. }
  12437. }
  12438. },
  12439. "statistics_user_egg_browse_interface_nums_range": {
  12440. "description": "统计用户\"浏览界面次数\"范围",
  12441. "type": "array",
  12442. "items": {
  12443. "type": "object",
  12444. "additionalProperties": {
  12445. "type": "string"
  12446. }
  12447. }
  12448. },
  12449. "statistics_user_egg_college_learning_nums_range": {
  12450. "description": "统计用户\"学院学习次数\"范围",
  12451. "type": "array",
  12452. "items": {
  12453. "type": "object",
  12454. "additionalProperties": {
  12455. "type": "string"
  12456. }
  12457. }
  12458. },
  12459. "statistics_user_egg_ecpm_range": {
  12460. "description": "统计用户\"ecpm\"范围",
  12461. "type": "array",
  12462. "items": {
  12463. "type": "object",
  12464. "additionalProperties": {
  12465. "type": "string"
  12466. }
  12467. }
  12468. },
  12469. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12470. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12471. "type": "array",
  12472. "items": {
  12473. "type": "object",
  12474. "additionalProperties": {
  12475. "type": "string"
  12476. }
  12477. }
  12478. },
  12479. "statistics_user_egg_forum_comments_nums_range": {
  12480. "description": "统计用户\"论坛评论次数\"范围",
  12481. "type": "array",
  12482. "items": {
  12483. "type": "object",
  12484. "additionalProperties": {
  12485. "type": "string"
  12486. }
  12487. }
  12488. },
  12489. "statistics_user_egg_invite_user_nums_range": {
  12490. "description": "统计用户\"拉新人数\"范围",
  12491. "type": "array",
  12492. "items": {
  12493. "type": "object",
  12494. "additionalProperties": {
  12495. "type": "string"
  12496. }
  12497. }
  12498. },
  12499. "statistics_user_egg_person_add_activity_value_range": {
  12500. "description": "统计用户\"个人活跃积分增量值\"范围",
  12501. "type": "array",
  12502. "items": {
  12503. "type": "object",
  12504. "additionalProperties": {
  12505. "type": "string"
  12506. }
  12507. }
  12508. },
  12509. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12510. "description": "统计用户\"发朋友圈次数\"范围",
  12511. "type": "array",
  12512. "items": {
  12513. "type": "object",
  12514. "additionalProperties": {
  12515. "type": "string"
  12516. }
  12517. }
  12518. },
  12519. "statistics_user_egg_send_red_package_nums_range": {
  12520. "description": "统计用户\"发红包次数\"范围",
  12521. "type": "array",
  12522. "items": {
  12523. "type": "object",
  12524. "additionalProperties": {
  12525. "type": "string"
  12526. }
  12527. }
  12528. },
  12529. "statistics_user_egg_sign_in_nums_range": {
  12530. "description": "统计用户\"签到次数\"范围",
  12531. "type": "array",
  12532. "items": {
  12533. "type": "object",
  12534. "additionalProperties": {
  12535. "type": "string"
  12536. }
  12537. }
  12538. },
  12539. "statistics_user_egg_team_activity_nums_range": {
  12540. "description": "统计用户\"团队活跃次数\"范围",
  12541. "type": "array",
  12542. "items": {
  12543. "type": "object",
  12544. "additionalProperties": {
  12545. "type": "string"
  12546. }
  12547. }
  12548. },
  12549. "statistics_user_egg_violate_nums_range": {
  12550. "description": "统计用户\"违规次数\"范围",
  12551. "type": "array",
  12552. "items": {
  12553. "type": "object",
  12554. "additionalProperties": {
  12555. "type": "string"
  12556. }
  12557. }
  12558. },
  12559. "week": {
  12560. "type": "string",
  12561. "example": "周份"
  12562. },
  12563. "year": {
  12564. "type": "string",
  12565. "example": "年份"
  12566. },
  12567. "year_list": {
  12568. "description": "年份\u0026\u0026周份列表",
  12569. "type": "object",
  12570. "additionalProperties": {
  12571. "type": "array",
  12572. "items": {
  12573. "type": "string"
  12574. }
  12575. }
  12576. }
  12577. }
  12578. },
  12579. "md.SubUser": {
  12580. "type": "object",
  12581. "properties": {
  12582. "avatar_url": {
  12583. "type": "string",
  12584. "example": "头像"
  12585. },
  12586. "level": {
  12587. "description": "整个系统中的等级",
  12588. "type": "integer"
  12589. },
  12590. "nickname": {
  12591. "type": "string",
  12592. "example": "昵称"
  12593. },
  12594. "phone": {
  12595. "type": "string",
  12596. "example": "手机号"
  12597. },
  12598. "pid": {
  12599. "type": "integer"
  12600. },
  12601. "position": {
  12602. "description": "以pid1为创始人中网的位置",
  12603. "type": "integer"
  12604. },
  12605. "uid": {
  12606. "type": "integer"
  12607. }
  12608. }
  12609. },
  12610. "md.TagListNode": {
  12611. "type": "object",
  12612. "properties": {
  12613. "count": {
  12614. "description": "标签人数",
  12615. "type": "string"
  12616. },
  12617. "create_at": {
  12618. "description": "创建时间",
  12619. "type": "string"
  12620. },
  12621. "is_punish": {
  12622. "description": "是否处罚",
  12623. "type": "integer"
  12624. },
  12625. "memo": {
  12626. "description": "备注",
  12627. "type": "string"
  12628. },
  12629. "name": {
  12630. "description": "名称",
  12631. "type": "string"
  12632. },
  12633. "tag_id": {
  12634. "description": "标签 ID",
  12635. "type": "string"
  12636. }
  12637. }
  12638. },
  12639. "md.TreeNode": {
  12640. "type": "object",
  12641. "properties": {
  12642. "avatar_url": {
  12643. "type": "string",
  12644. "example": "头像"
  12645. },
  12646. "level": {
  12647. "type": "integer"
  12648. },
  12649. "nickname": {
  12650. "type": "string",
  12651. "example": "昵称"
  12652. },
  12653. "phone": {
  12654. "type": "string",
  12655. "example": "手机号"
  12656. },
  12657. "pid": {
  12658. "type": "integer"
  12659. },
  12660. "position": {
  12661. "type": "integer"
  12662. },
  12663. "son": {
  12664. "type": "array",
  12665. "items": {
  12666. "$ref": "#/definitions/md.TreeNode"
  12667. }
  12668. },
  12669. "system_id": {
  12670. "description": "公排网中id",
  12671. "type": "integer"
  12672. },
  12673. "uid": {
  12674. "type": "integer"
  12675. }
  12676. }
  12677. },
  12678. "md.UpdateContributionValueBasicSettingReq": {
  12679. "type": "object",
  12680. "properties": {
  12681. "hand_out_red_package": {
  12682. "description": "发红包获得x点",
  12683. "type": "string"
  12684. },
  12685. "id": {
  12686. "type": "string"
  12687. },
  12688. "posting_comment_liked": {
  12689. "description": "发布评论被官方点赞获得x点",
  12690. "type": "string"
  12691. },
  12692. "posting_dynamic_liked": {
  12693. "description": "发布动态被官方点赞获得x点",
  12694. "type": "string"
  12695. },
  12696. "publish_creation": {
  12697. "description": "发布创作获得x点",
  12698. "type": "string"
  12699. }
  12700. }
  12701. },
  12702. "md.UpdateCustomerServiceMemoReq": {
  12703. "type": "object",
  12704. "properties": {
  12705. "id": {
  12706. "description": "拥有用户数量",
  12707. "type": "integer"
  12708. },
  12709. "memo": {
  12710. "description": "备注",
  12711. "type": "string",
  12712. "example": "备注"
  12713. }
  12714. }
  12715. },
  12716. "md.UpdateDynamicReq": {
  12717. "type": "object",
  12718. "required": [
  12719. "index_id"
  12720. ],
  12721. "properties": {
  12722. "index_id": {
  12723. "description": "动态id",
  12724. "type": "string"
  12725. },
  12726. "is_praise": {
  12727. "description": "是否被表扬(1:是 2:否)",
  12728. "type": "integer"
  12729. },
  12730. "is_top_up": {
  12731. "description": "是否置顶(1:是 2:否)",
  12732. "type": "integer"
  12733. },
  12734. "state": {
  12735. "description": "状态(1:正常 2:隐藏)",
  12736. "type": "integer"
  12737. }
  12738. }
  12739. },
  12740. "md.UpdateEggEnergyBasicReq": {
  12741. "type": "object",
  12742. "properties": {
  12743. "basic_setting": {
  12744. "description": "基础设置",
  12745. "allOf": [
  12746. {
  12747. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12748. }
  12749. ]
  12750. },
  12751. "data_setting": {
  12752. "description": "数据设置",
  12753. "allOf": [
  12754. {
  12755. "$ref": "#/definitions/md.DataSetting"
  12756. }
  12757. ]
  12758. },
  12759. "destruction_setting": {
  12760. "description": "销毁设置",
  12761. "allOf": [
  12762. {
  12763. "$ref": "#/definitions/md.DestructionSettingStruct"
  12764. }
  12765. ]
  12766. },
  12767. "exchange_rules": {
  12768. "description": "兑换规则",
  12769. "allOf": [
  12770. {
  12771. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12772. }
  12773. ]
  12774. },
  12775. "new_user_incentive_rules": {
  12776. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12777. "allOf": [
  12778. {
  12779. "$ref": "#/definitions/md.NewUserRewardRules"
  12780. }
  12781. ]
  12782. },
  12783. "price_setting": {
  12784. "description": "价格设置",
  12785. "allOf": [
  12786. {
  12787. "$ref": "#/definitions/md.PriceSettingStruct"
  12788. }
  12789. ]
  12790. },
  12791. "reward_system": {
  12792. "description": "圈层奖励",
  12793. "type": "array",
  12794. "items": {
  12795. "$ref": "#/definitions/md.RewardSystemStruct"
  12796. }
  12797. },
  12798. "system_id": {
  12799. "description": "该设置系统 ID",
  12800. "type": "integer"
  12801. },
  12802. "video_reward_setting": {
  12803. "description": "视频奖励",
  12804. "allOf": [
  12805. {
  12806. "$ref": "#/definitions/md.VideoRewardSetting"
  12807. }
  12808. ]
  12809. }
  12810. }
  12811. },
  12812. "md.UpdateEggEnergyVipSettingReq": {
  12813. "type": "object",
  12814. "properties": {
  12815. "list": {
  12816. "description": "更新后数据",
  12817. "type": "array",
  12818. "items": {
  12819. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12820. }
  12821. }
  12822. }
  12823. },
  12824. "md.UpdateEmoticonReq": {
  12825. "type": "object",
  12826. "properties": {
  12827. "id": {
  12828. "description": "拥有用户数量",
  12829. "type": "integer"
  12830. },
  12831. "img_url": {
  12832. "type": "string",
  12833. "example": "图片地址"
  12834. },
  12835. "memo": {
  12836. "description": "备注",
  12837. "type": "string",
  12838. "example": "备注"
  12839. },
  12840. "name": {
  12841. "type": "string",
  12842. "example": "名称"
  12843. },
  12844. "sort": {
  12845. "description": "排序",
  12846. "type": "integer"
  12847. }
  12848. }
  12849. },
  12850. "md.UpdateFriendCircleBasicSettingsReq": {
  12851. "type": "object",
  12852. "properties": {
  12853. "comment_is_real_name": {
  12854. "description": "评论是否需要实名认证(1:是 2:否)",
  12855. "type": "integer"
  12856. },
  12857. "comment_nums_every_day": {
  12858. "description": "评论每天次数",
  12859. "type": "integer"
  12860. },
  12861. "id": {
  12862. "type": "integer"
  12863. },
  12864. "publish_is_real_name": {
  12865. "description": "发布是否需要实名认证(1:是 2:否)",
  12866. "type": "integer"
  12867. },
  12868. "publish_nums_every_day": {
  12869. "description": "发布每天次数",
  12870. "type": "integer"
  12871. }
  12872. }
  12873. },
  12874. "md.UpdateLevelReq": {
  12875. "type": "object",
  12876. "properties": {
  12877. "auto_update": {
  12878. "description": "自动升级 0关闭 1开启",
  12879. "type": "string"
  12880. },
  12881. "choosable_num": {
  12882. "description": "可选任务数量",
  12883. "type": "string"
  12884. },
  12885. "is_use": {
  12886. "description": "是否开启(0.否, 1.是)",
  12887. "type": "string"
  12888. },
  12889. "level_id": {
  12890. "type": "string"
  12891. },
  12892. "level_name": {
  12893. "description": "等级名称",
  12894. "type": "string"
  12895. },
  12896. "level_weight": {
  12897. "description": "等级权重",
  12898. "type": "string"
  12899. },
  12900. "memo": {
  12901. "description": "备注",
  12902. "type": "string"
  12903. },
  12904. "user_level_tasks": {
  12905. "description": "完整的任务列表",
  12906. "type": "array",
  12907. "items": {
  12908. "$ref": "#/definitions/md.LevelTaskNode"
  12909. }
  12910. }
  12911. }
  12912. },
  12913. "md.UpdatePublicPlatoonBasicReq": {
  12914. "type": "object",
  12915. "properties": {
  12916. "is_open": {
  12917. "description": "是否开启(1:开启 0:关闭)",
  12918. "type": "integer"
  12919. },
  12920. "is_self_active_get_team_revenue": {
  12921. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12922. "type": "integer"
  12923. },
  12924. "originator_uid": {
  12925. "description": "创始人uid",
  12926. "type": "integer"
  12927. },
  12928. "several_rows": {
  12929. "description": "几排",
  12930. "type": "integer"
  12931. },
  12932. "several_times": {
  12933. "description": "几乘",
  12934. "type": "integer"
  12935. },
  12936. "system_punish_replace": {
  12937. "description": "是否位置滑落 被新用户替换 0否 1是",
  12938. "type": "integer"
  12939. },
  12940. "system_punish_replace_value": {
  12941. "description": "xx天未活跃,处罚滑落",
  12942. "type": "integer"
  12943. }
  12944. }
  12945. },
  12946. "md.UpdateTagReq": {
  12947. "type": "object",
  12948. "properties": {
  12949. "memo": {
  12950. "description": "备注",
  12951. "type": "string"
  12952. },
  12953. "name": {
  12954. "description": "标签名称",
  12955. "type": "string"
  12956. },
  12957. "tag_id": {
  12958. "description": "标签 ID",
  12959. "type": "string"
  12960. }
  12961. }
  12962. },
  12963. "md.UpdateVipEquitySettingNode": {
  12964. "type": "object",
  12965. "properties": {
  12966. "dividend_ratio": {
  12967. "description": "分红比例",
  12968. "type": "string"
  12969. },
  12970. "exchange_account_balance_fee": {
  12971. "description": "兑换余额手续费",
  12972. "type": "string"
  12973. },
  12974. "vip_level_id": {
  12975. "description": "会员等级ID",
  12976. "type": "string"
  12977. }
  12978. }
  12979. },
  12980. "md.UpdateWithdrawSettingReq": {
  12981. "type": "object",
  12982. "properties": {
  12983. "condition_is_open": {
  12984. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12985. "type": "integer"
  12986. },
  12987. "first_withdraw_set": {
  12988. "description": "首次提现设置",
  12989. "allOf": [
  12990. {
  12991. "$ref": "#/definitions/md.FirstWithdrawSet"
  12992. }
  12993. ]
  12994. },
  12995. "frequency_set": {
  12996. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  12997. "allOf": [
  12998. {
  12999. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13000. }
  13001. ]
  13002. },
  13003. "id": {
  13004. "type": "integer"
  13005. },
  13006. "is_auto": {
  13007. "description": "是否开启自动提现(0:否 1:是)",
  13008. "type": "integer"
  13009. },
  13010. "is_auto_amount_limit": {
  13011. "description": "自动提现金额限制",
  13012. "type": "string"
  13013. },
  13014. "is_real_name": {
  13015. "description": "是否实名(0:否 1:是)",
  13016. "type": "integer"
  13017. },
  13018. "is_support_decimal_point": {
  13019. "description": "是否支持小数点(0:否 1:是)",
  13020. "type": "integer"
  13021. },
  13022. "pending_orders_is_can_apply": {
  13023. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13024. "type": "integer"
  13025. },
  13026. "vip_level_limit": {
  13027. "description": "提现等级限制",
  13028. "type": "integer"
  13029. },
  13030. "withdraw_amount_limit": {
  13031. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13032. "type": "string"
  13033. },
  13034. "withdraw_fee_set": {
  13035. "description": "提现手续费设置",
  13036. "allOf": [
  13037. {
  13038. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13039. }
  13040. ]
  13041. },
  13042. "withdraw_multiple_limit": {
  13043. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13044. "type": "string"
  13045. },
  13046. "withdraw_nums_limit": {
  13047. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13048. "type": "integer"
  13049. },
  13050. "withdraw_time_interval": {
  13051. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  13052. "allOf": [
  13053. {
  13054. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13055. }
  13056. ]
  13057. },
  13058. "withdraw_type": {
  13059. "description": "提现方式(1:支付宝 2:微信)",
  13060. "type": "integer"
  13061. }
  13062. }
  13063. },
  13064. "md.UserDailyActivityAnalysisReq": {
  13065. "type": "object",
  13066. "properties": {
  13067. "end_date": {
  13068. "type": "string",
  13069. "example": "结束日期"
  13070. },
  13071. "page": {
  13072. "description": "页数",
  13073. "type": "integer"
  13074. },
  13075. "page_size": {
  13076. "description": "每页大小",
  13077. "type": "integer"
  13078. },
  13079. "start_date": {
  13080. "type": "string",
  13081. "example": "开始日期"
  13082. },
  13083. "uid": {
  13084. "description": "查询用户 ID",
  13085. "type": "integer"
  13086. }
  13087. }
  13088. },
  13089. "md.UserDailyActivityAnalysisResp": {
  13090. "type": "object",
  13091. "properties": {
  13092. "son_user_data": {
  13093. "description": "被查询用户子节点信息",
  13094. "type": "array",
  13095. "items": {
  13096. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  13097. }
  13098. },
  13099. "top_data": {
  13100. "description": "统计信息",
  13101. "allOf": [
  13102. {
  13103. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  13104. }
  13105. ]
  13106. }
  13107. }
  13108. },
  13109. "md.UserEggFlowReq": {
  13110. "type": "object",
  13111. "properties": {
  13112. "account_balance_exchange_egg_energy_nums_end": {
  13113. "type": "string",
  13114. "example": "余额兑换蛋蛋能量数量-结束值"
  13115. },
  13116. "account_balance_exchange_egg_energy_nums_start": {
  13117. "type": "string",
  13118. "example": "余额兑换蛋蛋能量数量-起始值"
  13119. },
  13120. "browse_interface_nums_end": {
  13121. "type": "string",
  13122. "example": "浏览界面次数-结束值"
  13123. },
  13124. "browse_interface_nums_start": {
  13125. "type": "string",
  13126. "example": "浏览界面次数-起始值"
  13127. },
  13128. "college_learning_nums_end": {
  13129. "type": "string",
  13130. "example": "学院学习次数-结束值"
  13131. },
  13132. "college_learning_nums_start": {
  13133. "type": "string",
  13134. "example": "学院学习次数-起始值"
  13135. },
  13136. "ecpm_end": {
  13137. "type": "string",
  13138. "example": "ecpm-结束值"
  13139. },
  13140. "ecpm_start": {
  13141. "type": "string",
  13142. "example": "ecpm-起始值"
  13143. },
  13144. "egg_energy_exchange_account_balance_end": {
  13145. "type": "string",
  13146. "example": "蛋蛋能量兑换余额数量-结束值"
  13147. },
  13148. "egg_energy_exchange_account_balance_start": {
  13149. "type": "string",
  13150. "example": "蛋蛋能量兑换余额数量-起始值"
  13151. },
  13152. "forum_comments_nums_end": {
  13153. "type": "string",
  13154. "example": "论坛评论次数-结束值"
  13155. },
  13156. "forum_comments_nums_start": {
  13157. "type": "string",
  13158. "example": "论坛评论次数-起始值"
  13159. },
  13160. "im_activity_nums_end": {
  13161. "type": "string",
  13162. "example": "im活跃次数-结束值"
  13163. },
  13164. "im_activity_nums_start": {
  13165. "type": "string",
  13166. "example": "im活跃次数-起始值"
  13167. },
  13168. "invite_user_nums_end": {
  13169. "type": "string",
  13170. "example": "拉新人数-结束值"
  13171. },
  13172. "invite_user_nums_start": {
  13173. "type": "string",
  13174. "example": "拉新人数-起始值"
  13175. },
  13176. "page": {
  13177. "description": "页数",
  13178. "type": "integer"
  13179. },
  13180. "page_size": {
  13181. "description": "每页大小",
  13182. "type": "integer"
  13183. },
  13184. "person_add_activity_value_end": {
  13185. "type": "string",
  13186. "example": "个人活跃积分-结束值"
  13187. },
  13188. "person_add_activity_value_start": {
  13189. "type": "string",
  13190. "example": "个人活跃积分-起始值"
  13191. },
  13192. "score_value_end": {
  13193. "type": "string",
  13194. "example": "蛋蛋分-结束值"
  13195. },
  13196. "score_value_kind": {
  13197. "description": "评分类型(0:未知 1:人工 2:系统)",
  13198. "type": "integer"
  13199. },
  13200. "score_value_start": {
  13201. "type": "string",
  13202. "example": "蛋蛋分-起始值"
  13203. },
  13204. "send_circle_of_friend_nums_end": {
  13205. "type": "string",
  13206. "example": "发朋友圈次数-结束值"
  13207. },
  13208. "send_circle_of_friend_nums_start": {
  13209. "type": "string",
  13210. "example": "发朋友圈次数-起始值"
  13211. },
  13212. "send_red_package_nums_end": {
  13213. "type": "string",
  13214. "example": "发红包次数-结束值"
  13215. },
  13216. "send_red_package_nums_start": {
  13217. "type": "string",
  13218. "example": "发红包次数-起始值"
  13219. },
  13220. "sign_in_nums_end": {
  13221. "type": "string",
  13222. "example": "签到次数-结束值"
  13223. },
  13224. "sign_in_nums_start": {
  13225. "type": "string",
  13226. "example": "签到次数-起始值"
  13227. },
  13228. "team-activity-nums-end": {
  13229. "type": "string",
  13230. "example": "团队活跃次数-结束值"
  13231. },
  13232. "team_activity_nums_start": {
  13233. "type": "string",
  13234. "example": "团队活跃次数-起始值"
  13235. },
  13236. "violate_nums_end": {
  13237. "type": "string",
  13238. "example": "违规次数-结束值"
  13239. },
  13240. "violate_nums_start": {
  13241. "type": "string",
  13242. "example": "违规次数-起始值"
  13243. },
  13244. "week": {
  13245. "type": "string",
  13246. "example": "周份"
  13247. },
  13248. "year": {
  13249. "type": "string",
  13250. "example": "年份"
  13251. }
  13252. }
  13253. },
  13254. "md.UserEggFlowReqResp": {
  13255. "type": "object",
  13256. "properties": {
  13257. "list": {
  13258. "type": "array",
  13259. "items": {
  13260. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  13261. }
  13262. },
  13263. "page": {
  13264. "description": "页数",
  13265. "type": "integer"
  13266. },
  13267. "page_size": {
  13268. "description": "每页大小",
  13269. "type": "integer"
  13270. },
  13271. "score_value_kind_map": {
  13272. "description": "评分类型(0:未知 1:人工 2:系统)",
  13273. "type": "array",
  13274. "items": {
  13275. "type": "object",
  13276. "additionalProperties": true
  13277. }
  13278. },
  13279. "total": {
  13280. "description": "总数量",
  13281. "type": "integer"
  13282. },
  13283. "week": {
  13284. "type": "string",
  13285. "example": "周份"
  13286. },
  13287. "year": {
  13288. "type": "string",
  13289. "example": "年份"
  13290. }
  13291. }
  13292. },
  13293. "md.UserEggFlowReqRespList": {
  13294. "type": "object",
  13295. "properties": {
  13296. "account_balance_exchange_egg_energy_nums": {
  13297. "description": "余额兑换蛋蛋能量数量",
  13298. "type": "integer"
  13299. },
  13300. "browse_interface_nums": {
  13301. "description": "浏览界面次数",
  13302. "type": "integer"
  13303. },
  13304. "college_learning_nums": {
  13305. "description": "学院学习次数",
  13306. "type": "integer"
  13307. },
  13308. "ecpm": {
  13309. "description": "ecpm",
  13310. "type": "number"
  13311. },
  13312. "egg_energy_exchange_account_balance": {
  13313. "description": "蛋蛋能量兑换余额数量",
  13314. "type": "integer"
  13315. },
  13316. "forum_comments_nums": {
  13317. "description": "论坛评论次数",
  13318. "type": "integer"
  13319. },
  13320. "im_activity_nums": {
  13321. "description": "im活跃次数",
  13322. "type": "integer"
  13323. },
  13324. "index_id": {
  13325. "description": "文档id",
  13326. "type": "string"
  13327. },
  13328. "invite_user_nums": {
  13329. "description": "拉新人数",
  13330. "type": "integer"
  13331. },
  13332. "person_add_activity_value": {
  13333. "description": "个人活跃积分",
  13334. "type": "integer"
  13335. },
  13336. "score_value": {
  13337. "description": "蛋蛋分-起始值",
  13338. "type": "number"
  13339. },
  13340. "score_value_kind": {
  13341. "description": "评分类型(0:未知 1:人工 2:系统)",
  13342. "type": "integer"
  13343. },
  13344. "send_circle_of_friend_nums": {
  13345. "description": "发朋友圈次数",
  13346. "type": "integer"
  13347. },
  13348. "send_red_package_nums": {
  13349. "description": "发红包次数",
  13350. "type": "integer"
  13351. },
  13352. "sign_in_nums": {
  13353. "description": "签到次数",
  13354. "type": "integer"
  13355. },
  13356. "team_activity_nums": {
  13357. "description": "团队活跃次数",
  13358. "type": "integer"
  13359. },
  13360. "violate_nums": {
  13361. "description": "违规次数",
  13362. "type": "integer"
  13363. }
  13364. }
  13365. },
  13366. "md.UserEggIndexReq": {
  13367. "type": "object",
  13368. "properties": {
  13369. "week": {
  13370. "type": "string",
  13371. "example": "周份"
  13372. },
  13373. "year": {
  13374. "type": "string",
  13375. "example": "年份"
  13376. }
  13377. }
  13378. },
  13379. "md.UserEggIndexResp": {
  13380. "type": "object",
  13381. "properties": {
  13382. "egg_energy_user_egg_index_weight": {
  13383. "description": "蛋蛋分系数权重",
  13384. "allOf": [
  13385. {
  13386. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  13387. }
  13388. ]
  13389. },
  13390. "statistics_user_egg_kind_proportion": {
  13391. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  13392. "type": "array",
  13393. "items": {
  13394. "type": "object",
  13395. "additionalProperties": true
  13396. }
  13397. },
  13398. "statistics_user_egg_score_value_range": {
  13399. "description": "统计用户蛋蛋分范围",
  13400. "type": "array",
  13401. "items": {
  13402. "type": "object",
  13403. "additionalProperties": {
  13404. "type": "string"
  13405. }
  13406. }
  13407. },
  13408. "week": {
  13409. "type": "string",
  13410. "example": "周份"
  13411. },
  13412. "year": {
  13413. "type": "string",
  13414. "example": "年份"
  13415. },
  13416. "year_list": {
  13417. "description": "年份\u0026\u0026周份列表",
  13418. "type": "object",
  13419. "additionalProperties": {
  13420. "type": "array",
  13421. "items": {
  13422. "type": "string"
  13423. }
  13424. }
  13425. }
  13426. }
  13427. },
  13428. "md.UserFeedbackCateDelReq": {
  13429. "type": "object",
  13430. "properties": {
  13431. "id": {
  13432. "type": "array",
  13433. "items": {
  13434. "type": "string"
  13435. }
  13436. }
  13437. }
  13438. },
  13439. "md.UserFeedbackCateList": {
  13440. "type": "object",
  13441. "properties": {
  13442. "id": {
  13443. "type": "string"
  13444. },
  13445. "name": {
  13446. "type": "string"
  13447. },
  13448. "sort": {
  13449. "type": "string"
  13450. }
  13451. }
  13452. },
  13453. "md.UserFeedbackCateListReq": {
  13454. "type": "object",
  13455. "properties": {
  13456. "limit": {
  13457. "description": "每页大小",
  13458. "type": "string"
  13459. },
  13460. "page": {
  13461. "description": "页数",
  13462. "type": "string"
  13463. }
  13464. }
  13465. },
  13466. "md.UserFeedbackCateListResp": {
  13467. "type": "object",
  13468. "properties": {
  13469. "list": {
  13470. "type": "array",
  13471. "items": {
  13472. "$ref": "#/definitions/md.UserFeedbackCateList"
  13473. }
  13474. },
  13475. "total": {
  13476. "type": "integer"
  13477. }
  13478. }
  13479. },
  13480. "md.UserFeedbackCateSaveReq": {
  13481. "type": "object",
  13482. "properties": {
  13483. "id": {
  13484. "type": "string"
  13485. },
  13486. "name": {
  13487. "type": "string"
  13488. },
  13489. "sort": {
  13490. "type": "string"
  13491. }
  13492. }
  13493. },
  13494. "md.UserFeedbackChangeStateReq": {
  13495. "type": "object",
  13496. "properties": {
  13497. "id": {
  13498. "type": "string"
  13499. },
  13500. "state": {
  13501. "type": "string",
  13502. "example": "0待解决 1处理中 2已解决"
  13503. }
  13504. }
  13505. },
  13506. "md.UserFeedbackDelReq": {
  13507. "type": "object",
  13508. "properties": {
  13509. "id": {
  13510. "type": "array",
  13511. "items": {
  13512. "type": "string"
  13513. }
  13514. }
  13515. }
  13516. },
  13517. "md.UserFeedbackList": {
  13518. "type": "object",
  13519. "properties": {
  13520. "content": {
  13521. "type": "string"
  13522. },
  13523. "create_at": {
  13524. "type": "string"
  13525. },
  13526. "id": {
  13527. "type": "string"
  13528. },
  13529. "img": {
  13530. "type": "array",
  13531. "items": {
  13532. "type": "string"
  13533. }
  13534. },
  13535. "phone": {
  13536. "type": "string"
  13537. },
  13538. "platform": {
  13539. "type": "string"
  13540. },
  13541. "state": {
  13542. "type": "string",
  13543. "example": "0待解决 1处理中 2已解决"
  13544. },
  13545. "title": {
  13546. "type": "string"
  13547. },
  13548. "type": {
  13549. "type": "string"
  13550. },
  13551. "version": {
  13552. "type": "string"
  13553. }
  13554. }
  13555. },
  13556. "md.UserFeedbackListReq": {
  13557. "type": "object",
  13558. "properties": {
  13559. "cid": {
  13560. "type": "string"
  13561. },
  13562. "limit": {
  13563. "description": "每页大小",
  13564. "type": "string"
  13565. },
  13566. "page": {
  13567. "description": "页数",
  13568. "type": "string"
  13569. },
  13570. "phone": {
  13571. "type": "string"
  13572. },
  13573. "uid": {
  13574. "type": "string"
  13575. }
  13576. }
  13577. },
  13578. "md.UserFeedbackListResp": {
  13579. "type": "object",
  13580. "properties": {
  13581. "list": {
  13582. "type": "array",
  13583. "items": {
  13584. "$ref": "#/definitions/md.UserFeedbackList"
  13585. }
  13586. },
  13587. "select_data": {
  13588. "type": "array",
  13589. "items": {
  13590. "type": "object",
  13591. "additionalProperties": true
  13592. }
  13593. },
  13594. "total": {
  13595. "type": "integer"
  13596. }
  13597. }
  13598. },
  13599. "md.UserFeedbackRecordListReq": {
  13600. "type": "object",
  13601. "properties": {
  13602. "id": {
  13603. "type": "string"
  13604. },
  13605. "limit": {
  13606. "description": "每页大小",
  13607. "type": "string"
  13608. },
  13609. "page": {
  13610. "description": "页数",
  13611. "type": "string"
  13612. }
  13613. }
  13614. },
  13615. "md.UserFeedbackRecordListResp": {
  13616. "type": "object",
  13617. "properties": {
  13618. "content": {
  13619. "type": "string"
  13620. },
  13621. "create_at": {
  13622. "type": "string"
  13623. },
  13624. "head_img": {
  13625. "type": "string"
  13626. },
  13627. "nickname": {
  13628. "type": "string"
  13629. },
  13630. "type": {
  13631. "type": "string"
  13632. }
  13633. }
  13634. },
  13635. "md.UserFeedbackSayReq": {
  13636. "type": "object",
  13637. "properties": {
  13638. "content": {
  13639. "type": "string"
  13640. },
  13641. "id": {
  13642. "type": "string"
  13643. }
  13644. }
  13645. },
  13646. "md.UserManagementGetBalanceDetailResp": {
  13647. "type": "object",
  13648. "properties": {
  13649. "list": {
  13650. "type": "array",
  13651. "items": {
  13652. "$ref": "#/definitions/md.BalanceDetailNode"
  13653. }
  13654. },
  13655. "paginate": {
  13656. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13657. }
  13658. }
  13659. },
  13660. "md.UserManagementGetFansResp": {
  13661. "type": "object",
  13662. "properties": {
  13663. "list": {
  13664. "description": "用户数据",
  13665. "type": "array",
  13666. "items": {
  13667. "$ref": "#/definitions/md.FansNode"
  13668. }
  13669. },
  13670. "paginate": {
  13671. "description": "分页信息",
  13672. "allOf": [
  13673. {
  13674. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13675. }
  13676. ]
  13677. }
  13678. }
  13679. },
  13680. "md.UserManagementGetOneBasicResp": {
  13681. "type": "object",
  13682. "properties": {
  13683. "basic_info": {
  13684. "description": "基本信息",
  13685. "allOf": [
  13686. {
  13687. "$ref": "#/definitions/md.BasicInfoNode"
  13688. }
  13689. ]
  13690. },
  13691. "levels_list": {
  13692. "description": "等级列表",
  13693. "type": "array",
  13694. "items": {
  13695. "type": "object",
  13696. "additionalProperties": true
  13697. }
  13698. },
  13699. "other_info": {
  13700. "description": "其他信息",
  13701. "allOf": [
  13702. {
  13703. "$ref": "#/definitions/md.OtherNode"
  13704. }
  13705. ]
  13706. },
  13707. "tags_list": {
  13708. "description": "标签列表",
  13709. "type": "array",
  13710. "items": {
  13711. "type": "object",
  13712. "additionalProperties": true
  13713. }
  13714. }
  13715. }
  13716. },
  13717. "md.UserManagementGetUserListNode": {
  13718. "type": "object",
  13719. "properties": {
  13720. "avatar": {
  13721. "description": "头像",
  13722. "type": "string"
  13723. },
  13724. "id": {
  13725. "description": "会员 ID",
  13726. "type": "integer"
  13727. },
  13728. "invite_code": {
  13729. "type": "string",
  13730. "example": "会员邀请码"
  13731. },
  13732. "is_real_name": {
  13733. "description": "是否实名 0.未实名,1.已实名",
  13734. "type": "integer"
  13735. },
  13736. "last_login_at": {
  13737. "description": "最后登录时间",
  13738. "type": "string"
  13739. },
  13740. "level_name": {
  13741. "description": "会员等级",
  13742. "type": "string"
  13743. },
  13744. "memo": {
  13745. "description": "备注",
  13746. "type": "string"
  13747. },
  13748. "nickname": {
  13749. "description": "昵称",
  13750. "type": "string"
  13751. },
  13752. "parent_id": {
  13753. "description": "推荐人 ID",
  13754. "type": "integer"
  13755. },
  13756. "parent_invite_code": {
  13757. "type": "string",
  13758. "example": "推荐人邀请码"
  13759. },
  13760. "parent_phone": {
  13761. "type": "string",
  13762. "example": "推荐人手机号"
  13763. },
  13764. "phone": {
  13765. "description": "手机号",
  13766. "type": "string"
  13767. },
  13768. "register_time": {
  13769. "description": "注册时间",
  13770. "type": "string"
  13771. },
  13772. "register_type": {
  13773. "description": "注册类型",
  13774. "type": "integer"
  13775. },
  13776. "sex": {
  13777. "description": "性别(0:未知 1:男 2:女)",
  13778. "type": "integer"
  13779. },
  13780. "state": {
  13781. "description": "状态",
  13782. "type": "integer"
  13783. },
  13784. "tag": {
  13785. "description": "会员标签",
  13786. "type": "array",
  13787. "items": {
  13788. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13789. }
  13790. },
  13791. "wechat": {
  13792. "description": "微信号",
  13793. "type": "string"
  13794. }
  13795. }
  13796. },
  13797. "md.UserManagementGetUserListReq": {
  13798. "type": "object",
  13799. "properties": {
  13800. "effective": {
  13801. "description": "有效会员",
  13802. "type": "integer"
  13803. },
  13804. "id": {
  13805. "description": "会员 ID",
  13806. "type": "integer"
  13807. },
  13808. "invite_code": {
  13809. "type": "string",
  13810. "example": "会员邀请码"
  13811. },
  13812. "is_real_name": {
  13813. "description": "是否实名 0.未实名,1.已实名",
  13814. "type": "integer"
  13815. },
  13816. "level": {
  13817. "description": "会员等级",
  13818. "type": "integer"
  13819. },
  13820. "limit": {
  13821. "type": "integer"
  13822. },
  13823. "login_after": {
  13824. "description": "最近登录结束时间",
  13825. "type": "string"
  13826. },
  13827. "login_before": {
  13828. "description": "最近登录开始时间",
  13829. "type": "string"
  13830. },
  13831. "memo": {
  13832. "description": "备注",
  13833. "type": "string"
  13834. },
  13835. "nickname": {
  13836. "type": "string",
  13837. "example": "会员昵称"
  13838. },
  13839. "page": {
  13840. "type": "integer"
  13841. },
  13842. "parent_invite_code": {
  13843. "type": "string",
  13844. "example": "上级邀请码"
  13845. },
  13846. "parent_phone": {
  13847. "type": "string",
  13848. "example": "上级手机号"
  13849. },
  13850. "phone": {
  13851. "type": "string",
  13852. "example": "会员手机号"
  13853. },
  13854. "recommend_id": {
  13855. "description": "推荐人 ID",
  13856. "type": "integer"
  13857. },
  13858. "register_after": {
  13859. "description": "注册时间终点",
  13860. "type": "string"
  13861. },
  13862. "register_before": {
  13863. "description": "注册时间起点",
  13864. "type": "string"
  13865. },
  13866. "register_type": {
  13867. "description": "注册类型(1:APP注册、2:H5注册)",
  13868. "type": "integer"
  13869. },
  13870. "sex": {
  13871. "description": "性别(0:未知 1:男 2:女)",
  13872. "type": "integer"
  13873. },
  13874. "state": {
  13875. "description": "状态",
  13876. "type": "integer"
  13877. },
  13878. "tag": {
  13879. "description": "标签 id",
  13880. "type": "integer"
  13881. },
  13882. "union_id": {
  13883. "type": "string",
  13884. "example": "微信号"
  13885. }
  13886. }
  13887. },
  13888. "md.UserManagementGetUserListResp": {
  13889. "type": "object",
  13890. "properties": {
  13891. "levels_list": {
  13892. "description": "等级列表",
  13893. "type": "array",
  13894. "items": {
  13895. "type": "object",
  13896. "additionalProperties": true
  13897. }
  13898. },
  13899. "list": {
  13900. "type": "array",
  13901. "items": {
  13902. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13903. }
  13904. },
  13905. "paginate": {
  13906. "description": "分页信息",
  13907. "allOf": [
  13908. {
  13909. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13910. }
  13911. ]
  13912. },
  13913. "state_list": {
  13914. "description": "状态列表",
  13915. "type": "array",
  13916. "items": {
  13917. "type": "object",
  13918. "additionalProperties": true
  13919. }
  13920. },
  13921. "tags_list": {
  13922. "description": "标签列表",
  13923. "type": "array",
  13924. "items": {
  13925. "type": "object",
  13926. "additionalProperties": true
  13927. }
  13928. }
  13929. }
  13930. },
  13931. "md.UserManagementGetVirtualCoinDetailResp": {
  13932. "type": "object",
  13933. "properties": {
  13934. "coin_list": {
  13935. "type": "array",
  13936. "items": {
  13937. "type": "object",
  13938. "additionalProperties": true
  13939. }
  13940. },
  13941. "list": {
  13942. "type": "array",
  13943. "items": {
  13944. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13945. }
  13946. },
  13947. "paginate": {
  13948. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13949. }
  13950. }
  13951. },
  13952. "md.UserManagementUpdateUserInfoReq": {
  13953. "type": "object",
  13954. "properties": {
  13955. "avatar": {
  13956. "description": "头像",
  13957. "type": "string"
  13958. },
  13959. "last_login_ip": {
  13960. "description": "用户最后登录 IP",
  13961. "type": "string"
  13962. },
  13963. "level": {
  13964. "description": "会员等级 ID",
  13965. "type": "string"
  13966. },
  13967. "memo": {
  13968. "type": "string",
  13969. "example": "备注"
  13970. },
  13971. "nickname": {
  13972. "description": "用户名",
  13973. "type": "string"
  13974. },
  13975. "parent_uid": {
  13976. "description": "邀请人 ID",
  13977. "type": "string"
  13978. },
  13979. "password": {
  13980. "description": "登录密码",
  13981. "type": "string"
  13982. },
  13983. "phone": {
  13984. "description": "手机号",
  13985. "type": "string"
  13986. },
  13987. "sex": {
  13988. "description": "性别(0:未知 1:男 2:女)",
  13989. "type": "string"
  13990. },
  13991. "state": {
  13992. "description": "账号状态 1正常,2冻结",
  13993. "type": "string"
  13994. },
  13995. "tag": {
  13996. "description": "用户标签 ID列表",
  13997. "type": "string"
  13998. },
  13999. "uid": {
  14000. "type": "integer"
  14001. },
  14002. "union_id": {
  14003. "description": "微信号",
  14004. "type": "string"
  14005. }
  14006. }
  14007. },
  14008. "md.UserRealName": {
  14009. "type": "object",
  14010. "properties": {
  14011. "create_time": {
  14012. "type": "string"
  14013. },
  14014. "id": {
  14015. "type": "string"
  14016. },
  14017. "id_no": {
  14018. "type": "string"
  14019. },
  14020. "name": {
  14021. "type": "string"
  14022. },
  14023. "pay_state": {
  14024. "type": "string",
  14025. "example": "0未支付 1已支付"
  14026. },
  14027. "phone": {
  14028. "type": "string"
  14029. },
  14030. "state": {
  14031. "type": "string",
  14032. "example": "0未申请 1申请通过 3申请失败"
  14033. },
  14034. "uid": {
  14035. "type": "string"
  14036. }
  14037. }
  14038. },
  14039. "md.UserRealNameBaseResp": {
  14040. "type": "object",
  14041. "properties": {
  14042. "user_real_name_money": {
  14043. "type": "string",
  14044. "example": "实名认证费用"
  14045. },
  14046. "user_real_name_rule": {
  14047. "type": "string",
  14048. "example": "实名认证说明"
  14049. }
  14050. }
  14051. },
  14052. "md.UserRealNameReq": {
  14053. "type": "object",
  14054. "properties": {
  14055. "id_no": {
  14056. "type": "string"
  14057. },
  14058. "limit": {
  14059. "type": "string"
  14060. },
  14061. "name": {
  14062. "type": "string"
  14063. },
  14064. "page": {
  14065. "type": "string"
  14066. },
  14067. "phone": {
  14068. "type": "string"
  14069. },
  14070. "state": {
  14071. "type": "string"
  14072. },
  14073. "uid": {
  14074. "type": "string"
  14075. }
  14076. }
  14077. },
  14078. "md.UserRealNameResp": {
  14079. "type": "object",
  14080. "properties": {
  14081. "list": {
  14082. "type": "array",
  14083. "items": {
  14084. "$ref": "#/definitions/md.UserRealName"
  14085. }
  14086. },
  14087. "select_data": {
  14088. "type": "array",
  14089. "items": {
  14090. "type": "object",
  14091. "additionalProperties": {
  14092. "type": "string"
  14093. }
  14094. }
  14095. },
  14096. "total": {
  14097. "type": "integer"
  14098. }
  14099. }
  14100. },
  14101. "md.UserRealNameSaveReq": {
  14102. "type": "object",
  14103. "properties": {
  14104. "id": {
  14105. "type": "string"
  14106. },
  14107. "state": {
  14108. "type": "string"
  14109. }
  14110. }
  14111. },
  14112. "md.UserVirtualCoinFlow": {
  14113. "type": "object",
  14114. "properties": {
  14115. "after_amount": {
  14116. "type": "string",
  14117. "example": "变更后数量"
  14118. },
  14119. "amount": {
  14120. "type": "string",
  14121. "example": "变更数量"
  14122. },
  14123. "before_amount": {
  14124. "type": "string",
  14125. "example": "变更前数量"
  14126. },
  14127. "coin_id": {
  14128. "description": "虚拟币 ID",
  14129. "type": "integer"
  14130. },
  14131. "create_at": {
  14132. "type": "string",
  14133. "example": "创建时间"
  14134. },
  14135. "direction": {
  14136. "description": "方向:1收入 2支出",
  14137. "type": "integer"
  14138. },
  14139. "id": {
  14140. "type": "integer"
  14141. },
  14142. "sys_fee": {
  14143. "type": "string",
  14144. "example": "手续费"
  14145. },
  14146. "title": {
  14147. "type": "string",
  14148. "example": "标题"
  14149. },
  14150. "transfer_type": {
  14151. "description": "转账类型",
  14152. "type": "integer"
  14153. },
  14154. "uid": {
  14155. "description": "用户 ID",
  14156. "type": "integer"
  14157. },
  14158. "update_at": {
  14159. "type": "string",
  14160. "example": "更新时间"
  14161. }
  14162. }
  14163. },
  14164. "md.VideoBaseData": {
  14165. "type": "object",
  14166. "properties": {
  14167. "interval": {
  14168. "type": "string",
  14169. "example": "领取间隔 秒"
  14170. },
  14171. "reward": {
  14172. "type": "string",
  14173. "example": "单次奖励"
  14174. },
  14175. "timer": {
  14176. "type": "string",
  14177. "example": "观看X秒奖励"
  14178. },
  14179. "total": {
  14180. "type": "string",
  14181. "example": "可领取总次数"
  14182. }
  14183. }
  14184. },
  14185. "md.VideoRewardSetting": {
  14186. "type": "object",
  14187. "properties": {
  14188. "video_reward_is_open": {
  14189. "description": "视频奖励是否开启(1:开启 0:关闭)",
  14190. "type": "integer"
  14191. },
  14192. "video_reward_system": {
  14193. "description": "视频奖励机制",
  14194. "allOf": [
  14195. {
  14196. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  14197. }
  14198. ]
  14199. }
  14200. }
  14201. },
  14202. "md.VideoRewardSystemStruct": {
  14203. "type": "object",
  14204. "properties": {
  14205. "each_round_hour": {
  14206. "description": "每一轮X个小时",
  14207. "type": "string"
  14208. },
  14209. "interval_minutes": {
  14210. "description": "间隔X秒",
  14211. "type": "string"
  14212. },
  14213. "reward_total_num": {
  14214. "description": "一共X个奖励视屏",
  14215. "type": "string"
  14216. },
  14217. "reward_value": {
  14218. "description": "奖励X个活跃积分",
  14219. "type": "string"
  14220. }
  14221. }
  14222. },
  14223. "md.VipEquitySettingNode": {
  14224. "type": "object",
  14225. "properties": {
  14226. "dividend_ratio": {
  14227. "description": "分红比例",
  14228. "type": "string"
  14229. },
  14230. "exchange_account_balance_fee": {
  14231. "description": "兑换余额手续费",
  14232. "type": "string"
  14233. },
  14234. "vip_level_id": {
  14235. "description": "会员等级ID",
  14236. "type": "string"
  14237. },
  14238. "vip_level_name": {
  14239. "description": "会员等级名称",
  14240. "type": "string"
  14241. }
  14242. }
  14243. },
  14244. "md.VirtualCoin": {
  14245. "type": "object",
  14246. "properties": {
  14247. "create_at": {
  14248. "type": "string"
  14249. },
  14250. "exchange_ratio": {
  14251. "description": "兑换比例(与金额)",
  14252. "type": "string",
  14253. "example": "兑换比例(与金额)"
  14254. },
  14255. "id": {
  14256. "type": "integer"
  14257. },
  14258. "is_use": {
  14259. "description": "是否开启: 0否 1是",
  14260. "type": "integer"
  14261. },
  14262. "name": {
  14263. "description": "名称",
  14264. "type": "string"
  14265. },
  14266. "update_at": {
  14267. "type": "string"
  14268. }
  14269. }
  14270. },
  14271. "md.VirtualCoinDetailNode": {
  14272. "type": "object",
  14273. "properties": {
  14274. "after_amount": {
  14275. "description": "变更后积分余额",
  14276. "type": "string"
  14277. },
  14278. "amount": {
  14279. "description": "变更数量",
  14280. "type": "string"
  14281. },
  14282. "create_at": {
  14283. "description": "创建时间",
  14284. "type": "string"
  14285. },
  14286. "direction": {
  14287. "description": "类型 1.收入 2.支出",
  14288. "type": "integer"
  14289. },
  14290. "uid": {
  14291. "description": "用户 ID",
  14292. "type": "integer"
  14293. }
  14294. }
  14295. },
  14296. "md.VirtualCoinListNode": {
  14297. "type": "object",
  14298. "properties": {
  14299. "coin_id": {
  14300. "description": "货币类型 ID",
  14301. "type": "integer"
  14302. },
  14303. "kind": {
  14304. "description": "货币序号",
  14305. "type": "integer"
  14306. },
  14307. "name": {
  14308. "type": "string",
  14309. "example": "货币类型名称"
  14310. }
  14311. }
  14312. },
  14313. "md.WebsiteInfoResp": {
  14314. "type": "object",
  14315. "properties": {
  14316. "android_down_url": {
  14317. "type": "string"
  14318. },
  14319. "ios_down_url": {
  14320. "type": "string"
  14321. },
  14322. "seo_logo": {
  14323. "type": "string"
  14324. },
  14325. "seo_title": {
  14326. "type": "string",
  14327. "example": "seo"
  14328. },
  14329. "web_logo": {
  14330. "type": "string"
  14331. }
  14332. }
  14333. },
  14334. "md.WithdrawApplyAuditReq": {
  14335. "type": "object",
  14336. "required": [
  14337. "audit_state",
  14338. "reason",
  14339. "withdraw_apply_id"
  14340. ],
  14341. "properties": {
  14342. "audit_state": {
  14343. "description": "审核状态(1:同意 2:拒绝)",
  14344. "type": "integer"
  14345. },
  14346. "reason": {
  14347. "description": "审核失败(驳回理由)",
  14348. "type": "integer"
  14349. },
  14350. "withdraw_apply_id": {
  14351. "description": "提现申请id",
  14352. "type": "integer"
  14353. }
  14354. }
  14355. },
  14356. "md.WithdrawFeeSetStruct": {
  14357. "type": "object",
  14358. "properties": {
  14359. "duration": {
  14360. "description": "类型 (1.固定金额 2.固定比例)",
  14361. "type": "integer"
  14362. },
  14363. "value": {
  14364. "description": "具体值",
  14365. "type": "integer"
  14366. }
  14367. }
  14368. },
  14369. "md.WithdrawFrequencySettingStruct": {
  14370. "type": "object",
  14371. "properties": {
  14372. "duration": {
  14373. "description": "周期 (1.天 2.周 3.月)",
  14374. "type": "integer"
  14375. },
  14376. "num": {
  14377. "description": "周期数",
  14378. "type": "array",
  14379. "items": {
  14380. "type": "string"
  14381. }
  14382. }
  14383. }
  14384. },
  14385. "md.WithdrawTimeIntervalStruct": {
  14386. "type": "object",
  14387. "properties": {
  14388. "end_at": {
  14389. "type": "string"
  14390. },
  14391. "start_at": {
  14392. "type": "string"
  14393. }
  14394. }
  14395. },
  14396. "model.EggEnergyUserEggIndexWeight": {
  14397. "type": "object",
  14398. "properties": {
  14399. "account_balance_exchange_egg_energy_nums": {
  14400. "type": "string"
  14401. },
  14402. "browse_interface_nums": {
  14403. "type": "string"
  14404. },
  14405. "college_learning_nums": {
  14406. "type": "string"
  14407. },
  14408. "create_at": {
  14409. "type": "string"
  14410. },
  14411. "ecpm": {
  14412. "type": "string"
  14413. },
  14414. "egg_energy_exchange_account_balance": {
  14415. "type": "string"
  14416. },
  14417. "forum_comments_nums": {
  14418. "type": "string"
  14419. },
  14420. "id": {
  14421. "type": "integer"
  14422. },
  14423. "im_activity_nums": {
  14424. "type": "string"
  14425. },
  14426. "invite_user_nums": {
  14427. "type": "string"
  14428. },
  14429. "person_add_activity_value": {
  14430. "type": "string"
  14431. },
  14432. "send_circle_of_friend_nums": {
  14433. "type": "string"
  14434. },
  14435. "send_red_package_nums": {
  14436. "type": "string"
  14437. },
  14438. "sign_in_nums": {
  14439. "type": "string"
  14440. },
  14441. "team_activity_nums": {
  14442. "type": "string"
  14443. },
  14444. "update_at": {
  14445. "type": "string"
  14446. },
  14447. "violate_nums": {
  14448. "type": "string"
  14449. }
  14450. }
  14451. },
  14452. "model.PlatformActiveData": {
  14453. "type": "object",
  14454. "properties": {
  14455. "date": {
  14456. "type": "string"
  14457. },
  14458. "id": {
  14459. "type": "integer"
  14460. },
  14461. "new_user_count": {
  14462. "type": "integer"
  14463. },
  14464. "user_sign_in_count": {
  14465. "type": "integer"
  14466. },
  14467. "withdraw_amount_count": {
  14468. "type": "string"
  14469. },
  14470. "withdraw_user_count": {
  14471. "type": "integer"
  14472. }
  14473. }
  14474. },
  14475. "model.UserLevelTask": {
  14476. "type": "object",
  14477. "properties": {
  14478. "active_days": {
  14479. "type": "integer"
  14480. },
  14481. "create_at": {
  14482. "type": "string"
  14483. },
  14484. "finish_count": {
  14485. "type": "integer"
  14486. },
  14487. "id": {
  14488. "type": "integer"
  14489. },
  14490. "is_must_task": {
  14491. "type": "integer"
  14492. },
  14493. "level_id": {
  14494. "type": "integer"
  14495. },
  14496. "task_type": {
  14497. "type": "integer"
  14498. },
  14499. "task_type_level_id": {
  14500. "type": "integer"
  14501. },
  14502. "update_at": {
  14503. "type": "string"
  14504. },
  14505. "within_days": {
  14506. "type": "integer"
  14507. }
  14508. }
  14509. },
  14510. "setCenter.WebBasicReq": {
  14511. "type": "object",
  14512. "properties": {
  14513. "android_down_url": {
  14514. "type": "string"
  14515. },
  14516. "ios_down_url": {
  14517. "type": "string"
  14518. },
  14519. "seo_logo": {
  14520. "type": "string"
  14521. },
  14522. "seo_title": {
  14523. "type": "string"
  14524. },
  14525. "wap_host": {
  14526. "type": "string",
  14527. "example": "h5域名"
  14528. },
  14529. "web_logo": {
  14530. "type": "string"
  14531. }
  14532. }
  14533. },
  14534. "setCenter.WebBasicResp": {
  14535. "type": "object",
  14536. "properties": {
  14537. "android_down_url": {
  14538. "type": "string"
  14539. },
  14540. "ios_down_url": {
  14541. "type": "string"
  14542. },
  14543. "seo_logo": {
  14544. "type": "string"
  14545. },
  14546. "seo_logo_url": {
  14547. "type": "string"
  14548. },
  14549. "seo_title": {
  14550. "type": "string"
  14551. },
  14552. "wap_host": {
  14553. "type": "string",
  14554. "example": "h5域名"
  14555. },
  14556. "web_logo": {
  14557. "type": "string"
  14558. },
  14559. "web_logo_url": {
  14560. "type": "string"
  14561. }
  14562. }
  14563. }
  14564. },
  14565. "securityDefinitions": {
  14566. "MasterID": {
  14567. "type": "apiKey",
  14568. "name": "MasterID",
  14569. "in": "header"
  14570. }
  14571. }
  14572. }