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

14597 lines
499 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.CloudBundleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/update/state": {
  1118. "post": {
  1119. "description": "打包机使用-云打包更新状态",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "打包机使用"
  1128. ],
  1129. "summary": "打包机使用-云打包更新状态等",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/upload": {
  1165. "post": {
  1166. "description": "打包机使用-云打包-上传许可链接(获取)",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "打包机使用"
  1175. ],
  1176. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. },
  1185. {
  1186. "description": "签名上传url",
  1187. "name": "req",
  1188. "in": "body",
  1189. "required": true,
  1190. "schema": {
  1191. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "许可链接",
  1198. "schema": {
  1199. "type": "string"
  1200. }
  1201. },
  1202. "400": {
  1203. "description": "具体错误",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.Response"
  1206. }
  1207. }
  1208. }
  1209. }
  1210. },
  1211. "/api/cloudBundle/version/base": {
  1212. "get": {
  1213. "description": "云打包-图片配置",
  1214. "consumes": [
  1215. "application/json"
  1216. ],
  1217. "produces": [
  1218. "application/json"
  1219. ],
  1220. "tags": [
  1221. "云打包"
  1222. ],
  1223. "summary": "云打包-云打包-图片配置",
  1224. "parameters": [
  1225. {
  1226. "type": "string",
  1227. "description": "验证参数Bearer和token空格拼接",
  1228. "name": "Authorization",
  1229. "in": "header",
  1230. "required": true
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/version/base/save": {
  1250. "post": {
  1251. "description": "云打包-图片配置",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "云打包"
  1260. ],
  1261. "summary": "云打包-图片配置",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleVersion"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/comm/adminInfo": {
  1297. "post": {
  1298. "description": "获取管理员信息",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "通用请求"
  1307. ],
  1308. "summary": "通用请求-获取管理员信息",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. }
  1317. ],
  1318. "responses": {
  1319. "200": {
  1320. "description": "管理员信息",
  1321. "schema": {
  1322. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/comm/getOssUrl": {
  1335. "post": {
  1336. "description": "上传许可链接(获取)",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "对象存储"
  1345. ],
  1346. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1347. "parameters": [
  1348. {
  1349. "type": "string",
  1350. "description": "验证参数Bearer和token空格拼接",
  1351. "name": "Authorization",
  1352. "in": "header",
  1353. "required": true
  1354. },
  1355. {
  1356. "description": "签名上传url",
  1357. "name": "req",
  1358. "in": "body",
  1359. "required": true,
  1360. "schema": {
  1361. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1362. }
  1363. }
  1364. ],
  1365. "responses": {
  1366. "200": {
  1367. "description": "许可链接",
  1368. "schema": {
  1369. "type": "string"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/config": {
  1382. "get": {
  1383. "description": "基本配置",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "基本配置"
  1392. ],
  1393. "summary": "基本配置",
  1394. "parameters": [
  1395. {
  1396. "type": "string",
  1397. "description": "验证参数Bearer和token空格拼接",
  1398. "name": "Authorization",
  1399. "in": "header",
  1400. "required": true
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体数据",
  1406. "schema": {
  1407. "$ref": "#/definitions/md.ConfigResp"
  1408. }
  1409. },
  1410. "400": {
  1411. "description": "具体错误",
  1412. "schema": {
  1413. "$ref": "#/definitions/md.Response"
  1414. }
  1415. }
  1416. }
  1417. }
  1418. },
  1419. "/api/demo": {
  1420. "post": {
  1421. "description": "Demo样例测试",
  1422. "consumes": [
  1423. "application/json"
  1424. ],
  1425. "produces": [
  1426. "application/json"
  1427. ],
  1428. "tags": [
  1429. "Demo"
  1430. ],
  1431. "summary": "Demo测试",
  1432. "parameters": [
  1433. {
  1434. "description": "用户名密码",
  1435. "name": "req",
  1436. "in": "body",
  1437. "required": true,
  1438. "schema": {
  1439. "type": "object"
  1440. }
  1441. }
  1442. ],
  1443. "responses": {
  1444. "200": {
  1445. "description": "token",
  1446. "schema": {
  1447. "type": "object",
  1448. "additionalProperties": true
  1449. }
  1450. },
  1451. "400": {
  1452. "description": "具体错误",
  1453. "schema": {
  1454. "$ref": "#/definitions/md.Response"
  1455. }
  1456. }
  1457. }
  1458. }
  1459. },
  1460. "/api/financialCenter/withdraw/applyList": {
  1461. "post": {
  1462. "description": "提现申请列表(获取)",
  1463. "consumes": [
  1464. "application/json"
  1465. ],
  1466. "produces": [
  1467. "application/json"
  1468. ],
  1469. "tags": [
  1470. "提现"
  1471. ],
  1472. "summary": "财务中心-提现-提现申请列表(获取)",
  1473. "parameters": [
  1474. {
  1475. "type": "string",
  1476. "description": "验证参数Bearer和token空格拼接",
  1477. "name": "Authorization",
  1478. "in": "header",
  1479. "required": true
  1480. },
  1481. {
  1482. "description": "筛选条件",
  1483. "name": "req",
  1484. "in": "body",
  1485. "schema": {
  1486. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1487. }
  1488. }
  1489. ],
  1490. "responses": {
  1491. "200": {
  1492. "description": "具体数据",
  1493. "schema": {
  1494. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1495. }
  1496. },
  1497. "400": {
  1498. "description": "具体错误",
  1499. "schema": {
  1500. "$ref": "#/definitions/md.Response"
  1501. }
  1502. }
  1503. }
  1504. }
  1505. },
  1506. "/api/financialCenter/withdraw/audit": {
  1507. "post": {
  1508. "description": "提现审核",
  1509. "consumes": [
  1510. "application/json"
  1511. ],
  1512. "produces": [
  1513. "application/json"
  1514. ],
  1515. "tags": [
  1516. "提现"
  1517. ],
  1518. "summary": "财务中心-提现-审核",
  1519. "parameters": [
  1520. {
  1521. "type": "string",
  1522. "description": "验证参数Bearer和token空格拼接",
  1523. "name": "Authorization",
  1524. "in": "header",
  1525. "required": true
  1526. },
  1527. {
  1528. "description": "筛选条件",
  1529. "name": "req",
  1530. "in": "body",
  1531. "schema": {
  1532. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1533. }
  1534. }
  1535. ],
  1536. "responses": {
  1537. "200": {
  1538. "description": "success",
  1539. "schema": {
  1540. "type": "string"
  1541. }
  1542. },
  1543. "400": {
  1544. "description": "具体错误",
  1545. "schema": {
  1546. "$ref": "#/definitions/md.Response"
  1547. }
  1548. }
  1549. }
  1550. }
  1551. },
  1552. "/api/financialCenter/withdraw/setting": {
  1553. "get": {
  1554. "description": "基础设置(获取)",
  1555. "consumes": [
  1556. "application/json"
  1557. ],
  1558. "produces": [
  1559. "application/json"
  1560. ],
  1561. "tags": [
  1562. "提现"
  1563. ],
  1564. "summary": "财务中心-提现-基础设置(获取)",
  1565. "parameters": [
  1566. {
  1567. "type": "string",
  1568. "description": "验证参数Bearer和token空格拼接",
  1569. "name": "Authorization",
  1570. "in": "header",
  1571. "required": true
  1572. }
  1573. ],
  1574. "responses": {
  1575. "200": {
  1576. "description": "具体数据",
  1577. "schema": {
  1578. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1579. }
  1580. },
  1581. "400": {
  1582. "description": "具体错误",
  1583. "schema": {
  1584. "$ref": "#/definitions/md.Response"
  1585. }
  1586. }
  1587. }
  1588. }
  1589. },
  1590. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1591. "post": {
  1592. "description": "基础设置(更新)",
  1593. "consumes": [
  1594. "application/json"
  1595. ],
  1596. "produces": [
  1597. "application/json"
  1598. ],
  1599. "tags": [
  1600. "提现"
  1601. ],
  1602. "summary": "财务中心-提现-基础设置(更新)",
  1603. "parameters": [
  1604. {
  1605. "type": "string",
  1606. "description": "验证参数Bearer和token空格拼接",
  1607. "name": "Authorization",
  1608. "in": "header",
  1609. "required": true
  1610. },
  1611. {
  1612. "description": "id 必填",
  1613. "name": "req",
  1614. "in": "body",
  1615. "required": true,
  1616. "schema": {
  1617. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1618. }
  1619. }
  1620. ],
  1621. "responses": {
  1622. "200": {
  1623. "description": "修改数据条数",
  1624. "schema": {
  1625. "type": "int"
  1626. }
  1627. },
  1628. "400": {
  1629. "description": "具体错误",
  1630. "schema": {
  1631. "$ref": "#/definitions/md.Response"
  1632. }
  1633. }
  1634. }
  1635. }
  1636. },
  1637. "/api/friendCircleSettings/basic/index": {
  1638. "get": {
  1639. "description": "基础设置(获取)",
  1640. "consumes": [
  1641. "application/json"
  1642. ],
  1643. "produces": [
  1644. "application/json"
  1645. ],
  1646. "tags": [
  1647. "动态设置"
  1648. ],
  1649. "summary": "社交管理-动态设置-基础设置(获取)",
  1650. "parameters": [
  1651. {
  1652. "type": "string",
  1653. "description": "验证参数Bearer和token空格拼接",
  1654. "name": "Authorization",
  1655. "in": "header",
  1656. "required": true
  1657. }
  1658. ],
  1659. "responses": {
  1660. "200": {
  1661. "description": "具体数据",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1664. }
  1665. },
  1666. "400": {
  1667. "description": "具体错误",
  1668. "schema": {
  1669. "$ref": "#/definitions/md.Response"
  1670. }
  1671. }
  1672. }
  1673. }
  1674. },
  1675. "/api/friendCircleSettings/basic/save": {
  1676. "post": {
  1677. "description": "基础设置(更新)",
  1678. "consumes": [
  1679. "application/json"
  1680. ],
  1681. "produces": [
  1682. "application/json"
  1683. ],
  1684. "tags": [
  1685. "动态设置"
  1686. ],
  1687. "summary": "社交管理-动态设置-基础设置(更新)",
  1688. "parameters": [
  1689. {
  1690. "type": "string",
  1691. "description": "验证参数Bearer和token空格拼接",
  1692. "name": "Authorization",
  1693. "in": "header",
  1694. "required": true
  1695. },
  1696. {
  1697. "description": "id 必填",
  1698. "name": "req",
  1699. "in": "body",
  1700. "required": true,
  1701. "schema": {
  1702. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1703. }
  1704. }
  1705. ],
  1706. "responses": {
  1707. "200": {
  1708. "description": "修改数据条数",
  1709. "schema": {
  1710. "type": "int"
  1711. }
  1712. },
  1713. "400": {
  1714. "description": "具体错误",
  1715. "schema": {
  1716. "$ref": "#/definitions/md.Response"
  1717. }
  1718. }
  1719. }
  1720. }
  1721. },
  1722. "/api/friendCircleSettings/blackList/add": {
  1723. "post": {
  1724. "description": "黑名单(新增)",
  1725. "consumes": [
  1726. "application/json"
  1727. ],
  1728. "produces": [
  1729. "application/json"
  1730. ],
  1731. "tags": [
  1732. "动态设置"
  1733. ],
  1734. "summary": "社交管理-动态设置-黑名单(新增)",
  1735. "parameters": [
  1736. {
  1737. "type": "string",
  1738. "description": "验证参数Bearer和token空格拼接",
  1739. "name": "Authorization",
  1740. "in": "header",
  1741. "required": true
  1742. },
  1743. {
  1744. "description": "用户id 必填",
  1745. "name": "req",
  1746. "in": "body",
  1747. "required": true,
  1748. "schema": {
  1749. "$ref": "#/definitions/md.AddBlackListReq"
  1750. }
  1751. }
  1752. ],
  1753. "responses": {
  1754. "200": {
  1755. "description": "生成的黑名单id",
  1756. "schema": {
  1757. "type": "string"
  1758. }
  1759. },
  1760. "400": {
  1761. "description": "具体错误",
  1762. "schema": {
  1763. "$ref": "#/definitions/md.Response"
  1764. }
  1765. }
  1766. }
  1767. }
  1768. },
  1769. "/api/friendCircleSettings/blackList/del": {
  1770. "delete": {
  1771. "description": "黑名单(删除)",
  1772. "consumes": [
  1773. "application/json"
  1774. ],
  1775. "produces": [
  1776. "application/json"
  1777. ],
  1778. "tags": [
  1779. "动态设置"
  1780. ],
  1781. "summary": "社交管理-动态设置-黑名单(删除)",
  1782. "parameters": [
  1783. {
  1784. "type": "string",
  1785. "description": "验证参数Bearer和token空格拼接",
  1786. "name": "Authorization",
  1787. "in": "header",
  1788. "required": true
  1789. },
  1790. {
  1791. "description": "黑名单id 必填",
  1792. "name": "req",
  1793. "in": "body",
  1794. "required": true,
  1795. "schema": {
  1796. "$ref": "#/definitions/md.DeleteBlackListReq"
  1797. }
  1798. }
  1799. ],
  1800. "responses": {
  1801. "200": {
  1802. "description": "删除数据数量",
  1803. "schema": {
  1804. "type": "string"
  1805. }
  1806. },
  1807. "400": {
  1808. "description": "具体错误",
  1809. "schema": {
  1810. "$ref": "#/definitions/md.Response"
  1811. }
  1812. }
  1813. }
  1814. }
  1815. },
  1816. "/api/friendCircleSettings/blackList/index": {
  1817. "get": {
  1818. "description": "黑名单(获取)",
  1819. "consumes": [
  1820. "application/json"
  1821. ],
  1822. "produces": [
  1823. "application/json"
  1824. ],
  1825. "tags": [
  1826. "动态设置"
  1827. ],
  1828. "summary": "社交管理-动态设置-黑名单(获取)",
  1829. "parameters": [
  1830. {
  1831. "type": "string",
  1832. "description": "验证参数Bearer和token空格拼接",
  1833. "name": "Authorization",
  1834. "in": "header",
  1835. "required": true
  1836. },
  1837. {
  1838. "type": "integer",
  1839. "description": "每页大小",
  1840. "name": "limit",
  1841. "in": "query",
  1842. "required": true
  1843. },
  1844. {
  1845. "type": "integer",
  1846. "description": "页数",
  1847. "name": "page",
  1848. "in": "query",
  1849. "required": true
  1850. },
  1851. {
  1852. "type": "integer",
  1853. "description": "手机号",
  1854. "name": "phone",
  1855. "in": "query",
  1856. "required": true
  1857. },
  1858. {
  1859. "type": "integer",
  1860. "description": "用户名",
  1861. "name": "nickname",
  1862. "in": "query",
  1863. "required": true
  1864. },
  1865. {
  1866. "type": "integer",
  1867. "description": "用户id",
  1868. "name": "uid",
  1869. "in": "query",
  1870. "required": true
  1871. }
  1872. ],
  1873. "responses": {
  1874. "200": {
  1875. "description": "具体数据",
  1876. "schema": {
  1877. "$ref": "#/definitions/md.GetBlackListResp"
  1878. }
  1879. },
  1880. "400": {
  1881. "description": "具体错误",
  1882. "schema": {
  1883. "$ref": "#/definitions/md.Response"
  1884. }
  1885. }
  1886. }
  1887. }
  1888. },
  1889. "/api/friendCircleSettings/dynamic/del": {
  1890. "delete": {
  1891. "description": "动态(删除)",
  1892. "consumes": [
  1893. "application/json"
  1894. ],
  1895. "produces": [
  1896. "application/json"
  1897. ],
  1898. "tags": [
  1899. "动态设置"
  1900. ],
  1901. "summary": "社交管理-动态设置-动态(删除)",
  1902. "parameters": [
  1903. {
  1904. "type": "string",
  1905. "description": "验证参数Bearer和token空格拼接",
  1906. "name": "Authorization",
  1907. "in": "header",
  1908. "required": true
  1909. },
  1910. {
  1911. "description": "删除动态id必填",
  1912. "name": "req",
  1913. "in": "body",
  1914. "required": true,
  1915. "schema": {
  1916. "$ref": "#/definitions/md.DeleteDynamicReq"
  1917. }
  1918. }
  1919. ],
  1920. "responses": {
  1921. "200": {
  1922. "description": "success",
  1923. "schema": {
  1924. "type": "string"
  1925. }
  1926. },
  1927. "400": {
  1928. "description": "具体错误",
  1929. "schema": {
  1930. "$ref": "#/definitions/md.Response"
  1931. }
  1932. }
  1933. }
  1934. }
  1935. },
  1936. "/api/friendCircleSettings/dynamic/index": {
  1937. "post": {
  1938. "description": "动态(获取)",
  1939. "consumes": [
  1940. "application/json"
  1941. ],
  1942. "produces": [
  1943. "application/json"
  1944. ],
  1945. "tags": [
  1946. "动态设置"
  1947. ],
  1948. "summary": "社交管理-动态设置-动态(获取)",
  1949. "parameters": [
  1950. {
  1951. "type": "string",
  1952. "description": "验证参数Bearer和token空格拼接",
  1953. "name": "Authorization",
  1954. "in": "header",
  1955. "required": true
  1956. },
  1957. {
  1958. "description": "筛选条件",
  1959. "name": "req",
  1960. "in": "body",
  1961. "schema": {
  1962. "$ref": "#/definitions/md.GetDynamicReq"
  1963. }
  1964. }
  1965. ],
  1966. "responses": {
  1967. "200": {
  1968. "description": "生成的黑名单id",
  1969. "schema": {
  1970. "$ref": "#/definitions/md.GetDynamicResp"
  1971. }
  1972. },
  1973. "400": {
  1974. "description": "具体错误",
  1975. "schema": {
  1976. "$ref": "#/definitions/md.Response"
  1977. }
  1978. }
  1979. }
  1980. }
  1981. },
  1982. "/api/friendCircleSettings/dynamic/release": {
  1983. "post": {
  1984. "description": "动态(发布)",
  1985. "consumes": [
  1986. "application/json"
  1987. ],
  1988. "produces": [
  1989. "application/json"
  1990. ],
  1991. "tags": [
  1992. "动态设置"
  1993. ],
  1994. "summary": "社交管理-动态设置-动态(发布)",
  1995. "parameters": [
  1996. {
  1997. "type": "string",
  1998. "description": "验证参数Bearer和token空格拼接",
  1999. "name": "Authorization",
  2000. "in": "header",
  2001. "required": true
  2002. },
  2003. {
  2004. "description": "发布动态信息",
  2005. "name": "req",
  2006. "in": "body",
  2007. "required": true,
  2008. "schema": {
  2009. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2010. }
  2011. }
  2012. ],
  2013. "responses": {
  2014. "200": {
  2015. "description": "success",
  2016. "schema": {
  2017. "type": "string"
  2018. }
  2019. },
  2020. "400": {
  2021. "description": "具体错误",
  2022. "schema": {
  2023. "$ref": "#/definitions/md.Response"
  2024. }
  2025. }
  2026. }
  2027. }
  2028. },
  2029. "/api/friendCircleSettings/dynamic/update": {
  2030. "post": {
  2031. "description": "动态(更新)",
  2032. "consumes": [
  2033. "application/json"
  2034. ],
  2035. "produces": [
  2036. "application/json"
  2037. ],
  2038. "tags": [
  2039. "动态设置"
  2040. ],
  2041. "summary": "社交管理-动态设置-动态(更新)",
  2042. "parameters": [
  2043. {
  2044. "type": "string",
  2045. "description": "验证参数Bearer和token空格拼接",
  2046. "name": "Authorization",
  2047. "in": "header",
  2048. "required": true
  2049. },
  2050. {
  2051. "description": "更新动态id必填",
  2052. "name": "req",
  2053. "in": "body",
  2054. "required": true,
  2055. "schema": {
  2056. "$ref": "#/definitions/md.UpdateDynamicReq"
  2057. }
  2058. }
  2059. ],
  2060. "responses": {
  2061. "200": {
  2062. "description": "success",
  2063. "schema": {
  2064. "type": "string"
  2065. }
  2066. },
  2067. "400": {
  2068. "description": "具体错误",
  2069. "schema": {
  2070. "$ref": "#/definitions/md.Response"
  2071. }
  2072. }
  2073. }
  2074. }
  2075. },
  2076. "/api/getSTSVoucher": {
  2077. "get": {
  2078. "description": "STS临时访问凭证(获取)",
  2079. "consumes": [
  2080. "application/json"
  2081. ],
  2082. "produces": [
  2083. "application/json"
  2084. ],
  2085. "tags": [
  2086. "打包机使用"
  2087. ],
  2088. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2089. "parameters": [
  2090. {
  2091. "type": "string",
  2092. "description": "验证参数Bearer和token空格拼接",
  2093. "name": "Authorization",
  2094. "in": "header",
  2095. "required": true
  2096. }
  2097. ],
  2098. "responses": {
  2099. "200": {
  2100. "description": "凭证及其他信息",
  2101. "schema": {
  2102. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2103. }
  2104. },
  2105. "400": {
  2106. "description": "具体错误",
  2107. "schema": {
  2108. "$ref": "#/definitions/md.Response"
  2109. }
  2110. }
  2111. }
  2112. }
  2113. },
  2114. "/api/homePage/activeData": {
  2115. "get": {
  2116. "description": "活跃数据",
  2117. "consumes": [
  2118. "application/json"
  2119. ],
  2120. "produces": [
  2121. "application/json"
  2122. ],
  2123. "tags": [
  2124. "首页"
  2125. ],
  2126. "summary": "首页-首页-活跃数据",
  2127. "parameters": [
  2128. {
  2129. "type": "string",
  2130. "description": "验证参数Bearer和token空格拼接",
  2131. "name": "Authorization",
  2132. "in": "header",
  2133. "required": true
  2134. }
  2135. ],
  2136. "responses": {
  2137. "200": {
  2138. "description": "具体数据",
  2139. "schema": {
  2140. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2141. }
  2142. },
  2143. "400": {
  2144. "description": "具体错误",
  2145. "schema": {
  2146. "$ref": "#/definitions/md.Response"
  2147. }
  2148. }
  2149. }
  2150. }
  2151. },
  2152. "/api/homePage/growData": {
  2153. "get": {
  2154. "description": "用户增长曲线",
  2155. "consumes": [
  2156. "application/json"
  2157. ],
  2158. "produces": [
  2159. "application/json"
  2160. ],
  2161. "tags": [
  2162. "首页"
  2163. ],
  2164. "summary": "首页-首页-用户增长曲线",
  2165. "parameters": [
  2166. {
  2167. "type": "string",
  2168. "description": "验证参数Bearer和token空格拼接",
  2169. "name": "Authorization",
  2170. "in": "header",
  2171. "required": true
  2172. },
  2173. {
  2174. "type": "string",
  2175. "description": "1:按天 2:按周 3:按小时",
  2176. "name": "kind",
  2177. "in": "query"
  2178. }
  2179. ],
  2180. "responses": {
  2181. "200": {
  2182. "description": "具体数据",
  2183. "schema": {
  2184. "$ref": "#/definitions/md.GetPriceCurveResp"
  2185. }
  2186. },
  2187. "400": {
  2188. "description": "具体错误",
  2189. "schema": {
  2190. "$ref": "#/definitions/md.Response"
  2191. }
  2192. }
  2193. }
  2194. }
  2195. },
  2196. "/api/homePage/totalData": {
  2197. "get": {
  2198. "description": "数据总览",
  2199. "consumes": [
  2200. "application/json"
  2201. ],
  2202. "produces": [
  2203. "application/json"
  2204. ],
  2205. "tags": [
  2206. "首页"
  2207. ],
  2208. "summary": "首页-首页-数据总览",
  2209. "parameters": [
  2210. {
  2211. "type": "string",
  2212. "description": "验证参数Bearer和token空格拼接",
  2213. "name": "Authorization",
  2214. "in": "header",
  2215. "required": true
  2216. },
  2217. {
  2218. "type": "string",
  2219. "description": "年",
  2220. "name": "year",
  2221. "in": "query",
  2222. "required": true
  2223. },
  2224. {
  2225. "type": "string",
  2226. "description": "月",
  2227. "name": "month",
  2228. "in": "query",
  2229. "required": true
  2230. }
  2231. ],
  2232. "responses": {
  2233. "200": {
  2234. "description": "具体数据",
  2235. "schema": {
  2236. "$ref": "#/definitions/hdl.TotalDataResp"
  2237. }
  2238. },
  2239. "400": {
  2240. "description": "具体错误",
  2241. "schema": {
  2242. "$ref": "#/definitions/md.Response"
  2243. }
  2244. }
  2245. }
  2246. }
  2247. },
  2248. "/api/im/addCustomerService": {
  2249. "post": {
  2250. "description": "客服(新增)",
  2251. "consumes": [
  2252. "application/json"
  2253. ],
  2254. "produces": [
  2255. "application/json"
  2256. ],
  2257. "tags": [
  2258. "客服"
  2259. ],
  2260. "summary": "Im-客服(新增)",
  2261. "parameters": [
  2262. {
  2263. "type": "string",
  2264. "description": "验证参数Bearer和token空格拼接",
  2265. "name": "Authorization",
  2266. "in": "header",
  2267. "required": true
  2268. },
  2269. {
  2270. "description": "相关参数",
  2271. "name": "req",
  2272. "in": "body",
  2273. "required": true,
  2274. "schema": {
  2275. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2276. }
  2277. }
  2278. ],
  2279. "responses": {
  2280. "200": {
  2281. "description": "success",
  2282. "schema": {
  2283. "type": "string"
  2284. }
  2285. },
  2286. "400": {
  2287. "description": "具体错误",
  2288. "schema": {
  2289. "$ref": "#/definitions/md.Response"
  2290. }
  2291. }
  2292. }
  2293. }
  2294. },
  2295. "/api/im/addEmoticon": {
  2296. "post": {
  2297. "description": "表情包(新增)",
  2298. "consumes": [
  2299. "application/json"
  2300. ],
  2301. "produces": [
  2302. "application/json"
  2303. ],
  2304. "tags": [
  2305. "表情包"
  2306. ],
  2307. "summary": "Im-表情包(新增)",
  2308. "parameters": [
  2309. {
  2310. "type": "string",
  2311. "description": "验证参数Bearer和token空格拼接",
  2312. "name": "Authorization",
  2313. "in": "header",
  2314. "required": true
  2315. },
  2316. {
  2317. "description": "相关参数",
  2318. "name": "req",
  2319. "in": "body",
  2320. "required": true,
  2321. "schema": {
  2322. "$ref": "#/definitions/md.AddEmoticonReq"
  2323. }
  2324. }
  2325. ],
  2326. "responses": {
  2327. "200": {
  2328. "description": "success",
  2329. "schema": {
  2330. "type": "string"
  2331. }
  2332. },
  2333. "400": {
  2334. "description": "具体错误",
  2335. "schema": {
  2336. "$ref": "#/definitions/md.Response"
  2337. }
  2338. }
  2339. }
  2340. }
  2341. },
  2342. "/api/im/batchSendGroupMessage": {
  2343. "post": {
  2344. "description": "群发发送群组消息",
  2345. "consumes": [
  2346. "application/json"
  2347. ],
  2348. "produces": [
  2349. "application/json"
  2350. ],
  2351. "tags": [
  2352. "群发发送群组消息"
  2353. ],
  2354. "summary": "Im-群发发送群组消息",
  2355. "parameters": [
  2356. {
  2357. "type": "string",
  2358. "description": "验证参数Bearer和token空格拼接",
  2359. "name": "Authorization",
  2360. "in": "header",
  2361. "required": true
  2362. },
  2363. {
  2364. "description": "相关参数",
  2365. "name": "req",
  2366. "in": "body",
  2367. "required": true,
  2368. "schema": {
  2369. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2370. }
  2371. }
  2372. ],
  2373. "responses": {
  2374. "200": {
  2375. "description": "success",
  2376. "schema": {
  2377. "type": "string"
  2378. }
  2379. },
  2380. "400": {
  2381. "description": "具体错误",
  2382. "schema": {
  2383. "$ref": "#/definitions/md.Response"
  2384. }
  2385. }
  2386. }
  2387. }
  2388. },
  2389. "/api/im/batchSendUserMessage": {
  2390. "post": {
  2391. "description": "群发发送用户消息",
  2392. "consumes": [
  2393. "application/json"
  2394. ],
  2395. "produces": [
  2396. "application/json"
  2397. ],
  2398. "tags": [
  2399. "群发发送用户消息"
  2400. ],
  2401. "summary": "Im-群发发送用户消息",
  2402. "parameters": [
  2403. {
  2404. "type": "string",
  2405. "description": "验证参数Bearer和token空格拼接",
  2406. "name": "Authorization",
  2407. "in": "header",
  2408. "required": true
  2409. },
  2410. {
  2411. "description": "相关参数",
  2412. "name": "req",
  2413. "in": "body",
  2414. "required": true,
  2415. "schema": {
  2416. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2417. }
  2418. }
  2419. ],
  2420. "responses": {
  2421. "200": {
  2422. "description": "success",
  2423. "schema": {
  2424. "type": "string"
  2425. }
  2426. },
  2427. "400": {
  2428. "description": "具体错误",
  2429. "schema": {
  2430. "$ref": "#/definitions/md.Response"
  2431. }
  2432. }
  2433. }
  2434. }
  2435. },
  2436. "/api/im/deleteEmoticon": {
  2437. "post": {
  2438. "description": "表情包(删除)",
  2439. "consumes": [
  2440. "application/json"
  2441. ],
  2442. "produces": [
  2443. "application/json"
  2444. ],
  2445. "tags": [
  2446. "表情包"
  2447. ],
  2448. "summary": "Im-表情包(删除)",
  2449. "parameters": [
  2450. {
  2451. "type": "string",
  2452. "description": "验证参数Bearer和token空格拼接",
  2453. "name": "Authorization",
  2454. "in": "header",
  2455. "required": true
  2456. },
  2457. {
  2458. "description": "相关参数",
  2459. "name": "req",
  2460. "in": "body",
  2461. "required": true,
  2462. "schema": {
  2463. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2464. }
  2465. }
  2466. ],
  2467. "responses": {
  2468. "200": {
  2469. "description": "success",
  2470. "schema": {
  2471. "type": "string"
  2472. }
  2473. },
  2474. "400": {
  2475. "description": "具体错误",
  2476. "schema": {
  2477. "$ref": "#/definitions/md.Response"
  2478. }
  2479. }
  2480. }
  2481. }
  2482. },
  2483. "/api/im/getBasic": {
  2484. "get": {
  2485. "description": "基础设置(获取)",
  2486. "consumes": [
  2487. "application/json"
  2488. ],
  2489. "produces": [
  2490. "application/json"
  2491. ],
  2492. "tags": [
  2493. "基础设置"
  2494. ],
  2495. "summary": "Im-基础设置(获取)",
  2496. "parameters": [
  2497. {
  2498. "type": "string",
  2499. "description": "验证参数Bearer和token空格拼接",
  2500. "name": "Authorization",
  2501. "in": "header",
  2502. "required": true
  2503. }
  2504. ],
  2505. "responses": {
  2506. "200": {
  2507. "description": "设置列表",
  2508. "schema": {
  2509. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2510. }
  2511. },
  2512. "400": {
  2513. "description": "具体错误",
  2514. "schema": {
  2515. "$ref": "#/definitions/md.Response"
  2516. }
  2517. }
  2518. }
  2519. }
  2520. },
  2521. "/api/im/groupList": {
  2522. "post": {
  2523. "description": "群组用户(列表)",
  2524. "consumes": [
  2525. "application/json"
  2526. ],
  2527. "produces": [
  2528. "application/json"
  2529. ],
  2530. "tags": [
  2531. "群组用户"
  2532. ],
  2533. "summary": "Im-群组用户(列表)",
  2534. "parameters": [
  2535. {
  2536. "type": "string",
  2537. "description": "验证参数Bearer和token空格拼接",
  2538. "name": "Authorization",
  2539. "in": "header",
  2540. "required": true
  2541. },
  2542. {
  2543. "description": "相关参数",
  2544. "name": "req",
  2545. "in": "body",
  2546. "required": true,
  2547. "schema": {
  2548. "$ref": "#/definitions/md.GroupListReq"
  2549. }
  2550. }
  2551. ],
  2552. "responses": {
  2553. "200": {
  2554. "description": "OK",
  2555. "schema": {
  2556. "$ref": "#/definitions/md.GroupListResp"
  2557. }
  2558. },
  2559. "400": {
  2560. "description": "具体错误",
  2561. "schema": {
  2562. "$ref": "#/definitions/md.Response"
  2563. }
  2564. }
  2565. }
  2566. }
  2567. },
  2568. "/api/im/pageCustomerService": {
  2569. "post": {
  2570. "description": "客服(列表)",
  2571. "consumes": [
  2572. "application/json"
  2573. ],
  2574. "produces": [
  2575. "application/json"
  2576. ],
  2577. "tags": [
  2578. "客服"
  2579. ],
  2580. "summary": "Im-客服(列表)",
  2581. "parameters": [
  2582. {
  2583. "type": "string",
  2584. "description": "验证参数Bearer和token空格拼接",
  2585. "name": "Authorization",
  2586. "in": "header",
  2587. "required": true
  2588. },
  2589. {
  2590. "description": "相关参数",
  2591. "name": "req",
  2592. "in": "body",
  2593. "required": true,
  2594. "schema": {
  2595. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2596. }
  2597. }
  2598. ],
  2599. "responses": {
  2600. "200": {
  2601. "description": "设置列表",
  2602. "schema": {
  2603. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2604. }
  2605. },
  2606. "400": {
  2607. "description": "具体错误",
  2608. "schema": {
  2609. "$ref": "#/definitions/md.Response"
  2610. }
  2611. }
  2612. }
  2613. }
  2614. },
  2615. "/api/im/pageEmoticon": {
  2616. "post": {
  2617. "description": "表情包(列表)",
  2618. "consumes": [
  2619. "application/json"
  2620. ],
  2621. "produces": [
  2622. "application/json"
  2623. ],
  2624. "tags": [
  2625. "表情包"
  2626. ],
  2627. "summary": "Im-表情包(列表)",
  2628. "parameters": [
  2629. {
  2630. "type": "string",
  2631. "description": "验证参数Bearer和token空格拼接",
  2632. "name": "Authorization",
  2633. "in": "header",
  2634. "required": true
  2635. },
  2636. {
  2637. "description": "相关参数",
  2638. "name": "req",
  2639. "in": "body",
  2640. "required": true,
  2641. "schema": {
  2642. "$ref": "#/definitions/md.PageEmoticonReq"
  2643. }
  2644. }
  2645. ],
  2646. "responses": {
  2647. "200": {
  2648. "description": "设置列表",
  2649. "schema": {
  2650. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2651. }
  2652. },
  2653. "400": {
  2654. "description": "具体错误",
  2655. "schema": {
  2656. "$ref": "#/definitions/md.Response"
  2657. }
  2658. }
  2659. }
  2660. }
  2661. },
  2662. "/api/im/pageSendRedPackageOrd": {
  2663. "post": {
  2664. "description": "红包记录(列表)",
  2665. "consumes": [
  2666. "application/json"
  2667. ],
  2668. "produces": [
  2669. "application/json"
  2670. ],
  2671. "tags": [
  2672. "红包记录"
  2673. ],
  2674. "summary": "Im-红包记录(列表)",
  2675. "parameters": [
  2676. {
  2677. "type": "string",
  2678. "description": "验证参数Bearer和token空格拼接",
  2679. "name": "Authorization",
  2680. "in": "header",
  2681. "required": true
  2682. },
  2683. {
  2684. "description": "相关参数",
  2685. "name": "req",
  2686. "in": "body",
  2687. "required": true,
  2688. "schema": {
  2689. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2690. }
  2691. }
  2692. ],
  2693. "responses": {
  2694. "200": {
  2695. "description": "success",
  2696. "schema": {
  2697. "type": "string"
  2698. }
  2699. },
  2700. "400": {
  2701. "description": "具体错误",
  2702. "schema": {
  2703. "$ref": "#/definitions/md.Response"
  2704. }
  2705. }
  2706. }
  2707. }
  2708. },
  2709. "/api/im/redPackageRecordsDetail": {
  2710. "get": {
  2711. "description": "红包记录(详情)",
  2712. "consumes": [
  2713. "application/json"
  2714. ],
  2715. "produces": [
  2716. "application/json"
  2717. ],
  2718. "tags": [
  2719. "红包记录"
  2720. ],
  2721. "summary": "Im-红包记录(详情)",
  2722. "parameters": [
  2723. {
  2724. "type": "string",
  2725. "description": "验证参数Bearer和token空格拼接",
  2726. "name": "Authorization",
  2727. "in": "header",
  2728. "required": true
  2729. },
  2730. {
  2731. "type": "string",
  2732. "description": "红包id",
  2733. "name": "red_package_id",
  2734. "in": "query",
  2735. "required": true
  2736. }
  2737. ],
  2738. "responses": {
  2739. "200": {
  2740. "description": "success",
  2741. "schema": {
  2742. "type": "string"
  2743. }
  2744. },
  2745. "400": {
  2746. "description": "具体错误",
  2747. "schema": {
  2748. "$ref": "#/definitions/md.Response"
  2749. }
  2750. }
  2751. }
  2752. }
  2753. },
  2754. "/api/im/setBasic": {
  2755. "post": {
  2756. "description": "基础设置(更新)",
  2757. "consumes": [
  2758. "application/json"
  2759. ],
  2760. "produces": [
  2761. "application/json"
  2762. ],
  2763. "tags": [
  2764. "基础设置"
  2765. ],
  2766. "summary": "Im-基础设置(更新)",
  2767. "parameters": [
  2768. {
  2769. "type": "string",
  2770. "description": "验证参数Bearer和token空格拼接",
  2771. "name": "Authorization",
  2772. "in": "header",
  2773. "required": true
  2774. },
  2775. {
  2776. "description": "上传需要修改的信息",
  2777. "name": "req",
  2778. "in": "body",
  2779. "required": true,
  2780. "schema": {
  2781. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2782. }
  2783. }
  2784. ],
  2785. "responses": {
  2786. "200": {
  2787. "description": "success",
  2788. "schema": {
  2789. "type": "string"
  2790. }
  2791. },
  2792. "400": {
  2793. "description": "具体错误",
  2794. "schema": {
  2795. "$ref": "#/definitions/md.Response"
  2796. }
  2797. }
  2798. }
  2799. }
  2800. },
  2801. "/api/im/setCustomerServiceState": {
  2802. "post": {
  2803. "description": "客服(更新状态)",
  2804. "consumes": [
  2805. "application/json"
  2806. ],
  2807. "produces": [
  2808. "application/json"
  2809. ],
  2810. "tags": [
  2811. "客服"
  2812. ],
  2813. "summary": "Im-客服(更新状态)",
  2814. "parameters": [
  2815. {
  2816. "type": "string",
  2817. "description": "验证参数Bearer和token空格拼接",
  2818. "name": "Authorization",
  2819. "in": "header",
  2820. "required": true
  2821. },
  2822. {
  2823. "description": "相关参数",
  2824. "name": "req",
  2825. "in": "body",
  2826. "required": true,
  2827. "schema": {
  2828. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2829. }
  2830. }
  2831. ],
  2832. "responses": {
  2833. "200": {
  2834. "description": "success",
  2835. "schema": {
  2836. "type": "string"
  2837. }
  2838. },
  2839. "400": {
  2840. "description": "具体错误",
  2841. "schema": {
  2842. "$ref": "#/definitions/md.Response"
  2843. }
  2844. }
  2845. }
  2846. }
  2847. },
  2848. "/api/im/setEmoticonState": {
  2849. "post": {
  2850. "description": "表情包(新增)",
  2851. "consumes": [
  2852. "application/json"
  2853. ],
  2854. "produces": [
  2855. "application/json"
  2856. ],
  2857. "tags": [
  2858. "表情包"
  2859. ],
  2860. "summary": "Im-表情包(更新状态)",
  2861. "parameters": [
  2862. {
  2863. "type": "string",
  2864. "description": "验证参数Bearer和token空格拼接",
  2865. "name": "Authorization",
  2866. "in": "header",
  2867. "required": true
  2868. },
  2869. {
  2870. "description": "相关参数",
  2871. "name": "req",
  2872. "in": "body",
  2873. "required": true,
  2874. "schema": {
  2875. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2876. }
  2877. }
  2878. ],
  2879. "responses": {
  2880. "200": {
  2881. "description": "success",
  2882. "schema": {
  2883. "type": "string"
  2884. }
  2885. },
  2886. "400": {
  2887. "description": "具体错误",
  2888. "schema": {
  2889. "$ref": "#/definitions/md.Response"
  2890. }
  2891. }
  2892. }
  2893. }
  2894. },
  2895. "/api/im/updateCustomerServiceMemo": {
  2896. "post": {
  2897. "description": "客服(编辑备注)",
  2898. "consumes": [
  2899. "application/json"
  2900. ],
  2901. "produces": [
  2902. "application/json"
  2903. ],
  2904. "tags": [
  2905. "客服"
  2906. ],
  2907. "summary": "Im-客服(编辑备注)",
  2908. "parameters": [
  2909. {
  2910. "type": "string",
  2911. "description": "验证参数Bearer和token空格拼接",
  2912. "name": "Authorization",
  2913. "in": "header",
  2914. "required": true
  2915. },
  2916. {
  2917. "description": "相关参数",
  2918. "name": "req",
  2919. "in": "body",
  2920. "required": true,
  2921. "schema": {
  2922. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2923. }
  2924. }
  2925. ],
  2926. "responses": {
  2927. "200": {
  2928. "description": "success",
  2929. "schema": {
  2930. "type": "string"
  2931. }
  2932. },
  2933. "400": {
  2934. "description": "具体错误",
  2935. "schema": {
  2936. "$ref": "#/definitions/md.Response"
  2937. }
  2938. }
  2939. }
  2940. }
  2941. },
  2942. "/api/im/updateEmoticon": {
  2943. "post": {
  2944. "description": "表情包(编辑)",
  2945. "consumes": [
  2946. "application/json"
  2947. ],
  2948. "produces": [
  2949. "application/json"
  2950. ],
  2951. "tags": [
  2952. "表情包"
  2953. ],
  2954. "summary": "Im-表情包(编辑)",
  2955. "parameters": [
  2956. {
  2957. "type": "string",
  2958. "description": "验证参数Bearer和token空格拼接",
  2959. "name": "Authorization",
  2960. "in": "header",
  2961. "required": true
  2962. },
  2963. {
  2964. "description": "相关参数",
  2965. "name": "req",
  2966. "in": "body",
  2967. "required": true,
  2968. "schema": {
  2969. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2970. }
  2971. }
  2972. ],
  2973. "responses": {
  2974. "200": {
  2975. "description": "success",
  2976. "schema": {
  2977. "type": "string"
  2978. }
  2979. },
  2980. "400": {
  2981. "description": "具体错误",
  2982. "schema": {
  2983. "$ref": "#/definitions/md.Response"
  2984. }
  2985. }
  2986. }
  2987. }
  2988. },
  2989. "/api/institutionalManagement/contentReward/playlet/base": {
  2990. "get": {
  2991. "description": "制度中心-内容奖励-短剧基本信息",
  2992. "consumes": [
  2993. "application/json"
  2994. ],
  2995. "produces": [
  2996. "application/json"
  2997. ],
  2998. "tags": [
  2999. "蛋蛋能量"
  3000. ],
  3001. "summary": "制度中心-内容奖励-短剧基本信息",
  3002. "parameters": [
  3003. {
  3004. "type": "string",
  3005. "description": "验证参数Bearer和token空格拼接",
  3006. "name": "Authorization",
  3007. "in": "header",
  3008. "required": true
  3009. }
  3010. ],
  3011. "responses": {
  3012. "200": {
  3013. "description": "具体数据",
  3014. "schema": {
  3015. "$ref": "#/definitions/md.PlayletBaseData"
  3016. }
  3017. },
  3018. "400": {
  3019. "description": "具体错误",
  3020. "schema": {
  3021. "$ref": "#/definitions/md.Response"
  3022. }
  3023. }
  3024. }
  3025. }
  3026. },
  3027. "/api/institutionalManagement/contentReward/playlet/save": {
  3028. "post": {
  3029. "description": "制度中心-内容奖励-短剧基本配置保存",
  3030. "consumes": [
  3031. "application/json"
  3032. ],
  3033. "produces": [
  3034. "application/json"
  3035. ],
  3036. "tags": [
  3037. "蛋蛋能量"
  3038. ],
  3039. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3040. "parameters": [
  3041. {
  3042. "type": "string",
  3043. "description": "验证参数Bearer和token空格拼接",
  3044. "name": "Authorization",
  3045. "in": "header",
  3046. "required": true
  3047. },
  3048. {
  3049. "description": "(分页信息必填)",
  3050. "name": "req",
  3051. "in": "body",
  3052. "required": true,
  3053. "schema": {
  3054. "$ref": "#/definitions/md.PlayletBaseData"
  3055. }
  3056. }
  3057. ],
  3058. "responses": {
  3059. "200": {
  3060. "description": "具体数据",
  3061. "schema": {
  3062. "type": "string"
  3063. }
  3064. },
  3065. "400": {
  3066. "description": "具体错误",
  3067. "schema": {
  3068. "$ref": "#/definitions/md.Response"
  3069. }
  3070. }
  3071. }
  3072. }
  3073. },
  3074. "/api/institutionalManagement/contentReward/video/base": {
  3075. "get": {
  3076. "description": "制度中心-内容奖励-短视频基本信息",
  3077. "consumes": [
  3078. "application/json"
  3079. ],
  3080. "produces": [
  3081. "application/json"
  3082. ],
  3083. "tags": [
  3084. "蛋蛋能量"
  3085. ],
  3086. "summary": "制度中心-内容奖励-短视频基本信息",
  3087. "parameters": [
  3088. {
  3089. "type": "string",
  3090. "description": "验证参数Bearer和token空格拼接",
  3091. "name": "Authorization",
  3092. "in": "header",
  3093. "required": true
  3094. }
  3095. ],
  3096. "responses": {
  3097. "200": {
  3098. "description": "具体数据",
  3099. "schema": {
  3100. "$ref": "#/definitions/md.VideoBaseData"
  3101. }
  3102. },
  3103. "400": {
  3104. "description": "具体错误",
  3105. "schema": {
  3106. "$ref": "#/definitions/md.Response"
  3107. }
  3108. }
  3109. }
  3110. }
  3111. },
  3112. "/api/institutionalManagement/contentReward/video/save": {
  3113. "post": {
  3114. "description": "制度中心-内容奖励-短视频基本配置保存",
  3115. "consumes": [
  3116. "application/json"
  3117. ],
  3118. "produces": [
  3119. "application/json"
  3120. ],
  3121. "tags": [
  3122. "蛋蛋能量"
  3123. ],
  3124. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3125. "parameters": [
  3126. {
  3127. "type": "string",
  3128. "description": "验证参数Bearer和token空格拼接",
  3129. "name": "Authorization",
  3130. "in": "header",
  3131. "required": true
  3132. },
  3133. {
  3134. "description": "(分页信息必填)",
  3135. "name": "req",
  3136. "in": "body",
  3137. "required": true,
  3138. "schema": {
  3139. "$ref": "#/definitions/md.VideoBaseData"
  3140. }
  3141. }
  3142. ],
  3143. "responses": {
  3144. "200": {
  3145. "description": "具体数据",
  3146. "schema": {
  3147. "type": "string"
  3148. }
  3149. },
  3150. "400": {
  3151. "description": "具体错误",
  3152. "schema": {
  3153. "$ref": "#/definitions/md.Response"
  3154. }
  3155. }
  3156. }
  3157. }
  3158. },
  3159. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3160. "post": {
  3161. "description": "会员设置(新增)",
  3162. "consumes": [
  3163. "application/json"
  3164. ],
  3165. "produces": [
  3166. "application/json"
  3167. ],
  3168. "tags": [
  3169. "蛋蛋能量"
  3170. ],
  3171. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3172. "parameters": [
  3173. {
  3174. "type": "string",
  3175. "description": "验证参数Bearer和token空格拼接",
  3176. "name": "Authorization",
  3177. "in": "header",
  3178. "required": true
  3179. },
  3180. {
  3181. "description": "system_id 必填",
  3182. "name": "req",
  3183. "in": "body",
  3184. "required": true,
  3185. "schema": {
  3186. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3187. }
  3188. }
  3189. ],
  3190. "responses": {
  3191. "200": {
  3192. "description": "修改数据条数",
  3193. "schema": {
  3194. "type": "int"
  3195. }
  3196. },
  3197. "400": {
  3198. "description": "具体错误",
  3199. "schema": {
  3200. "$ref": "#/definitions/md.Response"
  3201. }
  3202. }
  3203. }
  3204. }
  3205. },
  3206. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3207. "post": {
  3208. "description": "动态数据流水(获取)",
  3209. "consumes": [
  3210. "application/json"
  3211. ],
  3212. "produces": [
  3213. "application/json"
  3214. ],
  3215. "tags": [
  3216. "公排管理"
  3217. ],
  3218. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3219. "parameters": [
  3220. {
  3221. "type": "string",
  3222. "description": "验证参数Bearer和token空格拼接",
  3223. "name": "Authorization",
  3224. "in": "header",
  3225. "required": true
  3226. },
  3227. {
  3228. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3229. "name": "req",
  3230. "in": "body",
  3231. "required": true,
  3232. "schema": {
  3233. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3234. }
  3235. }
  3236. ],
  3237. "responses": {
  3238. "200": {
  3239. "description": "成功返回",
  3240. "schema": {
  3241. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3242. }
  3243. },
  3244. "400": {
  3245. "description": "具体错误",
  3246. "schema": {
  3247. "$ref": "#/definitions/md.Response"
  3248. }
  3249. }
  3250. }
  3251. }
  3252. },
  3253. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3254. "get": {
  3255. "description": "贡献值-基础设置(获取)",
  3256. "consumes": [
  3257. "application/json"
  3258. ],
  3259. "produces": [
  3260. "application/json"
  3261. ],
  3262. "tags": [
  3263. "贡献值"
  3264. ],
  3265. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3266. "parameters": [
  3267. {
  3268. "type": "string",
  3269. "description": "验证参数Bearer和token空格拼接",
  3270. "name": "Authorization",
  3271. "in": "header",
  3272. "required": true
  3273. }
  3274. ],
  3275. "responses": {
  3276. "200": {
  3277. "description": "具体数据",
  3278. "schema": {
  3279. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3280. }
  3281. },
  3282. "400": {
  3283. "description": "具体错误",
  3284. "schema": {
  3285. "$ref": "#/definitions/md.Response"
  3286. }
  3287. }
  3288. }
  3289. }
  3290. },
  3291. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3292. "post": {
  3293. "description": "贡献值-基础设置(更新)",
  3294. "consumes": [
  3295. "application/json"
  3296. ],
  3297. "produces": [
  3298. "application/json"
  3299. ],
  3300. "tags": [
  3301. "贡献值"
  3302. ],
  3303. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3304. "parameters": [
  3305. {
  3306. "type": "string",
  3307. "description": "验证参数Bearer和token空格拼接",
  3308. "name": "Authorization",
  3309. "in": "header",
  3310. "required": true
  3311. },
  3312. {
  3313. "description": "id 必填",
  3314. "name": "req",
  3315. "in": "body",
  3316. "required": true,
  3317. "schema": {
  3318. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3319. }
  3320. }
  3321. ],
  3322. "responses": {
  3323. "200": {
  3324. "description": "修改数据条数",
  3325. "schema": {
  3326. "type": "int"
  3327. }
  3328. },
  3329. "400": {
  3330. "description": "具体错误",
  3331. "schema": {
  3332. "$ref": "#/definitions/md.Response"
  3333. }
  3334. }
  3335. }
  3336. }
  3337. },
  3338. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3339. "post": {
  3340. "description": "蛋蛋分管理(人工打分)",
  3341. "consumes": [
  3342. "application/json"
  3343. ],
  3344. "produces": [
  3345. "application/json"
  3346. ],
  3347. "tags": [
  3348. "蛋蛋能量"
  3349. ],
  3350. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3351. "parameters": [
  3352. {
  3353. "type": "string",
  3354. "description": "验证参数Bearer和token空格拼接",
  3355. "name": "Authorization",
  3356. "in": "header",
  3357. "required": true
  3358. },
  3359. {
  3360. "description": "请求参数",
  3361. "name": "req",
  3362. "in": "body",
  3363. "required": true,
  3364. "schema": {
  3365. "$ref": "#/definitions/md.ManualScoreReq"
  3366. }
  3367. }
  3368. ],
  3369. "responses": {
  3370. "200": {
  3371. "description": "成功返回",
  3372. "schema": {
  3373. "type": "string"
  3374. }
  3375. },
  3376. "400": {
  3377. "description": "具体错误",
  3378. "schema": {
  3379. "$ref": "#/definitions/md.Response"
  3380. }
  3381. }
  3382. }
  3383. }
  3384. },
  3385. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3386. "post": {
  3387. "description": "蛋蛋分管理(着陆页数据分析)",
  3388. "consumes": [
  3389. "application/json"
  3390. ],
  3391. "produces": [
  3392. "application/json"
  3393. ],
  3394. "tags": [
  3395. "蛋蛋能量"
  3396. ],
  3397. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3398. "parameters": [
  3399. {
  3400. "type": "string",
  3401. "description": "验证参数Bearer和token空格拼接",
  3402. "name": "Authorization",
  3403. "in": "header",
  3404. "required": true
  3405. },
  3406. {
  3407. "description": "请求参数",
  3408. "name": "req",
  3409. "in": "body",
  3410. "required": true,
  3411. "schema": {
  3412. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3413. }
  3414. }
  3415. ],
  3416. "responses": {
  3417. "200": {
  3418. "description": "成功返回",
  3419. "schema": {
  3420. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3421. }
  3422. },
  3423. "400": {
  3424. "description": "具体错误",
  3425. "schema": {
  3426. "$ref": "#/definitions/md.Response"
  3427. }
  3428. }
  3429. }
  3430. }
  3431. },
  3432. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3433. "post": {
  3434. "description": "蛋蛋分管理(用户数据列表)",
  3435. "consumes": [
  3436. "application/json"
  3437. ],
  3438. "produces": [
  3439. "application/json"
  3440. ],
  3441. "tags": [
  3442. "蛋蛋能量"
  3443. ],
  3444. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3445. "parameters": [
  3446. {
  3447. "type": "string",
  3448. "description": "验证参数Bearer和token空格拼接",
  3449. "name": "Authorization",
  3450. "in": "header",
  3451. "required": true
  3452. },
  3453. {
  3454. "description": "请求参数",
  3455. "name": "req",
  3456. "in": "body",
  3457. "required": true,
  3458. "schema": {
  3459. "$ref": "#/definitions/md.UserEggFlowReq"
  3460. }
  3461. }
  3462. ],
  3463. "responses": {
  3464. "200": {
  3465. "description": "成功返回",
  3466. "schema": {
  3467. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3468. }
  3469. },
  3470. "400": {
  3471. "description": "具体错误",
  3472. "schema": {
  3473. "$ref": "#/definitions/md.Response"
  3474. }
  3475. }
  3476. }
  3477. }
  3478. },
  3479. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3480. "post": {
  3481. "description": "蛋蛋分管理(着陆页数据)",
  3482. "consumes": [
  3483. "application/json"
  3484. ],
  3485. "produces": [
  3486. "application/json"
  3487. ],
  3488. "tags": [
  3489. "蛋蛋能量"
  3490. ],
  3491. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3492. "parameters": [
  3493. {
  3494. "type": "string",
  3495. "description": "验证参数Bearer和token空格拼接",
  3496. "name": "Authorization",
  3497. "in": "header",
  3498. "required": true
  3499. },
  3500. {
  3501. "description": "请求参数",
  3502. "name": "req",
  3503. "in": "body",
  3504. "required": true,
  3505. "schema": {
  3506. "$ref": "#/definitions/md.UserEggIndexReq"
  3507. }
  3508. }
  3509. ],
  3510. "responses": {
  3511. "200": {
  3512. "description": "成功返回",
  3513. "schema": {
  3514. "$ref": "#/definitions/md.UserEggIndexResp"
  3515. }
  3516. },
  3517. "400": {
  3518. "description": "具体错误",
  3519. "schema": {
  3520. "$ref": "#/definitions/md.Response"
  3521. }
  3522. }
  3523. }
  3524. }
  3525. },
  3526. "/api/institutionalManagement/eggEnergy/getBasic": {
  3527. "get": {
  3528. "description": "基础设置(获取)",
  3529. "consumes": [
  3530. "application/json"
  3531. ],
  3532. "produces": [
  3533. "application/json"
  3534. ],
  3535. "tags": [
  3536. "蛋蛋能量"
  3537. ],
  3538. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3539. "parameters": [
  3540. {
  3541. "type": "string",
  3542. "description": "验证参数Bearer和token空格拼接",
  3543. "name": "Authorization",
  3544. "in": "header",
  3545. "required": true
  3546. }
  3547. ],
  3548. "responses": {
  3549. "200": {
  3550. "description": "具体数据",
  3551. "schema": {
  3552. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3553. }
  3554. },
  3555. "400": {
  3556. "description": "具体错误",
  3557. "schema": {
  3558. "$ref": "#/definitions/md.Response"
  3559. }
  3560. }
  3561. }
  3562. }
  3563. },
  3564. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3565. "get": {
  3566. "description": "基础会员设置(获取)",
  3567. "consumes": [
  3568. "application/json"
  3569. ],
  3570. "produces": [
  3571. "application/json"
  3572. ],
  3573. "tags": [
  3574. "蛋蛋能量"
  3575. ],
  3576. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3577. "parameters": [
  3578. {
  3579. "type": "string",
  3580. "description": "验证参数Bearer和token空格拼接",
  3581. "name": "Authorization",
  3582. "in": "header",
  3583. "required": true
  3584. }
  3585. ],
  3586. "responses": {
  3587. "200": {
  3588. "description": "具体数据",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3591. }
  3592. },
  3593. "400": {
  3594. "description": "具体错误",
  3595. "schema": {
  3596. "$ref": "#/definitions/md.Response"
  3597. }
  3598. }
  3599. }
  3600. }
  3601. },
  3602. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3603. "get": {
  3604. "description": "查询所有币种(获取)",
  3605. "consumes": [
  3606. "application/json"
  3607. ],
  3608. "produces": [
  3609. "application/json"
  3610. ],
  3611. "tags": [
  3612. "蛋蛋能量"
  3613. ],
  3614. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3615. "parameters": [
  3616. {
  3617. "type": "string",
  3618. "description": "验证参数Bearer和token空格拼接",
  3619. "name": "Authorization",
  3620. "in": "header",
  3621. "required": true
  3622. }
  3623. ],
  3624. "responses": {
  3625. "200": {
  3626. "description": "成功返回",
  3627. "schema": {
  3628. "type": "array",
  3629. "items": {
  3630. "$ref": "#/definitions/md.VirtualCoin"
  3631. }
  3632. }
  3633. },
  3634. "400": {
  3635. "description": "具体错误",
  3636. "schema": {
  3637. "$ref": "#/definitions/md.Response"
  3638. }
  3639. }
  3640. }
  3641. }
  3642. },
  3643. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3644. "get": {
  3645. "description": "数据概览(获取)",
  3646. "consumes": [
  3647. "application/json"
  3648. ],
  3649. "produces": [
  3650. "application/json"
  3651. ],
  3652. "tags": [
  3653. "蛋蛋能量"
  3654. ],
  3655. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3656. "parameters": [
  3657. {
  3658. "type": "string",
  3659. "description": "验证参数Bearer和token空格拼接",
  3660. "name": "Authorization",
  3661. "in": "header",
  3662. "required": true
  3663. }
  3664. ],
  3665. "responses": {
  3666. "200": {
  3667. "description": "具体数据",
  3668. "schema": {
  3669. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3670. }
  3671. },
  3672. "400": {
  3673. "description": "具体错误",
  3674. "schema": {
  3675. "$ref": "#/definitions/md.Response"
  3676. }
  3677. }
  3678. }
  3679. }
  3680. },
  3681. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3682. "post": {
  3683. "description": "价值明细数据(新增)",
  3684. "consumes": [
  3685. "application/json"
  3686. ],
  3687. "produces": [
  3688. "application/json"
  3689. ],
  3690. "tags": [
  3691. "蛋蛋能量"
  3692. ],
  3693. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3694. "parameters": [
  3695. {
  3696. "type": "string",
  3697. "description": "验证参数Bearer和token空格拼接",
  3698. "name": "Authorization",
  3699. "in": "header",
  3700. "required": true
  3701. },
  3702. {
  3703. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3704. "name": "req",
  3705. "in": "body",
  3706. "required": true,
  3707. "schema": {
  3708. "$ref": "#/definitions/md.AddFundDataReq"
  3709. }
  3710. }
  3711. ],
  3712. "responses": {
  3713. "200": {
  3714. "description": "插入数据 id",
  3715. "schema": {
  3716. "type": "int"
  3717. }
  3718. },
  3719. "400": {
  3720. "description": "具体错误",
  3721. "schema": {
  3722. "$ref": "#/definitions/md.Response"
  3723. }
  3724. }
  3725. }
  3726. }
  3727. },
  3728. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3729. "post": {
  3730. "description": "新增数据列表(获取)",
  3731. "consumes": [
  3732. "application/json"
  3733. ],
  3734. "produces": [
  3735. "application/json"
  3736. ],
  3737. "tags": [
  3738. "蛋蛋能量"
  3739. ],
  3740. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3741. "parameters": [
  3742. {
  3743. "type": "string",
  3744. "description": "验证参数Bearer和token空格拼接",
  3745. "name": "Authorization",
  3746. "in": "header",
  3747. "required": true
  3748. },
  3749. {
  3750. "description": "分页信息必填",
  3751. "name": "req",
  3752. "in": "body",
  3753. "required": true,
  3754. "schema": {
  3755. "$ref": "#/definitions/md.GetFundDataListReq"
  3756. }
  3757. }
  3758. ],
  3759. "responses": {
  3760. "200": {
  3761. "description": "具体数据",
  3762. "schema": {
  3763. "$ref": "#/definitions/md.GetFundDataListResp"
  3764. }
  3765. },
  3766. "400": {
  3767. "description": "具体错误",
  3768. "schema": {
  3769. "$ref": "#/definitions/md.Response"
  3770. }
  3771. }
  3772. }
  3773. }
  3774. },
  3775. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3776. "post": {
  3777. "description": "新增数据列表详情(查询)",
  3778. "consumes": [
  3779. "application/json"
  3780. ],
  3781. "produces": [
  3782. "application/json"
  3783. ],
  3784. "tags": [
  3785. "蛋蛋能量"
  3786. ],
  3787. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3788. "parameters": [
  3789. {
  3790. "type": "string",
  3791. "description": "验证参数Bearer和token空格拼接",
  3792. "name": "Authorization",
  3793. "in": "header",
  3794. "required": true
  3795. },
  3796. {
  3797. "description": "获取到的 system_id 以及分页信息",
  3798. "name": "req",
  3799. "in": "body",
  3800. "required": true,
  3801. "schema": {
  3802. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3803. }
  3804. }
  3805. ],
  3806. "responses": {
  3807. "200": {
  3808. "description": "具体数据",
  3809. "schema": {
  3810. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3811. }
  3812. },
  3813. "400": {
  3814. "description": "具体错误",
  3815. "schema": {
  3816. "$ref": "#/definitions/md.Response"
  3817. }
  3818. }
  3819. }
  3820. }
  3821. },
  3822. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3823. "get": {
  3824. "description": "价格趋势(获取)",
  3825. "consumes": [
  3826. "application/json"
  3827. ],
  3828. "produces": [
  3829. "application/json"
  3830. ],
  3831. "tags": [
  3832. "蛋蛋能量"
  3833. ],
  3834. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3835. "parameters": [
  3836. {
  3837. "type": "string",
  3838. "description": "验证参数Bearer和token空格拼接",
  3839. "name": "Authorization",
  3840. "in": "header",
  3841. "required": true
  3842. },
  3843. {
  3844. "type": "string",
  3845. "description": "1:按天 2:按小时 3:按周",
  3846. "name": "kind",
  3847. "in": "query"
  3848. }
  3849. ],
  3850. "responses": {
  3851. "200": {
  3852. "description": "具体数据",
  3853. "schema": {
  3854. "$ref": "#/definitions/md.GetPriceCurveResp"
  3855. }
  3856. },
  3857. "400": {
  3858. "description": "具体错误",
  3859. "schema": {
  3860. "$ref": "#/definitions/md.Response"
  3861. }
  3862. }
  3863. }
  3864. }
  3865. },
  3866. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3867. "post": {
  3868. "description": "激励视频(获取)",
  3869. "consumes": [
  3870. "application/json"
  3871. ],
  3872. "produces": [
  3873. "application/json"
  3874. ],
  3875. "tags": [
  3876. "蛋蛋能量"
  3877. ],
  3878. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3879. "parameters": [
  3880. {
  3881. "type": "string",
  3882. "description": "验证参数Bearer和token空格拼接",
  3883. "name": "Authorization",
  3884. "in": "header",
  3885. "required": true
  3886. },
  3887. {
  3888. "description": "落地页不填页大小默认20条数据",
  3889. "name": "req",
  3890. "in": "body",
  3891. "required": true,
  3892. "schema": {
  3893. "$ref": "#/definitions/md.SetVideoRewardReq"
  3894. }
  3895. }
  3896. ],
  3897. "responses": {
  3898. "200": {
  3899. "description": "OK",
  3900. "schema": {
  3901. "$ref": "#/definitions/md.GetVideoRewardResp"
  3902. }
  3903. },
  3904. "400": {
  3905. "description": "具体错误",
  3906. "schema": {
  3907. "$ref": "#/definitions/md.Response"
  3908. }
  3909. }
  3910. }
  3911. }
  3912. },
  3913. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3914. "post": {
  3915. "description": "其他广告设置数据(新增)",
  3916. "consumes": [
  3917. "application/json"
  3918. ],
  3919. "produces": [
  3920. "application/json"
  3921. ],
  3922. "tags": [
  3923. "蛋蛋能量"
  3924. ],
  3925. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3926. "parameters": [
  3927. {
  3928. "type": "string",
  3929. "description": "验证参数Bearer和token空格拼接",
  3930. "name": "Authorization",
  3931. "in": "header",
  3932. "required": true
  3933. },
  3934. {
  3935. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3936. "name": "req",
  3937. "in": "body",
  3938. "required": true,
  3939. "schema": {
  3940. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3941. }
  3942. }
  3943. ],
  3944. "responses": {
  3945. "200": {
  3946. "description": "插入数据 id",
  3947. "schema": {
  3948. "type": "int"
  3949. }
  3950. },
  3951. "400": {
  3952. "description": "具体错误",
  3953. "schema": {
  3954. "$ref": "#/definitions/md.Response"
  3955. }
  3956. }
  3957. }
  3958. }
  3959. },
  3960. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3961. "post": {
  3962. "description": "其他广告设置数据(获取)",
  3963. "consumes": [
  3964. "application/json"
  3965. ],
  3966. "produces": [
  3967. "application/json"
  3968. ],
  3969. "tags": [
  3970. "蛋蛋能量"
  3971. ],
  3972. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3973. "parameters": [
  3974. {
  3975. "type": "string",
  3976. "description": "验证参数Bearer和token空格拼接",
  3977. "name": "Authorization",
  3978. "in": "header",
  3979. "required": true
  3980. },
  3981. {
  3982. "description": "分页信息必填",
  3983. "name": "req",
  3984. "in": "body",
  3985. "required": true,
  3986. "schema": {
  3987. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3988. }
  3989. }
  3990. ],
  3991. "responses": {
  3992. "200": {
  3993. "description": "具体数据",
  3994. "schema": {
  3995. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3996. }
  3997. },
  3998. "400": {
  3999. "description": "具体错误",
  4000. "schema": {
  4001. "$ref": "#/definitions/md.Response"
  4002. }
  4003. }
  4004. }
  4005. }
  4006. },
  4007. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4008. "post": {
  4009. "description": "激励视频(设置)",
  4010. "consumes": [
  4011. "application/json"
  4012. ],
  4013. "produces": [
  4014. "application/json"
  4015. ],
  4016. "tags": [
  4017. "蛋蛋能量"
  4018. ],
  4019. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4020. "parameters": [
  4021. {
  4022. "type": "string",
  4023. "description": "验证参数Bearer和token空格拼接",
  4024. "name": "Authorization",
  4025. "in": "header",
  4026. "required": true
  4027. },
  4028. {
  4029. "description": "落地页不填页大小默认20条数据",
  4030. "name": "req",
  4031. "in": "body",
  4032. "required": true,
  4033. "schema": {
  4034. "$ref": "#/definitions/md.SetVideoRewardReq"
  4035. }
  4036. }
  4037. ],
  4038. "responses": {
  4039. "200": {
  4040. "description": "success",
  4041. "schema": {
  4042. "type": "string"
  4043. }
  4044. },
  4045. "400": {
  4046. "description": "具体错误",
  4047. "schema": {
  4048. "$ref": "#/definitions/md.Response"
  4049. }
  4050. }
  4051. }
  4052. }
  4053. },
  4054. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4055. "post": {
  4056. "description": "基础设置(更新)",
  4057. "consumes": [
  4058. "application/json"
  4059. ],
  4060. "produces": [
  4061. "application/json"
  4062. ],
  4063. "tags": [
  4064. "蛋蛋能量"
  4065. ],
  4066. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4067. "parameters": [
  4068. {
  4069. "type": "string",
  4070. "description": "验证参数Bearer和token空格拼接",
  4071. "name": "Authorization",
  4072. "in": "header",
  4073. "required": true
  4074. },
  4075. {
  4076. "description": "system_id 必填",
  4077. "name": "req",
  4078. "in": "body",
  4079. "required": true,
  4080. "schema": {
  4081. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4082. }
  4083. }
  4084. ],
  4085. "responses": {
  4086. "200": {
  4087. "description": "修改数据条数",
  4088. "schema": {
  4089. "type": "int"
  4090. }
  4091. },
  4092. "400": {
  4093. "description": "具体错误",
  4094. "schema": {
  4095. "$ref": "#/definitions/md.Response"
  4096. }
  4097. }
  4098. }
  4099. }
  4100. },
  4101. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4102. "post": {
  4103. "description": "会员设置(更新)",
  4104. "consumes": [
  4105. "application/json"
  4106. ],
  4107. "produces": [
  4108. "application/json"
  4109. ],
  4110. "tags": [
  4111. "蛋蛋能量"
  4112. ],
  4113. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4114. "parameters": [
  4115. {
  4116. "type": "string",
  4117. "description": "验证参数Bearer和token空格拼接",
  4118. "name": "Authorization",
  4119. "in": "header",
  4120. "required": true
  4121. },
  4122. {
  4123. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4124. "name": "req",
  4125. "in": "body",
  4126. "required": true,
  4127. "schema": {
  4128. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4129. }
  4130. }
  4131. ],
  4132. "responses": {
  4133. "200": {
  4134. "description": "修改数据条数",
  4135. "schema": {
  4136. "type": "int"
  4137. }
  4138. },
  4139. "400": {
  4140. "description": "具体错误",
  4141. "schema": {
  4142. "$ref": "#/definitions/md.Response"
  4143. }
  4144. }
  4145. }
  4146. }
  4147. },
  4148. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4149. "post": {
  4150. "description": "蛋蛋能量流水(查询)",
  4151. "consumes": [
  4152. "application/json"
  4153. ],
  4154. "produces": [
  4155. "application/json"
  4156. ],
  4157. "tags": [
  4158. "公排管理"
  4159. ],
  4160. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4161. "parameters": [
  4162. {
  4163. "type": "string",
  4164. "description": "验证参数Bearer和token空格拼接",
  4165. "name": "Authorization",
  4166. "in": "header",
  4167. "required": true
  4168. },
  4169. {
  4170. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4171. "name": "req",
  4172. "in": "body",
  4173. "required": true,
  4174. "schema": {
  4175. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4176. }
  4177. }
  4178. ],
  4179. "responses": {
  4180. "200": {
  4181. "description": "成功返回",
  4182. "schema": {
  4183. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4184. }
  4185. },
  4186. "400": {
  4187. "description": "具体错误",
  4188. "schema": {
  4189. "$ref": "#/definitions/md.Response"
  4190. }
  4191. }
  4192. }
  4193. }
  4194. },
  4195. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4196. "post": {
  4197. "description": "蛋蛋能量明细(获取)",
  4198. "consumes": [
  4199. "application/json"
  4200. ],
  4201. "produces": [
  4202. "application/json"
  4203. ],
  4204. "tags": [
  4205. "公排管理"
  4206. ],
  4207. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4208. "parameters": [
  4209. {
  4210. "type": "string",
  4211. "description": "验证参数Bearer和token空格拼接",
  4212. "name": "Authorization",
  4213. "in": "header",
  4214. "required": true
  4215. },
  4216. {
  4217. "description": "落地页不填页大小默认20条数据",
  4218. "name": "req",
  4219. "in": "body",
  4220. "schema": {
  4221. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4222. }
  4223. }
  4224. ],
  4225. "responses": {
  4226. "200": {
  4227. "description": "成功返回",
  4228. "schema": {
  4229. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4230. }
  4231. },
  4232. "400": {
  4233. "description": "具体错误",
  4234. "schema": {
  4235. "$ref": "#/definitions/md.Response"
  4236. }
  4237. }
  4238. }
  4239. }
  4240. },
  4241. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4242. "post": {
  4243. "description": "蛋蛋积分持有者明细(获取)",
  4244. "consumes": [
  4245. "application/json"
  4246. ],
  4247. "produces": [
  4248. "application/json"
  4249. ],
  4250. "tags": [
  4251. "公排管理"
  4252. ],
  4253. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4254. "parameters": [
  4255. {
  4256. "type": "string",
  4257. "description": "验证参数Bearer和token空格拼接",
  4258. "name": "Authorization",
  4259. "in": "header",
  4260. "required": true
  4261. },
  4262. {
  4263. "description": "落地页不填页大小默认20条数据",
  4264. "name": "req",
  4265. "in": "body",
  4266. "schema": {
  4267. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4268. }
  4269. }
  4270. ],
  4271. "responses": {
  4272. "200": {
  4273. "description": "成功返回",
  4274. "schema": {
  4275. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4276. }
  4277. },
  4278. "400": {
  4279. "description": "具体错误",
  4280. "schema": {
  4281. "$ref": "#/definitions/md.Response"
  4282. }
  4283. }
  4284. }
  4285. }
  4286. },
  4287. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4288. "post": {
  4289. "description": "蛋蛋积分流水明细(查询)",
  4290. "consumes": [
  4291. "application/json"
  4292. ],
  4293. "produces": [
  4294. "application/json"
  4295. ],
  4296. "tags": [
  4297. "公排管理"
  4298. ],
  4299. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4300. "parameters": [
  4301. {
  4302. "type": "string",
  4303. "description": "验证参数Bearer和token空格拼接",
  4304. "name": "Authorization",
  4305. "in": "header",
  4306. "required": true
  4307. },
  4308. {
  4309. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4310. "name": "req",
  4311. "in": "body",
  4312. "required": true,
  4313. "schema": {
  4314. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4315. }
  4316. }
  4317. ],
  4318. "responses": {
  4319. "200": {
  4320. "description": "成功返回",
  4321. "schema": {
  4322. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4323. }
  4324. },
  4325. "400": {
  4326. "description": "具体错误",
  4327. "schema": {
  4328. "$ref": "#/definitions/md.Response"
  4329. }
  4330. }
  4331. }
  4332. }
  4333. },
  4334. "/api/institutionalManagement/eggPointCoefficient/add": {
  4335. "post": {
  4336. "description": "区间系数(新增 支持批量新增)",
  4337. "consumes": [
  4338. "application/json"
  4339. ],
  4340. "produces": [
  4341. "application/json"
  4342. ],
  4343. "tags": [
  4344. "蛋蛋分区间系数管理"
  4345. ],
  4346. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4347. "parameters": [
  4348. {
  4349. "type": "string",
  4350. "description": "验证参数Bearer和token空格拼接",
  4351. "name": "Authorization",
  4352. "in": "header",
  4353. "required": true
  4354. },
  4355. {
  4356. "description": "需要新增的内容",
  4357. "name": "req",
  4358. "in": "body",
  4359. "required": true,
  4360. "schema": {
  4361. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4362. }
  4363. }
  4364. ],
  4365. "responses": {
  4366. "200": {
  4367. "description": "新增数据条数",
  4368. "schema": {
  4369. "type": "int"
  4370. }
  4371. },
  4372. "400": {
  4373. "description": "具体错误",
  4374. "schema": {
  4375. "$ref": "#/definitions/md.Response"
  4376. }
  4377. }
  4378. }
  4379. }
  4380. },
  4381. "/api/institutionalManagement/eggPointCoefficient/del": {
  4382. "delete": {
  4383. "description": "区间系数(删除)",
  4384. "consumes": [
  4385. "application/json"
  4386. ],
  4387. "produces": [
  4388. "application/json"
  4389. ],
  4390. "tags": [
  4391. "蛋蛋分区间系数管理"
  4392. ],
  4393. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4394. "parameters": [
  4395. {
  4396. "type": "string",
  4397. "description": "验证参数Bearer和token空格拼接",
  4398. "name": "Authorization",
  4399. "in": "header",
  4400. "required": true
  4401. },
  4402. {
  4403. "description": "需要删除的数据id",
  4404. "name": "req",
  4405. "in": "body",
  4406. "required": true,
  4407. "schema": {
  4408. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4409. }
  4410. }
  4411. ],
  4412. "responses": {
  4413. "200": {
  4414. "description": "成功删除数据条数",
  4415. "schema": {
  4416. "type": "int"
  4417. }
  4418. },
  4419. "400": {
  4420. "description": "具体错误",
  4421. "schema": {
  4422. "$ref": "#/definitions/md.Response"
  4423. }
  4424. }
  4425. }
  4426. }
  4427. },
  4428. "/api/institutionalManagement/eggPointCoefficient/index": {
  4429. "get": {
  4430. "description": "区间系数(获取)",
  4431. "consumes": [
  4432. "application/json"
  4433. ],
  4434. "produces": [
  4435. "application/json"
  4436. ],
  4437. "tags": [
  4438. "蛋蛋分区间系数管理"
  4439. ],
  4440. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4441. "parameters": [
  4442. {
  4443. "type": "string",
  4444. "description": "验证参数Bearer和token空格拼接",
  4445. "name": "Authorization",
  4446. "in": "header",
  4447. "required": true
  4448. }
  4449. ],
  4450. "responses": {
  4451. "200": {
  4452. "description": "OK",
  4453. "schema": {
  4454. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4455. }
  4456. },
  4457. "400": {
  4458. "description": "具体错误",
  4459. "schema": {
  4460. "$ref": "#/definitions/md.Response"
  4461. }
  4462. }
  4463. }
  4464. }
  4465. },
  4466. "/api/institutionalManagement/eggPointCoefficient/update": {
  4467. "post": {
  4468. "description": "区间系数(更新)",
  4469. "consumes": [
  4470. "application/json"
  4471. ],
  4472. "produces": [
  4473. "application/json"
  4474. ],
  4475. "tags": [
  4476. "蛋蛋分区间系数管理"
  4477. ],
  4478. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4479. "parameters": [
  4480. {
  4481. "type": "string",
  4482. "description": "验证参数Bearer和token空格拼接",
  4483. "name": "Authorization",
  4484. "in": "header",
  4485. "required": true
  4486. },
  4487. {
  4488. "description": "需要更新的数据信息",
  4489. "name": "req",
  4490. "in": "body",
  4491. "required": true,
  4492. "schema": {
  4493. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4494. }
  4495. }
  4496. ],
  4497. "responses": {
  4498. "200": {
  4499. "description": "成功修改的数据数量",
  4500. "schema": {
  4501. "type": "int"
  4502. }
  4503. },
  4504. "400": {
  4505. "description": "具体错误",
  4506. "schema": {
  4507. "$ref": "#/definitions/md.Response"
  4508. }
  4509. }
  4510. }
  4511. }
  4512. },
  4513. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4514. "get": {
  4515. "description": "个性化设置(获取)",
  4516. "consumes": [
  4517. "application/json"
  4518. ],
  4519. "produces": [
  4520. "application/json"
  4521. ],
  4522. "tags": [
  4523. "模块设置"
  4524. ],
  4525. "summary": "制度中心-模块设置-个性化设置(获取)",
  4526. "parameters": [
  4527. {
  4528. "type": "string",
  4529. "description": "验证参数Bearer和token空格拼接",
  4530. "name": "Authorization",
  4531. "in": "header",
  4532. "required": true
  4533. },
  4534. {
  4535. "type": "string",
  4536. "description": "模块类型值",
  4537. "name": "mod_name_value",
  4538. "in": "query",
  4539. "required": true
  4540. }
  4541. ],
  4542. "responses": {
  4543. "200": {
  4544. "description": "具体数据",
  4545. "schema": {
  4546. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4547. }
  4548. },
  4549. "400": {
  4550. "description": "具体错误",
  4551. "schema": {
  4552. "$ref": "#/definitions/md.Response"
  4553. }
  4554. }
  4555. }
  4556. }
  4557. },
  4558. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4559. "post": {
  4560. "description": "个性化设置(更新)",
  4561. "consumes": [
  4562. "application/json"
  4563. ],
  4564. "produces": [
  4565. "application/json"
  4566. ],
  4567. "tags": [
  4568. "模块设置"
  4569. ],
  4570. "summary": "制度中心-模块设置-个性化设置(更新)",
  4571. "parameters": [
  4572. {
  4573. "type": "string",
  4574. "description": "验证参数Bearer和token空格拼接",
  4575. "name": "Authorization",
  4576. "in": "header",
  4577. "required": true
  4578. },
  4579. {
  4580. "description": "模块类型值必填 链接传入完整 URL",
  4581. "name": "req",
  4582. "in": "body",
  4583. "required": true,
  4584. "schema": {
  4585. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4586. }
  4587. }
  4588. ],
  4589. "responses": {
  4590. "200": {
  4591. "description": "修改数据条数",
  4592. "schema": {
  4593. "type": "int"
  4594. }
  4595. },
  4596. "400": {
  4597. "description": "具体错误",
  4598. "schema": {
  4599. "$ref": "#/definitions/md.Response"
  4600. }
  4601. }
  4602. }
  4603. }
  4604. },
  4605. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4606. "post": {
  4607. "description": "社区分红(新增)",
  4608. "consumes": [
  4609. "application/json"
  4610. ],
  4611. "produces": [
  4612. "application/json"
  4613. ],
  4614. "tags": [
  4615. "公排管理"
  4616. ],
  4617. "summary": "制度中心-公排管理-社区分红(新增)",
  4618. "parameters": [
  4619. {
  4620. "type": "string",
  4621. "description": "验证参数Bearer和token空格拼接",
  4622. "name": "Authorization",
  4623. "in": "header",
  4624. "required": true
  4625. },
  4626. {
  4627. "description": "分红名称、分红总量",
  4628. "name": "req",
  4629. "in": "body",
  4630. "required": true,
  4631. "schema": {
  4632. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4633. }
  4634. }
  4635. ],
  4636. "responses": {
  4637. "200": {
  4638. "description": "成功",
  4639. "schema": {
  4640. "type": "success"
  4641. }
  4642. },
  4643. "400": {
  4644. "description": "具体错误",
  4645. "schema": {
  4646. "$ref": "#/definitions/md.Response"
  4647. }
  4648. }
  4649. }
  4650. }
  4651. },
  4652. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4653. "post": {
  4654. "description": "社区分红(查询)",
  4655. "consumes": [
  4656. "application/json"
  4657. ],
  4658. "produces": [
  4659. "application/json"
  4660. ],
  4661. "tags": [
  4662. "公排管理"
  4663. ],
  4664. "summary": "制度中心-公排管理-社区分红(查询)",
  4665. "parameters": [
  4666. {
  4667. "type": "string",
  4668. "description": "验证参数Bearer和token空格拼接",
  4669. "name": "Authorization",
  4670. "in": "header",
  4671. "required": true
  4672. },
  4673. {
  4674. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4675. "name": "req",
  4676. "in": "body",
  4677. "required": true,
  4678. "schema": {
  4679. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4680. }
  4681. }
  4682. ],
  4683. "responses": {
  4684. "200": {
  4685. "description": "具体数据",
  4686. "schema": {
  4687. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4688. }
  4689. },
  4690. "400": {
  4691. "description": "具体错误",
  4692. "schema": {
  4693. "$ref": "#/definitions/md.Response"
  4694. }
  4695. }
  4696. }
  4697. }
  4698. },
  4699. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4700. "post": {
  4701. "description": "社区长列表(新增)",
  4702. "consumes": [
  4703. "application/json"
  4704. ],
  4705. "produces": [
  4706. "application/json"
  4707. ],
  4708. "tags": [
  4709. "公排管理"
  4710. ],
  4711. "summary": "制度中心-公排管理-社区长列表(新增)",
  4712. "parameters": [
  4713. {
  4714. "type": "string",
  4715. "description": "验证参数Bearer和token空格拼接",
  4716. "name": "Authorization",
  4717. "in": "header",
  4718. "required": true
  4719. },
  4720. {
  4721. "description": "新增社区长 ID、备注",
  4722. "name": "req",
  4723. "in": "body",
  4724. "required": true,
  4725. "schema": {
  4726. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4727. }
  4728. }
  4729. ],
  4730. "responses": {
  4731. "200": {
  4732. "description": "插入数据 ID",
  4733. "schema": {
  4734. "type": "int"
  4735. }
  4736. },
  4737. "400": {
  4738. "description": "具体错误",
  4739. "schema": {
  4740. "$ref": "#/definitions/md.Response"
  4741. }
  4742. }
  4743. }
  4744. }
  4745. },
  4746. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4747. "post": {
  4748. "description": "社区长列表(查询)",
  4749. "consumes": [
  4750. "application/json"
  4751. ],
  4752. "produces": [
  4753. "application/json"
  4754. ],
  4755. "tags": [
  4756. "公排管理"
  4757. ],
  4758. "summary": "制度中心-公排管理-社区长列表(查询)",
  4759. "parameters": [
  4760. {
  4761. "type": "string",
  4762. "description": "验证参数Bearer和token空格拼接",
  4763. "name": "Authorization",
  4764. "in": "header",
  4765. "required": true
  4766. },
  4767. {
  4768. "description": "页数、每页大小必填 手机号、用户ID选填",
  4769. "name": "req",
  4770. "in": "body",
  4771. "required": true,
  4772. "schema": {
  4773. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4774. }
  4775. }
  4776. ],
  4777. "responses": {
  4778. "200": {
  4779. "description": "社区长列表",
  4780. "schema": {
  4781. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4782. }
  4783. },
  4784. "400": {
  4785. "description": "具体错误",
  4786. "schema": {
  4787. "$ref": "#/definitions/md.Response"
  4788. }
  4789. }
  4790. }
  4791. }
  4792. },
  4793. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4794. "post": {
  4795. "description": "关系分布图(位置转换)",
  4796. "consumes": [
  4797. "application/json"
  4798. ],
  4799. "produces": [
  4800. "application/json"
  4801. ],
  4802. "tags": [
  4803. "公排管理"
  4804. ],
  4805. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4806. "parameters": [
  4807. {
  4808. "type": "string",
  4809. "description": "验证参数Bearer和token空格拼接",
  4810. "name": "Authorization",
  4811. "in": "header",
  4812. "required": true
  4813. },
  4814. {
  4815. "description": "需要交换的两个位置",
  4816. "name": "req",
  4817. "in": "body",
  4818. "required": true,
  4819. "schema": {
  4820. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4821. }
  4822. }
  4823. ],
  4824. "responses": {
  4825. "200": {
  4826. "description": "成功返回",
  4827. "schema": {
  4828. "type": ""
  4829. }
  4830. },
  4831. "400": {
  4832. "description": "具体错误",
  4833. "schema": {
  4834. "$ref": "#/definitions/md.Response"
  4835. }
  4836. }
  4837. }
  4838. }
  4839. },
  4840. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4841. "get": {
  4842. "description": "关系分布图(获取指定用户上级)",
  4843. "consumes": [
  4844. "application/json"
  4845. ],
  4846. "produces": [
  4847. "application/json"
  4848. ],
  4849. "tags": [
  4850. "公排管理"
  4851. ],
  4852. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4853. "parameters": [
  4854. {
  4855. "type": "string",
  4856. "description": "验证参数Bearer和token空格拼接",
  4857. "name": "Authorization",
  4858. "in": "header",
  4859. "required": true
  4860. },
  4861. {
  4862. "type": "string",
  4863. "description": "用户ID",
  4864. "name": "uid",
  4865. "in": "query",
  4866. "required": true
  4867. }
  4868. ],
  4869. "responses": {
  4870. "200": {
  4871. "description": "具体数据",
  4872. "schema": {
  4873. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4874. }
  4875. },
  4876. "400": {
  4877. "description": "具体错误",
  4878. "schema": {
  4879. "$ref": "#/definitions/md.Response"
  4880. }
  4881. }
  4882. }
  4883. }
  4884. },
  4885. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4886. "get": {
  4887. "description": "关系分布图(获取指定用户下级)",
  4888. "consumes": [
  4889. "application/json"
  4890. ],
  4891. "produces": [
  4892. "application/json"
  4893. ],
  4894. "tags": [
  4895. "公排管理"
  4896. ],
  4897. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4898. "parameters": [
  4899. {
  4900. "type": "string",
  4901. "description": "验证参数Bearer和token空格拼接",
  4902. "name": "Authorization",
  4903. "in": "header",
  4904. "required": true
  4905. },
  4906. {
  4907. "type": "string",
  4908. "description": "用户ID",
  4909. "name": "uid",
  4910. "in": "query",
  4911. "required": true
  4912. }
  4913. ],
  4914. "responses": {
  4915. "200": {
  4916. "description": "具体数据",
  4917. "schema": {
  4918. "$ref": "#/definitions/md.TreeNode"
  4919. }
  4920. },
  4921. "400": {
  4922. "description": "具体错误",
  4923. "schema": {
  4924. "$ref": "#/definitions/md.Response"
  4925. }
  4926. }
  4927. }
  4928. }
  4929. },
  4930. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4931. "get": {
  4932. "description": "公排基础设置(获取)",
  4933. "consumes": [
  4934. "application/json"
  4935. ],
  4936. "produces": [
  4937. "application/json"
  4938. ],
  4939. "tags": [
  4940. "公排管理"
  4941. ],
  4942. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4943. "parameters": [
  4944. {
  4945. "type": "string",
  4946. "description": "验证参数Bearer和token空格拼接",
  4947. "name": "Authorization",
  4948. "in": "header",
  4949. "required": true
  4950. }
  4951. ],
  4952. "responses": {
  4953. "200": {
  4954. "description": "具体数据",
  4955. "schema": {
  4956. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4957. }
  4958. },
  4959. "400": {
  4960. "description": "具体错误",
  4961. "schema": {
  4962. "$ref": "#/definitions/md.Response"
  4963. }
  4964. }
  4965. }
  4966. }
  4967. },
  4968. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4969. "delete": {
  4970. "description": "免罚用户(删除)",
  4971. "consumes": [
  4972. "application/json"
  4973. ],
  4974. "produces": [
  4975. "application/json"
  4976. ],
  4977. "tags": [
  4978. "公排管理"
  4979. ],
  4980. "summary": "制度中心-公排管理-免罚用户(删除)",
  4981. "parameters": [
  4982. {
  4983. "type": "string",
  4984. "description": "验证参数Bearer和token空格拼接",
  4985. "name": "Authorization",
  4986. "in": "header",
  4987. "required": true
  4988. },
  4989. {
  4990. "description": "免罚用户ID",
  4991. "name": "req",
  4992. "in": "body",
  4993. "required": true,
  4994. "schema": {
  4995. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4996. }
  4997. }
  4998. ],
  4999. "responses": {
  5000. "200": {
  5001. "description": "删除数据数量",
  5002. "schema": {
  5003. "type": "int"
  5004. }
  5005. },
  5006. "400": {
  5007. "description": "具体错误",
  5008. "schema": {
  5009. "$ref": "#/definitions/md.Response"
  5010. }
  5011. }
  5012. }
  5013. }
  5014. },
  5015. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5016. "post": {
  5017. "description": "免罚用户(查询)",
  5018. "consumes": [
  5019. "application/json"
  5020. ],
  5021. "produces": [
  5022. "application/json"
  5023. ],
  5024. "tags": [
  5025. "公排管理"
  5026. ],
  5027. "summary": "制度中心-公排管理-免罚用户(查询)",
  5028. "parameters": [
  5029. {
  5030. "type": "string",
  5031. "description": "验证参数Bearer和token空格拼接",
  5032. "name": "Authorization",
  5033. "in": "header",
  5034. "required": true
  5035. },
  5036. {
  5037. "description": "页数和行数必填,uid选填",
  5038. "name": "req",
  5039. "in": "body",
  5040. "required": true,
  5041. "schema": {
  5042. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5043. }
  5044. }
  5045. ],
  5046. "responses": {
  5047. "200": {
  5048. "description": "成功返回",
  5049. "schema": {
  5050. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5051. }
  5052. },
  5053. "400": {
  5054. "description": "具体错误",
  5055. "schema": {
  5056. "$ref": "#/definitions/md.Response"
  5057. }
  5058. }
  5059. }
  5060. }
  5061. },
  5062. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5063. "post": {
  5064. "description": "免罚用户(新增)",
  5065. "consumes": [
  5066. "application/json"
  5067. ],
  5068. "produces": [
  5069. "application/json"
  5070. ],
  5071. "tags": [
  5072. "公排管理"
  5073. ],
  5074. "summary": "制度中心-公排管理-免罚用户(新增)",
  5075. "parameters": [
  5076. {
  5077. "type": "string",
  5078. "description": "验证参数Bearer和token空格拼接",
  5079. "name": "Authorization",
  5080. "in": "header",
  5081. "required": true
  5082. },
  5083. {
  5084. "description": "免罚用户ID",
  5085. "name": "req",
  5086. "in": "body",
  5087. "required": true,
  5088. "schema": {
  5089. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5090. }
  5091. }
  5092. ],
  5093. "responses": {
  5094. "200": {
  5095. "description": "插入数据 ID",
  5096. "schema": {
  5097. "type": "int"
  5098. }
  5099. },
  5100. "400": {
  5101. "description": "具体错误",
  5102. "schema": {
  5103. "$ref": "#/definitions/md.Response"
  5104. }
  5105. }
  5106. }
  5107. }
  5108. },
  5109. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5110. "get": {
  5111. "description": "关系分布图(获取)",
  5112. "consumes": [
  5113. "application/json"
  5114. ],
  5115. "produces": [
  5116. "application/json"
  5117. ],
  5118. "tags": [
  5119. "公排管理"
  5120. ],
  5121. "summary": "制度中心-公排管理-关系分布图(获取)",
  5122. "parameters": [
  5123. {
  5124. "type": "string",
  5125. "description": "验证参数Bearer和token空格拼接",
  5126. "name": "Authorization",
  5127. "in": "header",
  5128. "required": true
  5129. },
  5130. {
  5131. "type": "string",
  5132. "description": "phone",
  5133. "name": "phone",
  5134. "in": "query",
  5135. "required": true
  5136. },
  5137. {
  5138. "type": "string",
  5139. "description": "uid",
  5140. "name": "uid",
  5141. "in": "query",
  5142. "required": true
  5143. }
  5144. ],
  5145. "responses": {
  5146. "200": {
  5147. "description": "具体数据",
  5148. "schema": {
  5149. "$ref": "#/definitions/md.TreeNode"
  5150. }
  5151. },
  5152. "400": {
  5153. "description": "具体错误",
  5154. "schema": {
  5155. "$ref": "#/definitions/md.Response"
  5156. }
  5157. }
  5158. }
  5159. }
  5160. },
  5161. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5162. "post": {
  5163. "description": "公排基础设置选择会员(查询)",
  5164. "consumes": [
  5165. "application/json"
  5166. ],
  5167. "produces": [
  5168. "application/json"
  5169. ],
  5170. "tags": [
  5171. "公排管理"
  5172. ],
  5173. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5174. "parameters": [
  5175. {
  5176. "type": "string",
  5177. "description": "验证参数Bearer和token空格拼接",
  5178. "name": "Authorization",
  5179. "in": "header",
  5180. "required": true
  5181. },
  5182. {
  5183. "description": "分页信息必填",
  5184. "name": "req",
  5185. "in": "body",
  5186. "required": true,
  5187. "schema": {
  5188. "$ref": "#/definitions/md.SelectMemberReq"
  5189. }
  5190. }
  5191. ],
  5192. "responses": {
  5193. "200": {
  5194. "description": "具体数据",
  5195. "schema": {
  5196. "$ref": "#/definitions/md.SelectMemberResp"
  5197. }
  5198. },
  5199. "400": {
  5200. "description": "具体错误",
  5201. "schema": {
  5202. "$ref": "#/definitions/md.Response"
  5203. }
  5204. }
  5205. }
  5206. }
  5207. },
  5208. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5209. "put": {
  5210. "description": "公排基础设置(修改)",
  5211. "consumes": [
  5212. "application/json"
  5213. ],
  5214. "produces": [
  5215. "application/json"
  5216. ],
  5217. "tags": [
  5218. "公排管理"
  5219. ],
  5220. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5221. "parameters": [
  5222. {
  5223. "type": "string",
  5224. "description": "验证参数Bearer和token空格拼接",
  5225. "name": "Authorization",
  5226. "in": "header",
  5227. "required": true
  5228. },
  5229. {
  5230. "description": "公排设置表单内容",
  5231. "name": "req",
  5232. "in": "body",
  5233. "required": true,
  5234. "schema": {
  5235. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5236. }
  5237. }
  5238. ],
  5239. "responses": {
  5240. "200": {
  5241. "description": "success",
  5242. "schema": {
  5243. "type": "string"
  5244. }
  5245. },
  5246. "400": {
  5247. "description": "具体错误",
  5248. "schema": {
  5249. "$ref": "#/definitions/md.Response"
  5250. }
  5251. }
  5252. }
  5253. }
  5254. },
  5255. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5256. "post": {
  5257. "description": "日活分析",
  5258. "consumes": [
  5259. "application/json"
  5260. ],
  5261. "produces": [
  5262. "application/json"
  5263. ],
  5264. "tags": [
  5265. "公排管理"
  5266. ],
  5267. "summary": "制度中心-公排管理-日活分析",
  5268. "parameters": [
  5269. {
  5270. "type": "string",
  5271. "description": "验证参数Bearer和token空格拼接",
  5272. "name": "Authorization",
  5273. "in": "header",
  5274. "required": true
  5275. },
  5276. {
  5277. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5278. "name": "req",
  5279. "in": "body",
  5280. "required": true,
  5281. "schema": {
  5282. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5283. }
  5284. }
  5285. ],
  5286. "responses": {
  5287. "200": {
  5288. "description": "具体数据",
  5289. "schema": {
  5290. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5291. }
  5292. },
  5293. "400": {
  5294. "description": "具体错误",
  5295. "schema": {
  5296. "$ref": "#/definitions/md.Response"
  5297. }
  5298. }
  5299. }
  5300. }
  5301. },
  5302. "/api/login": {
  5303. "post": {
  5304. "description": "登入",
  5305. "consumes": [
  5306. "application/json"
  5307. ],
  5308. "produces": [
  5309. "application/json"
  5310. ],
  5311. "tags": [
  5312. "登录"
  5313. ],
  5314. "summary": "登陆",
  5315. "parameters": [
  5316. {
  5317. "description": "用户名密码",
  5318. "name": "req",
  5319. "in": "body",
  5320. "required": true,
  5321. "schema": {
  5322. "$ref": "#/definitions/md.LoginReq"
  5323. }
  5324. }
  5325. ],
  5326. "responses": {
  5327. "200": {
  5328. "description": "token",
  5329. "schema": {
  5330. "$ref": "#/definitions/md.LoginResponse"
  5331. }
  5332. },
  5333. "400": {
  5334. "description": "具体错误",
  5335. "schema": {
  5336. "$ref": "#/definitions/md.Response"
  5337. }
  5338. }
  5339. }
  5340. }
  5341. },
  5342. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5343. "get": {
  5344. "description": "新人红包设置(获取)",
  5345. "consumes": [
  5346. "application/json"
  5347. ],
  5348. "produces": [
  5349. "application/json"
  5350. ],
  5351. "tags": [
  5352. "营销应用"
  5353. ],
  5354. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5355. "parameters": [
  5356. {
  5357. "type": "string",
  5358. "description": "验证参数Bearer和token空格拼接",
  5359. "name": "Authorization",
  5360. "in": "header",
  5361. "required": true
  5362. }
  5363. ],
  5364. "responses": {
  5365. "200": {
  5366. "description": "具体数据",
  5367. "schema": {
  5368. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5369. }
  5370. },
  5371. "400": {
  5372. "description": "具体错误",
  5373. "schema": {
  5374. "$ref": "#/definitions/md.Response"
  5375. }
  5376. }
  5377. }
  5378. }
  5379. },
  5380. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5381. "post": {
  5382. "description": "新人红包列表明细(查询)",
  5383. "consumes": [
  5384. "application/json"
  5385. ],
  5386. "produces": [
  5387. "application/json"
  5388. ],
  5389. "tags": [
  5390. "营销应用"
  5391. ],
  5392. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5393. "parameters": [
  5394. {
  5395. "type": "string",
  5396. "description": "验证参数Bearer和token空格拼接",
  5397. "name": "Authorization",
  5398. "in": "header",
  5399. "required": true
  5400. },
  5401. {
  5402. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5403. "name": "req",
  5404. "in": "body",
  5405. "required": true,
  5406. "schema": {
  5407. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5408. }
  5409. }
  5410. ],
  5411. "responses": {
  5412. "200": {
  5413. "description": "具体数据",
  5414. "schema": {
  5415. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5416. }
  5417. },
  5418. "400": {
  5419. "description": "具体错误",
  5420. "schema": {
  5421. "$ref": "#/definitions/md.Response"
  5422. }
  5423. }
  5424. }
  5425. }
  5426. },
  5427. "/api/marketingApplications/newUserRedPackage/recordList": {
  5428. "post": {
  5429. "description": "新人红包列表(查询)",
  5430. "consumes": [
  5431. "application/json"
  5432. ],
  5433. "produces": [
  5434. "application/json"
  5435. ],
  5436. "tags": [
  5437. "营销应用"
  5438. ],
  5439. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5440. "parameters": [
  5441. {
  5442. "type": "string",
  5443. "description": "验证参数Bearer和token空格拼接",
  5444. "name": "Authorization",
  5445. "in": "header",
  5446. "required": true
  5447. },
  5448. {
  5449. "description": "新人红包列表查询条件(分页信息必填)",
  5450. "name": "req",
  5451. "in": "body",
  5452. "required": true,
  5453. "schema": {
  5454. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5455. }
  5456. }
  5457. ],
  5458. "responses": {
  5459. "200": {
  5460. "description": "具体数据",
  5461. "schema": {
  5462. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5463. }
  5464. },
  5465. "400": {
  5466. "description": "具体错误",
  5467. "schema": {
  5468. "$ref": "#/definitions/md.Response"
  5469. }
  5470. }
  5471. }
  5472. }
  5473. },
  5474. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5475. "put": {
  5476. "description": "新人红包设置(修改)",
  5477. "consumes": [
  5478. "application/json"
  5479. ],
  5480. "produces": [
  5481. "application/json"
  5482. ],
  5483. "tags": [
  5484. "营销应用"
  5485. ],
  5486. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5487. "parameters": [
  5488. {
  5489. "type": "string",
  5490. "description": "验证参数Bearer和token空格拼接",
  5491. "name": "Authorization",
  5492. "in": "header",
  5493. "required": true
  5494. },
  5495. {
  5496. "description": "新人红包设置表单",
  5497. "name": "req",
  5498. "in": "body",
  5499. "required": true,
  5500. "schema": {
  5501. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5502. }
  5503. }
  5504. ],
  5505. "responses": {
  5506. "200": {
  5507. "description": "success",
  5508. "schema": {
  5509. "type": "string"
  5510. }
  5511. },
  5512. "400": {
  5513. "description": "具体错误",
  5514. "schema": {
  5515. "$ref": "#/definitions/md.Response"
  5516. }
  5517. }
  5518. }
  5519. }
  5520. },
  5521. "/api/memberCenter/levelManagement/addLevel": {
  5522. "post": {
  5523. "description": "等级管理(新增)",
  5524. "consumes": [
  5525. "application/json"
  5526. ],
  5527. "produces": [
  5528. "application/json"
  5529. ],
  5530. "tags": [
  5531. "会员中心"
  5532. ],
  5533. "summary": "制度中心-会员中心-等级管理(新增)",
  5534. "parameters": [
  5535. {
  5536. "type": "string",
  5537. "description": "验证参数Bearer和token空格拼接",
  5538. "name": "Authorization",
  5539. "in": "header",
  5540. "required": true
  5541. },
  5542. {
  5543. "description": "需要新增的等级信息",
  5544. "name": "req",
  5545. "in": "body",
  5546. "required": true,
  5547. "schema": {
  5548. "$ref": "#/definitions/md.AddLevelReq"
  5549. }
  5550. }
  5551. ],
  5552. "responses": {
  5553. "200": {
  5554. "description": "新增等级ID",
  5555. "schema": {
  5556. "type": "int"
  5557. }
  5558. },
  5559. "400": {
  5560. "description": "具体错误",
  5561. "schema": {
  5562. "$ref": "#/definitions/md.Response"
  5563. }
  5564. }
  5565. }
  5566. }
  5567. },
  5568. "/api/memberCenter/levelManagement/deleteLevel": {
  5569. "delete": {
  5570. "description": "等级管理(删除)",
  5571. "consumes": [
  5572. "application/json"
  5573. ],
  5574. "produces": [
  5575. "application/json"
  5576. ],
  5577. "tags": [
  5578. "会员中心"
  5579. ],
  5580. "summary": "制度中心-会员中心-等级管理(删除)",
  5581. "parameters": [
  5582. {
  5583. "type": "string",
  5584. "description": "验证参数Bearer和token空格拼接",
  5585. "name": "Authorization",
  5586. "in": "header",
  5587. "required": true
  5588. },
  5589. {
  5590. "description": "需要删除的等级 ID",
  5591. "name": "req",
  5592. "in": "body",
  5593. "required": true,
  5594. "schema": {
  5595. "$ref": "#/definitions/md.DeleteLevelReq"
  5596. }
  5597. }
  5598. ],
  5599. "responses": {
  5600. "200": {
  5601. "description": "成功删除数据数量",
  5602. "schema": {
  5603. "type": "int"
  5604. }
  5605. },
  5606. "400": {
  5607. "description": "具体错误",
  5608. "schema": {
  5609. "$ref": "#/definitions/md.Response"
  5610. }
  5611. }
  5612. }
  5613. }
  5614. },
  5615. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5616. "delete": {
  5617. "description": "等级任务(删除)",
  5618. "consumes": [
  5619. "application/json"
  5620. ],
  5621. "produces": [
  5622. "application/json"
  5623. ],
  5624. "tags": [
  5625. "会员中心"
  5626. ],
  5627. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5628. "parameters": [
  5629. {
  5630. "type": "string",
  5631. "description": "验证参数Bearer和token空格拼接",
  5632. "name": "Authorization",
  5633. "in": "header",
  5634. "required": true
  5635. },
  5636. {
  5637. "description": "需要删除的等级任务ID",
  5638. "name": "req",
  5639. "in": "body",
  5640. "required": true,
  5641. "schema": {
  5642. "$ref": "#/definitions/md.DeleteTaskReq"
  5643. }
  5644. }
  5645. ],
  5646. "responses": {
  5647. "200": {
  5648. "description": "成功删除数据数量",
  5649. "schema": {
  5650. "type": "int"
  5651. }
  5652. },
  5653. "400": {
  5654. "description": "具体错误",
  5655. "schema": {
  5656. "$ref": "#/definitions/md.Response"
  5657. }
  5658. }
  5659. }
  5660. }
  5661. },
  5662. "/api/memberCenter/levelManagement/getLevelList": {
  5663. "get": {
  5664. "description": "标签管理(获取)",
  5665. "consumes": [
  5666. "application/json"
  5667. ],
  5668. "produces": [
  5669. "application/json"
  5670. ],
  5671. "tags": [
  5672. "会员中心"
  5673. ],
  5674. "summary": "制度中心-会员中心-等级管理(获取)",
  5675. "parameters": [
  5676. {
  5677. "type": "string",
  5678. "description": "验证参数Bearer和token空格拼接",
  5679. "name": "Authorization",
  5680. "in": "header",
  5681. "required": true
  5682. },
  5683. {
  5684. "type": "integer",
  5685. "description": "每页大小",
  5686. "name": "limit",
  5687. "in": "query",
  5688. "required": true
  5689. },
  5690. {
  5691. "type": "integer",
  5692. "description": "页数",
  5693. "name": "page",
  5694. "in": "query",
  5695. "required": true
  5696. }
  5697. ],
  5698. "responses": {
  5699. "200": {
  5700. "description": "具体数据",
  5701. "schema": {
  5702. "$ref": "#/definitions/md.GetLevelListResp"
  5703. }
  5704. },
  5705. "400": {
  5706. "description": "具体错误",
  5707. "schema": {
  5708. "$ref": "#/definitions/md.Response"
  5709. }
  5710. }
  5711. }
  5712. }
  5713. },
  5714. "/api/memberCenter/levelManagement/getOneLevel": {
  5715. "get": {
  5716. "description": "等级明细(获取)",
  5717. "consumes": [
  5718. "application/json"
  5719. ],
  5720. "produces": [
  5721. "application/json"
  5722. ],
  5723. "tags": [
  5724. "会员中心"
  5725. ],
  5726. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5727. "parameters": [
  5728. {
  5729. "type": "string",
  5730. "description": "验证参数Bearer和token空格拼接",
  5731. "name": "Authorization",
  5732. "in": "header",
  5733. "required": true
  5734. },
  5735. {
  5736. "type": "integer",
  5737. "description": "等级 ID",
  5738. "name": "level_id",
  5739. "in": "query",
  5740. "required": true
  5741. }
  5742. ],
  5743. "responses": {
  5744. "200": {
  5745. "description": "具体数据",
  5746. "schema": {
  5747. "$ref": "#/definitions/md.GetOneLevelResp"
  5748. }
  5749. },
  5750. "400": {
  5751. "description": "具体错误",
  5752. "schema": {
  5753. "$ref": "#/definitions/md.Response"
  5754. }
  5755. }
  5756. }
  5757. }
  5758. },
  5759. "/api/memberCenter/levelManagement/updateLevel": {
  5760. "post": {
  5761. "description": "等级管理(更新)",
  5762. "consumes": [
  5763. "application/json"
  5764. ],
  5765. "produces": [
  5766. "application/json"
  5767. ],
  5768. "tags": [
  5769. "会员中心"
  5770. ],
  5771. "summary": "制度中心-会员中心-等级管理(更新)",
  5772. "parameters": [
  5773. {
  5774. "type": "string",
  5775. "description": "验证参数Bearer和token空格拼接",
  5776. "name": "Authorization",
  5777. "in": "header",
  5778. "required": true
  5779. },
  5780. {
  5781. "description": "需要修改的等级信息",
  5782. "name": "req",
  5783. "in": "body",
  5784. "required": true,
  5785. "schema": {
  5786. "$ref": "#/definitions/md.UpdateLevelReq"
  5787. }
  5788. }
  5789. ],
  5790. "responses": {
  5791. "200": {
  5792. "description": "success",
  5793. "schema": {
  5794. "type": "string"
  5795. }
  5796. },
  5797. "400": {
  5798. "description": "具体错误",
  5799. "schema": {
  5800. "$ref": "#/definitions/md.Response"
  5801. }
  5802. }
  5803. }
  5804. }
  5805. },
  5806. "/api/memberCenter/tagManagement/addTag": {
  5807. "post": {
  5808. "description": "标签管理(新增)",
  5809. "consumes": [
  5810. "application/json"
  5811. ],
  5812. "produces": [
  5813. "application/json"
  5814. ],
  5815. "tags": [
  5816. "会员中心"
  5817. ],
  5818. "summary": "制度中心-会员中心-标签管理(新增)",
  5819. "parameters": [
  5820. {
  5821. "type": "string",
  5822. "description": "验证参数Bearer和token空格拼接",
  5823. "name": "Authorization",
  5824. "in": "header",
  5825. "required": true
  5826. },
  5827. {
  5828. "description": "新增的标签信息",
  5829. "name": "req",
  5830. "in": "body",
  5831. "required": true,
  5832. "schema": {
  5833. "$ref": "#/definitions/md.AddTagReq"
  5834. }
  5835. }
  5836. ],
  5837. "responses": {
  5838. "200": {
  5839. "description": "新增的标签 ID",
  5840. "schema": {
  5841. "type": "int"
  5842. }
  5843. },
  5844. "400": {
  5845. "description": "具体错误",
  5846. "schema": {
  5847. "$ref": "#/definitions/md.Response"
  5848. }
  5849. }
  5850. }
  5851. }
  5852. },
  5853. "/api/memberCenter/tagManagement/deleteTag": {
  5854. "delete": {
  5855. "description": "标签管理(删除)",
  5856. "consumes": [
  5857. "application/json"
  5858. ],
  5859. "produces": [
  5860. "application/json"
  5861. ],
  5862. "tags": [
  5863. "会员中心"
  5864. ],
  5865. "summary": "制度中心-会员中心-标签管理(删除)",
  5866. "parameters": [
  5867. {
  5868. "type": "string",
  5869. "description": "验证参数Bearer和token空格拼接",
  5870. "name": "Authorization",
  5871. "in": "header",
  5872. "required": true
  5873. },
  5874. {
  5875. "description": "需要删除的标签 ID",
  5876. "name": "req",
  5877. "in": "body",
  5878. "required": true,
  5879. "schema": {
  5880. "$ref": "#/definitions/md.DeleteTagReq"
  5881. }
  5882. }
  5883. ],
  5884. "responses": {
  5885. "200": {
  5886. "description": "成功删除标签用户数",
  5887. "schema": {
  5888. "type": "int"
  5889. }
  5890. },
  5891. "400": {
  5892. "description": "具体错误",
  5893. "schema": {
  5894. "$ref": "#/definitions/md.Response"
  5895. }
  5896. }
  5897. }
  5898. }
  5899. },
  5900. "/api/memberCenter/tagManagement/getTagList": {
  5901. "get": {
  5902. "description": "标签管理(获取)",
  5903. "consumes": [
  5904. "application/json"
  5905. ],
  5906. "produces": [
  5907. "application/json"
  5908. ],
  5909. "tags": [
  5910. "会员中心"
  5911. ],
  5912. "summary": "制度中心-会员中心-标签管理(获取)",
  5913. "parameters": [
  5914. {
  5915. "type": "string",
  5916. "description": "验证参数Bearer和token空格拼接",
  5917. "name": "Authorization",
  5918. "in": "header",
  5919. "required": true
  5920. },
  5921. {
  5922. "type": "integer",
  5923. "description": "每页大小",
  5924. "name": "limit",
  5925. "in": "query",
  5926. "required": true
  5927. },
  5928. {
  5929. "type": "integer",
  5930. "description": "页数",
  5931. "name": "page",
  5932. "in": "query",
  5933. "required": true
  5934. }
  5935. ],
  5936. "responses": {
  5937. "200": {
  5938. "description": "具体数据",
  5939. "schema": {
  5940. "$ref": "#/definitions/md.GetTagListResp"
  5941. }
  5942. },
  5943. "400": {
  5944. "description": "具体错误",
  5945. "schema": {
  5946. "$ref": "#/definitions/md.Response"
  5947. }
  5948. }
  5949. }
  5950. }
  5951. },
  5952. "/api/memberCenter/tagManagement/updateTag": {
  5953. "post": {
  5954. "description": "标签管理(更新)",
  5955. "consumes": [
  5956. "application/json"
  5957. ],
  5958. "produces": [
  5959. "application/json"
  5960. ],
  5961. "tags": [
  5962. "会员中心"
  5963. ],
  5964. "summary": "制度中心-会员中心-标签管理(更新)",
  5965. "parameters": [
  5966. {
  5967. "type": "string",
  5968. "description": "验证参数Bearer和token空格拼接",
  5969. "name": "Authorization",
  5970. "in": "header",
  5971. "required": true
  5972. },
  5973. {
  5974. "description": "需要修改的标签信息",
  5975. "name": "req",
  5976. "in": "body",
  5977. "required": true,
  5978. "schema": {
  5979. "$ref": "#/definitions/md.UpdateTagReq"
  5980. }
  5981. }
  5982. ],
  5983. "responses": {
  5984. "200": {
  5985. "description": "成功修改数据条数",
  5986. "schema": {
  5987. "type": "int"
  5988. }
  5989. },
  5990. "400": {
  5991. "description": "具体错误",
  5992. "schema": {
  5993. "$ref": "#/definitions/md.Response"
  5994. }
  5995. }
  5996. }
  5997. }
  5998. },
  5999. "/api/memberCenter/userManagement/balanceDetail": {
  6000. "get": {
  6001. "description": "会员明细(余额获取)",
  6002. "consumes": [
  6003. "application/json"
  6004. ],
  6005. "produces": [
  6006. "application/json"
  6007. ],
  6008. "tags": [
  6009. "会员中心"
  6010. ],
  6011. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6012. "parameters": [
  6013. {
  6014. "type": "string",
  6015. "description": "验证参数Bearer和token空格拼接",
  6016. "name": "Authorization",
  6017. "in": "header",
  6018. "required": true
  6019. },
  6020. {
  6021. "type": "string",
  6022. "description": "用户 ID",
  6023. "name": "uid",
  6024. "in": "query",
  6025. "required": true
  6026. },
  6027. {
  6028. "type": "string",
  6029. "description": "每页大小",
  6030. "name": "limit",
  6031. "in": "query",
  6032. "required": true
  6033. },
  6034. {
  6035. "type": "string",
  6036. "description": "页数",
  6037. "name": "page",
  6038. "in": "query",
  6039. "required": true
  6040. }
  6041. ],
  6042. "responses": {
  6043. "200": {
  6044. "description": "具体数据",
  6045. "schema": {
  6046. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6047. }
  6048. },
  6049. "400": {
  6050. "description": "具体错误",
  6051. "schema": {
  6052. "$ref": "#/definitions/md.Response"
  6053. }
  6054. }
  6055. }
  6056. }
  6057. },
  6058. "/api/memberCenter/userManagement/getFans": {
  6059. "get": {
  6060. "description": "会员明细粉丝情况(获取)",
  6061. "consumes": [
  6062. "application/json"
  6063. ],
  6064. "produces": [
  6065. "application/json"
  6066. ],
  6067. "tags": [
  6068. "会员中心"
  6069. ],
  6070. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6071. "parameters": [
  6072. {
  6073. "type": "string",
  6074. "description": "验证参数Bearer和token空格拼接",
  6075. "name": "Authorization",
  6076. "in": "header",
  6077. "required": true
  6078. },
  6079. {
  6080. "type": "string",
  6081. "description": "用户 ID",
  6082. "name": "uid",
  6083. "in": "query",
  6084. "required": true
  6085. },
  6086. {
  6087. "type": "string",
  6088. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6089. "name": "type",
  6090. "in": "query",
  6091. "required": true
  6092. },
  6093. {
  6094. "type": "string",
  6095. "description": "每页大小",
  6096. "name": "limit",
  6097. "in": "query",
  6098. "required": true
  6099. },
  6100. {
  6101. "type": "string",
  6102. "description": "页数",
  6103. "name": "page",
  6104. "in": "query",
  6105. "required": true
  6106. }
  6107. ],
  6108. "responses": {
  6109. "200": {
  6110. "description": "具体数据",
  6111. "schema": {
  6112. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6113. }
  6114. },
  6115. "400": {
  6116. "description": "具体错误",
  6117. "schema": {
  6118. "$ref": "#/definitions/md.Response"
  6119. }
  6120. }
  6121. }
  6122. }
  6123. },
  6124. "/api/memberCenter/userManagement/getUserList": {
  6125. "post": {
  6126. "description": "用户信息管理(获取)",
  6127. "consumes": [
  6128. "application/json"
  6129. ],
  6130. "produces": [
  6131. "application/json"
  6132. ],
  6133. "tags": [
  6134. "会员中心"
  6135. ],
  6136. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6137. "parameters": [
  6138. {
  6139. "type": "string",
  6140. "description": "验证参数Bearer和token空格拼接",
  6141. "name": "Authorization",
  6142. "in": "header",
  6143. "required": true
  6144. },
  6145. {
  6146. "description": "分页信息必填",
  6147. "name": "req",
  6148. "in": "body",
  6149. "required": true,
  6150. "schema": {
  6151. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6152. }
  6153. }
  6154. ],
  6155. "responses": {
  6156. "200": {
  6157. "description": "具体数据",
  6158. "schema": {
  6159. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6160. }
  6161. },
  6162. "400": {
  6163. "description": "具体错误",
  6164. "schema": {
  6165. "$ref": "#/definitions/md.Response"
  6166. }
  6167. }
  6168. }
  6169. }
  6170. },
  6171. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6172. "get": {
  6173. "description": "会员明细(积分明细获取)",
  6174. "consumes": [
  6175. "application/json"
  6176. ],
  6177. "produces": [
  6178. "application/json"
  6179. ],
  6180. "tags": [
  6181. "会员中心"
  6182. ],
  6183. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6184. "parameters": [
  6185. {
  6186. "type": "string",
  6187. "description": "验证参数Bearer和token空格拼接",
  6188. "name": "Authorization",
  6189. "in": "header",
  6190. "required": true
  6191. },
  6192. {
  6193. "type": "string",
  6194. "description": "用户 ID",
  6195. "name": "uid",
  6196. "in": "query",
  6197. "required": true
  6198. },
  6199. {
  6200. "type": "string",
  6201. "description": "货币 ID",
  6202. "name": "coinId",
  6203. "in": "query",
  6204. "required": true
  6205. },
  6206. {
  6207. "type": "string",
  6208. "description": "每页大小",
  6209. "name": "limit",
  6210. "in": "query",
  6211. "required": true
  6212. },
  6213. {
  6214. "type": "string",
  6215. "description": "页数",
  6216. "name": "page",
  6217. "in": "query",
  6218. "required": true
  6219. }
  6220. ],
  6221. "responses": {
  6222. "200": {
  6223. "description": "具体数据",
  6224. "schema": {
  6225. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6226. }
  6227. },
  6228. "400": {
  6229. "description": "具体错误",
  6230. "schema": {
  6231. "$ref": "#/definitions/md.Response"
  6232. }
  6233. }
  6234. }
  6235. }
  6236. },
  6237. "/api/memberCenter/userManagement/updateUserInfo": {
  6238. "post": {
  6239. "description": "用户信息管理(更新)",
  6240. "consumes": [
  6241. "application/json"
  6242. ],
  6243. "produces": [
  6244. "application/json"
  6245. ],
  6246. "tags": [
  6247. "会员中心"
  6248. ],
  6249. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6250. "parameters": [
  6251. {
  6252. "type": "string",
  6253. "description": "验证参数Bearer和token空格拼接",
  6254. "name": "Authorization",
  6255. "in": "header",
  6256. "required": true
  6257. },
  6258. {
  6259. "description": "用户ID 必传",
  6260. "name": "req",
  6261. "in": "body",
  6262. "required": true,
  6263. "schema": {
  6264. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6265. }
  6266. }
  6267. ],
  6268. "responses": {
  6269. "200": {
  6270. "description": "修改数据行数",
  6271. "schema": {
  6272. "type": "int"
  6273. }
  6274. },
  6275. "400": {
  6276. "description": "具体错误",
  6277. "schema": {
  6278. "$ref": "#/definitions/md.Response"
  6279. }
  6280. }
  6281. }
  6282. }
  6283. },
  6284. "/api/memberCenter/userManagement/userData": {
  6285. "get": {
  6286. "description": "会员明细概况(获取)",
  6287. "consumes": [
  6288. "application/json"
  6289. ],
  6290. "produces": [
  6291. "application/json"
  6292. ],
  6293. "tags": [
  6294. "会员中心"
  6295. ],
  6296. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6297. "parameters": [
  6298. {
  6299. "type": "string",
  6300. "description": "验证参数Bearer和token空格拼接",
  6301. "name": "Authorization",
  6302. "in": "header",
  6303. "required": true
  6304. },
  6305. {
  6306. "type": "string",
  6307. "description": "用户 ID",
  6308. "name": "uid",
  6309. "in": "query",
  6310. "required": true
  6311. }
  6312. ],
  6313. "responses": {
  6314. "200": {
  6315. "description": "会员明细概况具体数据",
  6316. "schema": {
  6317. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6318. }
  6319. },
  6320. "400": {
  6321. "description": "具体错误",
  6322. "schema": {
  6323. "$ref": "#/definitions/md.Response"
  6324. }
  6325. }
  6326. }
  6327. }
  6328. },
  6329. "/api/notice/aliyunSms/file/phone": {
  6330. "post": {
  6331. "description": "短信推送记录-通知模板",
  6332. "consumes": [
  6333. "application/json"
  6334. ],
  6335. "produces": [
  6336. "application/json"
  6337. ],
  6338. "tags": [
  6339. "消息中心"
  6340. ],
  6341. "summary": "消息中心-短信推送记录-通知模板",
  6342. "parameters": [
  6343. {
  6344. "type": "string",
  6345. "description": "验证参数Bearer和token空格拼接",
  6346. "name": "Authorization",
  6347. "in": "header",
  6348. "required": true
  6349. },
  6350. {
  6351. "type": "string",
  6352. "description": "参数 file-----文件上传格式",
  6353. "name": "file",
  6354. "in": "formData",
  6355. "required": true
  6356. }
  6357. ],
  6358. "responses": {
  6359. "200": {
  6360. "description": "phone 一个数组",
  6361. "schema": {
  6362. "type": "string"
  6363. }
  6364. },
  6365. "400": {
  6366. "description": "具体错误",
  6367. "schema": {
  6368. "$ref": "#/definitions/md.Response"
  6369. }
  6370. }
  6371. }
  6372. }
  6373. },
  6374. "/api/notice/aliyunSms/push/list": {
  6375. "post": {
  6376. "description": "短信推送记录-推送记录列表",
  6377. "consumes": [
  6378. "application/json"
  6379. ],
  6380. "produces": [
  6381. "application/json"
  6382. ],
  6383. "tags": [
  6384. "消息中心"
  6385. ],
  6386. "summary": "消息中心-短信推送记录-推送记录列表",
  6387. "parameters": [
  6388. {
  6389. "type": "string",
  6390. "description": "验证参数Bearer和token空格拼接",
  6391. "name": "Authorization",
  6392. "in": "header",
  6393. "required": true
  6394. },
  6395. {
  6396. "description": "(分页信息必填)",
  6397. "name": "req",
  6398. "in": "body",
  6399. "required": true,
  6400. "schema": {
  6401. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6402. }
  6403. }
  6404. ],
  6405. "responses": {
  6406. "200": {
  6407. "description": "具体数据",
  6408. "schema": {
  6409. "$ref": "#/definitions/md.NoticePushListResp"
  6410. }
  6411. },
  6412. "400": {
  6413. "description": "具体错误",
  6414. "schema": {
  6415. "$ref": "#/definitions/md.Response"
  6416. }
  6417. }
  6418. }
  6419. }
  6420. },
  6421. "/api/notice/aliyunSms/push/save": {
  6422. "post": {
  6423. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6424. "consumes": [
  6425. "application/json"
  6426. ],
  6427. "produces": [
  6428. "application/json"
  6429. ],
  6430. "tags": [
  6431. "消息中心"
  6432. ],
  6433. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6434. "parameters": [
  6435. {
  6436. "type": "string",
  6437. "description": "验证参数Bearer和token空格拼接",
  6438. "name": "Authorization",
  6439. "in": "header",
  6440. "required": true
  6441. },
  6442. {
  6443. "description": "(分页信息必填)",
  6444. "name": "req",
  6445. "in": "body",
  6446. "required": true,
  6447. "schema": {
  6448. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6449. }
  6450. }
  6451. ],
  6452. "responses": {
  6453. "200": {
  6454. "description": "具体数据",
  6455. "schema": {
  6456. "type": "string"
  6457. }
  6458. },
  6459. "400": {
  6460. "description": "具体错误",
  6461. "schema": {
  6462. "$ref": "#/definitions/md.Response"
  6463. }
  6464. }
  6465. }
  6466. }
  6467. },
  6468. "/api/notice/aliyunSms/sale/base": {
  6469. "get": {
  6470. "description": "短信推送记录-营销短信-通知模板",
  6471. "consumes": [
  6472. "application/json"
  6473. ],
  6474. "produces": [
  6475. "application/json"
  6476. ],
  6477. "tags": [
  6478. "消息中心"
  6479. ],
  6480. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6481. "parameters": [
  6482. {
  6483. "type": "string",
  6484. "description": "验证参数Bearer和token空格拼接",
  6485. "name": "Authorization",
  6486. "in": "header",
  6487. "required": true
  6488. }
  6489. ],
  6490. "responses": {
  6491. "200": {
  6492. "description": "具体数据",
  6493. "schema": {
  6494. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6495. }
  6496. },
  6497. "400": {
  6498. "description": "具体错误",
  6499. "schema": {
  6500. "$ref": "#/definitions/md.Response"
  6501. }
  6502. }
  6503. }
  6504. }
  6505. },
  6506. "/api/notice/aliyunSms/sale/save": {
  6507. "post": {
  6508. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6509. "consumes": [
  6510. "application/json"
  6511. ],
  6512. "produces": [
  6513. "application/json"
  6514. ],
  6515. "tags": [
  6516. "消息中心"
  6517. ],
  6518. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6519. "parameters": [
  6520. {
  6521. "type": "string",
  6522. "description": "验证参数Bearer和token空格拼接",
  6523. "name": "Authorization",
  6524. "in": "header",
  6525. "required": true
  6526. },
  6527. {
  6528. "description": "数组 把列表的数组传过来",
  6529. "name": "req",
  6530. "in": "body",
  6531. "required": true,
  6532. "schema": {
  6533. "type": "string"
  6534. }
  6535. }
  6536. ],
  6537. "responses": {
  6538. "200": {
  6539. "description": "具体数据",
  6540. "schema": {
  6541. "type": "string"
  6542. }
  6543. },
  6544. "400": {
  6545. "description": "具体错误",
  6546. "schema": {
  6547. "$ref": "#/definitions/md.Response"
  6548. }
  6549. }
  6550. }
  6551. }
  6552. },
  6553. "/api/notice/base/del": {
  6554. "post": {
  6555. "description": "基本配置-通知模板删除",
  6556. "consumes": [
  6557. "application/json"
  6558. ],
  6559. "produces": [
  6560. "application/json"
  6561. ],
  6562. "tags": [
  6563. "消息中心"
  6564. ],
  6565. "summary": "消息中心-基本配置-通知模板删除",
  6566. "parameters": [
  6567. {
  6568. "type": "string",
  6569. "description": "验证参数Bearer和token空格拼接",
  6570. "name": "Authorization",
  6571. "in": "header",
  6572. "required": true
  6573. },
  6574. {
  6575. "description": "(分页信息必填)",
  6576. "name": "req",
  6577. "in": "body",
  6578. "required": true,
  6579. "schema": {
  6580. "$ref": "#/definitions/md.NoticeDelReq"
  6581. }
  6582. }
  6583. ],
  6584. "responses": {
  6585. "200": {
  6586. "description": "具体数据",
  6587. "schema": {
  6588. "type": "string"
  6589. }
  6590. },
  6591. "400": {
  6592. "description": "具体错误",
  6593. "schema": {
  6594. "$ref": "#/definitions/md.Response"
  6595. }
  6596. }
  6597. }
  6598. }
  6599. },
  6600. "/api/notice/base/list": {
  6601. "post": {
  6602. "description": "基本配置-通知模板",
  6603. "consumes": [
  6604. "application/json"
  6605. ],
  6606. "produces": [
  6607. "application/json"
  6608. ],
  6609. "tags": [
  6610. "消息中心"
  6611. ],
  6612. "summary": "消息中心-基本配置-通知模板",
  6613. "parameters": [
  6614. {
  6615. "type": "string",
  6616. "description": "验证参数Bearer和token空格拼接",
  6617. "name": "Authorization",
  6618. "in": "header",
  6619. "required": true
  6620. },
  6621. {
  6622. "description": "(分页信息必填)",
  6623. "name": "req",
  6624. "in": "body",
  6625. "required": true,
  6626. "schema": {
  6627. "$ref": "#/definitions/md.NoticeListReq"
  6628. }
  6629. }
  6630. ],
  6631. "responses": {
  6632. "200": {
  6633. "description": "具体数据",
  6634. "schema": {
  6635. "$ref": "#/definitions/md.NoticeListResp"
  6636. }
  6637. },
  6638. "400": {
  6639. "description": "具体错误",
  6640. "schema": {
  6641. "$ref": "#/definitions/md.Response"
  6642. }
  6643. }
  6644. }
  6645. }
  6646. },
  6647. "/api/notice/base/save": {
  6648. "post": {
  6649. "description": "基本配置-通知模板添加编辑",
  6650. "consumes": [
  6651. "application/json"
  6652. ],
  6653. "produces": [
  6654. "application/json"
  6655. ],
  6656. "tags": [
  6657. "消息中心"
  6658. ],
  6659. "summary": "消息中心-基本配置-通知模板添加编辑",
  6660. "parameters": [
  6661. {
  6662. "type": "string",
  6663. "description": "验证参数Bearer和token空格拼接",
  6664. "name": "Authorization",
  6665. "in": "header",
  6666. "required": true
  6667. },
  6668. {
  6669. "description": "(分页信息必填)",
  6670. "name": "req",
  6671. "in": "body",
  6672. "required": true,
  6673. "schema": {
  6674. "$ref": "#/definitions/md.NoticeSaveReq"
  6675. }
  6676. }
  6677. ],
  6678. "responses": {
  6679. "200": {
  6680. "description": "具体数据",
  6681. "schema": {
  6682. "type": "string"
  6683. }
  6684. },
  6685. "400": {
  6686. "description": "具体错误",
  6687. "schema": {
  6688. "$ref": "#/definitions/md.Response"
  6689. }
  6690. }
  6691. }
  6692. }
  6693. },
  6694. "/api/notice/jPush/push/list": {
  6695. "post": {
  6696. "description": "基本配置-推送记录列表",
  6697. "consumes": [
  6698. "application/json"
  6699. ],
  6700. "produces": [
  6701. "application/json"
  6702. ],
  6703. "tags": [
  6704. "消息中心"
  6705. ],
  6706. "summary": "消息中心-基本配置-推送记录列表",
  6707. "parameters": [
  6708. {
  6709. "type": "string",
  6710. "description": "验证参数Bearer和token空格拼接",
  6711. "name": "Authorization",
  6712. "in": "header",
  6713. "required": true
  6714. },
  6715. {
  6716. "description": "(分页信息必填)",
  6717. "name": "req",
  6718. "in": "body",
  6719. "required": true,
  6720. "schema": {
  6721. "$ref": "#/definitions/md.NoticeListReq"
  6722. }
  6723. }
  6724. ],
  6725. "responses": {
  6726. "200": {
  6727. "description": "具体数据",
  6728. "schema": {
  6729. "$ref": "#/definitions/md.NoticePushListResp"
  6730. }
  6731. },
  6732. "400": {
  6733. "description": "具体错误",
  6734. "schema": {
  6735. "$ref": "#/definitions/md.Response"
  6736. }
  6737. }
  6738. }
  6739. }
  6740. },
  6741. "/api/notice/jPush/push/save": {
  6742. "post": {
  6743. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6744. "consumes": [
  6745. "application/json"
  6746. ],
  6747. "produces": [
  6748. "application/json"
  6749. ],
  6750. "tags": [
  6751. "消息中心"
  6752. ],
  6753. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6754. "parameters": [
  6755. {
  6756. "type": "string",
  6757. "description": "验证参数Bearer和token空格拼接",
  6758. "name": "Authorization",
  6759. "in": "header",
  6760. "required": true
  6761. },
  6762. {
  6763. "description": "(分页信息必填)",
  6764. "name": "req",
  6765. "in": "body",
  6766. "required": true,
  6767. "schema": {
  6768. "$ref": "#/definitions/md.NoticePushSaveReq"
  6769. }
  6770. }
  6771. ],
  6772. "responses": {
  6773. "200": {
  6774. "description": "具体数据",
  6775. "schema": {
  6776. "type": "string"
  6777. }
  6778. },
  6779. "400": {
  6780. "description": "具体错误",
  6781. "schema": {
  6782. "$ref": "#/definitions/md.Response"
  6783. }
  6784. }
  6785. }
  6786. }
  6787. },
  6788. "/api/settCenter/oss/aliYun/getBasic": {
  6789. "get": {
  6790. "description": "对象存储设置(获取)",
  6791. "consumes": [
  6792. "application/json"
  6793. ],
  6794. "produces": [
  6795. "application/json"
  6796. ],
  6797. "tags": [
  6798. "对象存储"
  6799. ],
  6800. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6801. "parameters": [
  6802. {
  6803. "type": "string",
  6804. "description": "验证参数Bearer和token空格拼接",
  6805. "name": "Authorization",
  6806. "in": "header",
  6807. "required": true
  6808. }
  6809. ],
  6810. "responses": {
  6811. "200": {
  6812. "description": "设置列表",
  6813. "schema": {
  6814. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6815. }
  6816. },
  6817. "400": {
  6818. "description": "具体错误",
  6819. "schema": {
  6820. "$ref": "#/definitions/md.Response"
  6821. }
  6822. }
  6823. }
  6824. }
  6825. },
  6826. "/api/settCenter/oss/aliYun/setBasic": {
  6827. "post": {
  6828. "description": "对象存储设置(更新)",
  6829. "consumes": [
  6830. "application/json"
  6831. ],
  6832. "produces": [
  6833. "application/json"
  6834. ],
  6835. "tags": [
  6836. "对象存储"
  6837. ],
  6838. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6839. "parameters": [
  6840. {
  6841. "type": "string",
  6842. "description": "验证参数Bearer和token空格拼接",
  6843. "name": "Authorization",
  6844. "in": "header",
  6845. "required": true
  6846. },
  6847. {
  6848. "description": "上传需要修改的信息",
  6849. "name": "req",
  6850. "in": "body",
  6851. "required": true,
  6852. "schema": {
  6853. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6854. }
  6855. }
  6856. ],
  6857. "responses": {
  6858. "200": {
  6859. "description": "success",
  6860. "schema": {
  6861. "type": "string"
  6862. }
  6863. },
  6864. "400": {
  6865. "description": "具体错误",
  6866. "schema": {
  6867. "$ref": "#/definitions/md.Response"
  6868. }
  6869. }
  6870. }
  6871. }
  6872. },
  6873. "/api/settCenter/web/getBasic": {
  6874. "get": {
  6875. "description": "网站信息-基本设置(获取)",
  6876. "consumes": [
  6877. "application/json"
  6878. ],
  6879. "produces": [
  6880. "application/json"
  6881. ],
  6882. "tags": [
  6883. "基础设置"
  6884. ],
  6885. "summary": "基础设置-网站信息-基本设置(获取)",
  6886. "parameters": [
  6887. {
  6888. "type": "string",
  6889. "description": "验证参数Bearer和token空格拼接",
  6890. "name": "Authorization",
  6891. "in": "header",
  6892. "required": true
  6893. }
  6894. ],
  6895. "responses": {
  6896. "200": {
  6897. "description": "设置列表",
  6898. "schema": {
  6899. "$ref": "#/definitions/setCenter.WebBasicResp"
  6900. }
  6901. },
  6902. "400": {
  6903. "description": "具体错误",
  6904. "schema": {
  6905. "$ref": "#/definitions/md.Response"
  6906. }
  6907. }
  6908. }
  6909. }
  6910. },
  6911. "/api/settCenter/web/setBasic": {
  6912. "post": {
  6913. "description": "基本设置(更新)",
  6914. "consumes": [
  6915. "application/json"
  6916. ],
  6917. "produces": [
  6918. "application/json"
  6919. ],
  6920. "tags": [
  6921. "基础设置"
  6922. ],
  6923. "summary": "基础设置-网站信息-基本设置(更新)",
  6924. "parameters": [
  6925. {
  6926. "type": "string",
  6927. "description": "验证参数Bearer和token空格拼接",
  6928. "name": "Authorization",
  6929. "in": "header",
  6930. "required": true
  6931. },
  6932. {
  6933. "description": "上传需要修改的信息",
  6934. "name": "req",
  6935. "in": "body",
  6936. "required": true,
  6937. "schema": {
  6938. "$ref": "#/definitions/setCenter.WebBasicReq"
  6939. }
  6940. }
  6941. ],
  6942. "responses": {
  6943. "200": {
  6944. "description": "success",
  6945. "schema": {
  6946. "type": "string"
  6947. }
  6948. },
  6949. "400": {
  6950. "description": "具体错误",
  6951. "schema": {
  6952. "$ref": "#/definitions/md.Response"
  6953. }
  6954. }
  6955. }
  6956. }
  6957. },
  6958. "/api/userFeedback/cate/list": {
  6959. "post": {
  6960. "description": "分类列表",
  6961. "consumes": [
  6962. "application/json"
  6963. ],
  6964. "produces": [
  6965. "application/json"
  6966. ],
  6967. "tags": [
  6968. "消息中心"
  6969. ],
  6970. "summary": "反馈列表-分类列表",
  6971. "parameters": [
  6972. {
  6973. "type": "string",
  6974. "description": "验证参数Bearer和token空格拼接",
  6975. "name": "Authorization",
  6976. "in": "header",
  6977. "required": true
  6978. },
  6979. {
  6980. "description": "(分页信息必填)",
  6981. "name": "req",
  6982. "in": "body",
  6983. "required": true,
  6984. "schema": {
  6985. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6986. }
  6987. }
  6988. ],
  6989. "responses": {
  6990. "200": {
  6991. "description": "具体数据",
  6992. "schema": {
  6993. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6994. }
  6995. },
  6996. "400": {
  6997. "description": "具体错误",
  6998. "schema": {
  6999. "$ref": "#/definitions/md.Response"
  7000. }
  7001. }
  7002. }
  7003. }
  7004. },
  7005. "/api/userFeedback/content/change/state": {
  7006. "post": {
  7007. "description": "反馈列表-修改状态",
  7008. "consumes": [
  7009. "application/json"
  7010. ],
  7011. "produces": [
  7012. "application/json"
  7013. ],
  7014. "tags": [
  7015. "消息中心"
  7016. ],
  7017. "summary": "用户反馈-反馈列表-修改状态",
  7018. "parameters": [
  7019. {
  7020. "type": "string",
  7021. "description": "验证参数Bearer和token空格拼接",
  7022. "name": "Authorization",
  7023. "in": "header",
  7024. "required": true
  7025. },
  7026. {
  7027. "description": "(分页信息必填)",
  7028. "name": "req",
  7029. "in": "body",
  7030. "required": true,
  7031. "schema": {
  7032. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  7033. }
  7034. }
  7035. ],
  7036. "responses": {
  7037. "200": {
  7038. "description": "具体数据",
  7039. "schema": {
  7040. "type": "string"
  7041. }
  7042. },
  7043. "400": {
  7044. "description": "具体错误",
  7045. "schema": {
  7046. "$ref": "#/definitions/md.Response"
  7047. }
  7048. }
  7049. }
  7050. }
  7051. },
  7052. "/api/userFeedback/content/del": {
  7053. "post": {
  7054. "description": "反馈列表-反馈删除",
  7055. "consumes": [
  7056. "application/json"
  7057. ],
  7058. "produces": [
  7059. "application/json"
  7060. ],
  7061. "tags": [
  7062. "消息中心"
  7063. ],
  7064. "summary": "用户反馈-反馈列表-反馈删除",
  7065. "parameters": [
  7066. {
  7067. "type": "string",
  7068. "description": "验证参数Bearer和token空格拼接",
  7069. "name": "Authorization",
  7070. "in": "header",
  7071. "required": true
  7072. },
  7073. {
  7074. "description": "(分页信息必填)",
  7075. "name": "req",
  7076. "in": "body",
  7077. "required": true,
  7078. "schema": {
  7079. "$ref": "#/definitions/md.UserFeedbackDelReq"
  7080. }
  7081. }
  7082. ],
  7083. "responses": {
  7084. "200": {
  7085. "description": "具体数据",
  7086. "schema": {
  7087. "type": "string"
  7088. }
  7089. },
  7090. "400": {
  7091. "description": "具体错误",
  7092. "schema": {
  7093. "$ref": "#/definitions/md.Response"
  7094. }
  7095. }
  7096. }
  7097. }
  7098. },
  7099. "/api/userFeedback/content/list": {
  7100. "post": {
  7101. "description": "反馈列表",
  7102. "consumes": [
  7103. "application/json"
  7104. ],
  7105. "produces": [
  7106. "application/json"
  7107. ],
  7108. "tags": [
  7109. "消息中心"
  7110. ],
  7111. "summary": "用户反馈-反馈列表",
  7112. "parameters": [
  7113. {
  7114. "type": "string",
  7115. "description": "验证参数Bearer和token空格拼接",
  7116. "name": "Authorization",
  7117. "in": "header",
  7118. "required": true
  7119. },
  7120. {
  7121. "description": "(分页信息必填)",
  7122. "name": "req",
  7123. "in": "body",
  7124. "required": true,
  7125. "schema": {
  7126. "$ref": "#/definitions/md.UserFeedbackListReq"
  7127. }
  7128. }
  7129. ],
  7130. "responses": {
  7131. "200": {
  7132. "description": "具体数据",
  7133. "schema": {
  7134. "$ref": "#/definitions/md.UserFeedbackListResp"
  7135. }
  7136. },
  7137. "400": {
  7138. "description": "具体错误",
  7139. "schema": {
  7140. "$ref": "#/definitions/md.Response"
  7141. }
  7142. }
  7143. }
  7144. }
  7145. },
  7146. "/api/userFeedback/content/record/list": {
  7147. "post": {
  7148. "description": "反馈列表-沟通记录",
  7149. "consumes": [
  7150. "application/json"
  7151. ],
  7152. "produces": [
  7153. "application/json"
  7154. ],
  7155. "tags": [
  7156. "消息中心"
  7157. ],
  7158. "summary": "用户反馈-反馈列表-沟通记录",
  7159. "parameters": [
  7160. {
  7161. "type": "string",
  7162. "description": "验证参数Bearer和token空格拼接",
  7163. "name": "Authorization",
  7164. "in": "header",
  7165. "required": true
  7166. },
  7167. {
  7168. "description": "(分页信息必填)",
  7169. "name": "req",
  7170. "in": "body",
  7171. "required": true,
  7172. "schema": {
  7173. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  7174. }
  7175. }
  7176. ],
  7177. "responses": {
  7178. "200": {
  7179. "description": "具体数据",
  7180. "schema": {
  7181. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  7182. }
  7183. },
  7184. "400": {
  7185. "description": "具体错误",
  7186. "schema": {
  7187. "$ref": "#/definitions/md.Response"
  7188. }
  7189. }
  7190. }
  7191. }
  7192. },
  7193. "/api/userFeedback/content/say": {
  7194. "post": {
  7195. "description": "反馈列表-沟通发送",
  7196. "consumes": [
  7197. "application/json"
  7198. ],
  7199. "produces": [
  7200. "application/json"
  7201. ],
  7202. "tags": [
  7203. "消息中心"
  7204. ],
  7205. "summary": "用户反馈-反馈列表-沟通发送",
  7206. "parameters": [
  7207. {
  7208. "type": "string",
  7209. "description": "验证参数Bearer和token空格拼接",
  7210. "name": "Authorization",
  7211. "in": "header",
  7212. "required": true
  7213. },
  7214. {
  7215. "description": "(分页信息必填)",
  7216. "name": "req",
  7217. "in": "body",
  7218. "required": true,
  7219. "schema": {
  7220. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7221. }
  7222. }
  7223. ],
  7224. "responses": {
  7225. "200": {
  7226. "description": "具体数据",
  7227. "schema": {
  7228. "type": "string"
  7229. }
  7230. },
  7231. "400": {
  7232. "description": "具体错误",
  7233. "schema": {
  7234. "$ref": "#/definitions/md.Response"
  7235. }
  7236. }
  7237. }
  7238. }
  7239. },
  7240. "/api/userRealName/base": {
  7241. "get": {
  7242. "description": "基本设置-实名认证",
  7243. "consumes": [
  7244. "application/json"
  7245. ],
  7246. "produces": [
  7247. "application/json"
  7248. ],
  7249. "tags": [
  7250. "基本设置"
  7251. ],
  7252. "summary": "基本设置-实名认证-基本配置",
  7253. "parameters": [
  7254. {
  7255. "type": "string",
  7256. "description": "验证参数Bearer和token空格拼接",
  7257. "name": "Authorization",
  7258. "in": "header",
  7259. "required": true
  7260. }
  7261. ],
  7262. "responses": {
  7263. "200": {
  7264. "description": "具体数据",
  7265. "schema": {
  7266. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7267. }
  7268. },
  7269. "400": {
  7270. "description": "具体错误",
  7271. "schema": {
  7272. "$ref": "#/definitions/md.Response"
  7273. }
  7274. }
  7275. }
  7276. }
  7277. },
  7278. "/api/userRealName/base/save": {
  7279. "post": {
  7280. "description": "基本设置-实名认证-基本配置保存",
  7281. "consumes": [
  7282. "application/json"
  7283. ],
  7284. "produces": [
  7285. "application/json"
  7286. ],
  7287. "tags": [
  7288. "基本设置"
  7289. ],
  7290. "summary": "基本设置-实名认证-基本配置保存",
  7291. "parameters": [
  7292. {
  7293. "type": "string",
  7294. "description": "验证参数Bearer和token空格拼接",
  7295. "name": "Authorization",
  7296. "in": "header",
  7297. "required": true
  7298. },
  7299. {
  7300. "description": "(分页信息必填)",
  7301. "name": "req",
  7302. "in": "body",
  7303. "required": true,
  7304. "schema": {
  7305. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7306. }
  7307. }
  7308. ],
  7309. "responses": {
  7310. "200": {
  7311. "description": "具体数据",
  7312. "schema": {
  7313. "type": "string"
  7314. }
  7315. },
  7316. "400": {
  7317. "description": "具体错误",
  7318. "schema": {
  7319. "$ref": "#/definitions/md.Response"
  7320. }
  7321. }
  7322. }
  7323. }
  7324. },
  7325. "/api/userRealName/list": {
  7326. "post": {
  7327. "description": "基本设置-实名认证列表",
  7328. "consumes": [
  7329. "application/json"
  7330. ],
  7331. "produces": [
  7332. "application/json"
  7333. ],
  7334. "tags": [
  7335. "基本设置"
  7336. ],
  7337. "summary": "基本设置-实名认证列表",
  7338. "parameters": [
  7339. {
  7340. "type": "string",
  7341. "description": "验证参数Bearer和token空格拼接",
  7342. "name": "Authorization",
  7343. "in": "header",
  7344. "required": true
  7345. },
  7346. {
  7347. "description": "(分页信息必填)",
  7348. "name": "req",
  7349. "in": "body",
  7350. "required": true,
  7351. "schema": {
  7352. "$ref": "#/definitions/md.UserRealNameReq"
  7353. }
  7354. }
  7355. ],
  7356. "responses": {
  7357. "200": {
  7358. "description": "具体数据",
  7359. "schema": {
  7360. "$ref": "#/definitions/md.UserRealNameResp"
  7361. }
  7362. },
  7363. "400": {
  7364. "description": "具体错误",
  7365. "schema": {
  7366. "$ref": "#/definitions/md.Response"
  7367. }
  7368. }
  7369. }
  7370. }
  7371. },
  7372. "/api/userRealName/save": {
  7373. "post": {
  7374. "description": "基本设置-修改认证状态",
  7375. "consumes": [
  7376. "application/json"
  7377. ],
  7378. "produces": [
  7379. "application/json"
  7380. ],
  7381. "tags": [
  7382. "基本设置"
  7383. ],
  7384. "summary": "基本设置-实名认证-修改认证状态",
  7385. "parameters": [
  7386. {
  7387. "type": "string",
  7388. "description": "验证参数Bearer和token空格拼接",
  7389. "name": "Authorization",
  7390. "in": "header",
  7391. "required": true
  7392. },
  7393. {
  7394. "description": "(分页信息必填)",
  7395. "name": "req",
  7396. "in": "body",
  7397. "required": true,
  7398. "schema": {
  7399. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7400. }
  7401. }
  7402. ],
  7403. "responses": {
  7404. "200": {
  7405. "description": "具体数据",
  7406. "schema": {
  7407. "type": "string"
  7408. }
  7409. },
  7410. "400": {
  7411. "description": "具体错误",
  7412. "schema": {
  7413. "$ref": "#/definitions/md.Response"
  7414. }
  7415. }
  7416. }
  7417. }
  7418. },
  7419. "/api/user_feedback/cate/del": {
  7420. "post": {
  7421. "description": "分类列表-分类删除",
  7422. "consumes": [
  7423. "application/json"
  7424. ],
  7425. "produces": [
  7426. "application/json"
  7427. ],
  7428. "tags": [
  7429. "消息中心"
  7430. ],
  7431. "summary": "反馈列表-分类列表-分类删除",
  7432. "parameters": [
  7433. {
  7434. "type": "string",
  7435. "description": "验证参数Bearer和token空格拼接",
  7436. "name": "Authorization",
  7437. "in": "header",
  7438. "required": true
  7439. },
  7440. {
  7441. "description": "(分页信息必填)",
  7442. "name": "req",
  7443. "in": "body",
  7444. "required": true,
  7445. "schema": {
  7446. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7447. }
  7448. }
  7449. ],
  7450. "responses": {
  7451. "200": {
  7452. "description": "具体数据",
  7453. "schema": {
  7454. "type": "string"
  7455. }
  7456. },
  7457. "400": {
  7458. "description": "具体错误",
  7459. "schema": {
  7460. "$ref": "#/definitions/md.Response"
  7461. }
  7462. }
  7463. }
  7464. }
  7465. },
  7466. "/api/user_feedback/cate/save": {
  7467. "post": {
  7468. "description": "分类列表-分类保存",
  7469. "consumes": [
  7470. "application/json"
  7471. ],
  7472. "produces": [
  7473. "application/json"
  7474. ],
  7475. "tags": [
  7476. "消息中心"
  7477. ],
  7478. "summary": "反馈列表-分类列表-分类保存",
  7479. "parameters": [
  7480. {
  7481. "type": "string",
  7482. "description": "验证参数Bearer和token空格拼接",
  7483. "name": "Authorization",
  7484. "in": "header",
  7485. "required": true
  7486. },
  7487. {
  7488. "description": "(分页信息必填)",
  7489. "name": "req",
  7490. "in": "body",
  7491. "required": true,
  7492. "schema": {
  7493. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7494. }
  7495. }
  7496. ],
  7497. "responses": {
  7498. "200": {
  7499. "description": "具体数据",
  7500. "schema": {
  7501. "type": "string"
  7502. }
  7503. },
  7504. "400": {
  7505. "description": "具体错误",
  7506. "schema": {
  7507. "$ref": "#/definitions/md.Response"
  7508. }
  7509. }
  7510. }
  7511. }
  7512. },
  7513. "/api/v1/website/getModuleSetting": {
  7514. "get": {
  7515. "description": "页面样式",
  7516. "consumes": [
  7517. "application/json"
  7518. ],
  7519. "produces": [
  7520. "application/json"
  7521. ],
  7522. "tags": [
  7523. "官网"
  7524. ],
  7525. "summary": "页面样式",
  7526. "parameters": [
  7527. {
  7528. "type": "string",
  7529. "description": "验证参数Bearer和token空格拼接",
  7530. "name": "Authorization",
  7531. "in": "header",
  7532. "required": true
  7533. },
  7534. {
  7535. "type": "string",
  7536. "description": "页面名称类型值(15:官网 联系我们)",
  7537. "name": "mod_name_value",
  7538. "in": "query",
  7539. "required": true
  7540. }
  7541. ],
  7542. "responses": {
  7543. "200": {
  7544. "description": "具体数据",
  7545. "schema": {
  7546. "$ref": "#/definitions/md.GetModuleSettingResp"
  7547. }
  7548. },
  7549. "400": {
  7550. "description": "具体错误",
  7551. "schema": {
  7552. "$ref": "#/definitions/md.Response"
  7553. }
  7554. }
  7555. }
  7556. }
  7557. },
  7558. "/api/website/info": {
  7559. "get": {
  7560. "description": "官网-基本信息",
  7561. "consumes": [
  7562. "application/json"
  7563. ],
  7564. "produces": [
  7565. "application/json"
  7566. ],
  7567. "tags": [
  7568. "官网"
  7569. ],
  7570. "summary": "官网-基本信息",
  7571. "parameters": [
  7572. {
  7573. "type": "string",
  7574. "description": "验证参数Bearer和token空格拼接",
  7575. "name": "Authorization",
  7576. "in": "header",
  7577. "required": true
  7578. }
  7579. ],
  7580. "responses": {
  7581. "200": {
  7582. "description": "具体数据",
  7583. "schema": {
  7584. "$ref": "#/definitions/md.WebsiteInfoResp"
  7585. }
  7586. },
  7587. "400": {
  7588. "description": "具体错误",
  7589. "schema": {
  7590. "$ref": "#/definitions/md.Response"
  7591. }
  7592. }
  7593. }
  7594. }
  7595. }
  7596. },
  7597. "definitions": {
  7598. "applet_app_md_financial_center.Paginate": {
  7599. "type": "object",
  7600. "properties": {
  7601. "limit": {
  7602. "description": "每页大小",
  7603. "type": "integer"
  7604. },
  7605. "page": {
  7606. "description": "页数",
  7607. "type": "integer"
  7608. },
  7609. "total": {
  7610. "description": "总数据量",
  7611. "type": "integer"
  7612. }
  7613. }
  7614. },
  7615. "applet_app_md_financial_center.TagNode": {
  7616. "type": "object",
  7617. "properties": {
  7618. "tag_id": {
  7619. "type": "integer"
  7620. },
  7621. "tag_name": {
  7622. "type": "string"
  7623. }
  7624. }
  7625. },
  7626. "applet_app_md_friend_circle.Paginate": {
  7627. "type": "object",
  7628. "properties": {
  7629. "limit": {
  7630. "description": "每页大小",
  7631. "type": "integer"
  7632. },
  7633. "page": {
  7634. "description": "页数",
  7635. "type": "integer"
  7636. },
  7637. "total": {
  7638. "description": "总数据量",
  7639. "type": "integer"
  7640. }
  7641. }
  7642. },
  7643. "applet_app_md_im.GetBasicResp": {
  7644. "type": "object",
  7645. "properties": {
  7646. "chat_sensitive_words": {
  7647. "type": "string",
  7648. "example": "聊天敏感词"
  7649. },
  7650. "is_allow_add_friends": {
  7651. "type": "string",
  7652. "example": "是否允许加好友"
  7653. },
  7654. "is_auto_add_friends": {
  7655. "type": "string",
  7656. "example": "是否自动加好友"
  7657. },
  7658. "prohibit_add_group_members": {
  7659. "type": "string",
  7660. "example": "是否禁止添加群成员"
  7661. },
  7662. "prohibit_remove_group_members": {
  7663. "type": "string",
  7664. "example": "是否禁止移出群成员"
  7665. },
  7666. "prohibit_update_group_name": {
  7667. "type": "string",
  7668. "example": "是否禁止修改群名称"
  7669. }
  7670. }
  7671. },
  7672. "applet_app_md_im.SetBasicReq": {
  7673. "type": "object",
  7674. "properties": {
  7675. "chat_sensitive_words": {
  7676. "type": "string",
  7677. "example": "聊天敏感词"
  7678. },
  7679. "is_allow_add_friends": {
  7680. "type": "string",
  7681. "example": "是否允许加好友"
  7682. },
  7683. "is_auto_add_friends": {
  7684. "type": "string",
  7685. "example": "是否自动加好友"
  7686. },
  7687. "prohibit_add_group_members": {
  7688. "type": "string",
  7689. "example": "是否禁止添加群成员"
  7690. },
  7691. "prohibit_remove_group_members": {
  7692. "type": "string",
  7693. "example": "是否禁止移出群成员"
  7694. },
  7695. "prohibit_update_group_name": {
  7696. "type": "string",
  7697. "example": "是否禁止修改群名称"
  7698. }
  7699. }
  7700. },
  7701. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7702. "type": "object",
  7703. "properties": {
  7704. "direct_push_reward": {
  7705. "description": "直推奖励",
  7706. "allOf": [
  7707. {
  7708. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7709. }
  7710. ]
  7711. },
  7712. "is_open": {
  7713. "description": "是否开启(1:开启 0:关闭)",
  7714. "type": "integer"
  7715. },
  7716. "person_egg_energy_coin_id": {
  7717. "description": "个人蛋蛋能量对应虚拟币 id",
  7718. "type": "integer"
  7719. },
  7720. "person_egg_points_coin_id": {
  7721. "description": "个人蛋蛋积分对应虚拟币 id",
  7722. "type": "integer"
  7723. },
  7724. "team_egg_energy_coin_id": {
  7725. "description": "团队蛋蛋能量对应虚拟币 id",
  7726. "type": "integer"
  7727. },
  7728. "team_egg_points_coin_id": {
  7729. "description": "团队蛋蛋积分对应虚拟币 id",
  7730. "type": "integer"
  7731. }
  7732. }
  7733. },
  7734. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7735. "type": "object",
  7736. "properties": {
  7737. "limit": {
  7738. "description": "每页大小",
  7739. "type": "integer"
  7740. },
  7741. "page": {
  7742. "description": "页数",
  7743. "type": "integer"
  7744. },
  7745. "total": {
  7746. "description": "总数据量",
  7747. "type": "integer"
  7748. }
  7749. }
  7750. },
  7751. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7752. "type": "object",
  7753. "properties": {
  7754. "id": {
  7755. "type": "integer"
  7756. },
  7757. "is_open": {
  7758. "description": "是否开启(1:开启 0:关闭)",
  7759. "type": "integer"
  7760. },
  7761. "is_self_active_get_team_revenue": {
  7762. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7763. "type": "integer"
  7764. },
  7765. "originator_uid": {
  7766. "description": "创始人uid",
  7767. "type": "integer"
  7768. },
  7769. "several_rows": {
  7770. "description": "几排",
  7771. "type": "integer"
  7772. },
  7773. "several_times": {
  7774. "description": "几乘",
  7775. "type": "integer"
  7776. },
  7777. "system_punish_replace": {
  7778. "description": "是否位置滑落 被新用户替换 0否 1是",
  7779. "type": "integer"
  7780. },
  7781. "system_punish_replace_value": {
  7782. "description": "xx天未活跃,处罚滑落",
  7783. "type": "integer"
  7784. }
  7785. }
  7786. },
  7787. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7788. "type": "object",
  7789. "properties": {
  7790. "limit": {
  7791. "description": "每页大小",
  7792. "type": "integer"
  7793. },
  7794. "page": {
  7795. "description": "页数",
  7796. "type": "integer"
  7797. },
  7798. "total": {
  7799. "description": "总数据量",
  7800. "type": "integer"
  7801. }
  7802. }
  7803. },
  7804. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7805. "type": "object",
  7806. "properties": {
  7807. "limit": {
  7808. "type": "integer"
  7809. },
  7810. "page": {
  7811. "type": "integer"
  7812. },
  7813. "total": {
  7814. "type": "integer"
  7815. }
  7816. }
  7817. },
  7818. "applet_app_md_member_center.Paginate": {
  7819. "type": "object",
  7820. "properties": {
  7821. "limit": {
  7822. "description": "每页大小",
  7823. "type": "integer"
  7824. },
  7825. "page": {
  7826. "description": "页数",
  7827. "type": "integer"
  7828. },
  7829. "total": {
  7830. "description": "总数据量",
  7831. "type": "integer"
  7832. }
  7833. }
  7834. },
  7835. "applet_app_md_member_center.TagNode": {
  7836. "type": "object",
  7837. "properties": {
  7838. "tag_id": {
  7839. "description": "标签 ID",
  7840. "type": "integer"
  7841. },
  7842. "tag_name": {
  7843. "description": "标签 名称",
  7844. "type": "string"
  7845. }
  7846. }
  7847. },
  7848. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7849. "type": "object",
  7850. "properties": {
  7851. "oss_access_key_id": {
  7852. "type": "string",
  7853. "example": "oss访问秘钥id"
  7854. },
  7855. "oss_access_key_secret": {
  7856. "type": "string",
  7857. "example": "oss访问秘钥"
  7858. },
  7859. "oss_assume_arn": {
  7860. "type": "string",
  7861. "example": "oss RAM角色ARN"
  7862. },
  7863. "oss_assume_role_access_key_id": {
  7864. "type": "string",
  7865. "example": "oss RAM角色访问秘钥id"
  7866. },
  7867. "oss_assume_role_access_key_secret": {
  7868. "type": "string",
  7869. "example": "oss RAM角色访问秘钥"
  7870. },
  7871. "oss_bucket_name": {
  7872. "type": "string",
  7873. "example": "oss存储桶名称"
  7874. },
  7875. "oss_bucket_scheme": {
  7876. "type": "string",
  7877. "example": "oss上传方式"
  7878. },
  7879. "oss_endpoint": {
  7880. "type": "string",
  7881. "example": "oss地域节点"
  7882. },
  7883. "oss_object_domain": {
  7884. "type": "string",
  7885. "example": "oss域名"
  7886. },
  7887. "oss_option": {
  7888. "type": "string",
  7889. "example": "oss上传文件类型选项,以逗号分割"
  7890. }
  7891. }
  7892. },
  7893. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7894. "type": "object",
  7895. "properties": {
  7896. "oss_access_key_id": {
  7897. "type": "string",
  7898. "example": "oss访问秘钥id"
  7899. },
  7900. "oss_access_key_secret": {
  7901. "type": "string",
  7902. "example": "oss访问秘钥"
  7903. },
  7904. "oss_assume_arn": {
  7905. "type": "string",
  7906. "example": "oss RAM角色ARN"
  7907. },
  7908. "oss_assume_role_access_key_id": {
  7909. "type": "string",
  7910. "example": "oss RAM角色访问秘钥id"
  7911. },
  7912. "oss_assume_role_access_key_secret": {
  7913. "type": "string",
  7914. "example": "oss RAM角色访问秘钥"
  7915. },
  7916. "oss_bucket_name": {
  7917. "type": "string",
  7918. "example": "oss存储桶名称"
  7919. },
  7920. "oss_bucket_scheme": {
  7921. "type": "string",
  7922. "example": "oss上传方式"
  7923. },
  7924. "oss_endpoint": {
  7925. "type": "string",
  7926. "example": "oss地域节点"
  7927. },
  7928. "oss_object_domain": {
  7929. "type": "string",
  7930. "example": "oss域名"
  7931. },
  7932. "oss_option": {
  7933. "type": "string",
  7934. "example": "oss上传文件类型选项,以逗号分割"
  7935. }
  7936. }
  7937. },
  7938. "client.AssumeRoleResponseBodyCredentials": {
  7939. "type": "object",
  7940. "properties": {
  7941. "AccessKeyId": {
  7942. "description": "The AccessKey ID.",
  7943. "type": "string"
  7944. },
  7945. "AccessKeySecret": {
  7946. "description": "The AccessKey secret.",
  7947. "type": "string"
  7948. },
  7949. "Expiration": {
  7950. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7951. "type": "string"
  7952. },
  7953. "SecurityToken": {
  7954. "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.",
  7955. "type": "string"
  7956. }
  7957. }
  7958. },
  7959. "comm.GetAdminInfoResp": {
  7960. "type": "object",
  7961. "properties": {
  7962. "adm_id": {
  7963. "description": "管理员id",
  7964. "type": "integer"
  7965. },
  7966. "is_super_administrator": {
  7967. "description": "是否为超级管理员(0:否 1:是)",
  7968. "type": "integer"
  7969. },
  7970. "memo": {
  7971. "description": "备注信息",
  7972. "type": "string"
  7973. },
  7974. "state": {
  7975. "description": "状态(1:正常 2:冻结)",
  7976. "type": "integer"
  7977. },
  7978. "username": {
  7979. "description": "用户名",
  7980. "type": "string"
  7981. }
  7982. }
  7983. },
  7984. "comm.GetSTSVoucherResp": {
  7985. "type": "object",
  7986. "properties": {
  7987. "bucket": {
  7988. "description": "oss 桶名称",
  7989. "type": "string"
  7990. },
  7991. "region": {
  7992. "description": "所在地域",
  7993. "type": "string"
  7994. },
  7995. "sts_token": {
  7996. "description": "STS 凭证",
  7997. "allOf": [
  7998. {
  7999. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  8000. }
  8001. ]
  8002. }
  8003. }
  8004. },
  8005. "comm.ImgReqUploadReq": {
  8006. "type": "object",
  8007. "required": [
  8008. "content_type",
  8009. "file_name"
  8010. ],
  8011. "properties": {
  8012. "content_type": {
  8013. "type": "string",
  8014. "example": "image/jpeg"
  8015. },
  8016. "file_name": {
  8017. "type": "string",
  8018. "example": "文件名"
  8019. }
  8020. }
  8021. },
  8022. "hdl.GetActiveDataResp": {
  8023. "type": "object",
  8024. "properties": {
  8025. "today": {
  8026. "description": "今日数据",
  8027. "allOf": [
  8028. {
  8029. "$ref": "#/definitions/model.PlatformActiveData"
  8030. }
  8031. ]
  8032. },
  8033. "yesterday": {
  8034. "description": "昨日数据",
  8035. "allOf": [
  8036. {
  8037. "$ref": "#/definitions/model.PlatformActiveData"
  8038. }
  8039. ]
  8040. }
  8041. }
  8042. },
  8043. "hdl.TotalDataResp": {
  8044. "type": "object",
  8045. "properties": {
  8046. "month": {
  8047. "description": "月份",
  8048. "type": "string"
  8049. },
  8050. "no_sign_in_user_count": {
  8051. "description": "未签到用户数",
  8052. "type": "integer"
  8053. },
  8054. "total_user_count": {
  8055. "description": "平台总用户数",
  8056. "type": "integer"
  8057. },
  8058. "total_withdraw_amount": {
  8059. "description": "已提现累计金额",
  8060. "type": "string"
  8061. },
  8062. "verified_user_count": {
  8063. "description": "已认证用户数",
  8064. "type": "integer"
  8065. },
  8066. "year": {
  8067. "description": "年份",
  8068. "type": "string"
  8069. }
  8070. }
  8071. },
  8072. "md.ActivePointsWalletNode": {
  8073. "type": "object",
  8074. "properties": {
  8075. "amount": {
  8076. "type": "string",
  8077. "example": "账户余额"
  8078. },
  8079. "uid": {
  8080. "description": "用户 ID",
  8081. "type": "integer"
  8082. },
  8083. "user_name": {
  8084. "type": "string",
  8085. "example": "用户名"
  8086. },
  8087. "user_phone": {
  8088. "type": "string",
  8089. "example": "手机号"
  8090. }
  8091. }
  8092. },
  8093. "md.AddBlackListReq": {
  8094. "type": "object",
  8095. "properties": {
  8096. "memo": {
  8097. "description": "备注",
  8098. "type": "string"
  8099. },
  8100. "uid": {
  8101. "description": "用户 id",
  8102. "type": "integer"
  8103. }
  8104. }
  8105. },
  8106. "md.AddCommunityDividendsReq": {
  8107. "type": "object",
  8108. "properties": {
  8109. "amount": {
  8110. "description": "社区分红数量",
  8111. "type": "string"
  8112. },
  8113. "name": {
  8114. "type": "string",
  8115. "example": "社区分红名称"
  8116. }
  8117. }
  8118. },
  8119. "md.AddCommunityDividendsWithUserReq": {
  8120. "type": "object",
  8121. "properties": {
  8122. "memo": {
  8123. "type": "string",
  8124. "example": "备注"
  8125. },
  8126. "uid": {
  8127. "description": "新增社区长用户 ID",
  8128. "type": "integer"
  8129. }
  8130. }
  8131. },
  8132. "md.AddCustomerServiceReq": {
  8133. "type": "object",
  8134. "properties": {
  8135. "memo": {
  8136. "description": "备注",
  8137. "type": "string",
  8138. "example": "备注"
  8139. },
  8140. "phone": {
  8141. "type": "string",
  8142. "example": "手机号"
  8143. },
  8144. "weight": {
  8145. "description": "权重",
  8146. "type": "integer"
  8147. }
  8148. }
  8149. },
  8150. "md.AddEmoticonReq": {
  8151. "type": "object",
  8152. "properties": {
  8153. "img_url": {
  8154. "type": "string",
  8155. "example": "图片地址"
  8156. },
  8157. "memo": {
  8158. "description": "备注",
  8159. "type": "string",
  8160. "example": "备注"
  8161. },
  8162. "name": {
  8163. "type": "string",
  8164. "example": "名称"
  8165. },
  8166. "sort": {
  8167. "description": "排序",
  8168. "type": "integer"
  8169. }
  8170. }
  8171. },
  8172. "md.AddFreePublishUserReq": {
  8173. "type": "object",
  8174. "properties": {
  8175. "uid": {
  8176. "type": "integer"
  8177. }
  8178. }
  8179. },
  8180. "md.AddFundDataReq": {
  8181. "type": "object",
  8182. "properties": {
  8183. "frequency": {
  8184. "description": "频率(分钟)",
  8185. "type": "integer"
  8186. },
  8187. "hours": {
  8188. "description": "时长(小时)",
  8189. "type": "integer"
  8190. },
  8191. "kind": {
  8192. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8193. "type": "integer"
  8194. },
  8195. "memo": {
  8196. "type": "string",
  8197. "example": "备注"
  8198. },
  8199. "total_amount": {
  8200. "description": "金额",
  8201. "type": "string"
  8202. }
  8203. }
  8204. },
  8205. "md.AddLevelReq": {
  8206. "type": "object",
  8207. "properties": {
  8208. "auto_update": {
  8209. "description": "自动升级 0关闭 1开启",
  8210. "type": "string"
  8211. },
  8212. "choosable_num": {
  8213. "description": "可选任务数量",
  8214. "type": "string"
  8215. },
  8216. "is_use": {
  8217. "description": "是否开启(0.否, 1.是)",
  8218. "type": "string"
  8219. },
  8220. "level_name": {
  8221. "description": "等级名称",
  8222. "type": "string"
  8223. },
  8224. "level_weight": {
  8225. "description": "等级权重",
  8226. "type": "string"
  8227. },
  8228. "memo": {
  8229. "description": "备注",
  8230. "type": "string"
  8231. },
  8232. "user_level_tasks": {
  8233. "description": "需要新增的任务",
  8234. "type": "array",
  8235. "items": {
  8236. "$ref": "#/definitions/md.LevelTaskNode"
  8237. }
  8238. }
  8239. }
  8240. },
  8241. "md.AddPlatformRevenueReq": {
  8242. "type": "object",
  8243. "properties": {
  8244. "frequency": {
  8245. "description": "频率(分钟)",
  8246. "type": "integer"
  8247. },
  8248. "hours": {
  8249. "description": "时长(小时)",
  8250. "type": "integer"
  8251. },
  8252. "kind": {
  8253. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8254. "type": "integer"
  8255. },
  8256. "memo": {
  8257. "type": "string",
  8258. "example": "备注"
  8259. },
  8260. "total_amount": {
  8261. "description": "金额",
  8262. "type": "string"
  8263. }
  8264. }
  8265. },
  8266. "md.AddTagReq": {
  8267. "type": "object",
  8268. "properties": {
  8269. "is_punish": {
  8270. "description": "是否为处罚标签(0:否 1:是)",
  8271. "type": "string"
  8272. },
  8273. "memo": {
  8274. "description": "备注",
  8275. "type": "string"
  8276. },
  8277. "name": {
  8278. "description": "标签名称",
  8279. "type": "string"
  8280. }
  8281. }
  8282. },
  8283. "md.AdvertisingBase": {
  8284. "type": "object",
  8285. "properties": {
  8286. "android_ad_is_open": {
  8287. "type": "string",
  8288. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8289. },
  8290. "android_open_ad_is_open": {
  8291. "type": "string",
  8292. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8293. },
  8294. "info": {
  8295. "type": "string",
  8296. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8297. },
  8298. "ios_ad_is_open": {
  8299. "type": "string",
  8300. "example": "ios广告是否开启(1:开启 0:不开启)"
  8301. },
  8302. "ios_open_ad_is_open": {
  8303. "type": "string",
  8304. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8305. },
  8306. "voice": {
  8307. "type": "string",
  8308. "example": "领取奖励声音"
  8309. },
  8310. "voice_url": {
  8311. "type": "string"
  8312. }
  8313. }
  8314. },
  8315. "md.AdvertisingBaseResp": {
  8316. "type": "object",
  8317. "properties": {
  8318. "advertising_base": {
  8319. "$ref": "#/definitions/md.AdvertisingBase"
  8320. },
  8321. "select_data": {
  8322. "type": "array",
  8323. "items": {
  8324. "type": "object",
  8325. "additionalProperties": {
  8326. "type": "string"
  8327. }
  8328. }
  8329. }
  8330. }
  8331. },
  8332. "md.AdvertisingDelReq": {
  8333. "type": "object",
  8334. "properties": {
  8335. "id": {
  8336. "type": "array",
  8337. "items": {
  8338. "type": "string"
  8339. }
  8340. }
  8341. }
  8342. },
  8343. "md.AdvertisingFunctionList": {
  8344. "type": "object",
  8345. "properties": {
  8346. "ad_id": {
  8347. "type": "string",
  8348. "example": "广告id"
  8349. },
  8350. "id": {
  8351. "type": "string"
  8352. },
  8353. "type": {
  8354. "type": "string",
  8355. "example": "类型"
  8356. }
  8357. }
  8358. },
  8359. "md.AdvertisingFunctionListReq": {
  8360. "type": "object",
  8361. "properties": {
  8362. "limit": {
  8363. "type": "string"
  8364. },
  8365. "page": {
  8366. "type": "string"
  8367. }
  8368. }
  8369. },
  8370. "md.AdvertisingFunctionListResp": {
  8371. "type": "object",
  8372. "properties": {
  8373. "adv_data": {
  8374. "type": "array",
  8375. "items": {
  8376. "type": "object",
  8377. "additionalProperties": {
  8378. "type": "string"
  8379. }
  8380. }
  8381. },
  8382. "list": {
  8383. "type": "array",
  8384. "items": {
  8385. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8386. }
  8387. },
  8388. "select_data": {
  8389. "type": "array",
  8390. "items": {
  8391. "type": "object",
  8392. "additionalProperties": {
  8393. "type": "string"
  8394. }
  8395. }
  8396. },
  8397. "total": {
  8398. "type": "integer"
  8399. }
  8400. }
  8401. },
  8402. "md.AdvertisingLimit": {
  8403. "type": "object",
  8404. "properties": {
  8405. "imei_num": {
  8406. "type": "string",
  8407. "example": "设备数量"
  8408. },
  8409. "minute": {
  8410. "type": "string",
  8411. "example": "分钟"
  8412. },
  8413. "public_img": {
  8414. "type": "string",
  8415. "example": "公共弹窗图"
  8416. },
  8417. "public_img_url": {
  8418. "type": "string",
  8419. "example": "公共弹窗图"
  8420. },
  8421. "public_str": {
  8422. "type": "string",
  8423. "example": "公共弹窗文字"
  8424. },
  8425. "tip": {
  8426. "type": "string",
  8427. "example": "限制提示"
  8428. },
  8429. "withdraw_img": {
  8430. "type": "string",
  8431. "example": "提现弹窗图"
  8432. },
  8433. "withdraw_img_url": {
  8434. "type": "string",
  8435. "example": "提现弹窗图"
  8436. },
  8437. "withdraw_str": {
  8438. "type": "string",
  8439. "example": "提现弹窗文字"
  8440. }
  8441. }
  8442. },
  8443. "md.AdvertisingList": {
  8444. "type": "object",
  8445. "properties": {
  8446. "counting_down": {
  8447. "type": "string",
  8448. "example": "倒计时 单位秒"
  8449. },
  8450. "id": {
  8451. "type": "string"
  8452. },
  8453. "info": {
  8454. "type": "string",
  8455. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8456. },
  8457. "kind": {
  8458. "type": "string",
  8459. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8460. },
  8461. "name": {
  8462. "type": "string",
  8463. "example": "名称"
  8464. }
  8465. }
  8466. },
  8467. "md.AdvertisingListReq": {
  8468. "type": "object",
  8469. "properties": {
  8470. "kind": {
  8471. "type": "string"
  8472. },
  8473. "limit": {
  8474. "type": "string"
  8475. },
  8476. "name": {
  8477. "type": "string"
  8478. },
  8479. "page": {
  8480. "type": "string"
  8481. }
  8482. }
  8483. },
  8484. "md.AdvertisingListResp": {
  8485. "type": "object",
  8486. "properties": {
  8487. "adv_data": {
  8488. "type": "array",
  8489. "items": {
  8490. "type": "object",
  8491. "additionalProperties": {
  8492. "type": "string"
  8493. }
  8494. }
  8495. },
  8496. "list": {
  8497. "type": "array",
  8498. "items": {
  8499. "$ref": "#/definitions/md.AdvertisingList"
  8500. }
  8501. },
  8502. "select_data": {
  8503. "type": "array",
  8504. "items": {
  8505. "type": "object",
  8506. "additionalProperties": {
  8507. "type": "string"
  8508. }
  8509. }
  8510. },
  8511. "total": {
  8512. "type": "integer"
  8513. }
  8514. }
  8515. },
  8516. "md.AdvertisingSaveReq": {
  8517. "type": "object",
  8518. "properties": {
  8519. "counting_down": {
  8520. "type": "string",
  8521. "example": "倒计时 单位秒"
  8522. },
  8523. "id": {
  8524. "type": "string"
  8525. },
  8526. "info": {
  8527. "type": "string",
  8528. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8529. },
  8530. "kind": {
  8531. "type": "string",
  8532. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8533. },
  8534. "name": {
  8535. "type": "string",
  8536. "example": "名称"
  8537. }
  8538. }
  8539. },
  8540. "md.ArticleCateDelReq": {
  8541. "type": "object",
  8542. "properties": {
  8543. "id": {
  8544. "type": "array",
  8545. "items": {
  8546. "type": "string"
  8547. }
  8548. }
  8549. }
  8550. },
  8551. "md.ArticleCateList": {
  8552. "type": "object",
  8553. "properties": {
  8554. "id": {
  8555. "type": "string"
  8556. },
  8557. "is_show": {
  8558. "type": "string"
  8559. },
  8560. "name": {
  8561. "type": "string"
  8562. },
  8563. "pid": {
  8564. "type": "string"
  8565. },
  8566. "sort": {
  8567. "type": "string"
  8568. }
  8569. }
  8570. },
  8571. "md.ArticleCateListReq": {
  8572. "type": "object",
  8573. "properties": {
  8574. "limit": {
  8575. "description": "每页大小",
  8576. "type": "string"
  8577. },
  8578. "page": {
  8579. "description": "页数",
  8580. "type": "string"
  8581. }
  8582. }
  8583. },
  8584. "md.ArticleCateListResp": {
  8585. "type": "object",
  8586. "properties": {
  8587. "list": {
  8588. "type": "array",
  8589. "items": {
  8590. "$ref": "#/definitions/md.ArticleCateList"
  8591. }
  8592. },
  8593. "select_data": {
  8594. "type": "array",
  8595. "items": {
  8596. "type": "object",
  8597. "additionalProperties": {
  8598. "type": "string"
  8599. }
  8600. }
  8601. },
  8602. "total": {
  8603. "type": "integer"
  8604. }
  8605. }
  8606. },
  8607. "md.ArticleCateSaveReq": {
  8608. "type": "object",
  8609. "properties": {
  8610. "id": {
  8611. "type": "string"
  8612. },
  8613. "is_show": {
  8614. "type": "string"
  8615. },
  8616. "name": {
  8617. "type": "string"
  8618. },
  8619. "pid": {
  8620. "type": "string"
  8621. },
  8622. "sort": {
  8623. "type": "string"
  8624. }
  8625. }
  8626. },
  8627. "md.ArticleDelReq": {
  8628. "type": "object",
  8629. "properties": {
  8630. "id": {
  8631. "type": "array",
  8632. "items": {
  8633. "type": "string"
  8634. }
  8635. }
  8636. }
  8637. },
  8638. "md.ArticleList": {
  8639. "type": "object",
  8640. "properties": {
  8641. "cate_id": {
  8642. "type": "string",
  8643. "example": "二级分类id"
  8644. },
  8645. "content": {
  8646. "type": "string"
  8647. },
  8648. "cover": {
  8649. "type": "string",
  8650. "example": "一级分类id=4 显示 封面图"
  8651. },
  8652. "cover_url": {
  8653. "type": "string"
  8654. },
  8655. "id": {
  8656. "type": "string"
  8657. },
  8658. "is_show": {
  8659. "type": "string"
  8660. },
  8661. "pid": {
  8662. "type": "string",
  8663. "example": "一级分类id"
  8664. },
  8665. "sort": {
  8666. "type": "string"
  8667. },
  8668. "title": {
  8669. "type": "string"
  8670. },
  8671. "url": {
  8672. "type": "string"
  8673. }
  8674. }
  8675. },
  8676. "md.ArticleListReq": {
  8677. "type": "object",
  8678. "properties": {
  8679. "limit": {
  8680. "description": "每页大小",
  8681. "type": "string"
  8682. },
  8683. "page": {
  8684. "description": "页数",
  8685. "type": "string"
  8686. }
  8687. }
  8688. },
  8689. "md.ArticleListResp": {
  8690. "type": "object",
  8691. "properties": {
  8692. "cate_data": {
  8693. "type": "array",
  8694. "items": {
  8695. "type": "object",
  8696. "additionalProperties": true
  8697. }
  8698. },
  8699. "list": {
  8700. "type": "array",
  8701. "items": {
  8702. "$ref": "#/definitions/md.ArticleList"
  8703. }
  8704. },
  8705. "select_data": {
  8706. "type": "array",
  8707. "items": {
  8708. "type": "object",
  8709. "additionalProperties": true
  8710. }
  8711. },
  8712. "total": {
  8713. "type": "integer"
  8714. }
  8715. }
  8716. },
  8717. "md.ArticleSaveReq": {
  8718. "type": "object",
  8719. "properties": {
  8720. "cate_id": {
  8721. "type": "string",
  8722. "example": "二级分类id"
  8723. },
  8724. "content": {
  8725. "type": "string"
  8726. },
  8727. "cover": {
  8728. "type": "string",
  8729. "example": "一级分类id=4 显示 封面图"
  8730. },
  8731. "id": {
  8732. "type": "string"
  8733. },
  8734. "is_show": {
  8735. "type": "string"
  8736. },
  8737. "pid": {
  8738. "type": "string",
  8739. "example": "一级分类id"
  8740. },
  8741. "sort": {
  8742. "type": "string"
  8743. },
  8744. "title": {
  8745. "type": "string"
  8746. }
  8747. }
  8748. },
  8749. "md.AuditClearReq": {
  8750. "type": "object",
  8751. "properties": {
  8752. "os": {
  8753. "type": "string",
  8754. "example": "1-安卓 2-ios"
  8755. }
  8756. }
  8757. },
  8758. "md.BalanceDetailNode": {
  8759. "type": "object",
  8760. "properties": {
  8761. "after_amount": {
  8762. "description": "变更后余额",
  8763. "type": "string"
  8764. },
  8765. "amount": {
  8766. "description": "变更数量",
  8767. "type": "string"
  8768. },
  8769. "before_amount": {
  8770. "description": "变更前余额",
  8771. "type": "string"
  8772. },
  8773. "create_at": {
  8774. "description": "创建时间",
  8775. "type": "string"
  8776. },
  8777. "id": {
  8778. "description": "记录ID",
  8779. "type": "integer"
  8780. },
  8781. "kind": {
  8782. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8783. "type": "string"
  8784. }
  8785. }
  8786. },
  8787. "md.BasicInfoNode": {
  8788. "type": "object",
  8789. "properties": {
  8790. "avatar": {
  8791. "description": "头像",
  8792. "type": "string"
  8793. },
  8794. "levelId": {
  8795. "description": "会员等级 ID",
  8796. "type": "integer"
  8797. },
  8798. "level_name": {
  8799. "description": "会员等级名称",
  8800. "type": "string"
  8801. },
  8802. "memo": {
  8803. "description": "备注",
  8804. "type": "string"
  8805. },
  8806. "nickname": {
  8807. "description": "用户名称",
  8808. "type": "string"
  8809. },
  8810. "parent_name": {
  8811. "description": "推荐人名称",
  8812. "type": "string"
  8813. },
  8814. "parent_phone": {
  8815. "description": "推荐人手机号",
  8816. "type": "string"
  8817. },
  8818. "parent_uid": {
  8819. "description": "推荐人",
  8820. "type": "integer"
  8821. },
  8822. "password": {
  8823. "description": "登录密码",
  8824. "type": "string"
  8825. },
  8826. "phone": {
  8827. "description": "手机号",
  8828. "type": "string"
  8829. },
  8830. "sex": {
  8831. "description": "性别",
  8832. "type": "integer"
  8833. },
  8834. "state": {
  8835. "description": "账号状态 1正常,2冻结",
  8836. "type": "integer"
  8837. },
  8838. "tag": {
  8839. "description": "标签名称",
  8840. "type": "array",
  8841. "items": {
  8842. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8843. }
  8844. },
  8845. "union_id": {
  8846. "description": "微信号",
  8847. "type": "string"
  8848. }
  8849. }
  8850. },
  8851. "md.BatchSendGroupMessageReq": {
  8852. "type": "object",
  8853. "properties": {
  8854. "content": {
  8855. "description": "消息内容",
  8856. "type": "string"
  8857. },
  8858. "kind": {
  8859. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8860. "type": "integer"
  8861. },
  8862. "not_condition": {
  8863. "description": "不发送条件 群 ID 以\";\"分割",
  8864. "type": "string"
  8865. },
  8866. "send_condition": {
  8867. "description": "发送条件 群 ID 以\";\"分割",
  8868. "type": "string"
  8869. },
  8870. "send_kind": {
  8871. "description": "发送模式(1:指定群组 2:所有群组)",
  8872. "type": "integer"
  8873. }
  8874. }
  8875. },
  8876. "md.BatchSendUserMessageReq": {
  8877. "type": "object",
  8878. "properties": {
  8879. "content": {
  8880. "description": "消息内容",
  8881. "type": "string"
  8882. },
  8883. "kind": {
  8884. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8885. "type": "integer"
  8886. },
  8887. "not_condition": {
  8888. "description": "不发送条件 用户手机号 以\";\"分割",
  8889. "type": "string"
  8890. },
  8891. "send_condition": {
  8892. "description": "发送条件 用户手机号 以\";\"分割",
  8893. "type": "string"
  8894. },
  8895. "send_kind": {
  8896. "description": "发送模式(1:所有用户 2:指定用户)",
  8897. "type": "integer"
  8898. }
  8899. }
  8900. },
  8901. "md.CloudBundleBaseResp": {
  8902. "type": "object",
  8903. "properties": {
  8904. "android_logo": {
  8905. "type": "string"
  8906. },
  8907. "ios_logo": {
  8908. "type": "string"
  8909. },
  8910. "launch_screen": {
  8911. "type": "object",
  8912. "additionalProperties": {
  8913. "type": "string"
  8914. }
  8915. }
  8916. }
  8917. },
  8918. "md.CloudBundleBuildReq": {
  8919. "type": "object",
  8920. "properties": {
  8921. "bit": {
  8922. "type": "array",
  8923. "items": {
  8924. "type": "string"
  8925. }
  8926. },
  8927. "isCombine": {
  8928. "type": "string"
  8929. },
  8930. "memo": {
  8931. "type": "string"
  8932. },
  8933. "os": {
  8934. "type": "string"
  8935. },
  8936. "platform": {
  8937. "type": "array",
  8938. "items": {
  8939. "type": "string"
  8940. }
  8941. },
  8942. "version": {
  8943. "type": "string"
  8944. }
  8945. }
  8946. },
  8947. "md.CloudBundleDelReq": {
  8948. "type": "object",
  8949. "properties": {
  8950. "ids": {
  8951. "type": "array",
  8952. "items": {
  8953. "type": "string"
  8954. }
  8955. }
  8956. }
  8957. },
  8958. "md.CloudBundleImgResp": {
  8959. "type": "object",
  8960. "properties": {
  8961. "android_logo": {
  8962. "type": "string"
  8963. },
  8964. "android_logo_url": {
  8965. "type": "string"
  8966. },
  8967. "build_1080_2280": {
  8968. "type": "string"
  8969. },
  8970. "build_1080_2280_url": {
  8971. "type": "string"
  8972. },
  8973. "build_1125_2436": {
  8974. "type": "string"
  8975. },
  8976. "build_1125_2436_url": {
  8977. "type": "string"
  8978. },
  8979. "build_1242_2208": {
  8980. "type": "string"
  8981. },
  8982. "build_1242_2208_url": {
  8983. "type": "string"
  8984. },
  8985. "build_640_1136": {
  8986. "type": "string"
  8987. },
  8988. "build_640_1136_url": {
  8989. "type": "string"
  8990. },
  8991. "build_640_960": {
  8992. "type": "string"
  8993. },
  8994. "build_640_960_url": {
  8995. "type": "string"
  8996. },
  8997. "build_720_1280": {
  8998. "type": "string"
  8999. },
  9000. "build_720_1280_url": {
  9001. "type": "string"
  9002. },
  9003. "build_750_1334": {
  9004. "type": "string"
  9005. },
  9006. "build_750_1334_url": {
  9007. "type": "string"
  9008. },
  9009. "guide": {
  9010. "type": "array",
  9011. "items": {
  9012. "$ref": "#/definitions/md.Guide"
  9013. }
  9014. },
  9015. "ios_logo": {
  9016. "type": "string"
  9017. },
  9018. "ios_logo_url": {
  9019. "type": "string"
  9020. }
  9021. }
  9022. },
  9023. "md.CloudBundleList": {
  9024. "type": "object",
  9025. "properties": {
  9026. "apply_at": {
  9027. "type": "string"
  9028. },
  9029. "bit": {
  9030. "type": "string"
  9031. },
  9032. "build_id": {
  9033. "type": "string"
  9034. },
  9035. "finish_at": {
  9036. "type": "string"
  9037. },
  9038. "id": {
  9039. "type": "string"
  9040. },
  9041. "is_auditing": {
  9042. "type": "string"
  9043. },
  9044. "is_combine": {
  9045. "type": "string"
  9046. },
  9047. "memo": {
  9048. "type": "string"
  9049. },
  9050. "os": {
  9051. "type": "string"
  9052. },
  9053. "platform": {
  9054. "type": "string"
  9055. },
  9056. "src": {
  9057. "type": "string"
  9058. },
  9059. "state": {
  9060. "type": "string"
  9061. },
  9062. "version": {
  9063. "type": "string"
  9064. }
  9065. }
  9066. },
  9067. "md.CloudBundleReq": {
  9068. "type": "object",
  9069. "properties": {
  9070. "limit": {
  9071. "description": "每页大小",
  9072. "type": "string"
  9073. },
  9074. "page": {
  9075. "description": "页数",
  9076. "type": "string"
  9077. }
  9078. }
  9079. },
  9080. "md.CloudBundleResp": {
  9081. "type": "object",
  9082. "properties": {
  9083. "last_android": {
  9084. "type": "string"
  9085. },
  9086. "last_bit": {
  9087. "type": "string"
  9088. },
  9089. "last_is_combine": {
  9090. "type": "string"
  9091. },
  9092. "last_platform": {
  9093. "type": "array",
  9094. "items": {
  9095. "type": "string"
  9096. }
  9097. },
  9098. "list": {
  9099. "type": "array",
  9100. "items": {
  9101. "$ref": "#/definitions/md.CloudBundleList"
  9102. }
  9103. },
  9104. "list_ios": {
  9105. "type": "string"
  9106. },
  9107. "select_data": {
  9108. "type": "array",
  9109. "items": {
  9110. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9111. }
  9112. },
  9113. "total": {
  9114. "type": "integer"
  9115. }
  9116. }
  9117. },
  9118. "md.CloudBundleUpdateStateReq": {
  9119. "type": "object",
  9120. "properties": {
  9121. "build_id": {
  9122. "type": "string"
  9123. },
  9124. "build_number": {
  9125. "type": "string"
  9126. },
  9127. "error_msg": {
  9128. "type": "string"
  9129. },
  9130. "id": {
  9131. "type": "string"
  9132. },
  9133. "src": {
  9134. "type": "string"
  9135. },
  9136. "state": {
  9137. "type": "string"
  9138. }
  9139. }
  9140. },
  9141. "md.CloudBundleVersion": {
  9142. "type": "object",
  9143. "properties": {
  9144. "content": {
  9145. "type": "string"
  9146. },
  9147. "img": {
  9148. "type": "string"
  9149. },
  9150. "img_url": {
  9151. "type": "string"
  9152. },
  9153. "is_must": {
  9154. "type": "string"
  9155. },
  9156. "name": {
  9157. "type": "string"
  9158. },
  9159. "type": {
  9160. "type": "string"
  9161. },
  9162. "url": {
  9163. "type": "string"
  9164. },
  9165. "version": {
  9166. "type": "string"
  9167. }
  9168. }
  9169. },
  9170. "md.CloudBundleVersionMap": {
  9171. "type": "object",
  9172. "properties": {
  9173. "img": {
  9174. "type": "string"
  9175. },
  9176. "name": {
  9177. "type": "string"
  9178. },
  9179. "type": {
  9180. "type": "string"
  9181. }
  9182. }
  9183. },
  9184. "md.CloudBundleVersionResp": {
  9185. "type": "object",
  9186. "properties": {
  9187. "version": {
  9188. "type": "array",
  9189. "items": {
  9190. "$ref": "#/definitions/md.CloudBundleVersion"
  9191. }
  9192. }
  9193. }
  9194. },
  9195. "md.CommReq": {
  9196. "type": "object",
  9197. "properties": {
  9198. "id": {
  9199. "type": "string"
  9200. }
  9201. }
  9202. },
  9203. "md.ConfigResp": {
  9204. "type": "object",
  9205. "properties": {
  9206. "oss_url": {
  9207. "type": "string",
  9208. "example": "阿里云图片链接"
  9209. }
  9210. }
  9211. },
  9212. "md.DailyActivityAnalysisTopData": {
  9213. "type": "object",
  9214. "properties": {
  9215. "activity_count": {
  9216. "description": "子节点活跃天数",
  9217. "type": "integer"
  9218. },
  9219. "team_activity_user_count": {
  9220. "description": "子节点活跃人数",
  9221. "type": "integer"
  9222. },
  9223. "team_user_count": {
  9224. "description": "团队人数",
  9225. "type": "integer"
  9226. }
  9227. }
  9228. },
  9229. "md.DataSetting": {
  9230. "type": "object",
  9231. "properties": {
  9232. "total_angel_investor": {
  9233. "description": "天使投资人",
  9234. "type": "string",
  9235. "example": "天使投资人"
  9236. },
  9237. "total_ecological_development": {
  9238. "description": "生态建设",
  9239. "type": "string",
  9240. "example": "当前价格"
  9241. },
  9242. "total_issuance_amount": {
  9243. "description": "总发行量",
  9244. "type": "string",
  9245. "example": "总发行量"
  9246. },
  9247. "total_operate_fund": {
  9248. "description": "运营资金",
  9249. "type": "string",
  9250. "example": "运营资金"
  9251. },
  9252. "total_team_dividends": {
  9253. "description": "团队分红",
  9254. "type": "string",
  9255. "example": "团队分红"
  9256. },
  9257. "total_technology_team": {
  9258. "description": "技术团队",
  9259. "type": "string",
  9260. "example": "技术团队"
  9261. },
  9262. "total_user_for_person": {
  9263. "description": "个人区域",
  9264. "type": "string",
  9265. "example": "个人区域"
  9266. },
  9267. "total_user_for_team": {
  9268. "description": "团队区域",
  9269. "type": "string",
  9270. "example": "团队区域"
  9271. }
  9272. }
  9273. },
  9274. "md.DeleteBlackListReq": {
  9275. "type": "object",
  9276. "properties": {
  9277. "id": {
  9278. "description": "黑名单 id",
  9279. "type": "integer"
  9280. }
  9281. }
  9282. },
  9283. "md.DeleteDynamicReq": {
  9284. "type": "object",
  9285. "properties": {
  9286. "index_id": {
  9287. "description": "动态id",
  9288. "type": "string"
  9289. }
  9290. }
  9291. },
  9292. "md.DeleteEmoticonReq": {
  9293. "type": "object",
  9294. "properties": {
  9295. "id": {
  9296. "description": "拥有用户数量",
  9297. "type": "integer"
  9298. }
  9299. }
  9300. },
  9301. "md.DeleteFreePublishUserReq": {
  9302. "type": "object",
  9303. "properties": {
  9304. "uid": {
  9305. "type": "string"
  9306. }
  9307. }
  9308. },
  9309. "md.DeleteLevelReq": {
  9310. "type": "object",
  9311. "properties": {
  9312. "level_id": {
  9313. "type": "string"
  9314. }
  9315. }
  9316. },
  9317. "md.DeleteTagReq": {
  9318. "type": "object",
  9319. "properties": {
  9320. "tag_id": {
  9321. "description": "标签 ID",
  9322. "type": "string"
  9323. }
  9324. }
  9325. },
  9326. "md.DeleteTaskReq": {
  9327. "type": "object",
  9328. "properties": {
  9329. "task_id": {
  9330. "type": "string"
  9331. }
  9332. }
  9333. },
  9334. "md.DestructionSettingStruct": {
  9335. "type": "object",
  9336. "properties": {
  9337. "community_dividends": {
  9338. "description": "社区分红百分比",
  9339. "type": "string"
  9340. },
  9341. "destruction_quantity": {
  9342. "description": "销毁百分比",
  9343. "type": "string"
  9344. },
  9345. "development_committee": {
  9346. "description": "发展委员会百分比",
  9347. "type": "string"
  9348. },
  9349. "marketplace_merchant": {
  9350. "description": "市商数量百分比",
  9351. "type": "string"
  9352. },
  9353. "public_welfare_and_charity": {
  9354. "description": "公益慈善百分比",
  9355. "type": "string"
  9356. },
  9357. "star_level_dividends": {
  9358. "description": "星级分红百分比",
  9359. "type": "string"
  9360. }
  9361. }
  9362. },
  9363. "md.DirectPushRewardSettingStruct": {
  9364. "type": "object",
  9365. "properties": {
  9366. "member_self_is_open_get_team_reward": {
  9367. "description": "会员是否活跃得到团队奖励",
  9368. "type": "string"
  9369. },
  9370. "reward_rate_value": {
  9371. "description": "奖励百分比",
  9372. "type": "string"
  9373. }
  9374. }
  9375. },
  9376. "md.DynamicDataFlowListReq": {
  9377. "type": "object",
  9378. "properties": {
  9379. "end_at": {
  9380. "description": "结束时间",
  9381. "type": "string",
  9382. "example": "结束时间"
  9383. },
  9384. "kind": {
  9385. "description": "持有类型",
  9386. "type": "integer"
  9387. },
  9388. "page": {
  9389. "description": "页数",
  9390. "type": "integer"
  9391. },
  9392. "page_size": {
  9393. "description": "每页大小",
  9394. "type": "integer"
  9395. },
  9396. "start_at": {
  9397. "description": "开始时间",
  9398. "type": "string",
  9399. "example": "开始时间"
  9400. }
  9401. }
  9402. },
  9403. "md.DynamicDataFlowListResp": {
  9404. "type": "object",
  9405. "properties": {
  9406. "kind_list": {
  9407. "description": "类型列表",
  9408. "type": "array",
  9409. "items": {
  9410. "type": "object",
  9411. "additionalProperties": true
  9412. }
  9413. },
  9414. "list": {
  9415. "description": "动态数据流水列表",
  9416. "type": "array",
  9417. "items": {
  9418. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9419. }
  9420. },
  9421. "paginate": {
  9422. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9423. }
  9424. }
  9425. },
  9426. "md.EggEnergyAvailableEnergyFlow": {
  9427. "type": "object",
  9428. "properties": {
  9429. "after_community_dividends": {
  9430. "description": "变更后-社区分红区块币数量",
  9431. "type": "string"
  9432. },
  9433. "after_destruction_quantity_values": {
  9434. "description": "变更后-销毁区块币数量",
  9435. "type": "string"
  9436. },
  9437. "after_development_committee_values": {
  9438. "description": "变更后-发展委员会区块币数量",
  9439. "type": "string"
  9440. },
  9441. "after_marketplace_merchant_fund_values": {
  9442. "description": "变更后-市商资金值",
  9443. "type": "string"
  9444. },
  9445. "after_marketplace_merchant_values": {
  9446. "description": "变更后-市商区块币数量",
  9447. "type": "string"
  9448. },
  9449. "after_now_energy_total_nums": {
  9450. "description": "变更后-现行总量",
  9451. "type": "string"
  9452. },
  9453. "after_planet_total_value": {
  9454. "description": "变更后-星球总价值",
  9455. "type": "string"
  9456. },
  9457. "after_price": {
  9458. "description": "变更后-价格",
  9459. "type": "string"
  9460. },
  9461. "after_public_welfare_and_charity_values": {
  9462. "description": "变更后-公益慈善区块币数量",
  9463. "type": "string"
  9464. },
  9465. "after_star_level_dividends_values": {
  9466. "description": "变更后-星级分红区块币数量",
  9467. "type": "string"
  9468. },
  9469. "amount": {
  9470. "description": "变更数量",
  9471. "type": "string"
  9472. },
  9473. "before_community_dividends": {
  9474. "description": "变更前-社区分红区块币数量",
  9475. "type": "string"
  9476. },
  9477. "before_destruction_quantity_values": {
  9478. "description": "变更前-销毁区块币数量",
  9479. "type": "string"
  9480. },
  9481. "before_development_committee_values": {
  9482. "description": "变更前-发展委员会区块币数量",
  9483. "type": "string"
  9484. },
  9485. "before_marketplace_merchant_fund_values": {
  9486. "description": "变更前-市商资金值",
  9487. "type": "string"
  9488. },
  9489. "before_marketplace_merchant_values": {
  9490. "description": "变更前-市商区块币数量",
  9491. "type": "string"
  9492. },
  9493. "before_now_energy_total_nums": {
  9494. "description": "变更前-现行总量",
  9495. "type": "string"
  9496. },
  9497. "before_planet_total_value": {
  9498. "description": "变更前-星球总价值",
  9499. "type": "string"
  9500. },
  9501. "before_price": {
  9502. "description": "变更前-价格",
  9503. "type": "string"
  9504. },
  9505. "before_public_welfare_and_charity_values": {
  9506. "description": "变更前-公益慈善区块币数量",
  9507. "type": "string"
  9508. },
  9509. "before_star_level_dividends_values": {
  9510. "description": "变更前-星级分红区块币数量",
  9511. "type": "string"
  9512. },
  9513. "create_time": {
  9514. "description": "创建时间",
  9515. "type": "string"
  9516. },
  9517. "id": {
  9518. "type": "integer"
  9519. },
  9520. "kind": {
  9521. "description": "种类",
  9522. "type": "integer"
  9523. },
  9524. "title": {
  9525. "description": "标题",
  9526. "type": "string"
  9527. }
  9528. }
  9529. },
  9530. "md.EggEnergyCommunityDividends": {
  9531. "type": "object",
  9532. "properties": {
  9533. "amount": {
  9534. "description": "分红数量",
  9535. "type": "string"
  9536. },
  9537. "coin_id": {
  9538. "description": "虚拟币 id",
  9539. "type": "integer"
  9540. },
  9541. "create_at": {
  9542. "description": "分红时间",
  9543. "type": "string"
  9544. },
  9545. "id": {
  9546. "type": "integer"
  9547. },
  9548. "is_over": {
  9549. "description": "是否分红完毕",
  9550. "type": "integer"
  9551. },
  9552. "name": {
  9553. "type": "string",
  9554. "example": "名称"
  9555. },
  9556. "persons_num": {
  9557. "description": "分红人数",
  9558. "type": "integer"
  9559. },
  9560. "update_at": {
  9561. "type": "string"
  9562. }
  9563. }
  9564. },
  9565. "md.EggEnergyCommunityDividendsWithUser": {
  9566. "type": "object",
  9567. "properties": {
  9568. "id": {
  9569. "type": "integer"
  9570. },
  9571. "memo": {
  9572. "type": "string",
  9573. "example": "备注"
  9574. },
  9575. "nickname": {
  9576. "type": "string"
  9577. },
  9578. "phone": {
  9579. "type": "string"
  9580. },
  9581. "uid": {
  9582. "type": "integer"
  9583. }
  9584. }
  9585. },
  9586. "md.EggFriendCircleNode": {
  9587. "type": "object",
  9588. "properties": {
  9589. "content": {
  9590. "description": "文本内容",
  9591. "type": "string"
  9592. },
  9593. "created_at": {
  9594. "type": "string"
  9595. },
  9596. "image": {
  9597. "description": "图片",
  9598. "type": "string"
  9599. },
  9600. "index_id": {
  9601. "description": "动态id",
  9602. "type": "string"
  9603. },
  9604. "is_praise": {
  9605. "description": "是否被表扬(1:是 2:否)",
  9606. "type": "integer"
  9607. },
  9608. "is_top_up": {
  9609. "description": "是否置顶(1:是 2:否)",
  9610. "type": "integer"
  9611. },
  9612. "kind": {
  9613. "description": "类型(1:普通 2:官方)",
  9614. "type": "integer"
  9615. },
  9616. "state": {
  9617. "description": "状态(1:正常 2:隐藏)",
  9618. "type": "integer"
  9619. },
  9620. "uid": {
  9621. "description": "用户id",
  9622. "type": "integer"
  9623. },
  9624. "updated_at": {
  9625. "type": "string"
  9626. },
  9627. "username": {
  9628. "description": "用户名称",
  9629. "type": "string"
  9630. },
  9631. "video": {
  9632. "description": "视频",
  9633. "type": "string"
  9634. }
  9635. }
  9636. },
  9637. "md.EggPointCoefficientBatchAddReq": {
  9638. "type": "object",
  9639. "properties": {
  9640. "list": {
  9641. "description": "系数管理列表",
  9642. "type": "array",
  9643. "items": {
  9644. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9645. }
  9646. }
  9647. }
  9648. },
  9649. "md.EggPointCoefficientDelReq": {
  9650. "type": "object",
  9651. "required": [
  9652. "id"
  9653. ],
  9654. "properties": {
  9655. "id": {
  9656. "description": "需要删除范围的id",
  9657. "type": "string"
  9658. }
  9659. }
  9660. },
  9661. "md.EggPointCoefficientGetResp": {
  9662. "type": "object",
  9663. "properties": {
  9664. "list": {
  9665. "type": "array",
  9666. "items": {
  9667. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9668. }
  9669. }
  9670. }
  9671. },
  9672. "md.EggPointCoefficientNode": {
  9673. "type": "object",
  9674. "properties": {
  9675. "coefficient": {
  9676. "description": "系数",
  9677. "type": "string"
  9678. },
  9679. "end_score": {
  9680. "description": "截止分值",
  9681. "type": "string"
  9682. },
  9683. "id": {
  9684. "type": "integer"
  9685. },
  9686. "start_score": {
  9687. "description": "起始分值",
  9688. "type": "string"
  9689. }
  9690. }
  9691. },
  9692. "md.EggPointCoefficientUpdateReq": {
  9693. "type": "object",
  9694. "required": [
  9695. "id"
  9696. ],
  9697. "properties": {
  9698. "coefficient": {
  9699. "description": "系数",
  9700. "type": "string"
  9701. },
  9702. "end_score": {
  9703. "description": "截止分值",
  9704. "type": "string"
  9705. },
  9706. "id": {
  9707. "description": "需要修改范围的id",
  9708. "type": "string"
  9709. },
  9710. "start_score": {
  9711. "description": "起始分值",
  9712. "type": "string"
  9713. }
  9714. }
  9715. },
  9716. "md.ExchangeRulesStruct": {
  9717. "type": "object",
  9718. "properties": {
  9719. "auto_exchange_nums_by_person": {
  9720. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9721. "type": "string"
  9722. },
  9723. "auto_exchange_nums_by_team": {
  9724. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9725. "type": "string"
  9726. },
  9727. "auto_exchange_rate_by_person": {
  9728. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9729. "type": "string"
  9730. },
  9731. "auto_exchange_rate_by_team": {
  9732. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9733. "type": "string"
  9734. }
  9735. }
  9736. },
  9737. "md.ExchangeUserPositionReq": {
  9738. "type": "object",
  9739. "properties": {
  9740. "position_1": {
  9741. "description": "位置1,具体值取返回数据中的 system_id",
  9742. "type": "integer"
  9743. },
  9744. "position_2": {
  9745. "description": "位置2,具体值取返回数据中的 system_id",
  9746. "type": "integer"
  9747. }
  9748. }
  9749. },
  9750. "md.FansNode": {
  9751. "type": "object",
  9752. "properties": {
  9753. "amount": {
  9754. "description": "可提现余额",
  9755. "type": "string"
  9756. },
  9757. "id": {
  9758. "description": "用户ID",
  9759. "type": "integer"
  9760. },
  9761. "level_total": {
  9762. "description": "所属代数",
  9763. "type": "integer"
  9764. },
  9765. "nickname": {
  9766. "type": "string",
  9767. "example": "用户昵称"
  9768. },
  9769. "phone": {
  9770. "type": "string",
  9771. "example": "手机号"
  9772. },
  9773. "register_at": {
  9774. "description": "注册时间",
  9775. "type": "string"
  9776. },
  9777. "total_income": {
  9778. "description": "累计收益",
  9779. "type": "string"
  9780. }
  9781. }
  9782. },
  9783. "md.FindSubUserRelationshipMapResp": {
  9784. "type": "object",
  9785. "properties": {
  9786. "basic_setting": {
  9787. "description": "公排设置",
  9788. "allOf": [
  9789. {
  9790. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9791. }
  9792. ]
  9793. },
  9794. "search_uid": {
  9795. "description": "查找的用户 ID",
  9796. "type": "string"
  9797. },
  9798. "sub_user": {
  9799. "description": "上级用户信息",
  9800. "allOf": [
  9801. {
  9802. "$ref": "#/definitions/md.SubUser"
  9803. }
  9804. ]
  9805. }
  9806. }
  9807. },
  9808. "md.FirstWithdrawSet": {
  9809. "type": "object",
  9810. "properties": {
  9811. "first_withdraw_amount_limit": {
  9812. "description": "不需要实名时 最大提现金额",
  9813. "type": "string"
  9814. },
  9815. "is_need_real_name": {
  9816. "description": "是否需要实名(0:不需要,1:需要)",
  9817. "type": "integer"
  9818. }
  9819. }
  9820. },
  9821. "md.FreePublishUserNode": {
  9822. "type": "object",
  9823. "properties": {
  9824. "nickname": {
  9825. "type": "string",
  9826. "example": "昵称"
  9827. },
  9828. "phone": {
  9829. "type": "string",
  9830. "example": "手机号"
  9831. },
  9832. "uid": {
  9833. "type": "integer"
  9834. }
  9835. }
  9836. },
  9837. "md.FundDataNode": {
  9838. "type": "object",
  9839. "properties": {
  9840. "balance_amount": {
  9841. "description": "余额",
  9842. "type": "string"
  9843. },
  9844. "balance_times": {
  9845. "description": "剩余执行次数",
  9846. "type": "integer"
  9847. },
  9848. "create_at": {
  9849. "description": "创建时间",
  9850. "type": "string"
  9851. },
  9852. "hours": {
  9853. "description": "时长",
  9854. "type": "integer"
  9855. },
  9856. "kind": {
  9857. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9858. "type": "integer"
  9859. },
  9860. "memo": {
  9861. "description": "备注",
  9862. "type": "string"
  9863. },
  9864. "system_id": {
  9865. "type": "integer"
  9866. },
  9867. "total_amount": {
  9868. "description": "金额",
  9869. "type": "string"
  9870. }
  9871. }
  9872. },
  9873. "md.FundDataRecordNode": {
  9874. "type": "object",
  9875. "properties": {
  9876. "after_planet_total_value": {
  9877. "description": "执行后-星球价值",
  9878. "type": "string"
  9879. },
  9880. "after_price": {
  9881. "description": "执行后-价格",
  9882. "type": "string"
  9883. },
  9884. "balance_amount": {
  9885. "description": "余额",
  9886. "type": "string"
  9887. },
  9888. "balance_times": {
  9889. "description": "剩余执行次数",
  9890. "type": "integer"
  9891. },
  9892. "before_planet_total_value": {
  9893. "description": "执行前-星球价值",
  9894. "type": "string"
  9895. },
  9896. "before_price": {
  9897. "description": "执行前-价格",
  9898. "type": "string"
  9899. },
  9900. "create_at": {
  9901. "type": "string"
  9902. },
  9903. "total_amount": {
  9904. "description": "金额",
  9905. "type": "string"
  9906. }
  9907. }
  9908. },
  9909. "md.GetActivePointsUserCoinFlowListReq": {
  9910. "type": "object",
  9911. "properties": {
  9912. "coin_id": {
  9913. "description": "货币类型 ID",
  9914. "type": "integer"
  9915. },
  9916. "direction": {
  9917. "description": "流水方向:1收入 2支出",
  9918. "type": "integer"
  9919. },
  9920. "end_at": {
  9921. "description": "结束时间",
  9922. "type": "string"
  9923. },
  9924. "page": {
  9925. "description": "页数",
  9926. "type": "integer"
  9927. },
  9928. "page_size": {
  9929. "description": "每页大小",
  9930. "type": "integer"
  9931. },
  9932. "start_at": {
  9933. "description": "开始时间",
  9934. "type": "string"
  9935. },
  9936. "uid": {
  9937. "description": "用户 ID",
  9938. "type": "integer"
  9939. }
  9940. }
  9941. },
  9942. "md.GetActivePointsUserCoinFlowListResp": {
  9943. "type": "object",
  9944. "properties": {
  9945. "list": {
  9946. "description": "流水信息",
  9947. "type": "array",
  9948. "items": {
  9949. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9950. }
  9951. },
  9952. "paginate": {
  9953. "description": "分页信息",
  9954. "allOf": [
  9955. {
  9956. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9957. }
  9958. ]
  9959. },
  9960. "select_data": {
  9961. "description": "流水类型",
  9962. "allOf": [
  9963. {
  9964. "$ref": "#/definitions/md.SelectData"
  9965. }
  9966. ]
  9967. }
  9968. }
  9969. },
  9970. "md.GetActivePointsUserCoinListReq": {
  9971. "type": "object",
  9972. "properties": {
  9973. "end_coin": {
  9974. "type": "string",
  9975. "example": "最大金额"
  9976. },
  9977. "kind": {
  9978. "description": "虚拟币种类编号",
  9979. "type": "integer"
  9980. },
  9981. "page": {
  9982. "description": "页数",
  9983. "type": "integer"
  9984. },
  9985. "page_size": {
  9986. "description": "单页大小",
  9987. "type": "integer"
  9988. },
  9989. "start_coin": {
  9990. "type": "string",
  9991. "example": "最小金额"
  9992. },
  9993. "uid": {
  9994. "description": "指定查询用户 ID",
  9995. "type": "integer"
  9996. },
  9997. "user_name": {
  9998. "type": "string",
  9999. "example": "用户名称"
  10000. },
  10001. "user_phone": {
  10002. "type": "string",
  10003. "example": "手机号"
  10004. }
  10005. }
  10006. },
  10007. "md.GetActivePointsUserCoinListResp": {
  10008. "type": "object",
  10009. "properties": {
  10010. "kind_list": {
  10011. "description": "货币类型集合",
  10012. "type": "array",
  10013. "items": {
  10014. "$ref": "#/definitions/md.VirtualCoinListNode"
  10015. }
  10016. },
  10017. "list": {
  10018. "description": "余额集合",
  10019. "type": "array",
  10020. "items": {
  10021. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10022. }
  10023. },
  10024. "sum_user_amount": {
  10025. "description": "用户持有总数",
  10026. "type": "number"
  10027. },
  10028. "total": {
  10029. "description": "持有该类型用户数",
  10030. "type": "integer"
  10031. }
  10032. }
  10033. },
  10034. "md.GetBlackListNode": {
  10035. "type": "object",
  10036. "properties": {
  10037. "admin_id": {
  10038. "description": "管理员 id",
  10039. "type": "integer"
  10040. },
  10041. "admin_nickname": {
  10042. "description": "管理员名称",
  10043. "type": "string"
  10044. },
  10045. "black_list_id": {
  10046. "description": "黑名单 id",
  10047. "type": "integer"
  10048. },
  10049. "created_at": {
  10050. "description": "添加时间",
  10051. "type": "string"
  10052. },
  10053. "memo": {
  10054. "description": "备注",
  10055. "type": "string"
  10056. },
  10057. "uid": {
  10058. "description": "用户 id",
  10059. "type": "integer"
  10060. },
  10061. "user_nickname": {
  10062. "description": "用户名称",
  10063. "type": "string"
  10064. }
  10065. }
  10066. },
  10067. "md.GetBlackListResp": {
  10068. "type": "object",
  10069. "properties": {
  10070. "list": {
  10071. "description": "具体信息",
  10072. "type": "array",
  10073. "items": {
  10074. "$ref": "#/definitions/md.GetBlackListNode"
  10075. }
  10076. },
  10077. "paginate": {
  10078. "description": "分页信息",
  10079. "allOf": [
  10080. {
  10081. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10082. }
  10083. ]
  10084. }
  10085. }
  10086. },
  10087. "md.GetContributionValueBasicSettingResp": {
  10088. "type": "object",
  10089. "properties": {
  10090. "hand_out_red_package": {
  10091. "description": "发红包获得x点",
  10092. "type": "integer"
  10093. },
  10094. "id": {
  10095. "type": "integer"
  10096. },
  10097. "posting_comment_liked": {
  10098. "description": "发布评论被官方点赞获得x点",
  10099. "type": "integer"
  10100. },
  10101. "posting_dynamic_liked": {
  10102. "description": "发布动态被官方点赞获得x点",
  10103. "type": "integer"
  10104. },
  10105. "publish_creation": {
  10106. "description": "发布创作获得x点",
  10107. "type": "integer"
  10108. }
  10109. }
  10110. },
  10111. "md.GetDynamicReq": {
  10112. "type": "object",
  10113. "properties": {
  10114. "begin_at": {
  10115. "description": "开始时间",
  10116. "type": "string"
  10117. },
  10118. "end_at": {
  10119. "description": "结束时间",
  10120. "type": "string"
  10121. },
  10122. "limit": {
  10123. "description": "页面大小",
  10124. "type": "integer"
  10125. },
  10126. "nickname": {
  10127. "description": "创建人名称",
  10128. "type": "string"
  10129. },
  10130. "page": {
  10131. "description": "页数",
  10132. "type": "integer"
  10133. },
  10134. "uid": {
  10135. "description": "创建人id",
  10136. "type": "string"
  10137. }
  10138. }
  10139. },
  10140. "md.GetDynamicResp": {
  10141. "type": "object",
  10142. "properties": {
  10143. "list": {
  10144. "type": "array",
  10145. "items": {
  10146. "$ref": "#/definitions/md.EggFriendCircleNode"
  10147. }
  10148. },
  10149. "paginate": {
  10150. "description": "分页信息",
  10151. "allOf": [
  10152. {
  10153. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10154. }
  10155. ]
  10156. }
  10157. }
  10158. },
  10159. "md.GetEggCoreDataListResp": {
  10160. "type": "object",
  10161. "properties": {
  10162. "now_energy_total_nums": {
  10163. "description": "现行总量",
  10164. "type": "string",
  10165. "example": "现行总量"
  10166. },
  10167. "now_price": {
  10168. "description": "当前价格",
  10169. "type": "string",
  10170. "example": "当前价格"
  10171. },
  10172. "planet_total_value": {
  10173. "description": "星球价值",
  10174. "type": "string",
  10175. "example": "星球价值"
  10176. },
  10177. "user_hold_total_nums": {
  10178. "description": "用户持有总量",
  10179. "type": "string"
  10180. }
  10181. }
  10182. },
  10183. "md.GetEggEnergyBasicResp": {
  10184. "type": "object",
  10185. "properties": {
  10186. "basic_setting": {
  10187. "description": "基础设置",
  10188. "allOf": [
  10189. {
  10190. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10191. }
  10192. ]
  10193. },
  10194. "data_setting": {
  10195. "description": "数据设置",
  10196. "allOf": [
  10197. {
  10198. "$ref": "#/definitions/md.DataSetting"
  10199. }
  10200. ]
  10201. },
  10202. "destruction_setting": {
  10203. "description": "销毁设置",
  10204. "allOf": [
  10205. {
  10206. "$ref": "#/definitions/md.DestructionSettingStruct"
  10207. }
  10208. ]
  10209. },
  10210. "exchange_rules": {
  10211. "description": "兑换规则",
  10212. "allOf": [
  10213. {
  10214. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10215. }
  10216. ]
  10217. },
  10218. "new_user_incentive_rules": {
  10219. "description": "新用户奖励规则",
  10220. "allOf": [
  10221. {
  10222. "$ref": "#/definitions/md.NewUserRewardRules"
  10223. }
  10224. ]
  10225. },
  10226. "price_setting": {
  10227. "description": "价格设置",
  10228. "allOf": [
  10229. {
  10230. "$ref": "#/definitions/md.PriceSettingStruct"
  10231. }
  10232. ]
  10233. },
  10234. "reward_system": {
  10235. "description": "圈层奖励",
  10236. "type": "array",
  10237. "items": {
  10238. "$ref": "#/definitions/md.RewardSystemStruct"
  10239. }
  10240. },
  10241. "system_id": {
  10242. "description": "该设置系统 ID",
  10243. "type": "integer"
  10244. },
  10245. "video_reward_setting": {
  10246. "description": "视频奖励",
  10247. "allOf": [
  10248. {
  10249. "$ref": "#/definitions/md.VideoRewardSetting"
  10250. }
  10251. ]
  10252. }
  10253. }
  10254. },
  10255. "md.GetEggEnergyVipSettingResp": {
  10256. "type": "object",
  10257. "properties": {
  10258. "level_list": {
  10259. "description": "会员等级列表",
  10260. "type": "array",
  10261. "items": {
  10262. "type": "object",
  10263. "additionalProperties": true
  10264. }
  10265. },
  10266. "list": {
  10267. "description": "会员权益设置",
  10268. "type": "array",
  10269. "items": {
  10270. "$ref": "#/definitions/md.VipEquitySettingNode"
  10271. }
  10272. }
  10273. }
  10274. },
  10275. "md.GetFreePublishUserReq": {
  10276. "type": "object",
  10277. "properties": {
  10278. "limit": {
  10279. "description": "每页大小",
  10280. "type": "integer"
  10281. },
  10282. "page": {
  10283. "description": "当前页数",
  10284. "type": "integer"
  10285. },
  10286. "uid": {
  10287. "description": "筛选的用户 ID",
  10288. "type": "integer"
  10289. }
  10290. }
  10291. },
  10292. "md.GetFreePublishUserResp": {
  10293. "type": "object",
  10294. "properties": {
  10295. "list": {
  10296. "description": "免罚用户列表",
  10297. "type": "array",
  10298. "items": {
  10299. "$ref": "#/definitions/md.FreePublishUserNode"
  10300. }
  10301. },
  10302. "paginate": {
  10303. "description": "分页信息",
  10304. "allOf": [
  10305. {
  10306. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10307. }
  10308. ]
  10309. }
  10310. }
  10311. },
  10312. "md.GetFriendCircleBasicSettingsResp": {
  10313. "type": "object",
  10314. "properties": {
  10315. "comment_is_real_name": {
  10316. "description": "评论是否需要实名认证(1:是 2:否)",
  10317. "type": "integer"
  10318. },
  10319. "comment_nums_every_day": {
  10320. "description": "评论每天次数",
  10321. "type": "integer"
  10322. },
  10323. "id": {
  10324. "type": "integer"
  10325. },
  10326. "publish_is_real_name": {
  10327. "description": "发布是否需要实名认证(1:是 2:否)",
  10328. "type": "integer"
  10329. },
  10330. "publish_nums_every_day": {
  10331. "description": "发布每天次数",
  10332. "type": "integer"
  10333. }
  10334. }
  10335. },
  10336. "md.GetFundDataListReq": {
  10337. "type": "object",
  10338. "properties": {
  10339. "end_at": {
  10340. "type": "string",
  10341. "example": "结束时间"
  10342. },
  10343. "kind": {
  10344. "description": "数据类型",
  10345. "type": "integer"
  10346. },
  10347. "limit": {
  10348. "description": "每页大小",
  10349. "type": "integer"
  10350. },
  10351. "page": {
  10352. "description": "页数",
  10353. "type": "integer"
  10354. },
  10355. "start_at": {
  10356. "type": "string",
  10357. "example": "开始时间"
  10358. }
  10359. }
  10360. },
  10361. "md.GetFundDataListResp": {
  10362. "type": "object",
  10363. "properties": {
  10364. "kind_list": {
  10365. "description": "类型列表",
  10366. "type": "array",
  10367. "items": {
  10368. "type": "object",
  10369. "additionalProperties": true
  10370. }
  10371. },
  10372. "list": {
  10373. "description": "数据列表",
  10374. "type": "array",
  10375. "items": {
  10376. "$ref": "#/definitions/md.FundDataNode"
  10377. }
  10378. },
  10379. "paginate": {
  10380. "description": "分页数据",
  10381. "allOf": [
  10382. {
  10383. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10384. }
  10385. ]
  10386. }
  10387. }
  10388. },
  10389. "md.GetFundDataRecordListReq": {
  10390. "type": "object",
  10391. "properties": {
  10392. "limit": {
  10393. "description": "页面大小",
  10394. "type": "integer"
  10395. },
  10396. "page": {
  10397. "description": "页数",
  10398. "type": "integer"
  10399. },
  10400. "system_id": {
  10401. "description": "数据在系统中的 ID",
  10402. "type": "integer"
  10403. }
  10404. }
  10405. },
  10406. "md.GetFundDataRecordListResp": {
  10407. "type": "object",
  10408. "properties": {
  10409. "list": {
  10410. "type": "array",
  10411. "items": {
  10412. "$ref": "#/definitions/md.FundDataRecordNode"
  10413. }
  10414. },
  10415. "paginate": {
  10416. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10417. }
  10418. }
  10419. },
  10420. "md.GetGreenEnergyUserCoinFlowListReq": {
  10421. "type": "object",
  10422. "properties": {
  10423. "coin_id": {
  10424. "description": "货币类型 ID",
  10425. "type": "integer"
  10426. },
  10427. "direction": {
  10428. "description": "流水方向:1收入 2支出",
  10429. "type": "integer"
  10430. },
  10431. "end_at": {
  10432. "description": "结束时间",
  10433. "type": "string"
  10434. },
  10435. "page": {
  10436. "description": "页数",
  10437. "type": "integer"
  10438. },
  10439. "page_size": {
  10440. "description": "每页大小",
  10441. "type": "integer"
  10442. },
  10443. "start_at": {
  10444. "description": "开始时间",
  10445. "type": "string"
  10446. },
  10447. "uid": {
  10448. "description": "用户 ID",
  10449. "type": "integer"
  10450. }
  10451. }
  10452. },
  10453. "md.GetGreenEnergyUserCoinFlowListResp": {
  10454. "type": "object",
  10455. "properties": {
  10456. "list": {
  10457. "description": "流水信息",
  10458. "type": "array",
  10459. "items": {
  10460. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10461. }
  10462. },
  10463. "paginate": {
  10464. "description": "分页信息",
  10465. "allOf": [
  10466. {
  10467. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10468. }
  10469. ]
  10470. },
  10471. "select_data": {
  10472. "description": "流水类型",
  10473. "allOf": [
  10474. {
  10475. "$ref": "#/definitions/md.SelectData"
  10476. }
  10477. ]
  10478. }
  10479. }
  10480. },
  10481. "md.GetGreenEnergyUserCoinListReq": {
  10482. "type": "object",
  10483. "properties": {
  10484. "end_coin": {
  10485. "type": "string",
  10486. "example": "最大金额"
  10487. },
  10488. "kind": {
  10489. "description": "虚拟币种类编号",
  10490. "type": "integer"
  10491. },
  10492. "page": {
  10493. "description": "页数",
  10494. "type": "integer"
  10495. },
  10496. "page_size": {
  10497. "description": "单页大小",
  10498. "type": "integer"
  10499. },
  10500. "start_coin": {
  10501. "type": "string",
  10502. "example": "最小金额"
  10503. },
  10504. "uid": {
  10505. "description": "指定查询用户 ID",
  10506. "type": "integer"
  10507. },
  10508. "user_name": {
  10509. "type": "string",
  10510. "example": "用户名称"
  10511. },
  10512. "user_phone": {
  10513. "type": "string",
  10514. "example": "手机号"
  10515. }
  10516. }
  10517. },
  10518. "md.GetGreenEnergyUserCoinListResp": {
  10519. "type": "object",
  10520. "properties": {
  10521. "kind_list": {
  10522. "description": "货币类型集合",
  10523. "type": "array",
  10524. "items": {
  10525. "$ref": "#/definitions/md.VirtualCoinListNode"
  10526. }
  10527. },
  10528. "list": {
  10529. "description": "余额集合",
  10530. "type": "array",
  10531. "items": {
  10532. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10533. }
  10534. },
  10535. "sum_user_amount": {
  10536. "description": "用户持有总数",
  10537. "type": "number"
  10538. },
  10539. "total": {
  10540. "description": "持有该类型用户数",
  10541. "type": "integer"
  10542. }
  10543. }
  10544. },
  10545. "md.GetLevelListResp": {
  10546. "type": "object",
  10547. "properties": {
  10548. "list": {
  10549. "type": "array",
  10550. "items": {
  10551. "$ref": "#/definitions/md.LevelListNode"
  10552. }
  10553. },
  10554. "paginate": {
  10555. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10556. }
  10557. }
  10558. },
  10559. "md.GetModuleSettingResp": {
  10560. "type": "object",
  10561. "properties": {
  10562. "data": {
  10563. "description": "内容"
  10564. },
  10565. "mod_name": {
  10566. "description": "模块名称",
  10567. "type": "string"
  10568. },
  10569. "position": {
  10570. "description": "位置",
  10571. "type": "string"
  10572. },
  10573. "skip_identifier": {
  10574. "description": "跳转标识",
  10575. "type": "string"
  10576. },
  10577. "subtitle": {
  10578. "description": "副标题",
  10579. "type": "string"
  10580. },
  10581. "title": {
  10582. "description": "标题",
  10583. "type": "string"
  10584. }
  10585. }
  10586. },
  10587. "md.GetOneLevelResp": {
  10588. "type": "object",
  10589. "properties": {
  10590. "auto_update": {
  10591. "description": "自动升级 0关闭,1开启",
  10592. "type": "integer"
  10593. },
  10594. "choosable_num": {
  10595. "description": "可选任务数量",
  10596. "type": "integer"
  10597. },
  10598. "is_use": {
  10599. "description": "是否开启(0.否, 1.是)",
  10600. "type": "integer"
  10601. },
  10602. "level_id": {
  10603. "description": "等级 ID",
  10604. "type": "integer"
  10605. },
  10606. "level_name": {
  10607. "description": "等级名称",
  10608. "type": "string"
  10609. },
  10610. "level_weight": {
  10611. "description": "等级权重",
  10612. "type": "integer"
  10613. },
  10614. "memo": {
  10615. "description": "备注",
  10616. "type": "string"
  10617. },
  10618. "task_type": {
  10619. "description": "任务类型关系",
  10620. "type": "array",
  10621. "items": {
  10622. "type": "object",
  10623. "additionalProperties": true
  10624. }
  10625. },
  10626. "user_level_tasks": {
  10627. "type": "array",
  10628. "items": {
  10629. "$ref": "#/definitions/model.UserLevelTask"
  10630. }
  10631. }
  10632. }
  10633. },
  10634. "md.GetPriceCurveResp": {
  10635. "type": "object",
  10636. "properties": {
  10637. "x_data": {
  10638. "type": "array",
  10639. "items": {}
  10640. },
  10641. "y_data": {
  10642. "type": "array",
  10643. "items": {}
  10644. }
  10645. }
  10646. },
  10647. "md.GetPublicPlatoonBasicResp": {
  10648. "type": "object",
  10649. "properties": {
  10650. "is_open": {
  10651. "description": "是否开启(1:开启 0:关闭)",
  10652. "type": "integer"
  10653. },
  10654. "is_self_active_get_team_revenue": {
  10655. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10656. "type": "integer"
  10657. },
  10658. "originator_name": {
  10659. "description": "创始人名称",
  10660. "type": "string"
  10661. },
  10662. "originator_uid": {
  10663. "description": "创始人uid",
  10664. "type": "integer"
  10665. },
  10666. "several_rows": {
  10667. "description": "几排",
  10668. "type": "integer"
  10669. },
  10670. "several_times": {
  10671. "description": "几乘",
  10672. "type": "integer"
  10673. },
  10674. "system_punish_replace": {
  10675. "description": "是否位置滑落 被新用户替换 0否 1是",
  10676. "type": "integer"
  10677. },
  10678. "system_punish_replace_value": {
  10679. "description": "xx天未活跃,处罚滑落",
  10680. "type": "integer"
  10681. }
  10682. }
  10683. },
  10684. "md.GetTagListResp": {
  10685. "type": "object",
  10686. "properties": {
  10687. "list": {
  10688. "type": "array",
  10689. "items": {
  10690. "$ref": "#/definitions/md.TagListNode"
  10691. }
  10692. },
  10693. "paginate": {
  10694. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10695. }
  10696. }
  10697. },
  10698. "md.GetVideoRewardResp": {
  10699. "type": "object",
  10700. "properties": {
  10701. "ecmp": {
  10702. "description": "当前 Ecpm 值",
  10703. "type": "string"
  10704. },
  10705. "unit_price": {
  10706. "description": "单价",
  10707. "type": "string"
  10708. }
  10709. }
  10710. },
  10711. "md.GetWithdrawApplyListNode": {
  10712. "type": "object",
  10713. "properties": {
  10714. "actual_receipt": {
  10715. "description": "实际到账",
  10716. "type": "string"
  10717. },
  10718. "ali_pay_account": {
  10719. "description": "支付宝账号",
  10720. "type": "string"
  10721. },
  10722. "ali_pay_name": {
  10723. "description": "支付宝昵称",
  10724. "type": "string"
  10725. },
  10726. "amount": {
  10727. "description": "提现金额",
  10728. "type": "string"
  10729. },
  10730. "apply_at": {
  10731. "description": "申请时间",
  10732. "type": "string"
  10733. },
  10734. "invite_code": {
  10735. "description": "邀请码",
  10736. "type": "string"
  10737. },
  10738. "memo": {
  10739. "description": "备注",
  10740. "type": "string"
  10741. },
  10742. "nickname": {
  10743. "description": "用户名称",
  10744. "type": "string"
  10745. },
  10746. "parentID": {
  10747. "description": "推荐人ID",
  10748. "type": "integer"
  10749. },
  10750. "parentPhone": {
  10751. "description": "推荐人手机号",
  10752. "type": "string"
  10753. },
  10754. "pay_at": {
  10755. "description": "到账时间",
  10756. "type": "string"
  10757. },
  10758. "state": {
  10759. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10760. "type": "integer"
  10761. },
  10762. "sys_fee": {
  10763. "description": "手续费",
  10764. "type": "string"
  10765. },
  10766. "tag": {
  10767. "description": "标签",
  10768. "type": "array",
  10769. "items": {
  10770. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10771. }
  10772. },
  10773. "user_id": {
  10774. "description": "会员 ID",
  10775. "type": "integer"
  10776. },
  10777. "wechat_pay_account": {
  10778. "description": "微信账号",
  10779. "type": "string"
  10780. },
  10781. "wechat_pay_name": {
  10782. "description": "微信昵称",
  10783. "type": "string"
  10784. },
  10785. "withdraw_apply_id": {
  10786. "description": "提现申请id",
  10787. "type": "integer"
  10788. },
  10789. "withdraw_type": {
  10790. "description": "转账平台(1:支付宝 2:微信)",
  10791. "type": "integer"
  10792. }
  10793. }
  10794. },
  10795. "md.GetWithdrawApplyListReq": {
  10796. "type": "object",
  10797. "properties": {
  10798. "amount_begin": {
  10799. "description": "最小金额",
  10800. "type": "string"
  10801. },
  10802. "amount_end": {
  10803. "description": "最大金额",
  10804. "type": "string"
  10805. },
  10806. "apply_end_at": {
  10807. "description": "申请结束时间",
  10808. "type": "string"
  10809. },
  10810. "apply_start_at": {
  10811. "description": "申请开始时间",
  10812. "type": "string"
  10813. },
  10814. "examine_end_at": {
  10815. "description": "审核结束时间",
  10816. "type": "string"
  10817. },
  10818. "examine_start_at": {
  10819. "description": "审核开始时间",
  10820. "type": "string"
  10821. },
  10822. "is_first": {
  10823. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10824. "type": "string"
  10825. },
  10826. "level": {
  10827. "description": "会员等级",
  10828. "type": "string"
  10829. },
  10830. "limit": {
  10831. "description": "页面大小",
  10832. "type": "integer"
  10833. },
  10834. "nickname": {
  10835. "description": "用户昵称",
  10836. "type": "string"
  10837. },
  10838. "page": {
  10839. "description": "页数",
  10840. "type": "integer"
  10841. },
  10842. "parent_id": {
  10843. "description": "推荐人 ID",
  10844. "type": "string"
  10845. },
  10846. "payment_type": {
  10847. "description": "打款类型 1:手动;2:自动",
  10848. "type": "string"
  10849. },
  10850. "phone": {
  10851. "description": "用户手机号",
  10852. "type": "string"
  10853. },
  10854. "state": {
  10855. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10856. "type": "string"
  10857. },
  10858. "uid": {
  10859. "description": "用户 ID",
  10860. "type": "string"
  10861. },
  10862. "withdraw_account": {
  10863. "description": "支付宝/微信昵称",
  10864. "type": "string"
  10865. },
  10866. "withdraw_name": {
  10867. "description": "支付宝姓名",
  10868. "type": "string"
  10869. },
  10870. "withdraw_type": {
  10871. "description": "提现方式(1:支付宝 2:微信)",
  10872. "type": "string"
  10873. }
  10874. }
  10875. },
  10876. "md.GetWithdrawApplyListResp": {
  10877. "type": "object",
  10878. "properties": {
  10879. "levels_list": {
  10880. "description": "等级列表",
  10881. "type": "array",
  10882. "items": {
  10883. "type": "object",
  10884. "additionalProperties": true
  10885. }
  10886. },
  10887. "list": {
  10888. "type": "array",
  10889. "items": {
  10890. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10891. }
  10892. },
  10893. "paginate": {
  10894. "description": "分页信息",
  10895. "allOf": [
  10896. {
  10897. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10898. }
  10899. ]
  10900. },
  10901. "pay_failed_amount": {
  10902. "description": "打款失败金额",
  10903. "type": "string"
  10904. },
  10905. "pay_succeed_amount": {
  10906. "description": "打款成功金额",
  10907. "type": "string"
  10908. },
  10909. "pending_amount": {
  10910. "description": "处理中金额",
  10911. "type": "string"
  10912. },
  10913. "reason_list": {
  10914. "description": "审核失败(驳回理由)",
  10915. "type": "array",
  10916. "items": {
  10917. "type": "object",
  10918. "additionalProperties": true
  10919. }
  10920. },
  10921. "tags_list": {
  10922. "description": "标签列表",
  10923. "type": "array",
  10924. "items": {
  10925. "type": "object",
  10926. "additionalProperties": true
  10927. }
  10928. },
  10929. "under_review": {
  10930. "description": "审核中金额",
  10931. "type": "string"
  10932. }
  10933. }
  10934. },
  10935. "md.GetWithdrawSettingResp": {
  10936. "type": "object",
  10937. "properties": {
  10938. "condition_is_open": {
  10939. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10940. "type": "integer"
  10941. },
  10942. "first_withdraw_set": {
  10943. "description": "首次提现设置",
  10944. "allOf": [
  10945. {
  10946. "$ref": "#/definitions/md.FirstWithdrawSet"
  10947. }
  10948. ]
  10949. },
  10950. "frequency_set": {
  10951. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10952. "allOf": [
  10953. {
  10954. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10955. }
  10956. ]
  10957. },
  10958. "id": {
  10959. "type": "integer"
  10960. },
  10961. "is_auto": {
  10962. "description": "是否开启自动提现(0:否 1:是)",
  10963. "type": "integer"
  10964. },
  10965. "is_auto_amount_limit": {
  10966. "description": "自动提现金额限制",
  10967. "type": "string"
  10968. },
  10969. "is_real_name": {
  10970. "description": "是否实名(0:否 1:是)",
  10971. "type": "integer"
  10972. },
  10973. "is_support_decimal_point": {
  10974. "description": "是否支持小数点(0:否 1:是)",
  10975. "type": "integer"
  10976. },
  10977. "level_list": {
  10978. "description": "会员等级列表",
  10979. "type": "array",
  10980. "items": {
  10981. "type": "object",
  10982. "additionalProperties": true
  10983. }
  10984. },
  10985. "pending_orders_is_can_apply": {
  10986. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10987. "type": "integer"
  10988. },
  10989. "vip_level_limit": {
  10990. "description": "提现等级限制",
  10991. "type": "integer"
  10992. },
  10993. "withdraw_amount_limit": {
  10994. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10995. "type": "string"
  10996. },
  10997. "withdraw_fee_set": {
  10998. "description": "提现手续费设置",
  10999. "allOf": [
  11000. {
  11001. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11002. }
  11003. ]
  11004. },
  11005. "withdraw_multiple_limit": {
  11006. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11007. "type": "string"
  11008. },
  11009. "withdraw_nums_limit": {
  11010. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11011. "type": "integer"
  11012. },
  11013. "withdraw_time_interval": {
  11014. "description": "提现时段",
  11015. "allOf": [
  11016. {
  11017. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11018. }
  11019. ]
  11020. },
  11021. "withdraw_type": {
  11022. "description": "提现方式(1:支付宝 2:微信)",
  11023. "type": "integer"
  11024. }
  11025. }
  11026. },
  11027. "md.GroupListReq": {
  11028. "type": "object",
  11029. "properties": {
  11030. "group_admin": {
  11031. "description": "群主",
  11032. "type": "string"
  11033. },
  11034. "name": {
  11035. "description": "群名称",
  11036. "type": "string"
  11037. },
  11038. "page": {
  11039. "type": "integer"
  11040. },
  11041. "page_size": {
  11042. "type": "integer"
  11043. },
  11044. "start_time_end": {
  11045. "type": "string",
  11046. "example": "创建时间-截止"
  11047. },
  11048. "start_time_start": {
  11049. "type": "string",
  11050. "example": "创建时间-起始"
  11051. }
  11052. }
  11053. },
  11054. "md.GroupListResp": {
  11055. "type": "object",
  11056. "properties": {
  11057. "list": {
  11058. "type": "array",
  11059. "items": {
  11060. "type": "object",
  11061. "properties": {
  11062. "avatarUrl": {
  11063. "description": "头像",
  11064. "type": "string"
  11065. },
  11066. "createTime": {
  11067. "description": "创建时间",
  11068. "type": "string"
  11069. },
  11070. "extra": {
  11071. "description": "附加字段",
  11072. "type": "string"
  11073. },
  11074. "id": {
  11075. "description": "群组id",
  11076. "type": "integer"
  11077. },
  11078. "introduction": {
  11079. "description": "群简介",
  11080. "type": "string"
  11081. },
  11082. "isAllAddFriend": {
  11083. "description": "是否允许加好友(1:是 2:否)",
  11084. "type": "integer"
  11085. },
  11086. "isAllMemberBanned": {
  11087. "description": "是否全员禁言(1:是 2:否)",
  11088. "type": "integer"
  11089. },
  11090. "name": {
  11091. "description": "组名",
  11092. "type": "string"
  11093. },
  11094. "nickname": {
  11095. "description": "群主昵称",
  11096. "type": "string"
  11097. },
  11098. "phoneNumber": {
  11099. "description": "群主账号",
  11100. "type": "string"
  11101. },
  11102. "updateTime": {
  11103. "description": "更新时间",
  11104. "type": "string"
  11105. },
  11106. "userNum": {
  11107. "description": "群组人数",
  11108. "type": "integer"
  11109. }
  11110. }
  11111. }
  11112. },
  11113. "page": {
  11114. "type": "integer"
  11115. },
  11116. "page_size": {
  11117. "type": "integer"
  11118. },
  11119. "total": {
  11120. "type": "integer"
  11121. }
  11122. }
  11123. },
  11124. "md.Guide": {
  11125. "type": "object",
  11126. "properties": {
  11127. "bg_image": {
  11128. "type": "string"
  11129. },
  11130. "bg_image_url": {
  11131. "type": "string"
  11132. },
  11133. "content_image": {
  11134. "type": "string"
  11135. },
  11136. "content_image_url": {
  11137. "type": "string"
  11138. }
  11139. }
  11140. },
  11141. "md.LevelListNode": {
  11142. "type": "object",
  11143. "properties": {
  11144. "count": {
  11145. "description": "等级人数",
  11146. "type": "string"
  11147. },
  11148. "create_at": {
  11149. "description": "创建时间",
  11150. "type": "string"
  11151. },
  11152. "is_use": {
  11153. "description": "是否开启(0.否, 1.是)",
  11154. "type": "integer"
  11155. },
  11156. "level_id": {
  11157. "description": "等级 ID",
  11158. "type": "integer"
  11159. },
  11160. "level_name": {
  11161. "description": "等级名称",
  11162. "type": "string"
  11163. },
  11164. "level_weight": {
  11165. "description": "等级权重",
  11166. "type": "integer"
  11167. },
  11168. "memo": {
  11169. "description": "备注",
  11170. "type": "string"
  11171. }
  11172. }
  11173. },
  11174. "md.LevelTaskNode": {
  11175. "type": "object",
  11176. "properties": {
  11177. "active_days": {
  11178. "description": "活跃多少天",
  11179. "type": "string"
  11180. },
  11181. "finish_count": {
  11182. "description": "多少天内完成的指标",
  11183. "type": "string"
  11184. },
  11185. "is_must_task": {
  11186. "description": "是否必做(0,1)",
  11187. "type": "string"
  11188. },
  11189. "task_type": {
  11190. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11191. "type": "string"
  11192. },
  11193. "task_type_level_id": {
  11194. "description": "会员等级 ID (task_type=3时生效)",
  11195. "type": "string"
  11196. },
  11197. "within_days": {
  11198. "description": "多少天内完成",
  11199. "type": "string"
  11200. }
  11201. }
  11202. },
  11203. "md.ListCommunityDividendsReq": {
  11204. "type": "object",
  11205. "properties": {
  11206. "end_at": {
  11207. "description": "结束时间",
  11208. "type": "string"
  11209. },
  11210. "end_nums": {
  11211. "description": "分红总量上限",
  11212. "type": "integer"
  11213. },
  11214. "limit": {
  11215. "description": "每页大小",
  11216. "type": "integer"
  11217. },
  11218. "page": {
  11219. "description": "页数",
  11220. "type": "integer"
  11221. },
  11222. "start_at": {
  11223. "description": "开始时间",
  11224. "type": "string"
  11225. },
  11226. "start_nums": {
  11227. "description": "分红总量下限",
  11228. "type": "integer"
  11229. }
  11230. }
  11231. },
  11232. "md.ListCommunityDividendsResp": {
  11233. "type": "object",
  11234. "properties": {
  11235. "list": {
  11236. "type": "array",
  11237. "items": {
  11238. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11239. }
  11240. },
  11241. "paginate": {
  11242. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11243. }
  11244. }
  11245. },
  11246. "md.ListCommunityDividendsWithUserReq": {
  11247. "type": "object",
  11248. "properties": {
  11249. "limit": {
  11250. "type": "integer"
  11251. },
  11252. "page": {
  11253. "type": "integer"
  11254. },
  11255. "phone": {
  11256. "type": "string"
  11257. },
  11258. "uid": {
  11259. "type": "integer"
  11260. }
  11261. }
  11262. },
  11263. "md.ListCommunityDividendsWithUserResp": {
  11264. "type": "object",
  11265. "properties": {
  11266. "list": {
  11267. "type": "array",
  11268. "items": {
  11269. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11270. }
  11271. },
  11272. "paginate": {
  11273. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11274. }
  11275. }
  11276. },
  11277. "md.ListPlatformRevenueReq": {
  11278. "type": "object",
  11279. "properties": {
  11280. "end_at": {
  11281. "type": "string",
  11282. "example": "结束时间"
  11283. },
  11284. "kind": {
  11285. "description": "数据类型",
  11286. "type": "integer"
  11287. },
  11288. "limit": {
  11289. "description": "每页大小",
  11290. "type": "integer"
  11291. },
  11292. "page": {
  11293. "description": "页数",
  11294. "type": "integer"
  11295. },
  11296. "start_at": {
  11297. "type": "string",
  11298. "example": "开始时间"
  11299. }
  11300. }
  11301. },
  11302. "md.ListPlatformRevenueResp": {
  11303. "type": "object",
  11304. "properties": {
  11305. "kind_list": {
  11306. "description": "类型列表",
  11307. "type": "array",
  11308. "items": {
  11309. "type": "object",
  11310. "additionalProperties": true
  11311. }
  11312. },
  11313. "list": {
  11314. "description": "数据列表",
  11315. "type": "array",
  11316. "items": {
  11317. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11318. }
  11319. },
  11320. "paginate": {
  11321. "description": "分页数据",
  11322. "allOf": [
  11323. {
  11324. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11325. }
  11326. ]
  11327. }
  11328. }
  11329. },
  11330. "md.LoginReq": {
  11331. "type": "object",
  11332. "required": [
  11333. "password",
  11334. "username"
  11335. ],
  11336. "properties": {
  11337. "code": {
  11338. "type": "string",
  11339. "example": "验证码"
  11340. },
  11341. "password": {
  11342. "type": "string",
  11343. "example": "登录密码"
  11344. },
  11345. "username": {
  11346. "type": "string",
  11347. "example": "登录账号"
  11348. }
  11349. }
  11350. },
  11351. "md.LoginResponse": {
  11352. "type": "object",
  11353. "properties": {
  11354. "token": {
  11355. "type": "string"
  11356. }
  11357. }
  11358. },
  11359. "md.ManualScoreReq": {
  11360. "type": "object",
  11361. "properties": {
  11362. "index_id": {
  11363. "description": "文档id",
  11364. "type": "string"
  11365. },
  11366. "score": {
  11367. "type": "string",
  11368. "example": "分数"
  11369. }
  11370. }
  11371. },
  11372. "md.ModuleSettingGetResp": {
  11373. "type": "object",
  11374. "properties": {
  11375. "data": {
  11376. "description": "内容"
  11377. },
  11378. "mod_name": {
  11379. "description": "模块名称",
  11380. "type": "string"
  11381. },
  11382. "mod_name_list": {
  11383. "description": "模块名称对照",
  11384. "type": "array",
  11385. "items": {
  11386. "type": "object",
  11387. "additionalProperties": true
  11388. }
  11389. },
  11390. "position": {
  11391. "description": "位置",
  11392. "type": "string"
  11393. },
  11394. "skip_identifier": {
  11395. "description": "跳转标识",
  11396. "type": "string"
  11397. },
  11398. "subtitle": {
  11399. "description": "副标题",
  11400. "type": "string"
  11401. },
  11402. "title": {
  11403. "description": "标题",
  11404. "type": "string"
  11405. }
  11406. }
  11407. },
  11408. "md.ModuleSettingUpdateReq": {
  11409. "type": "object",
  11410. "properties": {
  11411. "data": {
  11412. "description": "内容",
  11413. "type": "object",
  11414. "additionalProperties": true
  11415. },
  11416. "mod_name_value": {
  11417. "description": "模块类型值",
  11418. "type": "string"
  11419. },
  11420. "position": {
  11421. "description": "位置",
  11422. "type": "string"
  11423. },
  11424. "skip_identifier": {
  11425. "description": "跳转标识",
  11426. "type": "string"
  11427. },
  11428. "subtitle": {
  11429. "description": "副标题",
  11430. "type": "string"
  11431. },
  11432. "title": {
  11433. "description": "标题",
  11434. "type": "string"
  11435. }
  11436. }
  11437. },
  11438. "md.NewUserRedPackageGetBasicResp": {
  11439. "type": "object",
  11440. "properties": {
  11441. "create_at": {
  11442. "type": "string"
  11443. },
  11444. "days": {
  11445. "description": "天数",
  11446. "type": "integer"
  11447. },
  11448. "is_double": {
  11449. "description": "是否翻倍",
  11450. "type": "integer"
  11451. },
  11452. "is_open": {
  11453. "description": "是否开启(1:开启 0:关闭)",
  11454. "type": "integer"
  11455. },
  11456. "total_amount": {
  11457. "type": "string",
  11458. "example": "总金额"
  11459. },
  11460. "update_at": {
  11461. "type": "string"
  11462. }
  11463. }
  11464. },
  11465. "md.NewUserRedPackageRecordFlowListReq": {
  11466. "type": "object",
  11467. "properties": {
  11468. "end_at": {
  11469. "description": "结束时间",
  11470. "type": "string"
  11471. },
  11472. "limit": {
  11473. "description": "每页大小",
  11474. "type": "integer"
  11475. },
  11476. "page": {
  11477. "description": "页数",
  11478. "type": "integer"
  11479. },
  11480. "start_at": {
  11481. "description": "开始时间",
  11482. "type": "string"
  11483. },
  11484. "uid": {
  11485. "description": "用户 ID",
  11486. "type": "integer"
  11487. }
  11488. }
  11489. },
  11490. "md.NewUserRedPackageRecordFlowListResp": {
  11491. "type": "object",
  11492. "properties": {
  11493. "list": {
  11494. "type": "array",
  11495. "items": {
  11496. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11497. }
  11498. },
  11499. "paginate": {
  11500. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11501. }
  11502. }
  11503. },
  11504. "md.NewUserRedPackageRecordFlowNode": {
  11505. "type": "object",
  11506. "properties": {
  11507. "balance_amount": {
  11508. "description": "剩余金额",
  11509. "type": "string"
  11510. },
  11511. "balance_days": {
  11512. "description": "剩余天数",
  11513. "type": "integer"
  11514. },
  11515. "basic_amount": {
  11516. "description": "基础金额",
  11517. "type": "string"
  11518. },
  11519. "create_at": {
  11520. "description": "创建时间",
  11521. "type": "string"
  11522. },
  11523. "day_num": {
  11524. "description": "第x天",
  11525. "type": "integer"
  11526. },
  11527. "double_rate": {
  11528. "description": "倍率",
  11529. "type": "string"
  11530. },
  11531. "id": {
  11532. "description": "流水 ID",
  11533. "type": "integer"
  11534. },
  11535. "is_double": {
  11536. "description": "是否翻倍",
  11537. "type": "integer"
  11538. },
  11539. "receive_days": {
  11540. "description": "领取天数",
  11541. "type": "integer"
  11542. },
  11543. "total_amount": {
  11544. "description": "实际金额",
  11545. "type": "string"
  11546. },
  11547. "uid": {
  11548. "description": "用户 ID",
  11549. "type": "integer"
  11550. }
  11551. }
  11552. },
  11553. "md.NewUserRedPackageRecordListReq": {
  11554. "type": "object",
  11555. "properties": {
  11556. "end_at": {
  11557. "description": "结束时间",
  11558. "type": "string"
  11559. },
  11560. "limit": {
  11561. "description": "每页大小",
  11562. "type": "integer"
  11563. },
  11564. "page": {
  11565. "description": "页数",
  11566. "type": "integer"
  11567. },
  11568. "start_at": {
  11569. "description": "开始时间",
  11570. "type": "string"
  11571. },
  11572. "uid": {
  11573. "description": "用户 ID",
  11574. "type": "integer"
  11575. }
  11576. }
  11577. },
  11578. "md.NewUserRedPackageRecordListResp": {
  11579. "type": "object",
  11580. "properties": {
  11581. "list": {
  11582. "type": "array",
  11583. "items": {
  11584. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11585. }
  11586. },
  11587. "paginate": {
  11588. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11589. }
  11590. }
  11591. },
  11592. "md.NewUserRedPackageRecordNode": {
  11593. "type": "object",
  11594. "properties": {
  11595. "balance_amount": {
  11596. "description": "剩余金额",
  11597. "type": "string"
  11598. },
  11599. "balance_days": {
  11600. "description": "剩余天数",
  11601. "type": "integer"
  11602. },
  11603. "create_at": {
  11604. "description": "创建时间",
  11605. "type": "string"
  11606. },
  11607. "days": {
  11608. "description": "天数",
  11609. "type": "integer"
  11610. },
  11611. "receive_days": {
  11612. "description": "领取天数",
  11613. "type": "integer"
  11614. },
  11615. "state": {
  11616. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11617. "type": "integer"
  11618. },
  11619. "system_id": {
  11620. "description": "系统中记录的 ID",
  11621. "type": "integer"
  11622. },
  11623. "total_amount": {
  11624. "description": "金额",
  11625. "type": "string"
  11626. },
  11627. "uid": {
  11628. "description": "用户 ID",
  11629. "type": "integer"
  11630. },
  11631. "update_at": {
  11632. "description": "修改时间",
  11633. "type": "string"
  11634. }
  11635. }
  11636. },
  11637. "md.NewUserRedPackageUpdateBasicReq": {
  11638. "type": "object",
  11639. "properties": {
  11640. "days": {
  11641. "description": "天数",
  11642. "type": "integer"
  11643. },
  11644. "is_double": {
  11645. "description": "是否翻倍",
  11646. "type": "integer"
  11647. },
  11648. "is_open": {
  11649. "description": "是否开启(1:开启 0:关闭)",
  11650. "type": "integer"
  11651. },
  11652. "total_amount": {
  11653. "type": "string",
  11654. "example": "总金额"
  11655. }
  11656. }
  11657. },
  11658. "md.NewUserRewardRules": {
  11659. "type": "object",
  11660. "properties": {
  11661. "continue_days": {
  11662. "description": "连续x天",
  11663. "type": "integer"
  11664. },
  11665. "invite_user_reward_value": {
  11666. "description": "拉新用户奖励x个活跃积分",
  11667. "type": "integer"
  11668. },
  11669. "reward_coefficient": {
  11670. "description": "奖励系数",
  11671. "type": "number"
  11672. }
  11673. }
  11674. },
  11675. "md.NoticeAliyunSmsList": {
  11676. "type": "object",
  11677. "properties": {
  11678. "content": {
  11679. "type": "string",
  11680. "example": "这是 填短信模板id"
  11681. },
  11682. "day": {
  11683. "type": "string",
  11684. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11685. },
  11686. "id": {
  11687. "type": "string"
  11688. },
  11689. "is_show": {
  11690. "type": "string"
  11691. },
  11692. "notice_day": {
  11693. "type": "string",
  11694. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11695. },
  11696. "title": {
  11697. "type": "string"
  11698. },
  11699. "type": {
  11700. "type": "string"
  11701. }
  11702. }
  11703. },
  11704. "md.NoticeAliyunSmsListReq": {
  11705. "type": "object",
  11706. "properties": {
  11707. "limit": {
  11708. "description": "每页大小",
  11709. "type": "string"
  11710. },
  11711. "page": {
  11712. "description": "页数",
  11713. "type": "string"
  11714. }
  11715. }
  11716. },
  11717. "md.NoticeAliyunSmsListResp": {
  11718. "type": "object",
  11719. "properties": {
  11720. "list": {
  11721. "type": "array",
  11722. "items": {
  11723. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11724. }
  11725. },
  11726. "select_data": {
  11727. "type": "array",
  11728. "items": {
  11729. "type": "object",
  11730. "additionalProperties": {
  11731. "type": "string"
  11732. }
  11733. }
  11734. },
  11735. "total": {
  11736. "type": "integer"
  11737. }
  11738. }
  11739. },
  11740. "md.NoticeAliyunSmsSaveReq": {
  11741. "type": "object",
  11742. "properties": {
  11743. "content": {
  11744. "type": "string"
  11745. },
  11746. "day": {
  11747. "type": "string",
  11748. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11749. },
  11750. "id": {
  11751. "type": "string"
  11752. },
  11753. "is_show": {
  11754. "type": "string"
  11755. },
  11756. "notice_day": {
  11757. "type": "string",
  11758. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11759. },
  11760. "title": {
  11761. "type": "string"
  11762. },
  11763. "type": {
  11764. "type": "string"
  11765. }
  11766. }
  11767. },
  11768. "md.NoticeDelReq": {
  11769. "type": "object",
  11770. "properties": {
  11771. "id": {
  11772. "type": "array",
  11773. "items": {
  11774. "type": "string"
  11775. }
  11776. }
  11777. }
  11778. },
  11779. "md.NoticeList": {
  11780. "type": "object",
  11781. "properties": {
  11782. "content": {
  11783. "type": "string"
  11784. },
  11785. "day": {
  11786. "type": "string",
  11787. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11788. },
  11789. "id": {
  11790. "type": "string"
  11791. },
  11792. "jpush_open": {
  11793. "type": "string",
  11794. "example": "app推送开启 0关 1开"
  11795. },
  11796. "notice_day": {
  11797. "type": "string",
  11798. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11799. },
  11800. "sms_code": {
  11801. "type": "string",
  11802. "example": "短信模板id"
  11803. },
  11804. "sms_open": {
  11805. "type": "string",
  11806. "example": "短信推送开启 0关 1开"
  11807. },
  11808. "title": {
  11809. "type": "string"
  11810. },
  11811. "type": {
  11812. "type": "string"
  11813. }
  11814. }
  11815. },
  11816. "md.NoticeListReq": {
  11817. "type": "object",
  11818. "properties": {
  11819. "limit": {
  11820. "description": "每页大小",
  11821. "type": "string"
  11822. },
  11823. "page": {
  11824. "description": "页数",
  11825. "type": "string"
  11826. }
  11827. }
  11828. },
  11829. "md.NoticeListResp": {
  11830. "type": "object",
  11831. "properties": {
  11832. "change_data": {
  11833. "type": "array",
  11834. "items": {
  11835. "type": "object",
  11836. "additionalProperties": {
  11837. "type": "string"
  11838. }
  11839. }
  11840. },
  11841. "list": {
  11842. "type": "array",
  11843. "items": {
  11844. "$ref": "#/definitions/md.NoticeList"
  11845. }
  11846. },
  11847. "select_data": {
  11848. "type": "array",
  11849. "items": {
  11850. "type": "object",
  11851. "additionalProperties": {
  11852. "type": "string"
  11853. }
  11854. }
  11855. },
  11856. "total": {
  11857. "type": "integer"
  11858. }
  11859. }
  11860. },
  11861. "md.NoticePushList": {
  11862. "type": "object",
  11863. "properties": {
  11864. "content": {
  11865. "type": "string"
  11866. },
  11867. "id": {
  11868. "type": "string"
  11869. },
  11870. "platform": {
  11871. "type": "string"
  11872. },
  11873. "send_end_time": {
  11874. "type": "string",
  11875. "example": "如 2024-11-25 11:56:00"
  11876. },
  11877. "send_start_time": {
  11878. "type": "string",
  11879. "example": "如 2024-11-25 11:56:00"
  11880. },
  11881. "send_type": {
  11882. "type": "string",
  11883. "example": "0立即推送 1定时推送"
  11884. },
  11885. "state": {
  11886. "type": "string",
  11887. "example": "0待发送 1发送成功"
  11888. },
  11889. "target": {
  11890. "type": "string"
  11891. },
  11892. "title": {
  11893. "type": "string"
  11894. }
  11895. }
  11896. },
  11897. "md.NoticePushListResp": {
  11898. "type": "object",
  11899. "properties": {
  11900. "list": {
  11901. "type": "array",
  11902. "items": {
  11903. "$ref": "#/definitions/md.NoticePushList"
  11904. }
  11905. },
  11906. "platform_data": {
  11907. "type": "array",
  11908. "items": {
  11909. "type": "object",
  11910. "additionalProperties": {
  11911. "type": "string"
  11912. }
  11913. }
  11914. },
  11915. "target_data": {
  11916. "type": "array",
  11917. "items": {
  11918. "type": "object",
  11919. "additionalProperties": {
  11920. "type": "string"
  11921. }
  11922. }
  11923. },
  11924. "total": {
  11925. "type": "integer"
  11926. }
  11927. }
  11928. },
  11929. "md.NoticePushSaveReq": {
  11930. "type": "object",
  11931. "properties": {
  11932. "content": {
  11933. "type": "string"
  11934. },
  11935. "id": {
  11936. "type": "string"
  11937. },
  11938. "level": {
  11939. "type": "array",
  11940. "items": {
  11941. "type": "string"
  11942. }
  11943. },
  11944. "platform": {
  11945. "type": "string"
  11946. },
  11947. "send_end_time": {
  11948. "type": "string"
  11949. },
  11950. "send_start_time": {
  11951. "type": "string"
  11952. },
  11953. "send_type": {
  11954. "type": "string"
  11955. },
  11956. "tag_list": {
  11957. "type": "array",
  11958. "items": {
  11959. "type": "string"
  11960. }
  11961. },
  11962. "target": {
  11963. "type": "string"
  11964. },
  11965. "title": {
  11966. "type": "string"
  11967. },
  11968. "user_list": {
  11969. "type": "array",
  11970. "items": {
  11971. "type": "string"
  11972. }
  11973. }
  11974. }
  11975. },
  11976. "md.NoticeSaveReq": {
  11977. "type": "object",
  11978. "properties": {
  11979. "content": {
  11980. "type": "string"
  11981. },
  11982. "day": {
  11983. "type": "string",
  11984. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11985. },
  11986. "id": {
  11987. "type": "string"
  11988. },
  11989. "jpush_open": {
  11990. "type": "string",
  11991. "example": "app推送开启 0关 1开"
  11992. },
  11993. "notice_day": {
  11994. "type": "string",
  11995. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11996. },
  11997. "sms_code": {
  11998. "type": "string",
  11999. "example": "短信模板id"
  12000. },
  12001. "sms_open": {
  12002. "type": "string",
  12003. "example": "短信推送开启 0关 1开"
  12004. },
  12005. "title": {
  12006. "type": "string"
  12007. },
  12008. "type": {
  12009. "type": "string"
  12010. }
  12011. }
  12012. },
  12013. "md.OtherNode": {
  12014. "type": "object",
  12015. "properties": {
  12016. "create_at": {
  12017. "description": "注册时间",
  12018. "type": "string"
  12019. },
  12020. "last_login_at": {
  12021. "description": "最近登录时间",
  12022. "type": "string"
  12023. },
  12024. "last_login_ip": {
  12025. "description": "最后登录 IP",
  12026. "type": "string"
  12027. }
  12028. }
  12029. },
  12030. "md.PageCustomerServiceReq": {
  12031. "type": "object",
  12032. "properties": {
  12033. "memo": {
  12034. "type": "string",
  12035. "example": "备注"
  12036. },
  12037. "page": {
  12038. "type": "integer"
  12039. },
  12040. "page_size": {
  12041. "type": "integer"
  12042. },
  12043. "state": {
  12044. "description": "状态",
  12045. "type": "integer"
  12046. }
  12047. }
  12048. },
  12049. "md.PageEmoticonReq": {
  12050. "type": "object",
  12051. "properties": {
  12052. "memo": {
  12053. "type": "string",
  12054. "example": "备注"
  12055. },
  12056. "page": {
  12057. "type": "integer"
  12058. },
  12059. "page_size": {
  12060. "type": "integer"
  12061. },
  12062. "state": {
  12063. "description": "状态",
  12064. "type": "integer"
  12065. }
  12066. }
  12067. },
  12068. "md.PageSendRedPackageOrdReq": {
  12069. "type": "object",
  12070. "properties": {
  12071. "invite_code": {
  12072. "description": "邀请码",
  12073. "type": "string",
  12074. "example": "邀请码"
  12075. },
  12076. "nickname": {
  12077. "description": "昵称",
  12078. "type": "string",
  12079. "example": "昵称"
  12080. },
  12081. "ord_no": {
  12082. "description": "订单号",
  12083. "type": "string",
  12084. "example": "订单号"
  12085. },
  12086. "page": {
  12087. "type": "integer"
  12088. },
  12089. "page_size": {
  12090. "type": "integer"
  12091. },
  12092. "phone": {
  12093. "description": "手机号",
  12094. "type": "string",
  12095. "example": "手机号"
  12096. },
  12097. "red_packet_type": {
  12098. "description": "红包类型",
  12099. "type": "integer"
  12100. },
  12101. "start_time_end": {
  12102. "type": "string",
  12103. "example": "发送时间-截止"
  12104. },
  12105. "start_time_start": {
  12106. "type": "string",
  12107. "example": "发送时间-起始"
  12108. },
  12109. "state": {
  12110. "description": "状态",
  12111. "type": "integer"
  12112. },
  12113. "uid": {
  12114. "type": "integer"
  12115. }
  12116. }
  12117. },
  12118. "md.PlatformRevenueDataNode": {
  12119. "type": "object",
  12120. "properties": {
  12121. "balance_amount": {
  12122. "description": "余额",
  12123. "type": "string"
  12124. },
  12125. "balance_times": {
  12126. "description": "剩余执行次数",
  12127. "type": "integer"
  12128. },
  12129. "create_at": {
  12130. "description": "创建时间",
  12131. "type": "string"
  12132. },
  12133. "hours": {
  12134. "description": "时长",
  12135. "type": "integer"
  12136. },
  12137. "kind": {
  12138. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  12139. "type": "integer"
  12140. },
  12141. "memo": {
  12142. "description": "备注",
  12143. "type": "string"
  12144. },
  12145. "system_id": {
  12146. "type": "integer"
  12147. },
  12148. "total_amount": {
  12149. "description": "金额",
  12150. "type": "string"
  12151. }
  12152. }
  12153. },
  12154. "md.PlayletBaseData": {
  12155. "type": "object",
  12156. "properties": {
  12157. "first_count": {
  12158. "type": "string",
  12159. "example": "首次可观看集数"
  12160. },
  12161. "reward": {
  12162. "type": "string",
  12163. "example": "单次奖励"
  12164. },
  12165. "second_count": {
  12166. "type": "string",
  12167. "example": "看一次广告解锁集数"
  12168. },
  12169. "total": {
  12170. "type": "string",
  12171. "example": "可领取总次数"
  12172. }
  12173. }
  12174. },
  12175. "md.PriceSettingStruct": {
  12176. "type": "object",
  12177. "properties": {
  12178. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  12179. "description": "市商资金单笔x元自动兑换",
  12180. "type": "string"
  12181. },
  12182. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  12183. "description": "市商数量单笔x数量自动兑换",
  12184. "type": "string"
  12185. },
  12186. "price_below_value": {
  12187. "description": "低于x元",
  12188. "type": "string"
  12189. },
  12190. "price_higher_than_value": {
  12191. "description": "高于x元",
  12192. "type": "string"
  12193. }
  12194. }
  12195. },
  12196. "md.ReleaseDynamicReq": {
  12197. "type": "object",
  12198. "properties": {
  12199. "[]image": {
  12200. "description": "图片",
  12201. "type": "string"
  12202. },
  12203. "content": {
  12204. "description": "文本内容",
  12205. "type": "string"
  12206. },
  12207. "is_praise": {
  12208. "description": "是否被表扬(1:是 2:否)",
  12209. "type": "integer"
  12210. },
  12211. "is_top_up": {
  12212. "description": "是否置顶(1:是 2:否)",
  12213. "type": "integer"
  12214. },
  12215. "kind": {
  12216. "description": "类型(1:普通 2:官方)",
  12217. "type": "integer"
  12218. },
  12219. "state": {
  12220. "description": "状态(1:正常 2:隐藏)",
  12221. "type": "integer"
  12222. },
  12223. "video": {
  12224. "description": "视频 uri",
  12225. "type": "string"
  12226. }
  12227. }
  12228. },
  12229. "md.Response": {
  12230. "type": "object",
  12231. "properties": {
  12232. "code": {
  12233. "type": "string",
  12234. "example": "响应码"
  12235. },
  12236. "data": {
  12237. "description": "内容"
  12238. },
  12239. "msg": {
  12240. "type": "string",
  12241. "example": "具体错误原因"
  12242. }
  12243. }
  12244. },
  12245. "md.RewardSystemStruct": {
  12246. "type": "object",
  12247. "properties": {
  12248. "level": {
  12249. "description": "圈层",
  12250. "type": "integer"
  12251. },
  12252. "reward_condition": {
  12253. "description": "奖励条件",
  12254. "type": "string"
  12255. },
  12256. "reward_value": {
  12257. "description": "奖励值",
  12258. "type": "string"
  12259. }
  12260. }
  12261. },
  12262. "md.SelectData": {
  12263. "type": "object",
  12264. "properties": {
  12265. "direction": {
  12266. "type": "array",
  12267. "items": {
  12268. "type": "object",
  12269. "additionalProperties": {
  12270. "type": "string"
  12271. }
  12272. }
  12273. }
  12274. }
  12275. },
  12276. "md.SelectMemberNode": {
  12277. "type": "object",
  12278. "properties": {
  12279. "avatar": {
  12280. "description": "会员头像",
  12281. "type": "string"
  12282. },
  12283. "level": {
  12284. "description": "会员等级",
  12285. "type": "string"
  12286. },
  12287. "nickname": {
  12288. "description": "会员昵称",
  12289. "type": "string"
  12290. },
  12291. "phone": {
  12292. "description": "会员手机号",
  12293. "type": "string"
  12294. },
  12295. "uid": {
  12296. "description": "会员 ID",
  12297. "type": "integer"
  12298. }
  12299. }
  12300. },
  12301. "md.SelectMemberReq": {
  12302. "type": "object",
  12303. "properties": {
  12304. "level": {
  12305. "description": "会员等级",
  12306. "type": "integer"
  12307. },
  12308. "limit": {
  12309. "description": "每页大小",
  12310. "type": "integer"
  12311. },
  12312. "nickname": {
  12313. "description": "会员昵称",
  12314. "type": "string"
  12315. },
  12316. "page": {
  12317. "description": "页数",
  12318. "type": "integer"
  12319. },
  12320. "phone": {
  12321. "description": "会员手机号",
  12322. "type": "string"
  12323. },
  12324. "uid": {
  12325. "description": "会员 ID",
  12326. "type": "integer"
  12327. }
  12328. }
  12329. },
  12330. "md.SelectMemberResp": {
  12331. "type": "object",
  12332. "properties": {
  12333. "level_list": {
  12334. "description": "会员等级列表",
  12335. "type": "array",
  12336. "items": {
  12337. "type": "object",
  12338. "additionalProperties": true
  12339. }
  12340. },
  12341. "list": {
  12342. "description": "会员数据",
  12343. "type": "array",
  12344. "items": {
  12345. "$ref": "#/definitions/md.SelectMemberNode"
  12346. }
  12347. },
  12348. "paginate": {
  12349. "description": "分页信息",
  12350. "allOf": [
  12351. {
  12352. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12353. }
  12354. ]
  12355. }
  12356. }
  12357. },
  12358. "md.SetCustomerServiceStateReq": {
  12359. "type": "object",
  12360. "properties": {
  12361. "id": {
  12362. "description": "拥有用户数量",
  12363. "type": "integer"
  12364. },
  12365. "state": {
  12366. "description": "状态",
  12367. "type": "integer"
  12368. }
  12369. }
  12370. },
  12371. "md.SetEmoticonStateReq": {
  12372. "type": "object",
  12373. "properties": {
  12374. "id": {
  12375. "description": "拥有用户数量",
  12376. "type": "integer"
  12377. },
  12378. "state": {
  12379. "description": "状态",
  12380. "type": "integer"
  12381. }
  12382. }
  12383. },
  12384. "md.SetVideoRewardReq": {
  12385. "type": "object",
  12386. "properties": {
  12387. "ecpm": {
  12388. "description": "当前 Ecpm 值",
  12389. "type": "string"
  12390. },
  12391. "unit_price": {
  12392. "description": "单价",
  12393. "type": "string"
  12394. }
  12395. }
  12396. },
  12397. "md.SonUserDailyActivityAnalysisNode": {
  12398. "type": "object",
  12399. "properties": {
  12400. "activity_day_nums": {
  12401. "description": "活跃子节点活跃天数",
  12402. "type": "integer"
  12403. },
  12404. "nickname": {
  12405. "type": "string",
  12406. "example": "昵称"
  12407. },
  12408. "phone": {
  12409. "type": "string",
  12410. "example": "手机号"
  12411. },
  12412. "uid": {
  12413. "description": "查询用户活跃子节点 ID",
  12414. "type": "integer"
  12415. }
  12416. }
  12417. },
  12418. "md.StatisticsEggPointReq": {
  12419. "type": "object",
  12420. "properties": {
  12421. "week": {
  12422. "type": "string",
  12423. "example": "周份"
  12424. },
  12425. "year": {
  12426. "type": "string",
  12427. "example": "年份"
  12428. }
  12429. }
  12430. },
  12431. "md.StatisticsEggPointResp": {
  12432. "type": "object",
  12433. "properties": {
  12434. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12435. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12436. "type": "array",
  12437. "items": {
  12438. "type": "object",
  12439. "additionalProperties": {
  12440. "type": "string"
  12441. }
  12442. }
  12443. },
  12444. "statistics_user_egg_browse_interface_nums_range": {
  12445. "description": "统计用户\"浏览界面次数\"范围",
  12446. "type": "array",
  12447. "items": {
  12448. "type": "object",
  12449. "additionalProperties": {
  12450. "type": "string"
  12451. }
  12452. }
  12453. },
  12454. "statistics_user_egg_college_learning_nums_range": {
  12455. "description": "统计用户\"学院学习次数\"范围",
  12456. "type": "array",
  12457. "items": {
  12458. "type": "object",
  12459. "additionalProperties": {
  12460. "type": "string"
  12461. }
  12462. }
  12463. },
  12464. "statistics_user_egg_ecpm_range": {
  12465. "description": "统计用户\"ecpm\"范围",
  12466. "type": "array",
  12467. "items": {
  12468. "type": "object",
  12469. "additionalProperties": {
  12470. "type": "string"
  12471. }
  12472. }
  12473. },
  12474. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12475. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12476. "type": "array",
  12477. "items": {
  12478. "type": "object",
  12479. "additionalProperties": {
  12480. "type": "string"
  12481. }
  12482. }
  12483. },
  12484. "statistics_user_egg_forum_comments_nums_range": {
  12485. "description": "统计用户\"论坛评论次数\"范围",
  12486. "type": "array",
  12487. "items": {
  12488. "type": "object",
  12489. "additionalProperties": {
  12490. "type": "string"
  12491. }
  12492. }
  12493. },
  12494. "statistics_user_egg_invite_user_nums_range": {
  12495. "description": "统计用户\"拉新人数\"范围",
  12496. "type": "array",
  12497. "items": {
  12498. "type": "object",
  12499. "additionalProperties": {
  12500. "type": "string"
  12501. }
  12502. }
  12503. },
  12504. "statistics_user_egg_person_add_activity_value_range": {
  12505. "description": "统计用户\"个人活跃积分增量值\"范围",
  12506. "type": "array",
  12507. "items": {
  12508. "type": "object",
  12509. "additionalProperties": {
  12510. "type": "string"
  12511. }
  12512. }
  12513. },
  12514. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12515. "description": "统计用户\"发朋友圈次数\"范围",
  12516. "type": "array",
  12517. "items": {
  12518. "type": "object",
  12519. "additionalProperties": {
  12520. "type": "string"
  12521. }
  12522. }
  12523. },
  12524. "statistics_user_egg_send_red_package_nums_range": {
  12525. "description": "统计用户\"发红包次数\"范围",
  12526. "type": "array",
  12527. "items": {
  12528. "type": "object",
  12529. "additionalProperties": {
  12530. "type": "string"
  12531. }
  12532. }
  12533. },
  12534. "statistics_user_egg_sign_in_nums_range": {
  12535. "description": "统计用户\"签到次数\"范围",
  12536. "type": "array",
  12537. "items": {
  12538. "type": "object",
  12539. "additionalProperties": {
  12540. "type": "string"
  12541. }
  12542. }
  12543. },
  12544. "statistics_user_egg_team_activity_nums_range": {
  12545. "description": "统计用户\"团队活跃次数\"范围",
  12546. "type": "array",
  12547. "items": {
  12548. "type": "object",
  12549. "additionalProperties": {
  12550. "type": "string"
  12551. }
  12552. }
  12553. },
  12554. "statistics_user_egg_violate_nums_range": {
  12555. "description": "统计用户\"违规次数\"范围",
  12556. "type": "array",
  12557. "items": {
  12558. "type": "object",
  12559. "additionalProperties": {
  12560. "type": "string"
  12561. }
  12562. }
  12563. },
  12564. "week": {
  12565. "type": "string",
  12566. "example": "周份"
  12567. },
  12568. "year": {
  12569. "type": "string",
  12570. "example": "年份"
  12571. },
  12572. "year_list": {
  12573. "description": "年份\u0026\u0026周份列表",
  12574. "type": "object",
  12575. "additionalProperties": {
  12576. "type": "array",
  12577. "items": {
  12578. "type": "string"
  12579. }
  12580. }
  12581. }
  12582. }
  12583. },
  12584. "md.SubUser": {
  12585. "type": "object",
  12586. "properties": {
  12587. "avatar_url": {
  12588. "type": "string",
  12589. "example": "头像"
  12590. },
  12591. "level": {
  12592. "description": "整个系统中的等级",
  12593. "type": "integer"
  12594. },
  12595. "nickname": {
  12596. "type": "string",
  12597. "example": "昵称"
  12598. },
  12599. "phone": {
  12600. "type": "string",
  12601. "example": "手机号"
  12602. },
  12603. "pid": {
  12604. "type": "integer"
  12605. },
  12606. "position": {
  12607. "description": "以pid1为创始人中网的位置",
  12608. "type": "integer"
  12609. },
  12610. "uid": {
  12611. "type": "integer"
  12612. }
  12613. }
  12614. },
  12615. "md.TagListNode": {
  12616. "type": "object",
  12617. "properties": {
  12618. "count": {
  12619. "description": "标签人数",
  12620. "type": "string"
  12621. },
  12622. "create_at": {
  12623. "description": "创建时间",
  12624. "type": "string"
  12625. },
  12626. "is_punish": {
  12627. "description": "是否处罚",
  12628. "type": "integer"
  12629. },
  12630. "memo": {
  12631. "description": "备注",
  12632. "type": "string"
  12633. },
  12634. "name": {
  12635. "description": "名称",
  12636. "type": "string"
  12637. },
  12638. "tag_id": {
  12639. "description": "标签 ID",
  12640. "type": "string"
  12641. }
  12642. }
  12643. },
  12644. "md.TreeNode": {
  12645. "type": "object",
  12646. "properties": {
  12647. "avatar_url": {
  12648. "type": "string",
  12649. "example": "头像"
  12650. },
  12651. "level": {
  12652. "type": "integer"
  12653. },
  12654. "nickname": {
  12655. "type": "string",
  12656. "example": "昵称"
  12657. },
  12658. "phone": {
  12659. "type": "string",
  12660. "example": "手机号"
  12661. },
  12662. "pid": {
  12663. "type": "integer"
  12664. },
  12665. "position": {
  12666. "type": "integer"
  12667. },
  12668. "son": {
  12669. "type": "array",
  12670. "items": {
  12671. "$ref": "#/definitions/md.TreeNode"
  12672. }
  12673. },
  12674. "system_id": {
  12675. "description": "公排网中id",
  12676. "type": "integer"
  12677. },
  12678. "uid": {
  12679. "type": "integer"
  12680. }
  12681. }
  12682. },
  12683. "md.UpdateContributionValueBasicSettingReq": {
  12684. "type": "object",
  12685. "properties": {
  12686. "hand_out_red_package": {
  12687. "description": "发红包获得x点",
  12688. "type": "string"
  12689. },
  12690. "id": {
  12691. "type": "string"
  12692. },
  12693. "posting_comment_liked": {
  12694. "description": "发布评论被官方点赞获得x点",
  12695. "type": "string"
  12696. },
  12697. "posting_dynamic_liked": {
  12698. "description": "发布动态被官方点赞获得x点",
  12699. "type": "string"
  12700. },
  12701. "publish_creation": {
  12702. "description": "发布创作获得x点",
  12703. "type": "string"
  12704. }
  12705. }
  12706. },
  12707. "md.UpdateCustomerServiceMemoReq": {
  12708. "type": "object",
  12709. "properties": {
  12710. "id": {
  12711. "description": "拥有用户数量",
  12712. "type": "integer"
  12713. },
  12714. "memo": {
  12715. "description": "备注",
  12716. "type": "string",
  12717. "example": "备注"
  12718. }
  12719. }
  12720. },
  12721. "md.UpdateDynamicReq": {
  12722. "type": "object",
  12723. "required": [
  12724. "index_id"
  12725. ],
  12726. "properties": {
  12727. "index_id": {
  12728. "description": "动态id",
  12729. "type": "string"
  12730. },
  12731. "is_praise": {
  12732. "description": "是否被表扬(1:是 2:否)",
  12733. "type": "integer"
  12734. },
  12735. "is_top_up": {
  12736. "description": "是否置顶(1:是 2:否)",
  12737. "type": "integer"
  12738. },
  12739. "state": {
  12740. "description": "状态(1:正常 2:隐藏)",
  12741. "type": "integer"
  12742. }
  12743. }
  12744. },
  12745. "md.UpdateEggEnergyBasicReq": {
  12746. "type": "object",
  12747. "properties": {
  12748. "basic_setting": {
  12749. "description": "基础设置",
  12750. "allOf": [
  12751. {
  12752. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12753. }
  12754. ]
  12755. },
  12756. "data_setting": {
  12757. "description": "数据设置",
  12758. "allOf": [
  12759. {
  12760. "$ref": "#/definitions/md.DataSetting"
  12761. }
  12762. ]
  12763. },
  12764. "destruction_setting": {
  12765. "description": "销毁设置",
  12766. "allOf": [
  12767. {
  12768. "$ref": "#/definitions/md.DestructionSettingStruct"
  12769. }
  12770. ]
  12771. },
  12772. "exchange_rules": {
  12773. "description": "兑换规则",
  12774. "allOf": [
  12775. {
  12776. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12777. }
  12778. ]
  12779. },
  12780. "new_user_incentive_rules": {
  12781. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12782. "allOf": [
  12783. {
  12784. "$ref": "#/definitions/md.NewUserRewardRules"
  12785. }
  12786. ]
  12787. },
  12788. "price_setting": {
  12789. "description": "价格设置",
  12790. "allOf": [
  12791. {
  12792. "$ref": "#/definitions/md.PriceSettingStruct"
  12793. }
  12794. ]
  12795. },
  12796. "reward_system": {
  12797. "description": "圈层奖励",
  12798. "type": "array",
  12799. "items": {
  12800. "$ref": "#/definitions/md.RewardSystemStruct"
  12801. }
  12802. },
  12803. "system_id": {
  12804. "description": "该设置系统 ID",
  12805. "type": "integer"
  12806. },
  12807. "video_reward_setting": {
  12808. "description": "视频奖励",
  12809. "allOf": [
  12810. {
  12811. "$ref": "#/definitions/md.VideoRewardSetting"
  12812. }
  12813. ]
  12814. }
  12815. }
  12816. },
  12817. "md.UpdateEggEnergyVipSettingReq": {
  12818. "type": "object",
  12819. "properties": {
  12820. "list": {
  12821. "description": "更新后数据",
  12822. "type": "array",
  12823. "items": {
  12824. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12825. }
  12826. }
  12827. }
  12828. },
  12829. "md.UpdateEmoticonReq": {
  12830. "type": "object",
  12831. "properties": {
  12832. "id": {
  12833. "description": "拥有用户数量",
  12834. "type": "integer"
  12835. },
  12836. "img_url": {
  12837. "type": "string",
  12838. "example": "图片地址"
  12839. },
  12840. "memo": {
  12841. "description": "备注",
  12842. "type": "string",
  12843. "example": "备注"
  12844. },
  12845. "name": {
  12846. "type": "string",
  12847. "example": "名称"
  12848. },
  12849. "sort": {
  12850. "description": "排序",
  12851. "type": "integer"
  12852. }
  12853. }
  12854. },
  12855. "md.UpdateFriendCircleBasicSettingsReq": {
  12856. "type": "object",
  12857. "properties": {
  12858. "comment_is_real_name": {
  12859. "description": "评论是否需要实名认证(1:是 2:否)",
  12860. "type": "integer"
  12861. },
  12862. "comment_nums_every_day": {
  12863. "description": "评论每天次数",
  12864. "type": "integer"
  12865. },
  12866. "id": {
  12867. "type": "integer"
  12868. },
  12869. "publish_is_real_name": {
  12870. "description": "发布是否需要实名认证(1:是 2:否)",
  12871. "type": "integer"
  12872. },
  12873. "publish_nums_every_day": {
  12874. "description": "发布每天次数",
  12875. "type": "integer"
  12876. }
  12877. }
  12878. },
  12879. "md.UpdateLevelReq": {
  12880. "type": "object",
  12881. "properties": {
  12882. "auto_update": {
  12883. "description": "自动升级 0关闭 1开启",
  12884. "type": "string"
  12885. },
  12886. "choosable_num": {
  12887. "description": "可选任务数量",
  12888. "type": "string"
  12889. },
  12890. "is_use": {
  12891. "description": "是否开启(0.否, 1.是)",
  12892. "type": "string"
  12893. },
  12894. "level_id": {
  12895. "type": "string"
  12896. },
  12897. "level_name": {
  12898. "description": "等级名称",
  12899. "type": "string"
  12900. },
  12901. "level_weight": {
  12902. "description": "等级权重",
  12903. "type": "string"
  12904. },
  12905. "memo": {
  12906. "description": "备注",
  12907. "type": "string"
  12908. },
  12909. "user_level_tasks": {
  12910. "description": "完整的任务列表",
  12911. "type": "array",
  12912. "items": {
  12913. "$ref": "#/definitions/md.LevelTaskNode"
  12914. }
  12915. }
  12916. }
  12917. },
  12918. "md.UpdatePublicPlatoonBasicReq": {
  12919. "type": "object",
  12920. "properties": {
  12921. "is_open": {
  12922. "description": "是否开启(1:开启 0:关闭)",
  12923. "type": "integer"
  12924. },
  12925. "is_self_active_get_team_revenue": {
  12926. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12927. "type": "integer"
  12928. },
  12929. "originator_uid": {
  12930. "description": "创始人uid",
  12931. "type": "integer"
  12932. },
  12933. "several_rows": {
  12934. "description": "几排",
  12935. "type": "integer"
  12936. },
  12937. "several_times": {
  12938. "description": "几乘",
  12939. "type": "integer"
  12940. },
  12941. "system_punish_replace": {
  12942. "description": "是否位置滑落 被新用户替换 0否 1是",
  12943. "type": "integer"
  12944. },
  12945. "system_punish_replace_value": {
  12946. "description": "xx天未活跃,处罚滑落",
  12947. "type": "integer"
  12948. }
  12949. }
  12950. },
  12951. "md.UpdateTagReq": {
  12952. "type": "object",
  12953. "properties": {
  12954. "memo": {
  12955. "description": "备注",
  12956. "type": "string"
  12957. },
  12958. "name": {
  12959. "description": "标签名称",
  12960. "type": "string"
  12961. },
  12962. "tag_id": {
  12963. "description": "标签 ID",
  12964. "type": "string"
  12965. }
  12966. }
  12967. },
  12968. "md.UpdateVipEquitySettingNode": {
  12969. "type": "object",
  12970. "properties": {
  12971. "dividend_ratio": {
  12972. "description": "分红比例",
  12973. "type": "string"
  12974. },
  12975. "exchange_account_balance_fee": {
  12976. "description": "兑换余额手续费",
  12977. "type": "string"
  12978. },
  12979. "vip_level_id": {
  12980. "description": "会员等级ID",
  12981. "type": "string"
  12982. }
  12983. }
  12984. },
  12985. "md.UpdateWithdrawSettingReq": {
  12986. "type": "object",
  12987. "properties": {
  12988. "condition_is_open": {
  12989. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12990. "type": "integer"
  12991. },
  12992. "first_withdraw_set": {
  12993. "description": "首次提现设置",
  12994. "allOf": [
  12995. {
  12996. "$ref": "#/definitions/md.FirstWithdrawSet"
  12997. }
  12998. ]
  12999. },
  13000. "frequency_set": {
  13001. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  13002. "allOf": [
  13003. {
  13004. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13005. }
  13006. ]
  13007. },
  13008. "id": {
  13009. "type": "integer"
  13010. },
  13011. "is_auto": {
  13012. "description": "是否开启自动提现(0:否 1:是)",
  13013. "type": "integer"
  13014. },
  13015. "is_auto_amount_limit": {
  13016. "description": "自动提现金额限制",
  13017. "type": "string"
  13018. },
  13019. "is_real_name": {
  13020. "description": "是否实名(0:否 1:是)",
  13021. "type": "integer"
  13022. },
  13023. "is_support_decimal_point": {
  13024. "description": "是否支持小数点(0:否 1:是)",
  13025. "type": "integer"
  13026. },
  13027. "pending_orders_is_can_apply": {
  13028. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13029. "type": "integer"
  13030. },
  13031. "vip_level_limit": {
  13032. "description": "提现等级限制",
  13033. "type": "integer"
  13034. },
  13035. "withdraw_amount_limit": {
  13036. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13037. "type": "string"
  13038. },
  13039. "withdraw_fee_set": {
  13040. "description": "提现手续费设置",
  13041. "allOf": [
  13042. {
  13043. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13044. }
  13045. ]
  13046. },
  13047. "withdraw_multiple_limit": {
  13048. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13049. "type": "string"
  13050. },
  13051. "withdraw_nums_limit": {
  13052. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13053. "type": "integer"
  13054. },
  13055. "withdraw_time_interval": {
  13056. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  13057. "allOf": [
  13058. {
  13059. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13060. }
  13061. ]
  13062. },
  13063. "withdraw_type": {
  13064. "description": "提现方式(1:支付宝 2:微信)",
  13065. "type": "integer"
  13066. }
  13067. }
  13068. },
  13069. "md.UserDailyActivityAnalysisReq": {
  13070. "type": "object",
  13071. "properties": {
  13072. "end_date": {
  13073. "type": "string",
  13074. "example": "结束日期"
  13075. },
  13076. "page": {
  13077. "description": "页数",
  13078. "type": "integer"
  13079. },
  13080. "page_size": {
  13081. "description": "每页大小",
  13082. "type": "integer"
  13083. },
  13084. "start_date": {
  13085. "type": "string",
  13086. "example": "开始日期"
  13087. },
  13088. "uid": {
  13089. "description": "查询用户 ID",
  13090. "type": "integer"
  13091. }
  13092. }
  13093. },
  13094. "md.UserDailyActivityAnalysisResp": {
  13095. "type": "object",
  13096. "properties": {
  13097. "son_user_data": {
  13098. "description": "被查询用户子节点信息",
  13099. "type": "array",
  13100. "items": {
  13101. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  13102. }
  13103. },
  13104. "top_data": {
  13105. "description": "统计信息",
  13106. "allOf": [
  13107. {
  13108. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  13109. }
  13110. ]
  13111. }
  13112. }
  13113. },
  13114. "md.UserEggFlowReq": {
  13115. "type": "object",
  13116. "properties": {
  13117. "account_balance_exchange_egg_energy_nums_end": {
  13118. "type": "string",
  13119. "example": "余额兑换蛋蛋能量数量-结束值"
  13120. },
  13121. "account_balance_exchange_egg_energy_nums_start": {
  13122. "type": "string",
  13123. "example": "余额兑换蛋蛋能量数量-起始值"
  13124. },
  13125. "browse_interface_nums_end": {
  13126. "type": "string",
  13127. "example": "浏览界面次数-结束值"
  13128. },
  13129. "browse_interface_nums_start": {
  13130. "type": "string",
  13131. "example": "浏览界面次数-起始值"
  13132. },
  13133. "college_learning_nums_end": {
  13134. "type": "string",
  13135. "example": "学院学习次数-结束值"
  13136. },
  13137. "college_learning_nums_start": {
  13138. "type": "string",
  13139. "example": "学院学习次数-起始值"
  13140. },
  13141. "ecpm_end": {
  13142. "type": "string",
  13143. "example": "ecpm-结束值"
  13144. },
  13145. "ecpm_start": {
  13146. "type": "string",
  13147. "example": "ecpm-起始值"
  13148. },
  13149. "egg_energy_exchange_account_balance_end": {
  13150. "type": "string",
  13151. "example": "蛋蛋能量兑换余额数量-结束值"
  13152. },
  13153. "egg_energy_exchange_account_balance_start": {
  13154. "type": "string",
  13155. "example": "蛋蛋能量兑换余额数量-起始值"
  13156. },
  13157. "forum_comments_nums_end": {
  13158. "type": "string",
  13159. "example": "论坛评论次数-结束值"
  13160. },
  13161. "forum_comments_nums_start": {
  13162. "type": "string",
  13163. "example": "论坛评论次数-起始值"
  13164. },
  13165. "im_activity_nums_end": {
  13166. "type": "string",
  13167. "example": "im活跃次数-结束值"
  13168. },
  13169. "im_activity_nums_start": {
  13170. "type": "string",
  13171. "example": "im活跃次数-起始值"
  13172. },
  13173. "invite_user_nums_end": {
  13174. "type": "string",
  13175. "example": "拉新人数-结束值"
  13176. },
  13177. "invite_user_nums_start": {
  13178. "type": "string",
  13179. "example": "拉新人数-起始值"
  13180. },
  13181. "page": {
  13182. "description": "页数",
  13183. "type": "integer"
  13184. },
  13185. "page_size": {
  13186. "description": "每页大小",
  13187. "type": "integer"
  13188. },
  13189. "person_add_activity_value_end": {
  13190. "type": "string",
  13191. "example": "个人活跃积分-结束值"
  13192. },
  13193. "person_add_activity_value_start": {
  13194. "type": "string",
  13195. "example": "个人活跃积分-起始值"
  13196. },
  13197. "score_value_end": {
  13198. "type": "string",
  13199. "example": "蛋蛋分-结束值"
  13200. },
  13201. "score_value_kind": {
  13202. "description": "评分类型(0:未知 1:人工 2:系统)",
  13203. "type": "integer"
  13204. },
  13205. "score_value_start": {
  13206. "type": "string",
  13207. "example": "蛋蛋分-起始值"
  13208. },
  13209. "send_circle_of_friend_nums_end": {
  13210. "type": "string",
  13211. "example": "发朋友圈次数-结束值"
  13212. },
  13213. "send_circle_of_friend_nums_start": {
  13214. "type": "string",
  13215. "example": "发朋友圈次数-起始值"
  13216. },
  13217. "send_red_package_nums_end": {
  13218. "type": "string",
  13219. "example": "发红包次数-结束值"
  13220. },
  13221. "send_red_package_nums_start": {
  13222. "type": "string",
  13223. "example": "发红包次数-起始值"
  13224. },
  13225. "sign_in_nums_end": {
  13226. "type": "string",
  13227. "example": "签到次数-结束值"
  13228. },
  13229. "sign_in_nums_start": {
  13230. "type": "string",
  13231. "example": "签到次数-起始值"
  13232. },
  13233. "team-activity-nums-end": {
  13234. "type": "string",
  13235. "example": "团队活跃次数-结束值"
  13236. },
  13237. "team_activity_nums_start": {
  13238. "type": "string",
  13239. "example": "团队活跃次数-起始值"
  13240. },
  13241. "violate_nums_end": {
  13242. "type": "string",
  13243. "example": "违规次数-结束值"
  13244. },
  13245. "violate_nums_start": {
  13246. "type": "string",
  13247. "example": "违规次数-起始值"
  13248. },
  13249. "week": {
  13250. "type": "string",
  13251. "example": "周份"
  13252. },
  13253. "year": {
  13254. "type": "string",
  13255. "example": "年份"
  13256. }
  13257. }
  13258. },
  13259. "md.UserEggFlowReqResp": {
  13260. "type": "object",
  13261. "properties": {
  13262. "list": {
  13263. "type": "array",
  13264. "items": {
  13265. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  13266. }
  13267. },
  13268. "page": {
  13269. "description": "页数",
  13270. "type": "integer"
  13271. },
  13272. "page_size": {
  13273. "description": "每页大小",
  13274. "type": "integer"
  13275. },
  13276. "score_value_kind_map": {
  13277. "description": "评分类型(0:未知 1:人工 2:系统)",
  13278. "type": "array",
  13279. "items": {
  13280. "type": "object",
  13281. "additionalProperties": true
  13282. }
  13283. },
  13284. "total": {
  13285. "description": "总数量",
  13286. "type": "integer"
  13287. },
  13288. "week": {
  13289. "type": "string",
  13290. "example": "周份"
  13291. },
  13292. "year": {
  13293. "type": "string",
  13294. "example": "年份"
  13295. }
  13296. }
  13297. },
  13298. "md.UserEggFlowReqRespList": {
  13299. "type": "object",
  13300. "properties": {
  13301. "account_balance_exchange_egg_energy_nums": {
  13302. "description": "余额兑换蛋蛋能量数量",
  13303. "type": "integer"
  13304. },
  13305. "browse_interface_nums": {
  13306. "description": "浏览界面次数",
  13307. "type": "integer"
  13308. },
  13309. "college_learning_nums": {
  13310. "description": "学院学习次数",
  13311. "type": "integer"
  13312. },
  13313. "ecpm": {
  13314. "description": "ecpm",
  13315. "type": "number"
  13316. },
  13317. "egg_energy_exchange_account_balance": {
  13318. "description": "蛋蛋能量兑换余额数量",
  13319. "type": "integer"
  13320. },
  13321. "forum_comments_nums": {
  13322. "description": "论坛评论次数",
  13323. "type": "integer"
  13324. },
  13325. "im_activity_nums": {
  13326. "description": "im活跃次数",
  13327. "type": "integer"
  13328. },
  13329. "index_id": {
  13330. "description": "文档id",
  13331. "type": "string"
  13332. },
  13333. "invite_user_nums": {
  13334. "description": "拉新人数",
  13335. "type": "integer"
  13336. },
  13337. "person_add_activity_value": {
  13338. "description": "个人活跃积分",
  13339. "type": "integer"
  13340. },
  13341. "score_value": {
  13342. "description": "蛋蛋分-起始值",
  13343. "type": "number"
  13344. },
  13345. "score_value_kind": {
  13346. "description": "评分类型(0:未知 1:人工 2:系统)",
  13347. "type": "integer"
  13348. },
  13349. "send_circle_of_friend_nums": {
  13350. "description": "发朋友圈次数",
  13351. "type": "integer"
  13352. },
  13353. "send_red_package_nums": {
  13354. "description": "发红包次数",
  13355. "type": "integer"
  13356. },
  13357. "sign_in_nums": {
  13358. "description": "签到次数",
  13359. "type": "integer"
  13360. },
  13361. "team_activity_nums": {
  13362. "description": "团队活跃次数",
  13363. "type": "integer"
  13364. },
  13365. "violate_nums": {
  13366. "description": "违规次数",
  13367. "type": "integer"
  13368. }
  13369. }
  13370. },
  13371. "md.UserEggIndexReq": {
  13372. "type": "object",
  13373. "properties": {
  13374. "week": {
  13375. "type": "string",
  13376. "example": "周份"
  13377. },
  13378. "year": {
  13379. "type": "string",
  13380. "example": "年份"
  13381. }
  13382. }
  13383. },
  13384. "md.UserEggIndexResp": {
  13385. "type": "object",
  13386. "properties": {
  13387. "egg_energy_user_egg_index_weight": {
  13388. "description": "蛋蛋分系数权重",
  13389. "allOf": [
  13390. {
  13391. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  13392. }
  13393. ]
  13394. },
  13395. "statistics_user_egg_kind_proportion": {
  13396. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  13397. "type": "array",
  13398. "items": {
  13399. "type": "object",
  13400. "additionalProperties": true
  13401. }
  13402. },
  13403. "statistics_user_egg_score_value_range": {
  13404. "description": "统计用户蛋蛋分范围",
  13405. "type": "array",
  13406. "items": {
  13407. "type": "object",
  13408. "additionalProperties": {
  13409. "type": "string"
  13410. }
  13411. }
  13412. },
  13413. "week": {
  13414. "type": "string",
  13415. "example": "周份"
  13416. },
  13417. "year": {
  13418. "type": "string",
  13419. "example": "年份"
  13420. },
  13421. "year_list": {
  13422. "description": "年份\u0026\u0026周份列表",
  13423. "type": "object",
  13424. "additionalProperties": {
  13425. "type": "array",
  13426. "items": {
  13427. "type": "string"
  13428. }
  13429. }
  13430. }
  13431. }
  13432. },
  13433. "md.UserFeedbackCateDelReq": {
  13434. "type": "object",
  13435. "properties": {
  13436. "id": {
  13437. "type": "array",
  13438. "items": {
  13439. "type": "string"
  13440. }
  13441. }
  13442. }
  13443. },
  13444. "md.UserFeedbackCateList": {
  13445. "type": "object",
  13446. "properties": {
  13447. "id": {
  13448. "type": "string"
  13449. },
  13450. "name": {
  13451. "type": "string"
  13452. },
  13453. "sort": {
  13454. "type": "string"
  13455. }
  13456. }
  13457. },
  13458. "md.UserFeedbackCateListReq": {
  13459. "type": "object",
  13460. "properties": {
  13461. "limit": {
  13462. "description": "每页大小",
  13463. "type": "string"
  13464. },
  13465. "page": {
  13466. "description": "页数",
  13467. "type": "string"
  13468. }
  13469. }
  13470. },
  13471. "md.UserFeedbackCateListResp": {
  13472. "type": "object",
  13473. "properties": {
  13474. "list": {
  13475. "type": "array",
  13476. "items": {
  13477. "$ref": "#/definitions/md.UserFeedbackCateList"
  13478. }
  13479. },
  13480. "total": {
  13481. "type": "integer"
  13482. }
  13483. }
  13484. },
  13485. "md.UserFeedbackCateSaveReq": {
  13486. "type": "object",
  13487. "properties": {
  13488. "id": {
  13489. "type": "string"
  13490. },
  13491. "name": {
  13492. "type": "string"
  13493. },
  13494. "sort": {
  13495. "type": "string"
  13496. }
  13497. }
  13498. },
  13499. "md.UserFeedbackChangeStateReq": {
  13500. "type": "object",
  13501. "properties": {
  13502. "id": {
  13503. "type": "string"
  13504. },
  13505. "state": {
  13506. "type": "string",
  13507. "example": "0待解决 1处理中 2已解决"
  13508. }
  13509. }
  13510. },
  13511. "md.UserFeedbackDelReq": {
  13512. "type": "object",
  13513. "properties": {
  13514. "id": {
  13515. "type": "array",
  13516. "items": {
  13517. "type": "string"
  13518. }
  13519. }
  13520. }
  13521. },
  13522. "md.UserFeedbackList": {
  13523. "type": "object",
  13524. "properties": {
  13525. "content": {
  13526. "type": "string"
  13527. },
  13528. "create_at": {
  13529. "type": "string"
  13530. },
  13531. "id": {
  13532. "type": "string"
  13533. },
  13534. "img": {
  13535. "type": "array",
  13536. "items": {
  13537. "type": "string"
  13538. }
  13539. },
  13540. "phone": {
  13541. "type": "string"
  13542. },
  13543. "platform": {
  13544. "type": "string"
  13545. },
  13546. "state": {
  13547. "type": "string",
  13548. "example": "0待解决 1处理中 2已解决"
  13549. },
  13550. "title": {
  13551. "type": "string"
  13552. },
  13553. "type": {
  13554. "type": "string"
  13555. },
  13556. "version": {
  13557. "type": "string"
  13558. }
  13559. }
  13560. },
  13561. "md.UserFeedbackListReq": {
  13562. "type": "object",
  13563. "properties": {
  13564. "cid": {
  13565. "type": "string"
  13566. },
  13567. "limit": {
  13568. "description": "每页大小",
  13569. "type": "string"
  13570. },
  13571. "page": {
  13572. "description": "页数",
  13573. "type": "string"
  13574. },
  13575. "phone": {
  13576. "type": "string"
  13577. },
  13578. "uid": {
  13579. "type": "string"
  13580. }
  13581. }
  13582. },
  13583. "md.UserFeedbackListResp": {
  13584. "type": "object",
  13585. "properties": {
  13586. "list": {
  13587. "type": "array",
  13588. "items": {
  13589. "$ref": "#/definitions/md.UserFeedbackList"
  13590. }
  13591. },
  13592. "select_data": {
  13593. "type": "array",
  13594. "items": {
  13595. "type": "object",
  13596. "additionalProperties": true
  13597. }
  13598. },
  13599. "total": {
  13600. "type": "integer"
  13601. }
  13602. }
  13603. },
  13604. "md.UserFeedbackRecordListReq": {
  13605. "type": "object",
  13606. "properties": {
  13607. "id": {
  13608. "type": "string"
  13609. },
  13610. "limit": {
  13611. "description": "每页大小",
  13612. "type": "string"
  13613. },
  13614. "page": {
  13615. "description": "页数",
  13616. "type": "string"
  13617. }
  13618. }
  13619. },
  13620. "md.UserFeedbackRecordListResp": {
  13621. "type": "object",
  13622. "properties": {
  13623. "content": {
  13624. "type": "string"
  13625. },
  13626. "create_at": {
  13627. "type": "string"
  13628. },
  13629. "head_img": {
  13630. "type": "string"
  13631. },
  13632. "nickname": {
  13633. "type": "string"
  13634. },
  13635. "type": {
  13636. "type": "string"
  13637. }
  13638. }
  13639. },
  13640. "md.UserFeedbackSayReq": {
  13641. "type": "object",
  13642. "properties": {
  13643. "content": {
  13644. "type": "string"
  13645. },
  13646. "id": {
  13647. "type": "string"
  13648. }
  13649. }
  13650. },
  13651. "md.UserManagementGetBalanceDetailResp": {
  13652. "type": "object",
  13653. "properties": {
  13654. "list": {
  13655. "type": "array",
  13656. "items": {
  13657. "$ref": "#/definitions/md.BalanceDetailNode"
  13658. }
  13659. },
  13660. "paginate": {
  13661. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13662. }
  13663. }
  13664. },
  13665. "md.UserManagementGetFansResp": {
  13666. "type": "object",
  13667. "properties": {
  13668. "list": {
  13669. "description": "用户数据",
  13670. "type": "array",
  13671. "items": {
  13672. "$ref": "#/definitions/md.FansNode"
  13673. }
  13674. },
  13675. "paginate": {
  13676. "description": "分页信息",
  13677. "allOf": [
  13678. {
  13679. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13680. }
  13681. ]
  13682. }
  13683. }
  13684. },
  13685. "md.UserManagementGetOneBasicResp": {
  13686. "type": "object",
  13687. "properties": {
  13688. "basic_info": {
  13689. "description": "基本信息",
  13690. "allOf": [
  13691. {
  13692. "$ref": "#/definitions/md.BasicInfoNode"
  13693. }
  13694. ]
  13695. },
  13696. "levels_list": {
  13697. "description": "等级列表",
  13698. "type": "array",
  13699. "items": {
  13700. "type": "object",
  13701. "additionalProperties": true
  13702. }
  13703. },
  13704. "other_info": {
  13705. "description": "其他信息",
  13706. "allOf": [
  13707. {
  13708. "$ref": "#/definitions/md.OtherNode"
  13709. }
  13710. ]
  13711. },
  13712. "tags_list": {
  13713. "description": "标签列表",
  13714. "type": "array",
  13715. "items": {
  13716. "type": "object",
  13717. "additionalProperties": true
  13718. }
  13719. }
  13720. }
  13721. },
  13722. "md.UserManagementGetUserListNode": {
  13723. "type": "object",
  13724. "properties": {
  13725. "avatar": {
  13726. "description": "头像",
  13727. "type": "string"
  13728. },
  13729. "id": {
  13730. "description": "会员 ID",
  13731. "type": "integer"
  13732. },
  13733. "invite_code": {
  13734. "type": "string",
  13735. "example": "会员邀请码"
  13736. },
  13737. "is_real_name": {
  13738. "description": "是否实名 0.未实名,1.已实名",
  13739. "type": "integer"
  13740. },
  13741. "last_login_at": {
  13742. "description": "最后登录时间",
  13743. "type": "string"
  13744. },
  13745. "level_name": {
  13746. "description": "会员等级",
  13747. "type": "string"
  13748. },
  13749. "memo": {
  13750. "description": "备注",
  13751. "type": "string"
  13752. },
  13753. "nickname": {
  13754. "description": "昵称",
  13755. "type": "string"
  13756. },
  13757. "parent_id": {
  13758. "description": "推荐人 ID",
  13759. "type": "integer"
  13760. },
  13761. "parent_invite_code": {
  13762. "type": "string",
  13763. "example": "推荐人邀请码"
  13764. },
  13765. "parent_phone": {
  13766. "type": "string",
  13767. "example": "推荐人手机号"
  13768. },
  13769. "phone": {
  13770. "description": "手机号",
  13771. "type": "string"
  13772. },
  13773. "register_time": {
  13774. "description": "注册时间",
  13775. "type": "string"
  13776. },
  13777. "register_type": {
  13778. "description": "注册类型",
  13779. "type": "integer"
  13780. },
  13781. "sex": {
  13782. "description": "性别(0:未知 1:男 2:女)",
  13783. "type": "integer"
  13784. },
  13785. "state": {
  13786. "description": "状态",
  13787. "type": "integer"
  13788. },
  13789. "tag": {
  13790. "description": "会员标签",
  13791. "type": "array",
  13792. "items": {
  13793. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13794. }
  13795. },
  13796. "wechat": {
  13797. "description": "微信号",
  13798. "type": "string"
  13799. }
  13800. }
  13801. },
  13802. "md.UserManagementGetUserListReq": {
  13803. "type": "object",
  13804. "properties": {
  13805. "effective": {
  13806. "description": "有效会员",
  13807. "type": "integer"
  13808. },
  13809. "id": {
  13810. "description": "会员 ID",
  13811. "type": "integer"
  13812. },
  13813. "invite_code": {
  13814. "type": "string",
  13815. "example": "会员邀请码"
  13816. },
  13817. "is_real_name": {
  13818. "description": "是否实名 0.未实名,1.已实名",
  13819. "type": "integer"
  13820. },
  13821. "level": {
  13822. "description": "会员等级",
  13823. "type": "integer"
  13824. },
  13825. "limit": {
  13826. "type": "integer"
  13827. },
  13828. "login_after": {
  13829. "description": "最近登录结束时间",
  13830. "type": "string"
  13831. },
  13832. "login_before": {
  13833. "description": "最近登录开始时间",
  13834. "type": "string"
  13835. },
  13836. "memo": {
  13837. "description": "备注",
  13838. "type": "string"
  13839. },
  13840. "nickname": {
  13841. "type": "string",
  13842. "example": "会员昵称"
  13843. },
  13844. "page": {
  13845. "type": "integer"
  13846. },
  13847. "parent_invite_code": {
  13848. "type": "string",
  13849. "example": "上级邀请码"
  13850. },
  13851. "parent_phone": {
  13852. "type": "string",
  13853. "example": "上级手机号"
  13854. },
  13855. "phone": {
  13856. "type": "string",
  13857. "example": "会员手机号"
  13858. },
  13859. "recommend_id": {
  13860. "description": "推荐人 ID",
  13861. "type": "integer"
  13862. },
  13863. "register_after": {
  13864. "description": "注册时间终点",
  13865. "type": "string"
  13866. },
  13867. "register_before": {
  13868. "description": "注册时间起点",
  13869. "type": "string"
  13870. },
  13871. "register_type": {
  13872. "description": "注册类型(1:APP注册、2:H5注册)",
  13873. "type": "integer"
  13874. },
  13875. "sex": {
  13876. "description": "性别(0:未知 1:男 2:女)",
  13877. "type": "integer"
  13878. },
  13879. "state": {
  13880. "description": "状态",
  13881. "type": "integer"
  13882. },
  13883. "tag": {
  13884. "description": "标签 id",
  13885. "type": "integer"
  13886. },
  13887. "union_id": {
  13888. "type": "string",
  13889. "example": "微信号"
  13890. }
  13891. }
  13892. },
  13893. "md.UserManagementGetUserListResp": {
  13894. "type": "object",
  13895. "properties": {
  13896. "levels_list": {
  13897. "description": "等级列表",
  13898. "type": "array",
  13899. "items": {
  13900. "type": "object",
  13901. "additionalProperties": true
  13902. }
  13903. },
  13904. "list": {
  13905. "type": "array",
  13906. "items": {
  13907. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13908. }
  13909. },
  13910. "paginate": {
  13911. "description": "分页信息",
  13912. "allOf": [
  13913. {
  13914. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13915. }
  13916. ]
  13917. },
  13918. "state_list": {
  13919. "description": "状态列表",
  13920. "type": "array",
  13921. "items": {
  13922. "type": "object",
  13923. "additionalProperties": true
  13924. }
  13925. },
  13926. "tags_list": {
  13927. "description": "标签列表",
  13928. "type": "array",
  13929. "items": {
  13930. "type": "object",
  13931. "additionalProperties": true
  13932. }
  13933. }
  13934. }
  13935. },
  13936. "md.UserManagementGetVirtualCoinDetailResp": {
  13937. "type": "object",
  13938. "properties": {
  13939. "coin_list": {
  13940. "type": "array",
  13941. "items": {
  13942. "type": "object",
  13943. "additionalProperties": true
  13944. }
  13945. },
  13946. "list": {
  13947. "type": "array",
  13948. "items": {
  13949. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13950. }
  13951. },
  13952. "paginate": {
  13953. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13954. }
  13955. }
  13956. },
  13957. "md.UserManagementUpdateUserInfoReq": {
  13958. "type": "object",
  13959. "properties": {
  13960. "avatar": {
  13961. "description": "头像",
  13962. "type": "string"
  13963. },
  13964. "last_login_ip": {
  13965. "description": "用户最后登录 IP",
  13966. "type": "string"
  13967. },
  13968. "level": {
  13969. "description": "会员等级 ID",
  13970. "type": "string"
  13971. },
  13972. "memo": {
  13973. "type": "string",
  13974. "example": "备注"
  13975. },
  13976. "nickname": {
  13977. "description": "用户名",
  13978. "type": "string"
  13979. },
  13980. "parent_uid": {
  13981. "description": "邀请人 ID",
  13982. "type": "string"
  13983. },
  13984. "password": {
  13985. "description": "登录密码",
  13986. "type": "string"
  13987. },
  13988. "phone": {
  13989. "description": "手机号",
  13990. "type": "string"
  13991. },
  13992. "sex": {
  13993. "description": "性别(0:未知 1:男 2:女)",
  13994. "type": "string"
  13995. },
  13996. "state": {
  13997. "description": "账号状态 1正常,2冻结",
  13998. "type": "string"
  13999. },
  14000. "tag": {
  14001. "description": "用户标签 ID列表",
  14002. "type": "string"
  14003. },
  14004. "uid": {
  14005. "type": "integer"
  14006. },
  14007. "union_id": {
  14008. "description": "微信号",
  14009. "type": "string"
  14010. }
  14011. }
  14012. },
  14013. "md.UserRealName": {
  14014. "type": "object",
  14015. "properties": {
  14016. "create_time": {
  14017. "type": "string"
  14018. },
  14019. "id": {
  14020. "type": "string"
  14021. },
  14022. "id_no": {
  14023. "type": "string"
  14024. },
  14025. "name": {
  14026. "type": "string"
  14027. },
  14028. "pay_state": {
  14029. "type": "string",
  14030. "example": "0未支付 1已支付"
  14031. },
  14032. "phone": {
  14033. "type": "string"
  14034. },
  14035. "state": {
  14036. "type": "string",
  14037. "example": "0未申请 1申请通过 3申请失败"
  14038. },
  14039. "uid": {
  14040. "type": "string"
  14041. }
  14042. }
  14043. },
  14044. "md.UserRealNameBaseResp": {
  14045. "type": "object",
  14046. "properties": {
  14047. "user_real_name_money": {
  14048. "type": "string",
  14049. "example": "实名认证费用"
  14050. },
  14051. "user_real_name_rule": {
  14052. "type": "string",
  14053. "example": "实名认证说明"
  14054. }
  14055. }
  14056. },
  14057. "md.UserRealNameReq": {
  14058. "type": "object",
  14059. "properties": {
  14060. "id_no": {
  14061. "type": "string"
  14062. },
  14063. "limit": {
  14064. "type": "string"
  14065. },
  14066. "name": {
  14067. "type": "string"
  14068. },
  14069. "page": {
  14070. "type": "string"
  14071. },
  14072. "phone": {
  14073. "type": "string"
  14074. },
  14075. "state": {
  14076. "type": "string"
  14077. },
  14078. "uid": {
  14079. "type": "string"
  14080. }
  14081. }
  14082. },
  14083. "md.UserRealNameResp": {
  14084. "type": "object",
  14085. "properties": {
  14086. "list": {
  14087. "type": "array",
  14088. "items": {
  14089. "$ref": "#/definitions/md.UserRealName"
  14090. }
  14091. },
  14092. "select_data": {
  14093. "type": "array",
  14094. "items": {
  14095. "type": "object",
  14096. "additionalProperties": {
  14097. "type": "string"
  14098. }
  14099. }
  14100. },
  14101. "total": {
  14102. "type": "integer"
  14103. }
  14104. }
  14105. },
  14106. "md.UserRealNameSaveReq": {
  14107. "type": "object",
  14108. "properties": {
  14109. "id": {
  14110. "type": "string"
  14111. },
  14112. "state": {
  14113. "type": "string"
  14114. }
  14115. }
  14116. },
  14117. "md.UserVirtualCoinFlow": {
  14118. "type": "object",
  14119. "properties": {
  14120. "after_amount": {
  14121. "type": "string",
  14122. "example": "变更后数量"
  14123. },
  14124. "amount": {
  14125. "type": "string",
  14126. "example": "变更数量"
  14127. },
  14128. "before_amount": {
  14129. "type": "string",
  14130. "example": "变更前数量"
  14131. },
  14132. "coin_id": {
  14133. "description": "虚拟币 ID",
  14134. "type": "integer"
  14135. },
  14136. "create_at": {
  14137. "type": "string",
  14138. "example": "创建时间"
  14139. },
  14140. "direction": {
  14141. "description": "方向:1收入 2支出",
  14142. "type": "integer"
  14143. },
  14144. "id": {
  14145. "type": "integer"
  14146. },
  14147. "sys_fee": {
  14148. "type": "string",
  14149. "example": "手续费"
  14150. },
  14151. "title": {
  14152. "type": "string",
  14153. "example": "标题"
  14154. },
  14155. "transfer_type": {
  14156. "description": "转账类型",
  14157. "type": "integer"
  14158. },
  14159. "uid": {
  14160. "description": "用户 ID",
  14161. "type": "integer"
  14162. },
  14163. "update_at": {
  14164. "type": "string",
  14165. "example": "更新时间"
  14166. }
  14167. }
  14168. },
  14169. "md.VideoBaseData": {
  14170. "type": "object",
  14171. "properties": {
  14172. "interval": {
  14173. "type": "string",
  14174. "example": "领取间隔 秒"
  14175. },
  14176. "reward": {
  14177. "type": "string",
  14178. "example": "单次奖励"
  14179. },
  14180. "timer": {
  14181. "type": "string",
  14182. "example": "观看X秒奖励"
  14183. },
  14184. "total": {
  14185. "type": "string",
  14186. "example": "可领取总次数"
  14187. }
  14188. }
  14189. },
  14190. "md.VideoRewardSetting": {
  14191. "type": "object",
  14192. "properties": {
  14193. "video_reward_is_open": {
  14194. "description": "视频奖励是否开启(1:开启 0:关闭)",
  14195. "type": "integer"
  14196. },
  14197. "video_reward_system": {
  14198. "description": "视频奖励机制",
  14199. "allOf": [
  14200. {
  14201. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  14202. }
  14203. ]
  14204. }
  14205. }
  14206. },
  14207. "md.VideoRewardSystemStruct": {
  14208. "type": "object",
  14209. "properties": {
  14210. "each_round_hour": {
  14211. "description": "每一轮X个小时",
  14212. "type": "string"
  14213. },
  14214. "interval_minutes": {
  14215. "description": "间隔X秒",
  14216. "type": "string"
  14217. },
  14218. "reward_total_num": {
  14219. "description": "一共X个奖励视屏",
  14220. "type": "string"
  14221. },
  14222. "reward_value": {
  14223. "description": "奖励X个活跃积分",
  14224. "type": "string"
  14225. }
  14226. }
  14227. },
  14228. "md.VipEquitySettingNode": {
  14229. "type": "object",
  14230. "properties": {
  14231. "dividend_ratio": {
  14232. "description": "分红比例",
  14233. "type": "string"
  14234. },
  14235. "exchange_account_balance_fee": {
  14236. "description": "兑换余额手续费",
  14237. "type": "string"
  14238. },
  14239. "vip_level_id": {
  14240. "description": "会员等级ID",
  14241. "type": "string"
  14242. },
  14243. "vip_level_name": {
  14244. "description": "会员等级名称",
  14245. "type": "string"
  14246. }
  14247. }
  14248. },
  14249. "md.VirtualCoin": {
  14250. "type": "object",
  14251. "properties": {
  14252. "create_at": {
  14253. "type": "string"
  14254. },
  14255. "exchange_ratio": {
  14256. "description": "兑换比例(与金额)",
  14257. "type": "string",
  14258. "example": "兑换比例(与金额)"
  14259. },
  14260. "id": {
  14261. "type": "integer"
  14262. },
  14263. "is_use": {
  14264. "description": "是否开启: 0否 1是",
  14265. "type": "integer"
  14266. },
  14267. "name": {
  14268. "description": "名称",
  14269. "type": "string"
  14270. },
  14271. "update_at": {
  14272. "type": "string"
  14273. }
  14274. }
  14275. },
  14276. "md.VirtualCoinDetailNode": {
  14277. "type": "object",
  14278. "properties": {
  14279. "after_amount": {
  14280. "description": "变更后积分余额",
  14281. "type": "string"
  14282. },
  14283. "amount": {
  14284. "description": "变更数量",
  14285. "type": "string"
  14286. },
  14287. "create_at": {
  14288. "description": "创建时间",
  14289. "type": "string"
  14290. },
  14291. "direction": {
  14292. "description": "类型 1.收入 2.支出",
  14293. "type": "integer"
  14294. },
  14295. "uid": {
  14296. "description": "用户 ID",
  14297. "type": "integer"
  14298. }
  14299. }
  14300. },
  14301. "md.VirtualCoinListNode": {
  14302. "type": "object",
  14303. "properties": {
  14304. "coin_id": {
  14305. "description": "货币类型 ID",
  14306. "type": "integer"
  14307. },
  14308. "kind": {
  14309. "description": "货币序号",
  14310. "type": "integer"
  14311. },
  14312. "name": {
  14313. "type": "string",
  14314. "example": "货币类型名称"
  14315. }
  14316. }
  14317. },
  14318. "md.WebsiteInfoResp": {
  14319. "type": "object",
  14320. "properties": {
  14321. "android_down_url": {
  14322. "type": "string"
  14323. },
  14324. "ios_down_url": {
  14325. "type": "string"
  14326. },
  14327. "seo_logo": {
  14328. "type": "string"
  14329. },
  14330. "seo_title": {
  14331. "type": "string",
  14332. "example": "seo"
  14333. },
  14334. "web_logo": {
  14335. "type": "string"
  14336. }
  14337. }
  14338. },
  14339. "md.WithdrawApplyAuditReq": {
  14340. "type": "object",
  14341. "required": [
  14342. "audit_state",
  14343. "reason",
  14344. "withdraw_apply_id"
  14345. ],
  14346. "properties": {
  14347. "audit_state": {
  14348. "description": "审核状态(1:同意 2:拒绝)",
  14349. "type": "integer"
  14350. },
  14351. "reason": {
  14352. "description": "审核失败(驳回理由)",
  14353. "type": "integer"
  14354. },
  14355. "withdraw_apply_id": {
  14356. "description": "提现申请id",
  14357. "type": "integer"
  14358. }
  14359. }
  14360. },
  14361. "md.WithdrawFeeSetStruct": {
  14362. "type": "object",
  14363. "properties": {
  14364. "duration": {
  14365. "description": "类型 (1.固定金额 2.固定比例)",
  14366. "type": "integer"
  14367. },
  14368. "value": {
  14369. "description": "具体值",
  14370. "type": "integer"
  14371. }
  14372. }
  14373. },
  14374. "md.WithdrawFrequencySettingStruct": {
  14375. "type": "object",
  14376. "properties": {
  14377. "duration": {
  14378. "description": "周期 (1.天 2.周 3.月)",
  14379. "type": "integer"
  14380. },
  14381. "num": {
  14382. "description": "周期数",
  14383. "type": "array",
  14384. "items": {
  14385. "type": "string"
  14386. }
  14387. }
  14388. }
  14389. },
  14390. "md.WithdrawTimeIntervalStruct": {
  14391. "type": "object",
  14392. "properties": {
  14393. "end_at": {
  14394. "type": "string"
  14395. },
  14396. "start_at": {
  14397. "type": "string"
  14398. }
  14399. }
  14400. },
  14401. "model.EggEnergyUserEggIndexWeight": {
  14402. "type": "object",
  14403. "properties": {
  14404. "account_balance_exchange_egg_energy_nums": {
  14405. "type": "string"
  14406. },
  14407. "browse_interface_nums": {
  14408. "type": "string"
  14409. },
  14410. "college_learning_nums": {
  14411. "type": "string"
  14412. },
  14413. "create_at": {
  14414. "type": "string"
  14415. },
  14416. "ecpm": {
  14417. "type": "string"
  14418. },
  14419. "egg_energy_exchange_account_balance": {
  14420. "type": "string"
  14421. },
  14422. "forum_comments_nums": {
  14423. "type": "string"
  14424. },
  14425. "id": {
  14426. "type": "integer"
  14427. },
  14428. "im_activity_nums": {
  14429. "type": "string"
  14430. },
  14431. "invite_user_nums": {
  14432. "type": "string"
  14433. },
  14434. "person_add_activity_value": {
  14435. "type": "string"
  14436. },
  14437. "send_circle_of_friend_nums": {
  14438. "type": "string"
  14439. },
  14440. "send_red_package_nums": {
  14441. "type": "string"
  14442. },
  14443. "sign_in_nums": {
  14444. "type": "string"
  14445. },
  14446. "team_activity_nums": {
  14447. "type": "string"
  14448. },
  14449. "update_at": {
  14450. "type": "string"
  14451. },
  14452. "violate_nums": {
  14453. "type": "string"
  14454. }
  14455. }
  14456. },
  14457. "model.PlatformActiveData": {
  14458. "type": "object",
  14459. "properties": {
  14460. "date": {
  14461. "type": "string"
  14462. },
  14463. "id": {
  14464. "type": "integer"
  14465. },
  14466. "new_user_count": {
  14467. "type": "integer"
  14468. },
  14469. "user_sign_in_count": {
  14470. "type": "integer"
  14471. },
  14472. "withdraw_amount_count": {
  14473. "type": "string"
  14474. },
  14475. "withdraw_user_count": {
  14476. "type": "integer"
  14477. }
  14478. }
  14479. },
  14480. "model.UserLevelTask": {
  14481. "type": "object",
  14482. "properties": {
  14483. "active_days": {
  14484. "type": "integer"
  14485. },
  14486. "create_at": {
  14487. "type": "string"
  14488. },
  14489. "finish_count": {
  14490. "type": "integer"
  14491. },
  14492. "id": {
  14493. "type": "integer"
  14494. },
  14495. "is_must_task": {
  14496. "type": "integer"
  14497. },
  14498. "level_id": {
  14499. "type": "integer"
  14500. },
  14501. "task_type": {
  14502. "type": "integer"
  14503. },
  14504. "task_type_level_id": {
  14505. "type": "integer"
  14506. },
  14507. "update_at": {
  14508. "type": "string"
  14509. },
  14510. "within_days": {
  14511. "type": "integer"
  14512. }
  14513. }
  14514. },
  14515. "setCenter.WebBasicReq": {
  14516. "type": "object",
  14517. "properties": {
  14518. "android_down_url": {
  14519. "type": "string"
  14520. },
  14521. "ios_down_url": {
  14522. "type": "string"
  14523. },
  14524. "seo_logo": {
  14525. "type": "string"
  14526. },
  14527. "seo_title": {
  14528. "type": "string"
  14529. },
  14530. "wap_host": {
  14531. "type": "string",
  14532. "example": "h5域名"
  14533. },
  14534. "web_logo": {
  14535. "type": "string"
  14536. }
  14537. }
  14538. },
  14539. "setCenter.WebBasicResp": {
  14540. "type": "object",
  14541. "properties": {
  14542. "android_down_url": {
  14543. "type": "string"
  14544. },
  14545. "ios_down_url": {
  14546. "type": "string"
  14547. },
  14548. "seo_logo": {
  14549. "type": "string"
  14550. },
  14551. "seo_logo_url": {
  14552. "type": "string"
  14553. },
  14554. "seo_title": {
  14555. "type": "string"
  14556. },
  14557. "wap_host": {
  14558. "type": "string",
  14559. "example": "h5域名"
  14560. },
  14561. "web_logo": {
  14562. "type": "string"
  14563. },
  14564. "web_logo_url": {
  14565. "type": "string"
  14566. }
  14567. }
  14568. }
  14569. },
  14570. "securityDefinitions": {
  14571. "MasterID": {
  14572. "type": "apiKey",
  14573. "name": "MasterID",
  14574. "in": "header"
  14575. }
  14576. }
  14577. }`
  14578. // SwaggerInfo holds exported Swagger Info so clients can modify it
  14579. var SwaggerInfo = &swag.Spec{
  14580. Version: "1.0",
  14581. Host: "localhost:4001",
  14582. BasePath: "",
  14583. Schemes: []string{},
  14584. Title: "蛋蛋星球-管理后台",
  14585. Description: "管理后台接口文档",
  14586. InfoInstanceName: "swagger",
  14587. SwaggerTemplate: docTemplate,
  14588. }
  14589. func init() {
  14590. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  14591. }