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

12811 lines
439 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.ArticleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/upload": {
  1118. "post": {
  1119. "description": "打包机使用-云打包-上传许可链接(获取)",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "打包机使用"
  1128. ],
  1129. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "签名上传url",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "许可链接",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/version/base": {
  1165. "get": {
  1166. "description": "云打包-图片配置",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "云打包"
  1175. ],
  1176. "summary": "云打包-云打包-图片配置",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/version/base/save": {
  1203. "post": {
  1204. "description": "云打包-图片配置",
  1205. "consumes": [
  1206. "application/json"
  1207. ],
  1208. "produces": [
  1209. "application/json"
  1210. ],
  1211. "tags": [
  1212. "云打包"
  1213. ],
  1214. "summary": "云打包-图片配置",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "description": "验证参数Bearer和token空格拼接",
  1219. "name": "Authorization",
  1220. "in": "header",
  1221. "required": true
  1222. },
  1223. {
  1224. "description": "(分页信息必填)",
  1225. "name": "req",
  1226. "in": "body",
  1227. "required": true,
  1228. "schema": {
  1229. "$ref": "#/definitions/md.CloudBundleVersion"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "type": "string"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/comm/getOssUrl": {
  1250. "post": {
  1251. "description": "上传许可链接(获取)",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "对象存储"
  1260. ],
  1261. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "签名上传url",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "许可链接",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/config": {
  1297. "get": {
  1298. "description": "基本配置",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "基本配置"
  1307. ],
  1308. "summary": "基本配置",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. }
  1317. ],
  1318. "responses": {
  1319. "200": {
  1320. "description": "具体数据",
  1321. "schema": {
  1322. "$ref": "#/definitions/md.ConfigResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/demo": {
  1335. "post": {
  1336. "description": "Demo样例测试",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "Demo"
  1345. ],
  1346. "summary": "Demo测试",
  1347. "parameters": [
  1348. {
  1349. "description": "用户名密码",
  1350. "name": "req",
  1351. "in": "body",
  1352. "required": true,
  1353. "schema": {}
  1354. }
  1355. ],
  1356. "responses": {
  1357. "200": {
  1358. "description": "token",
  1359. "schema": {
  1360. "type": "object",
  1361. "additionalProperties": true
  1362. }
  1363. },
  1364. "400": {
  1365. "description": "具体错误",
  1366. "schema": {
  1367. "$ref": "#/definitions/md.Response"
  1368. }
  1369. }
  1370. }
  1371. }
  1372. },
  1373. "/api/financialCenter/withdraw/applyList": {
  1374. "post": {
  1375. "description": "提现申请列表(获取)",
  1376. "consumes": [
  1377. "application/json"
  1378. ],
  1379. "produces": [
  1380. "application/json"
  1381. ],
  1382. "tags": [
  1383. "提现"
  1384. ],
  1385. "summary": "财务中心-提现-提现申请列表(获取)",
  1386. "parameters": [
  1387. {
  1388. "type": "string",
  1389. "description": "验证参数Bearer和token空格拼接",
  1390. "name": "Authorization",
  1391. "in": "header",
  1392. "required": true
  1393. },
  1394. {
  1395. "description": "筛选条件",
  1396. "name": "req",
  1397. "in": "body",
  1398. "schema": {
  1399. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1400. }
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体数据",
  1406. "schema": {
  1407. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1408. }
  1409. },
  1410. "400": {
  1411. "description": "具体错误",
  1412. "schema": {
  1413. "$ref": "#/definitions/md.Response"
  1414. }
  1415. }
  1416. }
  1417. }
  1418. },
  1419. "/api/financialCenter/withdraw/setting": {
  1420. "get": {
  1421. "description": "基础设置(获取)",
  1422. "consumes": [
  1423. "application/json"
  1424. ],
  1425. "produces": [
  1426. "application/json"
  1427. ],
  1428. "tags": [
  1429. "提现"
  1430. ],
  1431. "summary": "财务中心-提现-基础设置(获取)",
  1432. "parameters": [
  1433. {
  1434. "type": "string",
  1435. "description": "验证参数Bearer和token空格拼接",
  1436. "name": "Authorization",
  1437. "in": "header",
  1438. "required": true
  1439. }
  1440. ],
  1441. "responses": {
  1442. "200": {
  1443. "description": "具体数据",
  1444. "schema": {
  1445. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1446. }
  1447. },
  1448. "400": {
  1449. "description": "具体错误",
  1450. "schema": {
  1451. "$ref": "#/definitions/md.Response"
  1452. }
  1453. }
  1454. }
  1455. }
  1456. },
  1457. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1458. "post": {
  1459. "description": "基础设置(更新)",
  1460. "consumes": [
  1461. "application/json"
  1462. ],
  1463. "produces": [
  1464. "application/json"
  1465. ],
  1466. "tags": [
  1467. "提现"
  1468. ],
  1469. "summary": "财务中心-提现-基础设置(更新)",
  1470. "parameters": [
  1471. {
  1472. "type": "string",
  1473. "description": "验证参数Bearer和token空格拼接",
  1474. "name": "Authorization",
  1475. "in": "header",
  1476. "required": true
  1477. },
  1478. {
  1479. "description": "id 必填",
  1480. "name": "req",
  1481. "in": "body",
  1482. "required": true,
  1483. "schema": {
  1484. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1485. }
  1486. }
  1487. ],
  1488. "responses": {
  1489. "200": {
  1490. "description": "修改数据条数",
  1491. "schema": {
  1492. "type": "int"
  1493. }
  1494. },
  1495. "400": {
  1496. "description": "具体错误",
  1497. "schema": {
  1498. "$ref": "#/definitions/md.Response"
  1499. }
  1500. }
  1501. }
  1502. }
  1503. },
  1504. "/api/homePage/activeData": {
  1505. "get": {
  1506. "description": "活跃数据",
  1507. "consumes": [
  1508. "application/json"
  1509. ],
  1510. "produces": [
  1511. "application/json"
  1512. ],
  1513. "tags": [
  1514. "首页"
  1515. ],
  1516. "summary": "首页-首页-活跃数据",
  1517. "parameters": [
  1518. {
  1519. "type": "string",
  1520. "description": "验证参数Bearer和token空格拼接",
  1521. "name": "Authorization",
  1522. "in": "header",
  1523. "required": true
  1524. }
  1525. ],
  1526. "responses": {
  1527. "200": {
  1528. "description": "具体数据",
  1529. "schema": {
  1530. "$ref": "#/definitions/hdl.GetActiveDataResp"
  1531. }
  1532. },
  1533. "400": {
  1534. "description": "具体错误",
  1535. "schema": {
  1536. "$ref": "#/definitions/md.Response"
  1537. }
  1538. }
  1539. }
  1540. }
  1541. },
  1542. "/api/homePage/growData": {
  1543. "get": {
  1544. "description": "用户增长曲线",
  1545. "consumes": [
  1546. "application/json"
  1547. ],
  1548. "produces": [
  1549. "application/json"
  1550. ],
  1551. "tags": [
  1552. "首页"
  1553. ],
  1554. "summary": "首页-首页-用户增长曲线",
  1555. "parameters": [
  1556. {
  1557. "type": "string",
  1558. "description": "验证参数Bearer和token空格拼接",
  1559. "name": "Authorization",
  1560. "in": "header",
  1561. "required": true
  1562. },
  1563. {
  1564. "type": "string",
  1565. "description": "1:按天 2:按周 3:按小时",
  1566. "name": "kind",
  1567. "in": "query"
  1568. }
  1569. ],
  1570. "responses": {
  1571. "200": {
  1572. "description": "具体数据",
  1573. "schema": {
  1574. "$ref": "#/definitions/md.GetPriceCurveResp"
  1575. }
  1576. },
  1577. "400": {
  1578. "description": "具体错误",
  1579. "schema": {
  1580. "$ref": "#/definitions/md.Response"
  1581. }
  1582. }
  1583. }
  1584. }
  1585. },
  1586. "/api/homePage/totalData": {
  1587. "get": {
  1588. "description": "数据总览",
  1589. "consumes": [
  1590. "application/json"
  1591. ],
  1592. "produces": [
  1593. "application/json"
  1594. ],
  1595. "tags": [
  1596. "首页"
  1597. ],
  1598. "summary": "首页-首页-数据总览",
  1599. "parameters": [
  1600. {
  1601. "type": "string",
  1602. "description": "验证参数Bearer和token空格拼接",
  1603. "name": "Authorization",
  1604. "in": "header",
  1605. "required": true
  1606. },
  1607. {
  1608. "type": "string",
  1609. "description": "年",
  1610. "name": "year",
  1611. "in": "query",
  1612. "required": true
  1613. },
  1614. {
  1615. "type": "string",
  1616. "description": "月",
  1617. "name": "month",
  1618. "in": "query",
  1619. "required": true
  1620. }
  1621. ],
  1622. "responses": {
  1623. "200": {
  1624. "description": "具体数据",
  1625. "schema": {
  1626. "$ref": "#/definitions/hdl.TotalDataResp"
  1627. }
  1628. },
  1629. "400": {
  1630. "description": "具体错误",
  1631. "schema": {
  1632. "$ref": "#/definitions/md.Response"
  1633. }
  1634. }
  1635. }
  1636. }
  1637. },
  1638. "/api/im/addCustomerService": {
  1639. "post": {
  1640. "description": "客服(新增)",
  1641. "consumes": [
  1642. "application/json"
  1643. ],
  1644. "produces": [
  1645. "application/json"
  1646. ],
  1647. "tags": [
  1648. "客服"
  1649. ],
  1650. "summary": "Im-客服(新增)",
  1651. "parameters": [
  1652. {
  1653. "type": "string",
  1654. "description": "验证参数Bearer和token空格拼接",
  1655. "name": "Authorization",
  1656. "in": "header",
  1657. "required": true
  1658. },
  1659. {
  1660. "description": "相关参数",
  1661. "name": "req",
  1662. "in": "body",
  1663. "required": true,
  1664. "schema": {
  1665. "$ref": "#/definitions/md.AddCustomerServiceReq"
  1666. }
  1667. }
  1668. ],
  1669. "responses": {
  1670. "200": {
  1671. "description": "success",
  1672. "schema": {
  1673. "type": "string"
  1674. }
  1675. },
  1676. "400": {
  1677. "description": "具体错误",
  1678. "schema": {
  1679. "$ref": "#/definitions/md.Response"
  1680. }
  1681. }
  1682. }
  1683. }
  1684. },
  1685. "/api/im/addEmoticon": {
  1686. "post": {
  1687. "description": "表情包(新增)",
  1688. "consumes": [
  1689. "application/json"
  1690. ],
  1691. "produces": [
  1692. "application/json"
  1693. ],
  1694. "tags": [
  1695. "表情包"
  1696. ],
  1697. "summary": "Im-表情包(新增)",
  1698. "parameters": [
  1699. {
  1700. "type": "string",
  1701. "description": "验证参数Bearer和token空格拼接",
  1702. "name": "Authorization",
  1703. "in": "header",
  1704. "required": true
  1705. },
  1706. {
  1707. "description": "相关参数",
  1708. "name": "req",
  1709. "in": "body",
  1710. "required": true,
  1711. "schema": {
  1712. "$ref": "#/definitions/md.AddEmoticonReq"
  1713. }
  1714. }
  1715. ],
  1716. "responses": {
  1717. "200": {
  1718. "description": "success",
  1719. "schema": {
  1720. "type": "string"
  1721. }
  1722. },
  1723. "400": {
  1724. "description": "具体错误",
  1725. "schema": {
  1726. "$ref": "#/definitions/md.Response"
  1727. }
  1728. }
  1729. }
  1730. }
  1731. },
  1732. "/api/im/batchSendGroupMessage": {
  1733. "post": {
  1734. "description": "群发发送群组消息",
  1735. "consumes": [
  1736. "application/json"
  1737. ],
  1738. "produces": [
  1739. "application/json"
  1740. ],
  1741. "tags": [
  1742. "群发发送群组消息"
  1743. ],
  1744. "summary": "Im-群发发送群组消息",
  1745. "parameters": [
  1746. {
  1747. "type": "string",
  1748. "description": "验证参数Bearer和token空格拼接",
  1749. "name": "Authorization",
  1750. "in": "header",
  1751. "required": true
  1752. },
  1753. {
  1754. "description": "相关参数",
  1755. "name": "req",
  1756. "in": "body",
  1757. "required": true,
  1758. "schema": {
  1759. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  1760. }
  1761. }
  1762. ],
  1763. "responses": {
  1764. "200": {
  1765. "description": "success",
  1766. "schema": {
  1767. "type": "string"
  1768. }
  1769. },
  1770. "400": {
  1771. "description": "具体错误",
  1772. "schema": {
  1773. "$ref": "#/definitions/md.Response"
  1774. }
  1775. }
  1776. }
  1777. }
  1778. },
  1779. "/api/im/batchSendUserMessage": {
  1780. "post": {
  1781. "description": "群发发送用户消息",
  1782. "consumes": [
  1783. "application/json"
  1784. ],
  1785. "produces": [
  1786. "application/json"
  1787. ],
  1788. "tags": [
  1789. "群发发送用户消息"
  1790. ],
  1791. "summary": "Im-群发发送用户消息",
  1792. "parameters": [
  1793. {
  1794. "type": "string",
  1795. "description": "验证参数Bearer和token空格拼接",
  1796. "name": "Authorization",
  1797. "in": "header",
  1798. "required": true
  1799. },
  1800. {
  1801. "description": "相关参数",
  1802. "name": "req",
  1803. "in": "body",
  1804. "required": true,
  1805. "schema": {
  1806. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  1807. }
  1808. }
  1809. ],
  1810. "responses": {
  1811. "200": {
  1812. "description": "success",
  1813. "schema": {
  1814. "type": "string"
  1815. }
  1816. },
  1817. "400": {
  1818. "description": "具体错误",
  1819. "schema": {
  1820. "$ref": "#/definitions/md.Response"
  1821. }
  1822. }
  1823. }
  1824. }
  1825. },
  1826. "/api/im/deleteEmoticon": {
  1827. "post": {
  1828. "description": "表情包(删除)",
  1829. "consumes": [
  1830. "application/json"
  1831. ],
  1832. "produces": [
  1833. "application/json"
  1834. ],
  1835. "tags": [
  1836. "表情包"
  1837. ],
  1838. "summary": "Im-表情包(删除)",
  1839. "parameters": [
  1840. {
  1841. "type": "string",
  1842. "description": "验证参数Bearer和token空格拼接",
  1843. "name": "Authorization",
  1844. "in": "header",
  1845. "required": true
  1846. },
  1847. {
  1848. "description": "相关参数",
  1849. "name": "req",
  1850. "in": "body",
  1851. "required": true,
  1852. "schema": {
  1853. "$ref": "#/definitions/md.DeleteEmoticonReq"
  1854. }
  1855. }
  1856. ],
  1857. "responses": {
  1858. "200": {
  1859. "description": "success",
  1860. "schema": {
  1861. "type": "string"
  1862. }
  1863. },
  1864. "400": {
  1865. "description": "具体错误",
  1866. "schema": {
  1867. "$ref": "#/definitions/md.Response"
  1868. }
  1869. }
  1870. }
  1871. }
  1872. },
  1873. "/api/im/getBasic": {
  1874. "get": {
  1875. "description": "基础设置(获取)",
  1876. "consumes": [
  1877. "application/json"
  1878. ],
  1879. "produces": [
  1880. "application/json"
  1881. ],
  1882. "tags": [
  1883. "基础设置"
  1884. ],
  1885. "summary": "Im-基础设置(获取)",
  1886. "parameters": [
  1887. {
  1888. "type": "string",
  1889. "description": "验证参数Bearer和token空格拼接",
  1890. "name": "Authorization",
  1891. "in": "header",
  1892. "required": true
  1893. }
  1894. ],
  1895. "responses": {
  1896. "200": {
  1897. "description": "设置列表",
  1898. "schema": {
  1899. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1900. }
  1901. },
  1902. "400": {
  1903. "description": "具体错误",
  1904. "schema": {
  1905. "$ref": "#/definitions/md.Response"
  1906. }
  1907. }
  1908. }
  1909. }
  1910. },
  1911. "/api/im/groupList": {
  1912. "post": {
  1913. "description": "群组用户(列表)",
  1914. "consumes": [
  1915. "application/json"
  1916. ],
  1917. "produces": [
  1918. "application/json"
  1919. ],
  1920. "tags": [
  1921. "群组用户"
  1922. ],
  1923. "summary": "Im-群组用户(列表)",
  1924. "parameters": [
  1925. {
  1926. "type": "string",
  1927. "description": "验证参数Bearer和token空格拼接",
  1928. "name": "Authorization",
  1929. "in": "header",
  1930. "required": true
  1931. },
  1932. {
  1933. "description": "相关参数",
  1934. "name": "req",
  1935. "in": "body",
  1936. "required": true,
  1937. "schema": {
  1938. "$ref": "#/definitions/md.GroupListReq"
  1939. }
  1940. }
  1941. ],
  1942. "responses": {
  1943. "200": {
  1944. "description": "OK",
  1945. "schema": {
  1946. "$ref": "#/definitions/md.GroupListResp"
  1947. }
  1948. },
  1949. "400": {
  1950. "description": "具体错误",
  1951. "schema": {
  1952. "$ref": "#/definitions/md.Response"
  1953. }
  1954. }
  1955. }
  1956. }
  1957. },
  1958. "/api/im/pageCustomerService": {
  1959. "post": {
  1960. "description": "客服(列表)",
  1961. "consumes": [
  1962. "application/json"
  1963. ],
  1964. "produces": [
  1965. "application/json"
  1966. ],
  1967. "tags": [
  1968. "客服"
  1969. ],
  1970. "summary": "Im-客服(列表)",
  1971. "parameters": [
  1972. {
  1973. "type": "string",
  1974. "description": "验证参数Bearer和token空格拼接",
  1975. "name": "Authorization",
  1976. "in": "header",
  1977. "required": true
  1978. },
  1979. {
  1980. "description": "相关参数",
  1981. "name": "req",
  1982. "in": "body",
  1983. "required": true,
  1984. "schema": {
  1985. "$ref": "#/definitions/md.PageCustomerServiceReq"
  1986. }
  1987. }
  1988. ],
  1989. "responses": {
  1990. "200": {
  1991. "description": "设置列表",
  1992. "schema": {
  1993. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1994. }
  1995. },
  1996. "400": {
  1997. "description": "具体错误",
  1998. "schema": {
  1999. "$ref": "#/definitions/md.Response"
  2000. }
  2001. }
  2002. }
  2003. }
  2004. },
  2005. "/api/im/pageEmoticon": {
  2006. "post": {
  2007. "description": "表情包(列表)",
  2008. "consumes": [
  2009. "application/json"
  2010. ],
  2011. "produces": [
  2012. "application/json"
  2013. ],
  2014. "tags": [
  2015. "表情包"
  2016. ],
  2017. "summary": "Im-表情包(列表)",
  2018. "parameters": [
  2019. {
  2020. "type": "string",
  2021. "description": "验证参数Bearer和token空格拼接",
  2022. "name": "Authorization",
  2023. "in": "header",
  2024. "required": true
  2025. },
  2026. {
  2027. "description": "相关参数",
  2028. "name": "req",
  2029. "in": "body",
  2030. "required": true,
  2031. "schema": {
  2032. "$ref": "#/definitions/md.PageEmoticonReq"
  2033. }
  2034. }
  2035. ],
  2036. "responses": {
  2037. "200": {
  2038. "description": "设置列表",
  2039. "schema": {
  2040. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2041. }
  2042. },
  2043. "400": {
  2044. "description": "具体错误",
  2045. "schema": {
  2046. "$ref": "#/definitions/md.Response"
  2047. }
  2048. }
  2049. }
  2050. }
  2051. },
  2052. "/api/im/pageSendRedPackageOrd": {
  2053. "post": {
  2054. "description": "红包记录(列表)",
  2055. "consumes": [
  2056. "application/json"
  2057. ],
  2058. "produces": [
  2059. "application/json"
  2060. ],
  2061. "tags": [
  2062. "红包记录"
  2063. ],
  2064. "summary": "Im-红包记录(列表)",
  2065. "parameters": [
  2066. {
  2067. "type": "string",
  2068. "description": "验证参数Bearer和token空格拼接",
  2069. "name": "Authorization",
  2070. "in": "header",
  2071. "required": true
  2072. },
  2073. {
  2074. "description": "相关参数",
  2075. "name": "req",
  2076. "in": "body",
  2077. "required": true,
  2078. "schema": {
  2079. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2080. }
  2081. }
  2082. ],
  2083. "responses": {
  2084. "200": {
  2085. "description": "success",
  2086. "schema": {
  2087. "type": "string"
  2088. }
  2089. },
  2090. "400": {
  2091. "description": "具体错误",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.Response"
  2094. }
  2095. }
  2096. }
  2097. }
  2098. },
  2099. "/api/im/redPackageRecordsDetail": {
  2100. "get": {
  2101. "description": "红包记录(详情)",
  2102. "consumes": [
  2103. "application/json"
  2104. ],
  2105. "produces": [
  2106. "application/json"
  2107. ],
  2108. "tags": [
  2109. "红包记录"
  2110. ],
  2111. "summary": "Im-红包记录(详情)",
  2112. "parameters": [
  2113. {
  2114. "type": "string",
  2115. "description": "验证参数Bearer和token空格拼接",
  2116. "name": "Authorization",
  2117. "in": "header",
  2118. "required": true
  2119. },
  2120. {
  2121. "type": "string",
  2122. "description": "红包id",
  2123. "name": "red_package_id",
  2124. "in": "query",
  2125. "required": true
  2126. }
  2127. ],
  2128. "responses": {
  2129. "200": {
  2130. "description": "success",
  2131. "schema": {
  2132. "type": "string"
  2133. }
  2134. },
  2135. "400": {
  2136. "description": "具体错误",
  2137. "schema": {
  2138. "$ref": "#/definitions/md.Response"
  2139. }
  2140. }
  2141. }
  2142. }
  2143. },
  2144. "/api/im/setBasic": {
  2145. "post": {
  2146. "description": "基础设置(更新)",
  2147. "consumes": [
  2148. "application/json"
  2149. ],
  2150. "produces": [
  2151. "application/json"
  2152. ],
  2153. "tags": [
  2154. "基础设置"
  2155. ],
  2156. "summary": "Im-基础设置(更新)",
  2157. "parameters": [
  2158. {
  2159. "type": "string",
  2160. "description": "验证参数Bearer和token空格拼接",
  2161. "name": "Authorization",
  2162. "in": "header",
  2163. "required": true
  2164. },
  2165. {
  2166. "description": "上传需要修改的信息",
  2167. "name": "req",
  2168. "in": "body",
  2169. "required": true,
  2170. "schema": {
  2171. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2172. }
  2173. }
  2174. ],
  2175. "responses": {
  2176. "200": {
  2177. "description": "success",
  2178. "schema": {
  2179. "type": "string"
  2180. }
  2181. },
  2182. "400": {
  2183. "description": "具体错误",
  2184. "schema": {
  2185. "$ref": "#/definitions/md.Response"
  2186. }
  2187. }
  2188. }
  2189. }
  2190. },
  2191. "/api/im/setCustomerServiceState": {
  2192. "post": {
  2193. "description": "客服(更新状态)",
  2194. "consumes": [
  2195. "application/json"
  2196. ],
  2197. "produces": [
  2198. "application/json"
  2199. ],
  2200. "tags": [
  2201. "客服"
  2202. ],
  2203. "summary": "Im-客服(更新状态)",
  2204. "parameters": [
  2205. {
  2206. "type": "string",
  2207. "description": "验证参数Bearer和token空格拼接",
  2208. "name": "Authorization",
  2209. "in": "header",
  2210. "required": true
  2211. },
  2212. {
  2213. "description": "相关参数",
  2214. "name": "req",
  2215. "in": "body",
  2216. "required": true,
  2217. "schema": {
  2218. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2219. }
  2220. }
  2221. ],
  2222. "responses": {
  2223. "200": {
  2224. "description": "success",
  2225. "schema": {
  2226. "type": "string"
  2227. }
  2228. },
  2229. "400": {
  2230. "description": "具体错误",
  2231. "schema": {
  2232. "$ref": "#/definitions/md.Response"
  2233. }
  2234. }
  2235. }
  2236. }
  2237. },
  2238. "/api/im/setEmoticonState": {
  2239. "post": {
  2240. "description": "表情包(新增)",
  2241. "consumes": [
  2242. "application/json"
  2243. ],
  2244. "produces": [
  2245. "application/json"
  2246. ],
  2247. "tags": [
  2248. "表情包"
  2249. ],
  2250. "summary": "Im-表情包(更新状态)",
  2251. "parameters": [
  2252. {
  2253. "type": "string",
  2254. "description": "验证参数Bearer和token空格拼接",
  2255. "name": "Authorization",
  2256. "in": "header",
  2257. "required": true
  2258. },
  2259. {
  2260. "description": "相关参数",
  2261. "name": "req",
  2262. "in": "body",
  2263. "required": true,
  2264. "schema": {
  2265. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2266. }
  2267. }
  2268. ],
  2269. "responses": {
  2270. "200": {
  2271. "description": "success",
  2272. "schema": {
  2273. "type": "string"
  2274. }
  2275. },
  2276. "400": {
  2277. "description": "具体错误",
  2278. "schema": {
  2279. "$ref": "#/definitions/md.Response"
  2280. }
  2281. }
  2282. }
  2283. }
  2284. },
  2285. "/api/im/updateCustomerServiceMemo": {
  2286. "post": {
  2287. "description": "客服(编辑备注)",
  2288. "consumes": [
  2289. "application/json"
  2290. ],
  2291. "produces": [
  2292. "application/json"
  2293. ],
  2294. "tags": [
  2295. "客服"
  2296. ],
  2297. "summary": "Im-客服(编辑备注)",
  2298. "parameters": [
  2299. {
  2300. "type": "string",
  2301. "description": "验证参数Bearer和token空格拼接",
  2302. "name": "Authorization",
  2303. "in": "header",
  2304. "required": true
  2305. },
  2306. {
  2307. "description": "相关参数",
  2308. "name": "req",
  2309. "in": "body",
  2310. "required": true,
  2311. "schema": {
  2312. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2313. }
  2314. }
  2315. ],
  2316. "responses": {
  2317. "200": {
  2318. "description": "success",
  2319. "schema": {
  2320. "type": "string"
  2321. }
  2322. },
  2323. "400": {
  2324. "description": "具体错误",
  2325. "schema": {
  2326. "$ref": "#/definitions/md.Response"
  2327. }
  2328. }
  2329. }
  2330. }
  2331. },
  2332. "/api/im/updateEmoticon": {
  2333. "post": {
  2334. "description": "表情包(编辑)",
  2335. "consumes": [
  2336. "application/json"
  2337. ],
  2338. "produces": [
  2339. "application/json"
  2340. ],
  2341. "tags": [
  2342. "表情包"
  2343. ],
  2344. "summary": "Im-表情包(编辑)",
  2345. "parameters": [
  2346. {
  2347. "type": "string",
  2348. "description": "验证参数Bearer和token空格拼接",
  2349. "name": "Authorization",
  2350. "in": "header",
  2351. "required": true
  2352. },
  2353. {
  2354. "description": "相关参数",
  2355. "name": "req",
  2356. "in": "body",
  2357. "required": true,
  2358. "schema": {
  2359. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2360. }
  2361. }
  2362. ],
  2363. "responses": {
  2364. "200": {
  2365. "description": "success",
  2366. "schema": {
  2367. "type": "string"
  2368. }
  2369. },
  2370. "400": {
  2371. "description": "具体错误",
  2372. "schema": {
  2373. "$ref": "#/definitions/md.Response"
  2374. }
  2375. }
  2376. }
  2377. }
  2378. },
  2379. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2380. "post": {
  2381. "description": "会员设置(新增)",
  2382. "consumes": [
  2383. "application/json"
  2384. ],
  2385. "produces": [
  2386. "application/json"
  2387. ],
  2388. "tags": [
  2389. "蛋蛋能量"
  2390. ],
  2391. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2392. "parameters": [
  2393. {
  2394. "type": "string",
  2395. "description": "验证参数Bearer和token空格拼接",
  2396. "name": "Authorization",
  2397. "in": "header",
  2398. "required": true
  2399. },
  2400. {
  2401. "description": "system_id 必填",
  2402. "name": "req",
  2403. "in": "body",
  2404. "required": true,
  2405. "schema": {
  2406. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2407. }
  2408. }
  2409. ],
  2410. "responses": {
  2411. "200": {
  2412. "description": "修改数据条数",
  2413. "schema": {
  2414. "type": "int"
  2415. }
  2416. },
  2417. "400": {
  2418. "description": "具体错误",
  2419. "schema": {
  2420. "$ref": "#/definitions/md.Response"
  2421. }
  2422. }
  2423. }
  2424. }
  2425. },
  2426. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2427. "post": {
  2428. "description": "动态数据流水(获取)",
  2429. "consumes": [
  2430. "application/json"
  2431. ],
  2432. "produces": [
  2433. "application/json"
  2434. ],
  2435. "tags": [
  2436. "公排管理"
  2437. ],
  2438. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2439. "parameters": [
  2440. {
  2441. "type": "string",
  2442. "description": "验证参数Bearer和token空格拼接",
  2443. "name": "Authorization",
  2444. "in": "header",
  2445. "required": true
  2446. },
  2447. {
  2448. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2449. "name": "req",
  2450. "in": "body",
  2451. "required": true,
  2452. "schema": {
  2453. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2454. }
  2455. }
  2456. ],
  2457. "responses": {
  2458. "200": {
  2459. "description": "成功返回",
  2460. "schema": {
  2461. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2462. }
  2463. },
  2464. "400": {
  2465. "description": "具体错误",
  2466. "schema": {
  2467. "$ref": "#/definitions/md.Response"
  2468. }
  2469. }
  2470. }
  2471. }
  2472. },
  2473. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2474. "get": {
  2475. "description": "贡献值-基础设置(获取)",
  2476. "consumes": [
  2477. "application/json"
  2478. ],
  2479. "produces": [
  2480. "application/json"
  2481. ],
  2482. "tags": [
  2483. "贡献值"
  2484. ],
  2485. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  2486. "parameters": [
  2487. {
  2488. "type": "string",
  2489. "description": "验证参数Bearer和token空格拼接",
  2490. "name": "Authorization",
  2491. "in": "header",
  2492. "required": true
  2493. }
  2494. ],
  2495. "responses": {
  2496. "200": {
  2497. "description": "具体数据",
  2498. "schema": {
  2499. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  2500. }
  2501. },
  2502. "400": {
  2503. "description": "具体错误",
  2504. "schema": {
  2505. "$ref": "#/definitions/md.Response"
  2506. }
  2507. }
  2508. }
  2509. }
  2510. },
  2511. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  2512. "post": {
  2513. "description": "贡献值-基础设置(更新)",
  2514. "consumes": [
  2515. "application/json"
  2516. ],
  2517. "produces": [
  2518. "application/json"
  2519. ],
  2520. "tags": [
  2521. "贡献值"
  2522. ],
  2523. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  2524. "parameters": [
  2525. {
  2526. "type": "string",
  2527. "description": "验证参数Bearer和token空格拼接",
  2528. "name": "Authorization",
  2529. "in": "header",
  2530. "required": true
  2531. },
  2532. {
  2533. "description": "id 必填",
  2534. "name": "req",
  2535. "in": "body",
  2536. "required": true,
  2537. "schema": {
  2538. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  2539. }
  2540. }
  2541. ],
  2542. "responses": {
  2543. "200": {
  2544. "description": "修改数据条数",
  2545. "schema": {
  2546. "type": "int"
  2547. }
  2548. },
  2549. "400": {
  2550. "description": "具体错误",
  2551. "schema": {
  2552. "$ref": "#/definitions/md.Response"
  2553. }
  2554. }
  2555. }
  2556. }
  2557. },
  2558. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  2559. "post": {
  2560. "description": "蛋蛋分管理(人工打分)",
  2561. "consumes": [
  2562. "application/json"
  2563. ],
  2564. "produces": [
  2565. "application/json"
  2566. ],
  2567. "tags": [
  2568. "蛋蛋能量"
  2569. ],
  2570. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  2571. "parameters": [
  2572. {
  2573. "type": "string",
  2574. "description": "验证参数Bearer和token空格拼接",
  2575. "name": "Authorization",
  2576. "in": "header",
  2577. "required": true
  2578. },
  2579. {
  2580. "description": "请求参数",
  2581. "name": "req",
  2582. "in": "body",
  2583. "required": true,
  2584. "schema": {
  2585. "$ref": "#/definitions/md.ManualScoreReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "成功返回",
  2592. "schema": {
  2593. "type": "string"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  2606. "post": {
  2607. "description": "蛋蛋分管理(着陆页数据分析)",
  2608. "consumes": [
  2609. "application/json"
  2610. ],
  2611. "produces": [
  2612. "application/json"
  2613. ],
  2614. "tags": [
  2615. "蛋蛋能量"
  2616. ],
  2617. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  2618. "parameters": [
  2619. {
  2620. "type": "string",
  2621. "description": "验证参数Bearer和token空格拼接",
  2622. "name": "Authorization",
  2623. "in": "header",
  2624. "required": true
  2625. },
  2626. {
  2627. "description": "请求参数",
  2628. "name": "req",
  2629. "in": "body",
  2630. "required": true,
  2631. "schema": {
  2632. "$ref": "#/definitions/md.StatisticsEggPointReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "成功返回",
  2639. "schema": {
  2640. "$ref": "#/definitions/md.StatisticsEggPointResp"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  2653. "post": {
  2654. "description": "蛋蛋分管理(用户数据列表)",
  2655. "consumes": [
  2656. "application/json"
  2657. ],
  2658. "produces": [
  2659. "application/json"
  2660. ],
  2661. "tags": [
  2662. "蛋蛋能量"
  2663. ],
  2664. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  2665. "parameters": [
  2666. {
  2667. "type": "string",
  2668. "description": "验证参数Bearer和token空格拼接",
  2669. "name": "Authorization",
  2670. "in": "header",
  2671. "required": true
  2672. },
  2673. {
  2674. "description": "请求参数",
  2675. "name": "req",
  2676. "in": "body",
  2677. "required": true,
  2678. "schema": {
  2679. "$ref": "#/definitions/md.UserEggFlowReq"
  2680. }
  2681. }
  2682. ],
  2683. "responses": {
  2684. "200": {
  2685. "description": "成功返回",
  2686. "schema": {
  2687. "$ref": "#/definitions/md.UserEggFlowReqResp"
  2688. }
  2689. },
  2690. "400": {
  2691. "description": "具体错误",
  2692. "schema": {
  2693. "$ref": "#/definitions/md.Response"
  2694. }
  2695. }
  2696. }
  2697. }
  2698. },
  2699. "/api/institutionalManagement/eggEnergy/getBasic": {
  2700. "get": {
  2701. "description": "基础设置(获取)",
  2702. "consumes": [
  2703. "application/json"
  2704. ],
  2705. "produces": [
  2706. "application/json"
  2707. ],
  2708. "tags": [
  2709. "蛋蛋能量"
  2710. ],
  2711. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  2712. "parameters": [
  2713. {
  2714. "type": "string",
  2715. "description": "验证参数Bearer和token空格拼接",
  2716. "name": "Authorization",
  2717. "in": "header",
  2718. "required": true
  2719. }
  2720. ],
  2721. "responses": {
  2722. "200": {
  2723. "description": "具体数据",
  2724. "schema": {
  2725. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  2726. }
  2727. },
  2728. "400": {
  2729. "description": "具体错误",
  2730. "schema": {
  2731. "$ref": "#/definitions/md.Response"
  2732. }
  2733. }
  2734. }
  2735. }
  2736. },
  2737. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  2738. "get": {
  2739. "description": "基础会员设置(获取)",
  2740. "consumes": [
  2741. "application/json"
  2742. ],
  2743. "produces": [
  2744. "application/json"
  2745. ],
  2746. "tags": [
  2747. "蛋蛋能量"
  2748. ],
  2749. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  2750. "parameters": [
  2751. {
  2752. "type": "string",
  2753. "description": "验证参数Bearer和token空格拼接",
  2754. "name": "Authorization",
  2755. "in": "header",
  2756. "required": true
  2757. }
  2758. ],
  2759. "responses": {
  2760. "200": {
  2761. "description": "具体数据",
  2762. "schema": {
  2763. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  2764. }
  2765. },
  2766. "400": {
  2767. "description": "具体错误",
  2768. "schema": {
  2769. "$ref": "#/definitions/md.Response"
  2770. }
  2771. }
  2772. }
  2773. }
  2774. },
  2775. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  2776. "get": {
  2777. "description": "查询所有币种(获取)",
  2778. "consumes": [
  2779. "application/json"
  2780. ],
  2781. "produces": [
  2782. "application/json"
  2783. ],
  2784. "tags": [
  2785. "蛋蛋能量"
  2786. ],
  2787. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  2788. "parameters": [
  2789. {
  2790. "type": "string",
  2791. "description": "验证参数Bearer和token空格拼接",
  2792. "name": "Authorization",
  2793. "in": "header",
  2794. "required": true
  2795. }
  2796. ],
  2797. "responses": {
  2798. "200": {
  2799. "description": "成功返回",
  2800. "schema": {
  2801. "type": "array",
  2802. "items": {
  2803. "$ref": "#/definitions/md.VirtualCoin"
  2804. }
  2805. }
  2806. },
  2807. "400": {
  2808. "description": "具体错误",
  2809. "schema": {
  2810. "$ref": "#/definitions/md.Response"
  2811. }
  2812. }
  2813. }
  2814. }
  2815. },
  2816. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  2817. "get": {
  2818. "description": "数据概览(获取)",
  2819. "consumes": [
  2820. "application/json"
  2821. ],
  2822. "produces": [
  2823. "application/json"
  2824. ],
  2825. "tags": [
  2826. "蛋蛋能量"
  2827. ],
  2828. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  2829. "parameters": [
  2830. {
  2831. "type": "string",
  2832. "description": "验证参数Bearer和token空格拼接",
  2833. "name": "Authorization",
  2834. "in": "header",
  2835. "required": true
  2836. }
  2837. ],
  2838. "responses": {
  2839. "200": {
  2840. "description": "具体数据",
  2841. "schema": {
  2842. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  2843. }
  2844. },
  2845. "400": {
  2846. "description": "具体错误",
  2847. "schema": {
  2848. "$ref": "#/definitions/md.Response"
  2849. }
  2850. }
  2851. }
  2852. }
  2853. },
  2854. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  2855. "post": {
  2856. "description": "价值明细数据(新增)",
  2857. "consumes": [
  2858. "application/json"
  2859. ],
  2860. "produces": [
  2861. "application/json"
  2862. ],
  2863. "tags": [
  2864. "蛋蛋能量"
  2865. ],
  2866. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  2867. "parameters": [
  2868. {
  2869. "type": "string",
  2870. "description": "验证参数Bearer和token空格拼接",
  2871. "name": "Authorization",
  2872. "in": "header",
  2873. "required": true
  2874. },
  2875. {
  2876. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  2877. "name": "req",
  2878. "in": "body",
  2879. "required": true,
  2880. "schema": {
  2881. "$ref": "#/definitions/md.AddFundDataReq"
  2882. }
  2883. }
  2884. ],
  2885. "responses": {
  2886. "200": {
  2887. "description": "插入数据 id",
  2888. "schema": {
  2889. "type": "int"
  2890. }
  2891. },
  2892. "400": {
  2893. "description": "具体错误",
  2894. "schema": {
  2895. "$ref": "#/definitions/md.Response"
  2896. }
  2897. }
  2898. }
  2899. }
  2900. },
  2901. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  2902. "post": {
  2903. "description": "新增数据列表(获取)",
  2904. "consumes": [
  2905. "application/json"
  2906. ],
  2907. "produces": [
  2908. "application/json"
  2909. ],
  2910. "tags": [
  2911. "蛋蛋能量"
  2912. ],
  2913. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  2914. "parameters": [
  2915. {
  2916. "type": "string",
  2917. "description": "验证参数Bearer和token空格拼接",
  2918. "name": "Authorization",
  2919. "in": "header",
  2920. "required": true
  2921. },
  2922. {
  2923. "description": "分页信息必填",
  2924. "name": "req",
  2925. "in": "body",
  2926. "required": true,
  2927. "schema": {
  2928. "$ref": "#/definitions/md.GetFundDataListReq"
  2929. }
  2930. }
  2931. ],
  2932. "responses": {
  2933. "200": {
  2934. "description": "具体数据",
  2935. "schema": {
  2936. "$ref": "#/definitions/md.GetFundDataListResp"
  2937. }
  2938. },
  2939. "400": {
  2940. "description": "具体错误",
  2941. "schema": {
  2942. "$ref": "#/definitions/md.Response"
  2943. }
  2944. }
  2945. }
  2946. }
  2947. },
  2948. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  2949. "post": {
  2950. "description": "新增数据列表详情(查询)",
  2951. "consumes": [
  2952. "application/json"
  2953. ],
  2954. "produces": [
  2955. "application/json"
  2956. ],
  2957. "tags": [
  2958. "蛋蛋能量"
  2959. ],
  2960. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  2961. "parameters": [
  2962. {
  2963. "type": "string",
  2964. "description": "验证参数Bearer和token空格拼接",
  2965. "name": "Authorization",
  2966. "in": "header",
  2967. "required": true
  2968. },
  2969. {
  2970. "description": "获取到的 system_id 以及分页信息",
  2971. "name": "req",
  2972. "in": "body",
  2973. "required": true,
  2974. "schema": {
  2975. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  2976. }
  2977. }
  2978. ],
  2979. "responses": {
  2980. "200": {
  2981. "description": "具体数据",
  2982. "schema": {
  2983. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  2984. }
  2985. },
  2986. "400": {
  2987. "description": "具体错误",
  2988. "schema": {
  2989. "$ref": "#/definitions/md.Response"
  2990. }
  2991. }
  2992. }
  2993. }
  2994. },
  2995. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  2996. "get": {
  2997. "description": "价格趋势(获取)",
  2998. "consumes": [
  2999. "application/json"
  3000. ],
  3001. "produces": [
  3002. "application/json"
  3003. ],
  3004. "tags": [
  3005. "蛋蛋能量"
  3006. ],
  3007. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3008. "parameters": [
  3009. {
  3010. "type": "string",
  3011. "description": "验证参数Bearer和token空格拼接",
  3012. "name": "Authorization",
  3013. "in": "header",
  3014. "required": true
  3015. },
  3016. {
  3017. "type": "string",
  3018. "description": "1:按天 2:按小时 3:按周",
  3019. "name": "kind",
  3020. "in": "query"
  3021. }
  3022. ],
  3023. "responses": {
  3024. "200": {
  3025. "description": "具体数据",
  3026. "schema": {
  3027. "$ref": "#/definitions/md.GetPriceCurveResp"
  3028. }
  3029. },
  3030. "400": {
  3031. "description": "具体错误",
  3032. "schema": {
  3033. "$ref": "#/definitions/md.Response"
  3034. }
  3035. }
  3036. }
  3037. }
  3038. },
  3039. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3040. "post": {
  3041. "description": "激励视频(获取)",
  3042. "consumes": [
  3043. "application/json"
  3044. ],
  3045. "produces": [
  3046. "application/json"
  3047. ],
  3048. "tags": [
  3049. "蛋蛋能量"
  3050. ],
  3051. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3052. "parameters": [
  3053. {
  3054. "type": "string",
  3055. "description": "验证参数Bearer和token空格拼接",
  3056. "name": "Authorization",
  3057. "in": "header",
  3058. "required": true
  3059. },
  3060. {
  3061. "description": "落地页不填页大小默认20条数据",
  3062. "name": "req",
  3063. "in": "body",
  3064. "required": true,
  3065. "schema": {
  3066. "$ref": "#/definitions/md.SetVideoRewardReq"
  3067. }
  3068. }
  3069. ],
  3070. "responses": {
  3071. "200": {
  3072. "description": "OK",
  3073. "schema": {
  3074. "$ref": "#/definitions/md.GetVideoRewardResp"
  3075. }
  3076. },
  3077. "400": {
  3078. "description": "具体错误",
  3079. "schema": {
  3080. "$ref": "#/definitions/md.Response"
  3081. }
  3082. }
  3083. }
  3084. }
  3085. },
  3086. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3087. "post": {
  3088. "description": "其他广告设置数据(新增)",
  3089. "consumes": [
  3090. "application/json"
  3091. ],
  3092. "produces": [
  3093. "application/json"
  3094. ],
  3095. "tags": [
  3096. "蛋蛋能量"
  3097. ],
  3098. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3099. "parameters": [
  3100. {
  3101. "type": "string",
  3102. "description": "验证参数Bearer和token空格拼接",
  3103. "name": "Authorization",
  3104. "in": "header",
  3105. "required": true
  3106. },
  3107. {
  3108. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3109. "name": "req",
  3110. "in": "body",
  3111. "required": true,
  3112. "schema": {
  3113. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3114. }
  3115. }
  3116. ],
  3117. "responses": {
  3118. "200": {
  3119. "description": "插入数据 id",
  3120. "schema": {
  3121. "type": "int"
  3122. }
  3123. },
  3124. "400": {
  3125. "description": "具体错误",
  3126. "schema": {
  3127. "$ref": "#/definitions/md.Response"
  3128. }
  3129. }
  3130. }
  3131. }
  3132. },
  3133. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3134. "post": {
  3135. "description": "其他广告设置数据(获取)",
  3136. "consumes": [
  3137. "application/json"
  3138. ],
  3139. "produces": [
  3140. "application/json"
  3141. ],
  3142. "tags": [
  3143. "蛋蛋能量"
  3144. ],
  3145. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3146. "parameters": [
  3147. {
  3148. "type": "string",
  3149. "description": "验证参数Bearer和token空格拼接",
  3150. "name": "Authorization",
  3151. "in": "header",
  3152. "required": true
  3153. },
  3154. {
  3155. "description": "分页信息必填",
  3156. "name": "req",
  3157. "in": "body",
  3158. "required": true,
  3159. "schema": {
  3160. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3161. }
  3162. }
  3163. ],
  3164. "responses": {
  3165. "200": {
  3166. "description": "具体数据",
  3167. "schema": {
  3168. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3169. }
  3170. },
  3171. "400": {
  3172. "description": "具体错误",
  3173. "schema": {
  3174. "$ref": "#/definitions/md.Response"
  3175. }
  3176. }
  3177. }
  3178. }
  3179. },
  3180. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3181. "post": {
  3182. "description": "激励视频(设置)",
  3183. "consumes": [
  3184. "application/json"
  3185. ],
  3186. "produces": [
  3187. "application/json"
  3188. ],
  3189. "tags": [
  3190. "蛋蛋能量"
  3191. ],
  3192. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3193. "parameters": [
  3194. {
  3195. "type": "string",
  3196. "description": "验证参数Bearer和token空格拼接",
  3197. "name": "Authorization",
  3198. "in": "header",
  3199. "required": true
  3200. },
  3201. {
  3202. "description": "落地页不填页大小默认20条数据",
  3203. "name": "req",
  3204. "in": "body",
  3205. "required": true,
  3206. "schema": {
  3207. "$ref": "#/definitions/md.SetVideoRewardReq"
  3208. }
  3209. }
  3210. ],
  3211. "responses": {
  3212. "200": {
  3213. "description": "success",
  3214. "schema": {
  3215. "type": "string"
  3216. }
  3217. },
  3218. "400": {
  3219. "description": "具体错误",
  3220. "schema": {
  3221. "$ref": "#/definitions/md.Response"
  3222. }
  3223. }
  3224. }
  3225. }
  3226. },
  3227. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3228. "post": {
  3229. "description": "基础设置(更新)",
  3230. "consumes": [
  3231. "application/json"
  3232. ],
  3233. "produces": [
  3234. "application/json"
  3235. ],
  3236. "tags": [
  3237. "蛋蛋能量"
  3238. ],
  3239. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3240. "parameters": [
  3241. {
  3242. "type": "string",
  3243. "description": "验证参数Bearer和token空格拼接",
  3244. "name": "Authorization",
  3245. "in": "header",
  3246. "required": true
  3247. },
  3248. {
  3249. "description": "system_id 必填",
  3250. "name": "req",
  3251. "in": "body",
  3252. "required": true,
  3253. "schema": {
  3254. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3255. }
  3256. }
  3257. ],
  3258. "responses": {
  3259. "200": {
  3260. "description": "修改数据条数",
  3261. "schema": {
  3262. "type": "int"
  3263. }
  3264. },
  3265. "400": {
  3266. "description": "具体错误",
  3267. "schema": {
  3268. "$ref": "#/definitions/md.Response"
  3269. }
  3270. }
  3271. }
  3272. }
  3273. },
  3274. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3275. "post": {
  3276. "description": "会员设置(更新)",
  3277. "consumes": [
  3278. "application/json"
  3279. ],
  3280. "produces": [
  3281. "application/json"
  3282. ],
  3283. "tags": [
  3284. "蛋蛋能量"
  3285. ],
  3286. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3287. "parameters": [
  3288. {
  3289. "type": "string",
  3290. "description": "验证参数Bearer和token空格拼接",
  3291. "name": "Authorization",
  3292. "in": "header",
  3293. "required": true
  3294. },
  3295. {
  3296. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3297. "name": "req",
  3298. "in": "body",
  3299. "required": true,
  3300. "schema": {
  3301. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3302. }
  3303. }
  3304. ],
  3305. "responses": {
  3306. "200": {
  3307. "description": "修改数据条数",
  3308. "schema": {
  3309. "type": "int"
  3310. }
  3311. },
  3312. "400": {
  3313. "description": "具体错误",
  3314. "schema": {
  3315. "$ref": "#/definitions/md.Response"
  3316. }
  3317. }
  3318. }
  3319. }
  3320. },
  3321. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3322. "post": {
  3323. "description": "蛋蛋能量流水(查询)",
  3324. "consumes": [
  3325. "application/json"
  3326. ],
  3327. "produces": [
  3328. "application/json"
  3329. ],
  3330. "tags": [
  3331. "公排管理"
  3332. ],
  3333. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3334. "parameters": [
  3335. {
  3336. "type": "string",
  3337. "description": "验证参数Bearer和token空格拼接",
  3338. "name": "Authorization",
  3339. "in": "header",
  3340. "required": true
  3341. },
  3342. {
  3343. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3344. "name": "req",
  3345. "in": "body",
  3346. "required": true,
  3347. "schema": {
  3348. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3349. }
  3350. }
  3351. ],
  3352. "responses": {
  3353. "200": {
  3354. "description": "成功返回",
  3355. "schema": {
  3356. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3357. }
  3358. },
  3359. "400": {
  3360. "description": "具体错误",
  3361. "schema": {
  3362. "$ref": "#/definitions/md.Response"
  3363. }
  3364. }
  3365. }
  3366. }
  3367. },
  3368. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3369. "post": {
  3370. "description": "蛋蛋能量明细(获取)",
  3371. "consumes": [
  3372. "application/json"
  3373. ],
  3374. "produces": [
  3375. "application/json"
  3376. ],
  3377. "tags": [
  3378. "公排管理"
  3379. ],
  3380. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3381. "parameters": [
  3382. {
  3383. "type": "string",
  3384. "description": "验证参数Bearer和token空格拼接",
  3385. "name": "Authorization",
  3386. "in": "header",
  3387. "required": true
  3388. },
  3389. {
  3390. "description": "落地页不填页大小默认20条数据",
  3391. "name": "req",
  3392. "in": "body",
  3393. "schema": {
  3394. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3395. }
  3396. }
  3397. ],
  3398. "responses": {
  3399. "200": {
  3400. "description": "成功返回",
  3401. "schema": {
  3402. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3403. }
  3404. },
  3405. "400": {
  3406. "description": "具体错误",
  3407. "schema": {
  3408. "$ref": "#/definitions/md.Response"
  3409. }
  3410. }
  3411. }
  3412. }
  3413. },
  3414. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3415. "post": {
  3416. "description": "蛋蛋积分持有者明细(获取)",
  3417. "consumes": [
  3418. "application/json"
  3419. ],
  3420. "produces": [
  3421. "application/json"
  3422. ],
  3423. "tags": [
  3424. "公排管理"
  3425. ],
  3426. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3427. "parameters": [
  3428. {
  3429. "type": "string",
  3430. "description": "验证参数Bearer和token空格拼接",
  3431. "name": "Authorization",
  3432. "in": "header",
  3433. "required": true
  3434. },
  3435. {
  3436. "description": "落地页不填页大小默认20条数据",
  3437. "name": "req",
  3438. "in": "body",
  3439. "schema": {
  3440. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3441. }
  3442. }
  3443. ],
  3444. "responses": {
  3445. "200": {
  3446. "description": "成功返回",
  3447. "schema": {
  3448. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3449. }
  3450. },
  3451. "400": {
  3452. "description": "具体错误",
  3453. "schema": {
  3454. "$ref": "#/definitions/md.Response"
  3455. }
  3456. }
  3457. }
  3458. }
  3459. },
  3460. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3461. "post": {
  3462. "description": "蛋蛋积分流水明细(查询)",
  3463. "consumes": [
  3464. "application/json"
  3465. ],
  3466. "produces": [
  3467. "application/json"
  3468. ],
  3469. "tags": [
  3470. "公排管理"
  3471. ],
  3472. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3473. "parameters": [
  3474. {
  3475. "type": "string",
  3476. "description": "验证参数Bearer和token空格拼接",
  3477. "name": "Authorization",
  3478. "in": "header",
  3479. "required": true
  3480. },
  3481. {
  3482. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3483. "name": "req",
  3484. "in": "body",
  3485. "required": true,
  3486. "schema": {
  3487. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  3488. }
  3489. }
  3490. ],
  3491. "responses": {
  3492. "200": {
  3493. "description": "成功返回",
  3494. "schema": {
  3495. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  3496. }
  3497. },
  3498. "400": {
  3499. "description": "具体错误",
  3500. "schema": {
  3501. "$ref": "#/definitions/md.Response"
  3502. }
  3503. }
  3504. }
  3505. }
  3506. },
  3507. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  3508. "get": {
  3509. "description": "个性化设置(获取)",
  3510. "consumes": [
  3511. "application/json"
  3512. ],
  3513. "produces": [
  3514. "application/json"
  3515. ],
  3516. "tags": [
  3517. "模块设置"
  3518. ],
  3519. "summary": "制度中心-模块设置-个性化设置(获取)",
  3520. "parameters": [
  3521. {
  3522. "type": "string",
  3523. "description": "验证参数Bearer和token空格拼接",
  3524. "name": "Authorization",
  3525. "in": "header",
  3526. "required": true
  3527. },
  3528. {
  3529. "type": "string",
  3530. "description": "模块类型值",
  3531. "name": "mod_name_value",
  3532. "in": "query",
  3533. "required": true
  3534. }
  3535. ],
  3536. "responses": {
  3537. "200": {
  3538. "description": "具体数据",
  3539. "schema": {
  3540. "$ref": "#/definitions/md.ModuleSettingGetResp"
  3541. }
  3542. },
  3543. "400": {
  3544. "description": "具体错误",
  3545. "schema": {
  3546. "$ref": "#/definitions/md.Response"
  3547. }
  3548. }
  3549. }
  3550. }
  3551. },
  3552. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  3553. "post": {
  3554. "description": "个性化设置(更新)",
  3555. "consumes": [
  3556. "application/json"
  3557. ],
  3558. "produces": [
  3559. "application/json"
  3560. ],
  3561. "tags": [
  3562. "模块设置"
  3563. ],
  3564. "summary": "制度中心-模块设置-个性化设置(更新)",
  3565. "parameters": [
  3566. {
  3567. "type": "string",
  3568. "description": "验证参数Bearer和token空格拼接",
  3569. "name": "Authorization",
  3570. "in": "header",
  3571. "required": true
  3572. },
  3573. {
  3574. "description": "模块类型值必填 链接传入完整 URL",
  3575. "name": "req",
  3576. "in": "body",
  3577. "required": true,
  3578. "schema": {
  3579. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  3580. }
  3581. }
  3582. ],
  3583. "responses": {
  3584. "200": {
  3585. "description": "修改数据条数",
  3586. "schema": {
  3587. "type": "int"
  3588. }
  3589. },
  3590. "400": {
  3591. "description": "具体错误",
  3592. "schema": {
  3593. "$ref": "#/definitions/md.Response"
  3594. }
  3595. }
  3596. }
  3597. }
  3598. },
  3599. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  3600. "post": {
  3601. "description": "社区分红(新增)",
  3602. "consumes": [
  3603. "application/json"
  3604. ],
  3605. "produces": [
  3606. "application/json"
  3607. ],
  3608. "tags": [
  3609. "公排管理"
  3610. ],
  3611. "summary": "制度中心-公排管理-社区分红(新增)",
  3612. "parameters": [
  3613. {
  3614. "type": "string",
  3615. "description": "验证参数Bearer和token空格拼接",
  3616. "name": "Authorization",
  3617. "in": "header",
  3618. "required": true
  3619. },
  3620. {
  3621. "description": "分红名称、分红总量",
  3622. "name": "req",
  3623. "in": "body",
  3624. "required": true,
  3625. "schema": {
  3626. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  3627. }
  3628. }
  3629. ],
  3630. "responses": {
  3631. "200": {
  3632. "description": "成功",
  3633. "schema": {
  3634. "type": "success"
  3635. }
  3636. },
  3637. "400": {
  3638. "description": "具体错误",
  3639. "schema": {
  3640. "$ref": "#/definitions/md.Response"
  3641. }
  3642. }
  3643. }
  3644. }
  3645. },
  3646. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  3647. "post": {
  3648. "description": "社区分红(查询)",
  3649. "consumes": [
  3650. "application/json"
  3651. ],
  3652. "produces": [
  3653. "application/json"
  3654. ],
  3655. "tags": [
  3656. "公排管理"
  3657. ],
  3658. "summary": "制度中心-公排管理-社区分红(查询)",
  3659. "parameters": [
  3660. {
  3661. "type": "string",
  3662. "description": "验证参数Bearer和token空格拼接",
  3663. "name": "Authorization",
  3664. "in": "header",
  3665. "required": true
  3666. },
  3667. {
  3668. "description": "页数、每页大小必填 起止时间、起止数量选填",
  3669. "name": "req",
  3670. "in": "body",
  3671. "required": true,
  3672. "schema": {
  3673. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  3674. }
  3675. }
  3676. ],
  3677. "responses": {
  3678. "200": {
  3679. "description": "具体数据",
  3680. "schema": {
  3681. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  3682. }
  3683. },
  3684. "400": {
  3685. "description": "具体错误",
  3686. "schema": {
  3687. "$ref": "#/definitions/md.Response"
  3688. }
  3689. }
  3690. }
  3691. }
  3692. },
  3693. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  3694. "post": {
  3695. "description": "社区长列表(新增)",
  3696. "consumes": [
  3697. "application/json"
  3698. ],
  3699. "produces": [
  3700. "application/json"
  3701. ],
  3702. "tags": [
  3703. "公排管理"
  3704. ],
  3705. "summary": "制度中心-公排管理-社区长列表(新增)",
  3706. "parameters": [
  3707. {
  3708. "type": "string",
  3709. "description": "验证参数Bearer和token空格拼接",
  3710. "name": "Authorization",
  3711. "in": "header",
  3712. "required": true
  3713. },
  3714. {
  3715. "description": "新增社区长 ID、备注",
  3716. "name": "req",
  3717. "in": "body",
  3718. "required": true,
  3719. "schema": {
  3720. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  3721. }
  3722. }
  3723. ],
  3724. "responses": {
  3725. "200": {
  3726. "description": "插入数据 ID",
  3727. "schema": {
  3728. "type": "int"
  3729. }
  3730. },
  3731. "400": {
  3732. "description": "具体错误",
  3733. "schema": {
  3734. "$ref": "#/definitions/md.Response"
  3735. }
  3736. }
  3737. }
  3738. }
  3739. },
  3740. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  3741. "post": {
  3742. "description": "社区长列表(查询)",
  3743. "consumes": [
  3744. "application/json"
  3745. ],
  3746. "produces": [
  3747. "application/json"
  3748. ],
  3749. "tags": [
  3750. "公排管理"
  3751. ],
  3752. "summary": "制度中心-公排管理-社区长列表(查询)",
  3753. "parameters": [
  3754. {
  3755. "type": "string",
  3756. "description": "验证参数Bearer和token空格拼接",
  3757. "name": "Authorization",
  3758. "in": "header",
  3759. "required": true
  3760. },
  3761. {
  3762. "description": "页数、每页大小必填 手机号、用户ID选填",
  3763. "name": "req",
  3764. "in": "body",
  3765. "required": true,
  3766. "schema": {
  3767. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  3768. }
  3769. }
  3770. ],
  3771. "responses": {
  3772. "200": {
  3773. "description": "社区长列表",
  3774. "schema": {
  3775. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  3776. }
  3777. },
  3778. "400": {
  3779. "description": "具体错误",
  3780. "schema": {
  3781. "$ref": "#/definitions/md.Response"
  3782. }
  3783. }
  3784. }
  3785. }
  3786. },
  3787. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  3788. "post": {
  3789. "description": "关系分布图(位置转换)",
  3790. "consumes": [
  3791. "application/json"
  3792. ],
  3793. "produces": [
  3794. "application/json"
  3795. ],
  3796. "tags": [
  3797. "公排管理"
  3798. ],
  3799. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  3800. "parameters": [
  3801. {
  3802. "type": "string",
  3803. "description": "验证参数Bearer和token空格拼接",
  3804. "name": "Authorization",
  3805. "in": "header",
  3806. "required": true
  3807. },
  3808. {
  3809. "description": "需要交换的两个位置",
  3810. "name": "req",
  3811. "in": "body",
  3812. "required": true,
  3813. "schema": {
  3814. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  3815. }
  3816. }
  3817. ],
  3818. "responses": {
  3819. "200": {
  3820. "description": "成功返回",
  3821. "schema": {
  3822. "type": ""
  3823. }
  3824. },
  3825. "400": {
  3826. "description": "具体错误",
  3827. "schema": {
  3828. "$ref": "#/definitions/md.Response"
  3829. }
  3830. }
  3831. }
  3832. }
  3833. },
  3834. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  3835. "get": {
  3836. "description": "关系分布图(获取指定用户上级)",
  3837. "consumes": [
  3838. "application/json"
  3839. ],
  3840. "produces": [
  3841. "application/json"
  3842. ],
  3843. "tags": [
  3844. "公排管理"
  3845. ],
  3846. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  3847. "parameters": [
  3848. {
  3849. "type": "string",
  3850. "description": "验证参数Bearer和token空格拼接",
  3851. "name": "Authorization",
  3852. "in": "header",
  3853. "required": true
  3854. },
  3855. {
  3856. "type": "string",
  3857. "description": "用户ID",
  3858. "name": "uid",
  3859. "in": "query",
  3860. "required": true
  3861. }
  3862. ],
  3863. "responses": {
  3864. "200": {
  3865. "description": "具体数据",
  3866. "schema": {
  3867. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  3868. }
  3869. },
  3870. "400": {
  3871. "description": "具体错误",
  3872. "schema": {
  3873. "$ref": "#/definitions/md.Response"
  3874. }
  3875. }
  3876. }
  3877. }
  3878. },
  3879. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  3880. "get": {
  3881. "description": "关系分布图(获取指定用户下级)",
  3882. "consumes": [
  3883. "application/json"
  3884. ],
  3885. "produces": [
  3886. "application/json"
  3887. ],
  3888. "tags": [
  3889. "公排管理"
  3890. ],
  3891. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  3892. "parameters": [
  3893. {
  3894. "type": "string",
  3895. "description": "验证参数Bearer和token空格拼接",
  3896. "name": "Authorization",
  3897. "in": "header",
  3898. "required": true
  3899. },
  3900. {
  3901. "type": "string",
  3902. "description": "用户ID",
  3903. "name": "uid",
  3904. "in": "query",
  3905. "required": true
  3906. }
  3907. ],
  3908. "responses": {
  3909. "200": {
  3910. "description": "具体数据",
  3911. "schema": {
  3912. "$ref": "#/definitions/md.TreeNode"
  3913. }
  3914. },
  3915. "400": {
  3916. "description": "具体错误",
  3917. "schema": {
  3918. "$ref": "#/definitions/md.Response"
  3919. }
  3920. }
  3921. }
  3922. }
  3923. },
  3924. "/api/institutionalManagement/publicPlatoon/getBasic": {
  3925. "get": {
  3926. "description": "公排基础设置(获取)",
  3927. "consumes": [
  3928. "application/json"
  3929. ],
  3930. "produces": [
  3931. "application/json"
  3932. ],
  3933. "tags": [
  3934. "公排管理"
  3935. ],
  3936. "summary": "制度中心-公排管理-公排基础设置(获取)",
  3937. "parameters": [
  3938. {
  3939. "type": "string",
  3940. "description": "验证参数Bearer和token空格拼接",
  3941. "name": "Authorization",
  3942. "in": "header",
  3943. "required": true
  3944. }
  3945. ],
  3946. "responses": {
  3947. "200": {
  3948. "description": "具体数据",
  3949. "schema": {
  3950. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  3951. }
  3952. },
  3953. "400": {
  3954. "description": "具体错误",
  3955. "schema": {
  3956. "$ref": "#/definitions/md.Response"
  3957. }
  3958. }
  3959. }
  3960. }
  3961. },
  3962. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  3963. "delete": {
  3964. "description": "免罚用户(删除)",
  3965. "consumes": [
  3966. "application/json"
  3967. ],
  3968. "produces": [
  3969. "application/json"
  3970. ],
  3971. "tags": [
  3972. "公排管理"
  3973. ],
  3974. "summary": "制度中心-公排管理-免罚用户(删除)",
  3975. "parameters": [
  3976. {
  3977. "type": "string",
  3978. "description": "验证参数Bearer和token空格拼接",
  3979. "name": "Authorization",
  3980. "in": "header",
  3981. "required": true
  3982. },
  3983. {
  3984. "description": "免罚用户ID",
  3985. "name": "req",
  3986. "in": "body",
  3987. "required": true,
  3988. "schema": {
  3989. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  3990. }
  3991. }
  3992. ],
  3993. "responses": {
  3994. "200": {
  3995. "description": "删除数据数量",
  3996. "schema": {
  3997. "type": "int"
  3998. }
  3999. },
  4000. "400": {
  4001. "description": "具体错误",
  4002. "schema": {
  4003. "$ref": "#/definitions/md.Response"
  4004. }
  4005. }
  4006. }
  4007. }
  4008. },
  4009. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4010. "post": {
  4011. "description": "免罚用户(查询)",
  4012. "consumes": [
  4013. "application/json"
  4014. ],
  4015. "produces": [
  4016. "application/json"
  4017. ],
  4018. "tags": [
  4019. "公排管理"
  4020. ],
  4021. "summary": "制度中心-公排管理-免罚用户(查询)",
  4022. "parameters": [
  4023. {
  4024. "type": "string",
  4025. "description": "验证参数Bearer和token空格拼接",
  4026. "name": "Authorization",
  4027. "in": "header",
  4028. "required": true
  4029. },
  4030. {
  4031. "description": "页数和行数必填,uid选填",
  4032. "name": "req",
  4033. "in": "body",
  4034. "required": true,
  4035. "schema": {
  4036. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4037. }
  4038. }
  4039. ],
  4040. "responses": {
  4041. "200": {
  4042. "description": "成功返回",
  4043. "schema": {
  4044. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4045. }
  4046. },
  4047. "400": {
  4048. "description": "具体错误",
  4049. "schema": {
  4050. "$ref": "#/definitions/md.Response"
  4051. }
  4052. }
  4053. }
  4054. }
  4055. },
  4056. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4057. "post": {
  4058. "description": "免罚用户(新增)",
  4059. "consumes": [
  4060. "application/json"
  4061. ],
  4062. "produces": [
  4063. "application/json"
  4064. ],
  4065. "tags": [
  4066. "公排管理"
  4067. ],
  4068. "summary": "制度中心-公排管理-免罚用户(新增)",
  4069. "parameters": [
  4070. {
  4071. "type": "string",
  4072. "description": "验证参数Bearer和token空格拼接",
  4073. "name": "Authorization",
  4074. "in": "header",
  4075. "required": true
  4076. },
  4077. {
  4078. "description": "免罚用户ID",
  4079. "name": "req",
  4080. "in": "body",
  4081. "required": true,
  4082. "schema": {
  4083. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4084. }
  4085. }
  4086. ],
  4087. "responses": {
  4088. "200": {
  4089. "description": "插入数据 ID",
  4090. "schema": {
  4091. "type": "int"
  4092. }
  4093. },
  4094. "400": {
  4095. "description": "具体错误",
  4096. "schema": {
  4097. "$ref": "#/definitions/md.Response"
  4098. }
  4099. }
  4100. }
  4101. }
  4102. },
  4103. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4104. "get": {
  4105. "description": "关系分布图(获取)",
  4106. "consumes": [
  4107. "application/json"
  4108. ],
  4109. "produces": [
  4110. "application/json"
  4111. ],
  4112. "tags": [
  4113. "公排管理"
  4114. ],
  4115. "summary": "制度中心-公排管理-关系分布图(获取)",
  4116. "parameters": [
  4117. {
  4118. "type": "string",
  4119. "description": "验证参数Bearer和token空格拼接",
  4120. "name": "Authorization",
  4121. "in": "header",
  4122. "required": true
  4123. },
  4124. {
  4125. "type": "string",
  4126. "description": "phone",
  4127. "name": "phone",
  4128. "in": "query",
  4129. "required": true
  4130. },
  4131. {
  4132. "type": "string",
  4133. "description": "uid",
  4134. "name": "uid",
  4135. "in": "query",
  4136. "required": true
  4137. }
  4138. ],
  4139. "responses": {
  4140. "200": {
  4141. "description": "具体数据",
  4142. "schema": {
  4143. "$ref": "#/definitions/md.TreeNode"
  4144. }
  4145. },
  4146. "400": {
  4147. "description": "具体错误",
  4148. "schema": {
  4149. "$ref": "#/definitions/md.Response"
  4150. }
  4151. }
  4152. }
  4153. }
  4154. },
  4155. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4156. "post": {
  4157. "description": "公排基础设置选择会员(查询)",
  4158. "consumes": [
  4159. "application/json"
  4160. ],
  4161. "produces": [
  4162. "application/json"
  4163. ],
  4164. "tags": [
  4165. "公排管理"
  4166. ],
  4167. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4168. "parameters": [
  4169. {
  4170. "type": "string",
  4171. "description": "验证参数Bearer和token空格拼接",
  4172. "name": "Authorization",
  4173. "in": "header",
  4174. "required": true
  4175. },
  4176. {
  4177. "description": "分页信息必填",
  4178. "name": "req",
  4179. "in": "body",
  4180. "required": true,
  4181. "schema": {
  4182. "$ref": "#/definitions/md.SelectMemberReq"
  4183. }
  4184. }
  4185. ],
  4186. "responses": {
  4187. "200": {
  4188. "description": "具体数据",
  4189. "schema": {
  4190. "$ref": "#/definitions/md.SelectMemberResp"
  4191. }
  4192. },
  4193. "400": {
  4194. "description": "具体错误",
  4195. "schema": {
  4196. "$ref": "#/definitions/md.Response"
  4197. }
  4198. }
  4199. }
  4200. }
  4201. },
  4202. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4203. "put": {
  4204. "description": "公排基础设置(修改)",
  4205. "consumes": [
  4206. "application/json"
  4207. ],
  4208. "produces": [
  4209. "application/json"
  4210. ],
  4211. "tags": [
  4212. "公排管理"
  4213. ],
  4214. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4215. "parameters": [
  4216. {
  4217. "type": "string",
  4218. "description": "验证参数Bearer和token空格拼接",
  4219. "name": "Authorization",
  4220. "in": "header",
  4221. "required": true
  4222. },
  4223. {
  4224. "description": "公排设置表单内容",
  4225. "name": "req",
  4226. "in": "body",
  4227. "required": true,
  4228. "schema": {
  4229. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4230. }
  4231. }
  4232. ],
  4233. "responses": {
  4234. "200": {
  4235. "description": "success",
  4236. "schema": {
  4237. "type": "string"
  4238. }
  4239. },
  4240. "400": {
  4241. "description": "具体错误",
  4242. "schema": {
  4243. "$ref": "#/definitions/md.Response"
  4244. }
  4245. }
  4246. }
  4247. }
  4248. },
  4249. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4250. "post": {
  4251. "description": "日活分析",
  4252. "consumes": [
  4253. "application/json"
  4254. ],
  4255. "produces": [
  4256. "application/json"
  4257. ],
  4258. "tags": [
  4259. "公排管理"
  4260. ],
  4261. "summary": "制度中心-公排管理-日活分析",
  4262. "parameters": [
  4263. {
  4264. "type": "string",
  4265. "description": "验证参数Bearer和token空格拼接",
  4266. "name": "Authorization",
  4267. "in": "header",
  4268. "required": true
  4269. },
  4270. {
  4271. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4272. "name": "req",
  4273. "in": "body",
  4274. "required": true,
  4275. "schema": {
  4276. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4277. }
  4278. }
  4279. ],
  4280. "responses": {
  4281. "200": {
  4282. "description": "具体数据",
  4283. "schema": {
  4284. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4285. }
  4286. },
  4287. "400": {
  4288. "description": "具体错误",
  4289. "schema": {
  4290. "$ref": "#/definitions/md.Response"
  4291. }
  4292. }
  4293. }
  4294. }
  4295. },
  4296. "/api/login": {
  4297. "post": {
  4298. "description": "登入",
  4299. "consumes": [
  4300. "application/json"
  4301. ],
  4302. "produces": [
  4303. "application/json"
  4304. ],
  4305. "tags": [
  4306. "登录"
  4307. ],
  4308. "summary": "登陆",
  4309. "parameters": [
  4310. {
  4311. "description": "用户名密码",
  4312. "name": "req",
  4313. "in": "body",
  4314. "required": true,
  4315. "schema": {
  4316. "$ref": "#/definitions/md.LoginReq"
  4317. }
  4318. }
  4319. ],
  4320. "responses": {
  4321. "200": {
  4322. "description": "token",
  4323. "schema": {
  4324. "$ref": "#/definitions/md.LoginResponse"
  4325. }
  4326. },
  4327. "400": {
  4328. "description": "具体错误",
  4329. "schema": {
  4330. "$ref": "#/definitions/md.Response"
  4331. }
  4332. }
  4333. }
  4334. }
  4335. },
  4336. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4337. "get": {
  4338. "description": "新人红包设置(获取)",
  4339. "consumes": [
  4340. "application/json"
  4341. ],
  4342. "produces": [
  4343. "application/json"
  4344. ],
  4345. "tags": [
  4346. "营销应用"
  4347. ],
  4348. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4349. "parameters": [
  4350. {
  4351. "type": "string",
  4352. "description": "验证参数Bearer和token空格拼接",
  4353. "name": "Authorization",
  4354. "in": "header",
  4355. "required": true
  4356. }
  4357. ],
  4358. "responses": {
  4359. "200": {
  4360. "description": "具体数据",
  4361. "schema": {
  4362. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4363. }
  4364. },
  4365. "400": {
  4366. "description": "具体错误",
  4367. "schema": {
  4368. "$ref": "#/definitions/md.Response"
  4369. }
  4370. }
  4371. }
  4372. }
  4373. },
  4374. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  4375. "post": {
  4376. "description": "新人红包列表明细(查询)",
  4377. "consumes": [
  4378. "application/json"
  4379. ],
  4380. "produces": [
  4381. "application/json"
  4382. ],
  4383. "tags": [
  4384. "营销应用"
  4385. ],
  4386. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  4387. "parameters": [
  4388. {
  4389. "type": "string",
  4390. "description": "验证参数Bearer和token空格拼接",
  4391. "name": "Authorization",
  4392. "in": "header",
  4393. "required": true
  4394. },
  4395. {
  4396. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4397. "name": "req",
  4398. "in": "body",
  4399. "required": true,
  4400. "schema": {
  4401. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4402. }
  4403. }
  4404. ],
  4405. "responses": {
  4406. "200": {
  4407. "description": "具体数据",
  4408. "schema": {
  4409. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4410. }
  4411. },
  4412. "400": {
  4413. "description": "具体错误",
  4414. "schema": {
  4415. "$ref": "#/definitions/md.Response"
  4416. }
  4417. }
  4418. }
  4419. }
  4420. },
  4421. "/api/marketingApplications/newUserRedPackage/recordList": {
  4422. "post": {
  4423. "description": "新人红包列表(查询)",
  4424. "consumes": [
  4425. "application/json"
  4426. ],
  4427. "produces": [
  4428. "application/json"
  4429. ],
  4430. "tags": [
  4431. "营销应用"
  4432. ],
  4433. "summary": "制度中心-营销应用-新人红包列表(查询)",
  4434. "parameters": [
  4435. {
  4436. "type": "string",
  4437. "description": "验证参数Bearer和token空格拼接",
  4438. "name": "Authorization",
  4439. "in": "header",
  4440. "required": true
  4441. },
  4442. {
  4443. "description": "新人红包列表查询条件(分页信息必填)",
  4444. "name": "req",
  4445. "in": "body",
  4446. "required": true,
  4447. "schema": {
  4448. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4449. }
  4450. }
  4451. ],
  4452. "responses": {
  4453. "200": {
  4454. "description": "具体数据",
  4455. "schema": {
  4456. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4457. }
  4458. },
  4459. "400": {
  4460. "description": "具体错误",
  4461. "schema": {
  4462. "$ref": "#/definitions/md.Response"
  4463. }
  4464. }
  4465. }
  4466. }
  4467. },
  4468. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4469. "put": {
  4470. "description": "新人红包设置(修改)",
  4471. "consumes": [
  4472. "application/json"
  4473. ],
  4474. "produces": [
  4475. "application/json"
  4476. ],
  4477. "tags": [
  4478. "营销应用"
  4479. ],
  4480. "summary": "制度中心-营销应用-新人红包设置(修改)",
  4481. "parameters": [
  4482. {
  4483. "type": "string",
  4484. "description": "验证参数Bearer和token空格拼接",
  4485. "name": "Authorization",
  4486. "in": "header",
  4487. "required": true
  4488. },
  4489. {
  4490. "description": "新人红包设置表单",
  4491. "name": "req",
  4492. "in": "body",
  4493. "required": true,
  4494. "schema": {
  4495. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  4496. }
  4497. }
  4498. ],
  4499. "responses": {
  4500. "200": {
  4501. "description": "success",
  4502. "schema": {
  4503. "type": "string"
  4504. }
  4505. },
  4506. "400": {
  4507. "description": "具体错误",
  4508. "schema": {
  4509. "$ref": "#/definitions/md.Response"
  4510. }
  4511. }
  4512. }
  4513. }
  4514. },
  4515. "/api/memberCenter/levelManagement/addLevel": {
  4516. "post": {
  4517. "description": "等级管理(新增)",
  4518. "consumes": [
  4519. "application/json"
  4520. ],
  4521. "produces": [
  4522. "application/json"
  4523. ],
  4524. "tags": [
  4525. "会员中心"
  4526. ],
  4527. "summary": "制度中心-会员中心-等级管理(新增)",
  4528. "parameters": [
  4529. {
  4530. "type": "string",
  4531. "description": "验证参数Bearer和token空格拼接",
  4532. "name": "Authorization",
  4533. "in": "header",
  4534. "required": true
  4535. },
  4536. {
  4537. "description": "需要新增的等级信息",
  4538. "name": "req",
  4539. "in": "body",
  4540. "required": true,
  4541. "schema": {
  4542. "$ref": "#/definitions/md.AddLevelReq"
  4543. }
  4544. }
  4545. ],
  4546. "responses": {
  4547. "200": {
  4548. "description": "新增等级ID",
  4549. "schema": {
  4550. "type": "int"
  4551. }
  4552. },
  4553. "400": {
  4554. "description": "具体错误",
  4555. "schema": {
  4556. "$ref": "#/definitions/md.Response"
  4557. }
  4558. }
  4559. }
  4560. }
  4561. },
  4562. "/api/memberCenter/levelManagement/addLevelTask": {
  4563. "post": {
  4564. "description": "等级任务(新增)",
  4565. "consumes": [
  4566. "application/json"
  4567. ],
  4568. "produces": [
  4569. "application/json"
  4570. ],
  4571. "tags": [
  4572. "会员中心"
  4573. ],
  4574. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  4575. "parameters": [
  4576. {
  4577. "type": "string",
  4578. "description": "验证参数Bearer和token空格拼接",
  4579. "name": "Authorization",
  4580. "in": "header",
  4581. "required": true
  4582. },
  4583. {
  4584. "description": "需要新增的任务信息",
  4585. "name": "req",
  4586. "in": "body",
  4587. "required": true,
  4588. "schema": {
  4589. "$ref": "#/definitions/md.AddLevelTaskReq"
  4590. }
  4591. }
  4592. ],
  4593. "responses": {
  4594. "200": {
  4595. "description": "新增的任务ID",
  4596. "schema": {
  4597. "type": "int"
  4598. }
  4599. },
  4600. "400": {
  4601. "description": "具体错误",
  4602. "schema": {
  4603. "$ref": "#/definitions/md.Response"
  4604. }
  4605. }
  4606. }
  4607. }
  4608. },
  4609. "/api/memberCenter/levelManagement/deleteLevel": {
  4610. "delete": {
  4611. "description": "等级管理(删除)",
  4612. "consumes": [
  4613. "application/json"
  4614. ],
  4615. "produces": [
  4616. "application/json"
  4617. ],
  4618. "tags": [
  4619. "会员中心"
  4620. ],
  4621. "summary": "制度中心-会员中心-等级管理(删除)",
  4622. "parameters": [
  4623. {
  4624. "type": "string",
  4625. "description": "验证参数Bearer和token空格拼接",
  4626. "name": "Authorization",
  4627. "in": "header",
  4628. "required": true
  4629. },
  4630. {
  4631. "description": "需要删除的等级 ID",
  4632. "name": "req",
  4633. "in": "body",
  4634. "required": true,
  4635. "schema": {
  4636. "$ref": "#/definitions/md.DeleteLevelReq"
  4637. }
  4638. }
  4639. ],
  4640. "responses": {
  4641. "200": {
  4642. "description": "成功删除数据数量",
  4643. "schema": {
  4644. "type": "int"
  4645. }
  4646. },
  4647. "400": {
  4648. "description": "具体错误",
  4649. "schema": {
  4650. "$ref": "#/definitions/md.Response"
  4651. }
  4652. }
  4653. }
  4654. }
  4655. },
  4656. "/api/memberCenter/levelManagement/deleteLevelTask": {
  4657. "delete": {
  4658. "description": "等级任务(删除)",
  4659. "consumes": [
  4660. "application/json"
  4661. ],
  4662. "produces": [
  4663. "application/json"
  4664. ],
  4665. "tags": [
  4666. "会员中心"
  4667. ],
  4668. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  4669. "parameters": [
  4670. {
  4671. "type": "string",
  4672. "description": "验证参数Bearer和token空格拼接",
  4673. "name": "Authorization",
  4674. "in": "header",
  4675. "required": true
  4676. },
  4677. {
  4678. "description": "需要删除的等级任务ID",
  4679. "name": "req",
  4680. "in": "body",
  4681. "required": true,
  4682. "schema": {
  4683. "$ref": "#/definitions/md.DeleteTaskReq"
  4684. }
  4685. }
  4686. ],
  4687. "responses": {
  4688. "200": {
  4689. "description": "成功删除数据数量",
  4690. "schema": {
  4691. "type": "int"
  4692. }
  4693. },
  4694. "400": {
  4695. "description": "具体错误",
  4696. "schema": {
  4697. "$ref": "#/definitions/md.Response"
  4698. }
  4699. }
  4700. }
  4701. }
  4702. },
  4703. "/api/memberCenter/levelManagement/getLevelList": {
  4704. "get": {
  4705. "description": "标签管理(获取)",
  4706. "consumes": [
  4707. "application/json"
  4708. ],
  4709. "produces": [
  4710. "application/json"
  4711. ],
  4712. "tags": [
  4713. "会员中心"
  4714. ],
  4715. "summary": "制度中心-会员中心-等级管理(获取)",
  4716. "parameters": [
  4717. {
  4718. "type": "string",
  4719. "description": "验证参数Bearer和token空格拼接",
  4720. "name": "Authorization",
  4721. "in": "header",
  4722. "required": true
  4723. },
  4724. {
  4725. "type": "integer",
  4726. "description": "每页大小",
  4727. "name": "limit",
  4728. "in": "query",
  4729. "required": true
  4730. },
  4731. {
  4732. "type": "integer",
  4733. "description": "页数",
  4734. "name": "page",
  4735. "in": "query",
  4736. "required": true
  4737. }
  4738. ],
  4739. "responses": {
  4740. "200": {
  4741. "description": "具体数据",
  4742. "schema": {
  4743. "$ref": "#/definitions/md.GetLevelListResp"
  4744. }
  4745. },
  4746. "400": {
  4747. "description": "具体错误",
  4748. "schema": {
  4749. "$ref": "#/definitions/md.Response"
  4750. }
  4751. }
  4752. }
  4753. }
  4754. },
  4755. "/api/memberCenter/levelManagement/getOneLevel": {
  4756. "get": {
  4757. "description": "等级明细(获取)",
  4758. "consumes": [
  4759. "application/json"
  4760. ],
  4761. "produces": [
  4762. "application/json"
  4763. ],
  4764. "tags": [
  4765. "会员中心"
  4766. ],
  4767. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  4768. "parameters": [
  4769. {
  4770. "type": "string",
  4771. "description": "验证参数Bearer和token空格拼接",
  4772. "name": "Authorization",
  4773. "in": "header",
  4774. "required": true
  4775. },
  4776. {
  4777. "type": "integer",
  4778. "description": "等级 ID",
  4779. "name": "level_id",
  4780. "in": "query",
  4781. "required": true
  4782. }
  4783. ],
  4784. "responses": {
  4785. "200": {
  4786. "description": "具体数据",
  4787. "schema": {
  4788. "$ref": "#/definitions/md.GetOneLevelResp"
  4789. }
  4790. },
  4791. "400": {
  4792. "description": "具体错误",
  4793. "schema": {
  4794. "$ref": "#/definitions/md.Response"
  4795. }
  4796. }
  4797. }
  4798. }
  4799. },
  4800. "/api/memberCenter/levelManagement/updateLevel": {
  4801. "post": {
  4802. "description": "等级管理(更新)",
  4803. "consumes": [
  4804. "application/json"
  4805. ],
  4806. "produces": [
  4807. "application/json"
  4808. ],
  4809. "tags": [
  4810. "会员中心"
  4811. ],
  4812. "summary": "制度中心-会员中心-等级管理(更新)",
  4813. "parameters": [
  4814. {
  4815. "type": "string",
  4816. "description": "验证参数Bearer和token空格拼接",
  4817. "name": "Authorization",
  4818. "in": "header",
  4819. "required": true
  4820. },
  4821. {
  4822. "description": "需要修改的等级信息",
  4823. "name": "req",
  4824. "in": "body",
  4825. "required": true,
  4826. "schema": {
  4827. "$ref": "#/definitions/md.UpdateLevelReq"
  4828. }
  4829. }
  4830. ],
  4831. "responses": {
  4832. "200": {
  4833. "description": "成功修改数据条数",
  4834. "schema": {
  4835. "type": "int"
  4836. }
  4837. },
  4838. "400": {
  4839. "description": "具体错误",
  4840. "schema": {
  4841. "$ref": "#/definitions/md.Response"
  4842. }
  4843. }
  4844. }
  4845. }
  4846. },
  4847. "/api/memberCenter/levelManagement/updateLevelTask": {
  4848. "post": {
  4849. "description": "等级任务(更新)",
  4850. "consumes": [
  4851. "application/json"
  4852. ],
  4853. "produces": [
  4854. "application/json"
  4855. ],
  4856. "tags": [
  4857. "会员中心"
  4858. ],
  4859. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  4860. "parameters": [
  4861. {
  4862. "type": "string",
  4863. "description": "验证参数Bearer和token空格拼接",
  4864. "name": "Authorization",
  4865. "in": "header",
  4866. "required": true
  4867. },
  4868. {
  4869. "description": "需要修改的等级任务信息",
  4870. "name": "req",
  4871. "in": "body",
  4872. "required": true,
  4873. "schema": {
  4874. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  4875. }
  4876. }
  4877. ],
  4878. "responses": {
  4879. "200": {
  4880. "description": "成功修改数据条数",
  4881. "schema": {
  4882. "type": "int"
  4883. }
  4884. },
  4885. "400": {
  4886. "description": "具体错误",
  4887. "schema": {
  4888. "$ref": "#/definitions/md.Response"
  4889. }
  4890. }
  4891. }
  4892. }
  4893. },
  4894. "/api/memberCenter/tagManagement/addTag": {
  4895. "post": {
  4896. "description": "标签管理(新增)",
  4897. "consumes": [
  4898. "application/json"
  4899. ],
  4900. "produces": [
  4901. "application/json"
  4902. ],
  4903. "tags": [
  4904. "会员中心"
  4905. ],
  4906. "summary": "制度中心-会员中心-标签管理(新增)",
  4907. "parameters": [
  4908. {
  4909. "type": "string",
  4910. "description": "验证参数Bearer和token空格拼接",
  4911. "name": "Authorization",
  4912. "in": "header",
  4913. "required": true
  4914. },
  4915. {
  4916. "description": "新增的标签信息",
  4917. "name": "req",
  4918. "in": "body",
  4919. "required": true,
  4920. "schema": {
  4921. "$ref": "#/definitions/md.AddTagReq"
  4922. }
  4923. }
  4924. ],
  4925. "responses": {
  4926. "200": {
  4927. "description": "新增的标签 ID",
  4928. "schema": {
  4929. "type": "int"
  4930. }
  4931. },
  4932. "400": {
  4933. "description": "具体错误",
  4934. "schema": {
  4935. "$ref": "#/definitions/md.Response"
  4936. }
  4937. }
  4938. }
  4939. }
  4940. },
  4941. "/api/memberCenter/tagManagement/deleteTag": {
  4942. "delete": {
  4943. "description": "标签管理(删除)",
  4944. "consumes": [
  4945. "application/json"
  4946. ],
  4947. "produces": [
  4948. "application/json"
  4949. ],
  4950. "tags": [
  4951. "会员中心"
  4952. ],
  4953. "summary": "制度中心-会员中心-标签管理(删除)",
  4954. "parameters": [
  4955. {
  4956. "type": "string",
  4957. "description": "验证参数Bearer和token空格拼接",
  4958. "name": "Authorization",
  4959. "in": "header",
  4960. "required": true
  4961. },
  4962. {
  4963. "description": "需要删除的标签 ID",
  4964. "name": "req",
  4965. "in": "body",
  4966. "required": true,
  4967. "schema": {
  4968. "$ref": "#/definitions/md.DeleteTagReq"
  4969. }
  4970. }
  4971. ],
  4972. "responses": {
  4973. "200": {
  4974. "description": "成功删除标签用户数",
  4975. "schema": {
  4976. "type": "int"
  4977. }
  4978. },
  4979. "400": {
  4980. "description": "具体错误",
  4981. "schema": {
  4982. "$ref": "#/definitions/md.Response"
  4983. }
  4984. }
  4985. }
  4986. }
  4987. },
  4988. "/api/memberCenter/tagManagement/getTagList": {
  4989. "get": {
  4990. "description": "标签管理(获取)",
  4991. "consumes": [
  4992. "application/json"
  4993. ],
  4994. "produces": [
  4995. "application/json"
  4996. ],
  4997. "tags": [
  4998. "会员中心"
  4999. ],
  5000. "summary": "制度中心-会员中心-标签管理(获取)",
  5001. "parameters": [
  5002. {
  5003. "type": "string",
  5004. "description": "验证参数Bearer和token空格拼接",
  5005. "name": "Authorization",
  5006. "in": "header",
  5007. "required": true
  5008. },
  5009. {
  5010. "type": "integer",
  5011. "description": "每页大小",
  5012. "name": "limit",
  5013. "in": "query",
  5014. "required": true
  5015. },
  5016. {
  5017. "type": "integer",
  5018. "description": "页数",
  5019. "name": "page",
  5020. "in": "query",
  5021. "required": true
  5022. }
  5023. ],
  5024. "responses": {
  5025. "200": {
  5026. "description": "具体数据",
  5027. "schema": {
  5028. "$ref": "#/definitions/md.GetTagListResp"
  5029. }
  5030. },
  5031. "400": {
  5032. "description": "具体错误",
  5033. "schema": {
  5034. "$ref": "#/definitions/md.Response"
  5035. }
  5036. }
  5037. }
  5038. }
  5039. },
  5040. "/api/memberCenter/tagManagement/updateTag": {
  5041. "post": {
  5042. "description": "标签管理(更新)",
  5043. "consumes": [
  5044. "application/json"
  5045. ],
  5046. "produces": [
  5047. "application/json"
  5048. ],
  5049. "tags": [
  5050. "会员中心"
  5051. ],
  5052. "summary": "制度中心-会员中心-标签管理(更新)",
  5053. "parameters": [
  5054. {
  5055. "type": "string",
  5056. "description": "验证参数Bearer和token空格拼接",
  5057. "name": "Authorization",
  5058. "in": "header",
  5059. "required": true
  5060. },
  5061. {
  5062. "description": "需要修改的标签信息",
  5063. "name": "req",
  5064. "in": "body",
  5065. "required": true,
  5066. "schema": {
  5067. "$ref": "#/definitions/md.UpdateTagReq"
  5068. }
  5069. }
  5070. ],
  5071. "responses": {
  5072. "200": {
  5073. "description": "成功修改数据条数",
  5074. "schema": {
  5075. "type": "int"
  5076. }
  5077. },
  5078. "400": {
  5079. "description": "具体错误",
  5080. "schema": {
  5081. "$ref": "#/definitions/md.Response"
  5082. }
  5083. }
  5084. }
  5085. }
  5086. },
  5087. "/api/memberCenter/userManagement/balanceDetail": {
  5088. "get": {
  5089. "description": "会员明细(余额获取)",
  5090. "consumes": [
  5091. "application/json"
  5092. ],
  5093. "produces": [
  5094. "application/json"
  5095. ],
  5096. "tags": [
  5097. "会员中心"
  5098. ],
  5099. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5100. "parameters": [
  5101. {
  5102. "type": "string",
  5103. "description": "验证参数Bearer和token空格拼接",
  5104. "name": "Authorization",
  5105. "in": "header",
  5106. "required": true
  5107. },
  5108. {
  5109. "type": "string",
  5110. "description": "用户 ID",
  5111. "name": "uid",
  5112. "in": "query",
  5113. "required": true
  5114. },
  5115. {
  5116. "type": "string",
  5117. "description": "每页大小",
  5118. "name": "limit",
  5119. "in": "query",
  5120. "required": true
  5121. },
  5122. {
  5123. "type": "string",
  5124. "description": "页数",
  5125. "name": "page",
  5126. "in": "query",
  5127. "required": true
  5128. }
  5129. ],
  5130. "responses": {
  5131. "200": {
  5132. "description": "具体数据",
  5133. "schema": {
  5134. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5135. }
  5136. },
  5137. "400": {
  5138. "description": "具体错误",
  5139. "schema": {
  5140. "$ref": "#/definitions/md.Response"
  5141. }
  5142. }
  5143. }
  5144. }
  5145. },
  5146. "/api/memberCenter/userManagement/getFans": {
  5147. "get": {
  5148. "description": "会员明细粉丝情况(获取)",
  5149. "consumes": [
  5150. "application/json"
  5151. ],
  5152. "produces": [
  5153. "application/json"
  5154. ],
  5155. "tags": [
  5156. "会员中心"
  5157. ],
  5158. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5159. "parameters": [
  5160. {
  5161. "type": "string",
  5162. "description": "验证参数Bearer和token空格拼接",
  5163. "name": "Authorization",
  5164. "in": "header",
  5165. "required": true
  5166. },
  5167. {
  5168. "type": "string",
  5169. "description": "用户 ID",
  5170. "name": "uid",
  5171. "in": "query",
  5172. "required": true
  5173. },
  5174. {
  5175. "type": "string",
  5176. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5177. "name": "type",
  5178. "in": "query",
  5179. "required": true
  5180. },
  5181. {
  5182. "type": "string",
  5183. "description": "每页大小",
  5184. "name": "limit",
  5185. "in": "query",
  5186. "required": true
  5187. },
  5188. {
  5189. "type": "string",
  5190. "description": "页数",
  5191. "name": "page",
  5192. "in": "query",
  5193. "required": true
  5194. }
  5195. ],
  5196. "responses": {
  5197. "200": {
  5198. "description": "具体数据",
  5199. "schema": {
  5200. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5201. }
  5202. },
  5203. "400": {
  5204. "description": "具体错误",
  5205. "schema": {
  5206. "$ref": "#/definitions/md.Response"
  5207. }
  5208. }
  5209. }
  5210. }
  5211. },
  5212. "/api/memberCenter/userManagement/getUserList": {
  5213. "post": {
  5214. "description": "用户信息管理(获取)",
  5215. "consumes": [
  5216. "application/json"
  5217. ],
  5218. "produces": [
  5219. "application/json"
  5220. ],
  5221. "tags": [
  5222. "会员中心"
  5223. ],
  5224. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5225. "parameters": [
  5226. {
  5227. "type": "string",
  5228. "description": "验证参数Bearer和token空格拼接",
  5229. "name": "Authorization",
  5230. "in": "header",
  5231. "required": true
  5232. },
  5233. {
  5234. "description": "分页信息必填",
  5235. "name": "req",
  5236. "in": "body",
  5237. "required": true,
  5238. "schema": {
  5239. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5240. }
  5241. }
  5242. ],
  5243. "responses": {
  5244. "200": {
  5245. "description": "具体数据",
  5246. "schema": {
  5247. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5248. }
  5249. },
  5250. "400": {
  5251. "description": "具体错误",
  5252. "schema": {
  5253. "$ref": "#/definitions/md.Response"
  5254. }
  5255. }
  5256. }
  5257. }
  5258. },
  5259. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5260. "get": {
  5261. "description": "会员明细(积分明细获取)",
  5262. "consumes": [
  5263. "application/json"
  5264. ],
  5265. "produces": [
  5266. "application/json"
  5267. ],
  5268. "tags": [
  5269. "会员中心"
  5270. ],
  5271. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5272. "parameters": [
  5273. {
  5274. "type": "string",
  5275. "description": "验证参数Bearer和token空格拼接",
  5276. "name": "Authorization",
  5277. "in": "header",
  5278. "required": true
  5279. },
  5280. {
  5281. "type": "string",
  5282. "description": "用户 ID",
  5283. "name": "uid",
  5284. "in": "query",
  5285. "required": true
  5286. },
  5287. {
  5288. "type": "string",
  5289. "description": "货币 ID",
  5290. "name": "coinId",
  5291. "in": "query",
  5292. "required": true
  5293. },
  5294. {
  5295. "type": "string",
  5296. "description": "每页大小",
  5297. "name": "limit",
  5298. "in": "query",
  5299. "required": true
  5300. },
  5301. {
  5302. "type": "string",
  5303. "description": "页数",
  5304. "name": "page",
  5305. "in": "query",
  5306. "required": true
  5307. }
  5308. ],
  5309. "responses": {
  5310. "200": {
  5311. "description": "具体数据",
  5312. "schema": {
  5313. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5314. }
  5315. },
  5316. "400": {
  5317. "description": "具体错误",
  5318. "schema": {
  5319. "$ref": "#/definitions/md.Response"
  5320. }
  5321. }
  5322. }
  5323. }
  5324. },
  5325. "/api/memberCenter/userManagement/updateUserInfo": {
  5326. "post": {
  5327. "description": "用户信息管理(更新)",
  5328. "consumes": [
  5329. "application/json"
  5330. ],
  5331. "produces": [
  5332. "application/json"
  5333. ],
  5334. "tags": [
  5335. "会员中心"
  5336. ],
  5337. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5338. "parameters": [
  5339. {
  5340. "type": "string",
  5341. "description": "验证参数Bearer和token空格拼接",
  5342. "name": "Authorization",
  5343. "in": "header",
  5344. "required": true
  5345. },
  5346. {
  5347. "description": "用户ID 必传",
  5348. "name": "req",
  5349. "in": "body",
  5350. "required": true,
  5351. "schema": {
  5352. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5353. }
  5354. }
  5355. ],
  5356. "responses": {
  5357. "200": {
  5358. "description": "修改数据行数",
  5359. "schema": {
  5360. "type": "int"
  5361. }
  5362. },
  5363. "400": {
  5364. "description": "具体错误",
  5365. "schema": {
  5366. "$ref": "#/definitions/md.Response"
  5367. }
  5368. }
  5369. }
  5370. }
  5371. },
  5372. "/api/memberCenter/userManagement/userData": {
  5373. "get": {
  5374. "description": "会员明细概况(获取)",
  5375. "consumes": [
  5376. "application/json"
  5377. ],
  5378. "produces": [
  5379. "application/json"
  5380. ],
  5381. "tags": [
  5382. "会员中心"
  5383. ],
  5384. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5385. "parameters": [
  5386. {
  5387. "type": "string",
  5388. "description": "验证参数Bearer和token空格拼接",
  5389. "name": "Authorization",
  5390. "in": "header",
  5391. "required": true
  5392. },
  5393. {
  5394. "type": "string",
  5395. "description": "用户 ID",
  5396. "name": "uid",
  5397. "in": "query",
  5398. "required": true
  5399. }
  5400. ],
  5401. "responses": {
  5402. "200": {
  5403. "description": "会员明细概况具体数据",
  5404. "schema": {
  5405. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5406. }
  5407. },
  5408. "400": {
  5409. "description": "具体错误",
  5410. "schema": {
  5411. "$ref": "#/definitions/md.Response"
  5412. }
  5413. }
  5414. }
  5415. }
  5416. },
  5417. "/api/notice/aliyunSms/file/phone": {
  5418. "post": {
  5419. "description": "短信推送记录-通知模板",
  5420. "consumes": [
  5421. "application/json"
  5422. ],
  5423. "produces": [
  5424. "application/json"
  5425. ],
  5426. "tags": [
  5427. "消息中心"
  5428. ],
  5429. "summary": "消息中心-短信推送记录-通知模板",
  5430. "parameters": [
  5431. {
  5432. "type": "string",
  5433. "description": "验证参数Bearer和token空格拼接",
  5434. "name": "Authorization",
  5435. "in": "header",
  5436. "required": true
  5437. },
  5438. {
  5439. "type": "string",
  5440. "description": "参数 file-----文件上传格式",
  5441. "name": "file",
  5442. "in": "formData",
  5443. "required": true
  5444. }
  5445. ],
  5446. "responses": {
  5447. "200": {
  5448. "description": "phone 一个数组",
  5449. "schema": {
  5450. "type": "string"
  5451. }
  5452. },
  5453. "400": {
  5454. "description": "具体错误",
  5455. "schema": {
  5456. "$ref": "#/definitions/md.Response"
  5457. }
  5458. }
  5459. }
  5460. }
  5461. },
  5462. "/api/notice/aliyunSms/push/list": {
  5463. "post": {
  5464. "description": "短信推送记录-推送记录列表",
  5465. "consumes": [
  5466. "application/json"
  5467. ],
  5468. "produces": [
  5469. "application/json"
  5470. ],
  5471. "tags": [
  5472. "消息中心"
  5473. ],
  5474. "summary": "消息中心-短信推送记录-推送记录列表",
  5475. "parameters": [
  5476. {
  5477. "type": "string",
  5478. "description": "验证参数Bearer和token空格拼接",
  5479. "name": "Authorization",
  5480. "in": "header",
  5481. "required": true
  5482. },
  5483. {
  5484. "description": "(分页信息必填)",
  5485. "name": "req",
  5486. "in": "body",
  5487. "required": true,
  5488. "schema": {
  5489. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5490. }
  5491. }
  5492. ],
  5493. "responses": {
  5494. "200": {
  5495. "description": "具体数据",
  5496. "schema": {
  5497. "$ref": "#/definitions/md.NoticePushListResp"
  5498. }
  5499. },
  5500. "400": {
  5501. "description": "具体错误",
  5502. "schema": {
  5503. "$ref": "#/definitions/md.Response"
  5504. }
  5505. }
  5506. }
  5507. }
  5508. },
  5509. "/api/notice/aliyunSms/push/save": {
  5510. "post": {
  5511. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5512. "consumes": [
  5513. "application/json"
  5514. ],
  5515. "produces": [
  5516. "application/json"
  5517. ],
  5518. "tags": [
  5519. "消息中心"
  5520. ],
  5521. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  5522. "parameters": [
  5523. {
  5524. "type": "string",
  5525. "description": "验证参数Bearer和token空格拼接",
  5526. "name": "Authorization",
  5527. "in": "header",
  5528. "required": true
  5529. },
  5530. {
  5531. "description": "(分页信息必填)",
  5532. "name": "req",
  5533. "in": "body",
  5534. "required": true,
  5535. "schema": {
  5536. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5537. }
  5538. }
  5539. ],
  5540. "responses": {
  5541. "200": {
  5542. "description": "具体数据",
  5543. "schema": {
  5544. "type": "string"
  5545. }
  5546. },
  5547. "400": {
  5548. "description": "具体错误",
  5549. "schema": {
  5550. "$ref": "#/definitions/md.Response"
  5551. }
  5552. }
  5553. }
  5554. }
  5555. },
  5556. "/api/notice/aliyunSms/sale/base": {
  5557. "get": {
  5558. "description": "短信推送记录-营销短信-通知模板",
  5559. "consumes": [
  5560. "application/json"
  5561. ],
  5562. "produces": [
  5563. "application/json"
  5564. ],
  5565. "tags": [
  5566. "消息中心"
  5567. ],
  5568. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  5569. "parameters": [
  5570. {
  5571. "type": "string",
  5572. "description": "验证参数Bearer和token空格拼接",
  5573. "name": "Authorization",
  5574. "in": "header",
  5575. "required": true
  5576. }
  5577. ],
  5578. "responses": {
  5579. "200": {
  5580. "description": "具体数据",
  5581. "schema": {
  5582. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5583. }
  5584. },
  5585. "400": {
  5586. "description": "具体错误",
  5587. "schema": {
  5588. "$ref": "#/definitions/md.Response"
  5589. }
  5590. }
  5591. }
  5592. }
  5593. },
  5594. "/api/notice/aliyunSms/sale/save": {
  5595. "post": {
  5596. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5597. "consumes": [
  5598. "application/json"
  5599. ],
  5600. "produces": [
  5601. "application/json"
  5602. ],
  5603. "tags": [
  5604. "消息中心"
  5605. ],
  5606. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5607. "parameters": [
  5608. {
  5609. "type": "string",
  5610. "description": "验证参数Bearer和token空格拼接",
  5611. "name": "Authorization",
  5612. "in": "header",
  5613. "required": true
  5614. },
  5615. {
  5616. "description": "数组 把列表的数组传过来",
  5617. "name": "req",
  5618. "in": "body",
  5619. "required": true,
  5620. "schema": {
  5621. "type": "string"
  5622. }
  5623. }
  5624. ],
  5625. "responses": {
  5626. "200": {
  5627. "description": "具体数据",
  5628. "schema": {
  5629. "type": "string"
  5630. }
  5631. },
  5632. "400": {
  5633. "description": "具体错误",
  5634. "schema": {
  5635. "$ref": "#/definitions/md.Response"
  5636. }
  5637. }
  5638. }
  5639. }
  5640. },
  5641. "/api/notice/base/del": {
  5642. "post": {
  5643. "description": "基本配置-通知模板删除",
  5644. "consumes": [
  5645. "application/json"
  5646. ],
  5647. "produces": [
  5648. "application/json"
  5649. ],
  5650. "tags": [
  5651. "消息中心"
  5652. ],
  5653. "summary": "消息中心-基本配置-通知模板删除",
  5654. "parameters": [
  5655. {
  5656. "type": "string",
  5657. "description": "验证参数Bearer和token空格拼接",
  5658. "name": "Authorization",
  5659. "in": "header",
  5660. "required": true
  5661. },
  5662. {
  5663. "description": "(分页信息必填)",
  5664. "name": "req",
  5665. "in": "body",
  5666. "required": true,
  5667. "schema": {
  5668. "$ref": "#/definitions/md.NoticeDelReq"
  5669. }
  5670. }
  5671. ],
  5672. "responses": {
  5673. "200": {
  5674. "description": "具体数据",
  5675. "schema": {
  5676. "type": "string"
  5677. }
  5678. },
  5679. "400": {
  5680. "description": "具体错误",
  5681. "schema": {
  5682. "$ref": "#/definitions/md.Response"
  5683. }
  5684. }
  5685. }
  5686. }
  5687. },
  5688. "/api/notice/base/list": {
  5689. "post": {
  5690. "description": "基本配置-通知模板",
  5691. "consumes": [
  5692. "application/json"
  5693. ],
  5694. "produces": [
  5695. "application/json"
  5696. ],
  5697. "tags": [
  5698. "消息中心"
  5699. ],
  5700. "summary": "消息中心-基本配置-通知模板",
  5701. "parameters": [
  5702. {
  5703. "type": "string",
  5704. "description": "验证参数Bearer和token空格拼接",
  5705. "name": "Authorization",
  5706. "in": "header",
  5707. "required": true
  5708. },
  5709. {
  5710. "description": "(分页信息必填)",
  5711. "name": "req",
  5712. "in": "body",
  5713. "required": true,
  5714. "schema": {
  5715. "$ref": "#/definitions/md.NoticeListReq"
  5716. }
  5717. }
  5718. ],
  5719. "responses": {
  5720. "200": {
  5721. "description": "具体数据",
  5722. "schema": {
  5723. "$ref": "#/definitions/md.NoticeListResp"
  5724. }
  5725. },
  5726. "400": {
  5727. "description": "具体错误",
  5728. "schema": {
  5729. "$ref": "#/definitions/md.Response"
  5730. }
  5731. }
  5732. }
  5733. }
  5734. },
  5735. "/api/notice/base/save": {
  5736. "post": {
  5737. "description": "基本配置-通知模板添加编辑",
  5738. "consumes": [
  5739. "application/json"
  5740. ],
  5741. "produces": [
  5742. "application/json"
  5743. ],
  5744. "tags": [
  5745. "消息中心"
  5746. ],
  5747. "summary": "消息中心-基本配置-通知模板添加编辑",
  5748. "parameters": [
  5749. {
  5750. "type": "string",
  5751. "description": "验证参数Bearer和token空格拼接",
  5752. "name": "Authorization",
  5753. "in": "header",
  5754. "required": true
  5755. },
  5756. {
  5757. "description": "(分页信息必填)",
  5758. "name": "req",
  5759. "in": "body",
  5760. "required": true,
  5761. "schema": {
  5762. "$ref": "#/definitions/md.NoticeSaveReq"
  5763. }
  5764. }
  5765. ],
  5766. "responses": {
  5767. "200": {
  5768. "description": "具体数据",
  5769. "schema": {
  5770. "type": "string"
  5771. }
  5772. },
  5773. "400": {
  5774. "description": "具体错误",
  5775. "schema": {
  5776. "$ref": "#/definitions/md.Response"
  5777. }
  5778. }
  5779. }
  5780. }
  5781. },
  5782. "/api/notice/jPush/push/list": {
  5783. "post": {
  5784. "description": "基本配置-推送记录列表",
  5785. "consumes": [
  5786. "application/json"
  5787. ],
  5788. "produces": [
  5789. "application/json"
  5790. ],
  5791. "tags": [
  5792. "消息中心"
  5793. ],
  5794. "summary": "消息中心-基本配置-推送记录列表",
  5795. "parameters": [
  5796. {
  5797. "type": "string",
  5798. "description": "验证参数Bearer和token空格拼接",
  5799. "name": "Authorization",
  5800. "in": "header",
  5801. "required": true
  5802. },
  5803. {
  5804. "description": "(分页信息必填)",
  5805. "name": "req",
  5806. "in": "body",
  5807. "required": true,
  5808. "schema": {
  5809. "$ref": "#/definitions/md.NoticeListReq"
  5810. }
  5811. }
  5812. ],
  5813. "responses": {
  5814. "200": {
  5815. "description": "具体数据",
  5816. "schema": {
  5817. "$ref": "#/definitions/md.NoticePushListResp"
  5818. }
  5819. },
  5820. "400": {
  5821. "description": "具体错误",
  5822. "schema": {
  5823. "$ref": "#/definitions/md.Response"
  5824. }
  5825. }
  5826. }
  5827. }
  5828. },
  5829. "/api/notice/jPush/push/save": {
  5830. "post": {
  5831. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5832. "consumes": [
  5833. "application/json"
  5834. ],
  5835. "produces": [
  5836. "application/json"
  5837. ],
  5838. "tags": [
  5839. "消息中心"
  5840. ],
  5841. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  5842. "parameters": [
  5843. {
  5844. "type": "string",
  5845. "description": "验证参数Bearer和token空格拼接",
  5846. "name": "Authorization",
  5847. "in": "header",
  5848. "required": true
  5849. },
  5850. {
  5851. "description": "(分页信息必填)",
  5852. "name": "req",
  5853. "in": "body",
  5854. "required": true,
  5855. "schema": {
  5856. "$ref": "#/definitions/md.NoticeSaveReq"
  5857. }
  5858. }
  5859. ],
  5860. "responses": {
  5861. "200": {
  5862. "description": "具体数据",
  5863. "schema": {
  5864. "type": "string"
  5865. }
  5866. },
  5867. "400": {
  5868. "description": "具体错误",
  5869. "schema": {
  5870. "$ref": "#/definitions/md.Response"
  5871. }
  5872. }
  5873. }
  5874. }
  5875. },
  5876. "/api/settCenter/oss/aliYun/getBasic": {
  5877. "get": {
  5878. "description": "对象存储设置(获取)",
  5879. "consumes": [
  5880. "application/json"
  5881. ],
  5882. "produces": [
  5883. "application/json"
  5884. ],
  5885. "tags": [
  5886. "对象存储"
  5887. ],
  5888. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5889. "parameters": [
  5890. {
  5891. "type": "string",
  5892. "description": "验证参数Bearer和token空格拼接",
  5893. "name": "Authorization",
  5894. "in": "header",
  5895. "required": true
  5896. }
  5897. ],
  5898. "responses": {
  5899. "200": {
  5900. "description": "设置列表",
  5901. "schema": {
  5902. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5903. }
  5904. },
  5905. "400": {
  5906. "description": "具体错误",
  5907. "schema": {
  5908. "$ref": "#/definitions/md.Response"
  5909. }
  5910. }
  5911. }
  5912. }
  5913. },
  5914. "/api/settCenter/oss/aliYun/setBasic": {
  5915. "post": {
  5916. "description": "对象存储设置(更新)",
  5917. "consumes": [
  5918. "application/json"
  5919. ],
  5920. "produces": [
  5921. "application/json"
  5922. ],
  5923. "tags": [
  5924. "对象存储"
  5925. ],
  5926. "summary": "设置中心-对象存储-对象存储设置(更新)",
  5927. "parameters": [
  5928. {
  5929. "type": "string",
  5930. "description": "验证参数Bearer和token空格拼接",
  5931. "name": "Authorization",
  5932. "in": "header",
  5933. "required": true
  5934. },
  5935. {
  5936. "description": "上传需要修改的信息",
  5937. "name": "req",
  5938. "in": "body",
  5939. "required": true,
  5940. "schema": {
  5941. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  5942. }
  5943. }
  5944. ],
  5945. "responses": {
  5946. "200": {
  5947. "description": "success",
  5948. "schema": {
  5949. "type": "string"
  5950. }
  5951. },
  5952. "400": {
  5953. "description": "具体错误",
  5954. "schema": {
  5955. "$ref": "#/definitions/md.Response"
  5956. }
  5957. }
  5958. }
  5959. }
  5960. },
  5961. "/api/userFeedback/cate/list": {
  5962. "post": {
  5963. "description": "分类列表",
  5964. "consumes": [
  5965. "application/json"
  5966. ],
  5967. "produces": [
  5968. "application/json"
  5969. ],
  5970. "tags": [
  5971. "消息中心"
  5972. ],
  5973. "summary": "反馈列表-分类列表",
  5974. "parameters": [
  5975. {
  5976. "type": "string",
  5977. "description": "验证参数Bearer和token空格拼接",
  5978. "name": "Authorization",
  5979. "in": "header",
  5980. "required": true
  5981. },
  5982. {
  5983. "description": "(分页信息必填)",
  5984. "name": "req",
  5985. "in": "body",
  5986. "required": true,
  5987. "schema": {
  5988. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  5989. }
  5990. }
  5991. ],
  5992. "responses": {
  5993. "200": {
  5994. "description": "具体数据",
  5995. "schema": {
  5996. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  5997. }
  5998. },
  5999. "400": {
  6000. "description": "具体错误",
  6001. "schema": {
  6002. "$ref": "#/definitions/md.Response"
  6003. }
  6004. }
  6005. }
  6006. }
  6007. },
  6008. "/api/userFeedback/content/change/state": {
  6009. "post": {
  6010. "description": "反馈列表-修改状态",
  6011. "consumes": [
  6012. "application/json"
  6013. ],
  6014. "produces": [
  6015. "application/json"
  6016. ],
  6017. "tags": [
  6018. "消息中心"
  6019. ],
  6020. "summary": "用户反馈-反馈列表-修改状态",
  6021. "parameters": [
  6022. {
  6023. "type": "string",
  6024. "description": "验证参数Bearer和token空格拼接",
  6025. "name": "Authorization",
  6026. "in": "header",
  6027. "required": true
  6028. },
  6029. {
  6030. "description": "(分页信息必填)",
  6031. "name": "req",
  6032. "in": "body",
  6033. "required": true,
  6034. "schema": {
  6035. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6036. }
  6037. }
  6038. ],
  6039. "responses": {
  6040. "200": {
  6041. "description": "具体数据",
  6042. "schema": {
  6043. "type": "string"
  6044. }
  6045. },
  6046. "400": {
  6047. "description": "具体错误",
  6048. "schema": {
  6049. "$ref": "#/definitions/md.Response"
  6050. }
  6051. }
  6052. }
  6053. }
  6054. },
  6055. "/api/userFeedback/content/del": {
  6056. "post": {
  6057. "description": "反馈列表-反馈删除",
  6058. "consumes": [
  6059. "application/json"
  6060. ],
  6061. "produces": [
  6062. "application/json"
  6063. ],
  6064. "tags": [
  6065. "消息中心"
  6066. ],
  6067. "summary": "用户反馈-反馈列表-反馈删除",
  6068. "parameters": [
  6069. {
  6070. "type": "string",
  6071. "description": "验证参数Bearer和token空格拼接",
  6072. "name": "Authorization",
  6073. "in": "header",
  6074. "required": true
  6075. },
  6076. {
  6077. "description": "(分页信息必填)",
  6078. "name": "req",
  6079. "in": "body",
  6080. "required": true,
  6081. "schema": {
  6082. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6083. }
  6084. }
  6085. ],
  6086. "responses": {
  6087. "200": {
  6088. "description": "具体数据",
  6089. "schema": {
  6090. "type": "string"
  6091. }
  6092. },
  6093. "400": {
  6094. "description": "具体错误",
  6095. "schema": {
  6096. "$ref": "#/definitions/md.Response"
  6097. }
  6098. }
  6099. }
  6100. }
  6101. },
  6102. "/api/userFeedback/content/list": {
  6103. "post": {
  6104. "description": "反馈列表",
  6105. "consumes": [
  6106. "application/json"
  6107. ],
  6108. "produces": [
  6109. "application/json"
  6110. ],
  6111. "tags": [
  6112. "消息中心"
  6113. ],
  6114. "summary": "用户反馈-反馈列表",
  6115. "parameters": [
  6116. {
  6117. "type": "string",
  6118. "description": "验证参数Bearer和token空格拼接",
  6119. "name": "Authorization",
  6120. "in": "header",
  6121. "required": true
  6122. },
  6123. {
  6124. "description": "(分页信息必填)",
  6125. "name": "req",
  6126. "in": "body",
  6127. "required": true,
  6128. "schema": {
  6129. "$ref": "#/definitions/md.UserFeedbackListReq"
  6130. }
  6131. }
  6132. ],
  6133. "responses": {
  6134. "200": {
  6135. "description": "具体数据",
  6136. "schema": {
  6137. "$ref": "#/definitions/md.UserFeedbackListResp"
  6138. }
  6139. },
  6140. "400": {
  6141. "description": "具体错误",
  6142. "schema": {
  6143. "$ref": "#/definitions/md.Response"
  6144. }
  6145. }
  6146. }
  6147. }
  6148. },
  6149. "/api/userFeedback/content/record/list": {
  6150. "post": {
  6151. "description": "反馈列表-沟通记录",
  6152. "consumes": [
  6153. "application/json"
  6154. ],
  6155. "produces": [
  6156. "application/json"
  6157. ],
  6158. "tags": [
  6159. "消息中心"
  6160. ],
  6161. "summary": "用户反馈-反馈列表-沟通记录",
  6162. "parameters": [
  6163. {
  6164. "type": "string",
  6165. "description": "验证参数Bearer和token空格拼接",
  6166. "name": "Authorization",
  6167. "in": "header",
  6168. "required": true
  6169. },
  6170. {
  6171. "description": "(分页信息必填)",
  6172. "name": "req",
  6173. "in": "body",
  6174. "required": true,
  6175. "schema": {
  6176. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6177. }
  6178. }
  6179. ],
  6180. "responses": {
  6181. "200": {
  6182. "description": "具体数据",
  6183. "schema": {
  6184. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6185. }
  6186. },
  6187. "400": {
  6188. "description": "具体错误",
  6189. "schema": {
  6190. "$ref": "#/definitions/md.Response"
  6191. }
  6192. }
  6193. }
  6194. }
  6195. },
  6196. "/api/userFeedback/content/say": {
  6197. "post": {
  6198. "description": "反馈列表-沟通发送",
  6199. "consumes": [
  6200. "application/json"
  6201. ],
  6202. "produces": [
  6203. "application/json"
  6204. ],
  6205. "tags": [
  6206. "消息中心"
  6207. ],
  6208. "summary": "用户反馈-反馈列表-沟通发送",
  6209. "parameters": [
  6210. {
  6211. "type": "string",
  6212. "description": "验证参数Bearer和token空格拼接",
  6213. "name": "Authorization",
  6214. "in": "header",
  6215. "required": true
  6216. },
  6217. {
  6218. "description": "(分页信息必填)",
  6219. "name": "req",
  6220. "in": "body",
  6221. "required": true,
  6222. "schema": {
  6223. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6224. }
  6225. }
  6226. ],
  6227. "responses": {
  6228. "200": {
  6229. "description": "具体数据",
  6230. "schema": {
  6231. "type": "string"
  6232. }
  6233. },
  6234. "400": {
  6235. "description": "具体错误",
  6236. "schema": {
  6237. "$ref": "#/definitions/md.Response"
  6238. }
  6239. }
  6240. }
  6241. }
  6242. },
  6243. "/api/userRealName/base": {
  6244. "get": {
  6245. "description": "基本设置-实名认证",
  6246. "consumes": [
  6247. "application/json"
  6248. ],
  6249. "produces": [
  6250. "application/json"
  6251. ],
  6252. "tags": [
  6253. "基本设置"
  6254. ],
  6255. "summary": "基本设置-实名认证-基本配置",
  6256. "parameters": [
  6257. {
  6258. "type": "string",
  6259. "description": "验证参数Bearer和token空格拼接",
  6260. "name": "Authorization",
  6261. "in": "header",
  6262. "required": true
  6263. }
  6264. ],
  6265. "responses": {
  6266. "200": {
  6267. "description": "具体数据",
  6268. "schema": {
  6269. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6270. }
  6271. },
  6272. "400": {
  6273. "description": "具体错误",
  6274. "schema": {
  6275. "$ref": "#/definitions/md.Response"
  6276. }
  6277. }
  6278. }
  6279. }
  6280. },
  6281. "/api/userRealName/base/save": {
  6282. "post": {
  6283. "description": "基本设置-实名认证-基本配置保存",
  6284. "consumes": [
  6285. "application/json"
  6286. ],
  6287. "produces": [
  6288. "application/json"
  6289. ],
  6290. "tags": [
  6291. "基本设置"
  6292. ],
  6293. "summary": "基本设置-实名认证-基本配置保存",
  6294. "parameters": [
  6295. {
  6296. "type": "string",
  6297. "description": "验证参数Bearer和token空格拼接",
  6298. "name": "Authorization",
  6299. "in": "header",
  6300. "required": true
  6301. },
  6302. {
  6303. "description": "(分页信息必填)",
  6304. "name": "req",
  6305. "in": "body",
  6306. "required": true,
  6307. "schema": {
  6308. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6309. }
  6310. }
  6311. ],
  6312. "responses": {
  6313. "200": {
  6314. "description": "具体数据",
  6315. "schema": {
  6316. "type": "string"
  6317. }
  6318. },
  6319. "400": {
  6320. "description": "具体错误",
  6321. "schema": {
  6322. "$ref": "#/definitions/md.Response"
  6323. }
  6324. }
  6325. }
  6326. }
  6327. },
  6328. "/api/userRealName/list": {
  6329. "post": {
  6330. "description": "基本设置-实名认证列表",
  6331. "consumes": [
  6332. "application/json"
  6333. ],
  6334. "produces": [
  6335. "application/json"
  6336. ],
  6337. "tags": [
  6338. "基本设置"
  6339. ],
  6340. "summary": "基本设置-实名认证列表",
  6341. "parameters": [
  6342. {
  6343. "type": "string",
  6344. "description": "验证参数Bearer和token空格拼接",
  6345. "name": "Authorization",
  6346. "in": "header",
  6347. "required": true
  6348. },
  6349. {
  6350. "description": "(分页信息必填)",
  6351. "name": "req",
  6352. "in": "body",
  6353. "required": true,
  6354. "schema": {
  6355. "$ref": "#/definitions/md.UserRealNameReq"
  6356. }
  6357. }
  6358. ],
  6359. "responses": {
  6360. "200": {
  6361. "description": "具体数据",
  6362. "schema": {
  6363. "$ref": "#/definitions/md.UserRealNameResp"
  6364. }
  6365. },
  6366. "400": {
  6367. "description": "具体错误",
  6368. "schema": {
  6369. "$ref": "#/definitions/md.Response"
  6370. }
  6371. }
  6372. }
  6373. }
  6374. },
  6375. "/api/userRealName/save": {
  6376. "post": {
  6377. "description": "基本设置-修改认证状态",
  6378. "consumes": [
  6379. "application/json"
  6380. ],
  6381. "produces": [
  6382. "application/json"
  6383. ],
  6384. "tags": [
  6385. "基本设置"
  6386. ],
  6387. "summary": "基本设置-实名认证-修改认证状态",
  6388. "parameters": [
  6389. {
  6390. "type": "string",
  6391. "description": "验证参数Bearer和token空格拼接",
  6392. "name": "Authorization",
  6393. "in": "header",
  6394. "required": true
  6395. },
  6396. {
  6397. "description": "(分页信息必填)",
  6398. "name": "req",
  6399. "in": "body",
  6400. "required": true,
  6401. "schema": {
  6402. "$ref": "#/definitions/md.UserRealNameSaveReq"
  6403. }
  6404. }
  6405. ],
  6406. "responses": {
  6407. "200": {
  6408. "description": "具体数据",
  6409. "schema": {
  6410. "type": "string"
  6411. }
  6412. },
  6413. "400": {
  6414. "description": "具体错误",
  6415. "schema": {
  6416. "$ref": "#/definitions/md.Response"
  6417. }
  6418. }
  6419. }
  6420. }
  6421. },
  6422. "/api/user_feedback/cate/del": {
  6423. "post": {
  6424. "description": "分类列表-分类删除",
  6425. "consumes": [
  6426. "application/json"
  6427. ],
  6428. "produces": [
  6429. "application/json"
  6430. ],
  6431. "tags": [
  6432. "消息中心"
  6433. ],
  6434. "summary": "反馈列表-分类列表-分类删除",
  6435. "parameters": [
  6436. {
  6437. "type": "string",
  6438. "description": "验证参数Bearer和token空格拼接",
  6439. "name": "Authorization",
  6440. "in": "header",
  6441. "required": true
  6442. },
  6443. {
  6444. "description": "(分页信息必填)",
  6445. "name": "req",
  6446. "in": "body",
  6447. "required": true,
  6448. "schema": {
  6449. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6450. }
  6451. }
  6452. ],
  6453. "responses": {
  6454. "200": {
  6455. "description": "具体数据",
  6456. "schema": {
  6457. "type": "string"
  6458. }
  6459. },
  6460. "400": {
  6461. "description": "具体错误",
  6462. "schema": {
  6463. "$ref": "#/definitions/md.Response"
  6464. }
  6465. }
  6466. }
  6467. }
  6468. },
  6469. "/api/user_feedback/cate/save": {
  6470. "post": {
  6471. "description": "分类列表-分类保存",
  6472. "consumes": [
  6473. "application/json"
  6474. ],
  6475. "produces": [
  6476. "application/json"
  6477. ],
  6478. "tags": [
  6479. "消息中心"
  6480. ],
  6481. "summary": "反馈列表-分类列表-分类保存",
  6482. "parameters": [
  6483. {
  6484. "type": "string",
  6485. "description": "验证参数Bearer和token空格拼接",
  6486. "name": "Authorization",
  6487. "in": "header",
  6488. "required": true
  6489. },
  6490. {
  6491. "description": "(分页信息必填)",
  6492. "name": "req",
  6493. "in": "body",
  6494. "required": true,
  6495. "schema": {
  6496. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6497. }
  6498. }
  6499. ],
  6500. "responses": {
  6501. "200": {
  6502. "description": "具体数据",
  6503. "schema": {
  6504. "type": "string"
  6505. }
  6506. },
  6507. "400": {
  6508. "description": "具体错误",
  6509. "schema": {
  6510. "$ref": "#/definitions/md.Response"
  6511. }
  6512. }
  6513. }
  6514. }
  6515. }
  6516. },
  6517. "definitions": {
  6518. "applet_app_md_financial_center.Paginate": {
  6519. "type": "object",
  6520. "properties": {
  6521. "limit": {
  6522. "description": "每页大小",
  6523. "type": "integer"
  6524. },
  6525. "page": {
  6526. "description": "页数",
  6527. "type": "integer"
  6528. },
  6529. "total": {
  6530. "description": "总数据量",
  6531. "type": "integer"
  6532. }
  6533. }
  6534. },
  6535. "applet_app_md_financial_center.TagNode": {
  6536. "type": "object",
  6537. "properties": {
  6538. "tag_id": {
  6539. "type": "integer"
  6540. },
  6541. "tag_name": {
  6542. "type": "string"
  6543. }
  6544. }
  6545. },
  6546. "applet_app_md_im.GetBasicResp": {
  6547. "type": "object",
  6548. "properties": {
  6549. "chat_sensitive_words": {
  6550. "type": "string",
  6551. "example": "聊天敏感词"
  6552. },
  6553. "is_allow_add_friends": {
  6554. "type": "string",
  6555. "example": "是否允许加好友"
  6556. },
  6557. "is_auto_add_friends": {
  6558. "type": "string",
  6559. "example": "是否自动加好友"
  6560. },
  6561. "prohibit_add_group_members": {
  6562. "type": "string",
  6563. "example": "是否禁止添加群成员"
  6564. },
  6565. "prohibit_remove_group_members": {
  6566. "type": "string",
  6567. "example": "是否禁止移出群成员"
  6568. },
  6569. "prohibit_update_group_name": {
  6570. "type": "string",
  6571. "example": "是否禁止修改群名称"
  6572. }
  6573. }
  6574. },
  6575. "applet_app_md_im.SetBasicReq": {
  6576. "type": "object",
  6577. "properties": {
  6578. "chat_sensitive_words": {
  6579. "type": "string",
  6580. "example": "聊天敏感词"
  6581. },
  6582. "is_allow_add_friends": {
  6583. "type": "string",
  6584. "example": "是否允许加好友"
  6585. },
  6586. "is_auto_add_friends": {
  6587. "type": "string",
  6588. "example": "是否自动加好友"
  6589. },
  6590. "prohibit_add_group_members": {
  6591. "type": "string",
  6592. "example": "是否禁止添加群成员"
  6593. },
  6594. "prohibit_remove_group_members": {
  6595. "type": "string",
  6596. "example": "是否禁止移出群成员"
  6597. },
  6598. "prohibit_update_group_name": {
  6599. "type": "string",
  6600. "example": "是否禁止修改群名称"
  6601. }
  6602. }
  6603. },
  6604. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6605. "type": "object",
  6606. "properties": {
  6607. "direct_push_reward": {
  6608. "description": "直推奖励",
  6609. "allOf": [
  6610. {
  6611. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  6612. }
  6613. ]
  6614. },
  6615. "is_open": {
  6616. "description": "是否开启(1:开启 0:关闭)",
  6617. "type": "integer"
  6618. },
  6619. "person_egg_energy_coin_id": {
  6620. "description": "个人蛋蛋能量对应虚拟币 id",
  6621. "type": "integer"
  6622. },
  6623. "person_egg_points_coin_id": {
  6624. "description": "个人蛋蛋积分对应虚拟币 id",
  6625. "type": "integer"
  6626. },
  6627. "team_egg_energy_coin_id": {
  6628. "description": "团队蛋蛋能量对应虚拟币 id",
  6629. "type": "integer"
  6630. },
  6631. "team_egg_points_coin_id": {
  6632. "description": "团队蛋蛋积分对应虚拟币 id",
  6633. "type": "integer"
  6634. }
  6635. }
  6636. },
  6637. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6638. "type": "object",
  6639. "properties": {
  6640. "limit": {
  6641. "description": "每页大小",
  6642. "type": "integer"
  6643. },
  6644. "page": {
  6645. "description": "页数",
  6646. "type": "integer"
  6647. },
  6648. "total": {
  6649. "description": "总数据量",
  6650. "type": "integer"
  6651. }
  6652. }
  6653. },
  6654. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6655. "type": "object",
  6656. "properties": {
  6657. "id": {
  6658. "type": "integer"
  6659. },
  6660. "is_open": {
  6661. "description": "是否开启(1:开启 0:关闭)",
  6662. "type": "integer"
  6663. },
  6664. "is_self_active_get_team_revenue": {
  6665. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6666. "type": "integer"
  6667. },
  6668. "originator_uid": {
  6669. "description": "创始人uid",
  6670. "type": "integer"
  6671. },
  6672. "several_rows": {
  6673. "description": "几排",
  6674. "type": "integer"
  6675. },
  6676. "several_times": {
  6677. "description": "几乘",
  6678. "type": "integer"
  6679. },
  6680. "system_punish_replace": {
  6681. "description": "是否位置滑落 被新用户替换 0否 1是",
  6682. "type": "integer"
  6683. },
  6684. "system_punish_replace_value": {
  6685. "description": "xx天未活跃,处罚滑落",
  6686. "type": "integer"
  6687. }
  6688. }
  6689. },
  6690. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6691. "type": "object",
  6692. "properties": {
  6693. "limit": {
  6694. "description": "每页大小",
  6695. "type": "integer"
  6696. },
  6697. "page": {
  6698. "description": "页数",
  6699. "type": "integer"
  6700. },
  6701. "total": {
  6702. "description": "总数据量",
  6703. "type": "integer"
  6704. }
  6705. }
  6706. },
  6707. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6708. "type": "object",
  6709. "properties": {
  6710. "limit": {
  6711. "type": "integer"
  6712. },
  6713. "page": {
  6714. "type": "integer"
  6715. },
  6716. "total": {
  6717. "type": "integer"
  6718. }
  6719. }
  6720. },
  6721. "applet_app_md_member_center.Paginate": {
  6722. "type": "object",
  6723. "properties": {
  6724. "limit": {
  6725. "description": "每页大小",
  6726. "type": "integer"
  6727. },
  6728. "page": {
  6729. "description": "页数",
  6730. "type": "integer"
  6731. },
  6732. "total": {
  6733. "description": "总数据量",
  6734. "type": "integer"
  6735. }
  6736. }
  6737. },
  6738. "applet_app_md_member_center.TagNode": {
  6739. "type": "object",
  6740. "properties": {
  6741. "tag_id": {
  6742. "description": "标签 ID",
  6743. "type": "integer"
  6744. },
  6745. "tag_name": {
  6746. "description": "标签 名称",
  6747. "type": "string"
  6748. }
  6749. }
  6750. },
  6751. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6752. "type": "object",
  6753. "properties": {
  6754. "oss_access_key_id": {
  6755. "type": "string",
  6756. "example": "oss访问秘钥id"
  6757. },
  6758. "oss_access_key_secret": {
  6759. "type": "string",
  6760. "example": "oss访问秘钥"
  6761. },
  6762. "oss_bucket_name": {
  6763. "type": "string",
  6764. "example": "oss存储桶名称"
  6765. },
  6766. "oss_bucket_scheme": {
  6767. "type": "string",
  6768. "example": "oss上传方式"
  6769. },
  6770. "oss_endpoint": {
  6771. "type": "string",
  6772. "example": "oss地域节点"
  6773. },
  6774. "oss_object_domain": {
  6775. "type": "string",
  6776. "example": "oss域名"
  6777. },
  6778. "oss_option": {
  6779. "type": "string",
  6780. "example": "oss上传文件类型选项,以逗号分割"
  6781. }
  6782. }
  6783. },
  6784. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6785. "type": "object",
  6786. "properties": {
  6787. "oss_access_key_id": {
  6788. "type": "string",
  6789. "example": "oss访问秘钥id"
  6790. },
  6791. "oss_access_key_secret": {
  6792. "type": "string",
  6793. "example": "oss访问秘钥"
  6794. },
  6795. "oss_bucket_name": {
  6796. "type": "string",
  6797. "example": "oss存储桶名称"
  6798. },
  6799. "oss_bucket_scheme": {
  6800. "type": "string",
  6801. "example": "oss上传方式"
  6802. },
  6803. "oss_endpoint": {
  6804. "type": "string",
  6805. "example": "oss地域节点"
  6806. },
  6807. "oss_object_domain": {
  6808. "type": "string",
  6809. "example": "oss域名"
  6810. },
  6811. "oss_option": {
  6812. "type": "string",
  6813. "example": "oss上传文件类型选项,以逗号分割"
  6814. }
  6815. }
  6816. },
  6817. "comm.ImgReqUploadReq": {
  6818. "type": "object",
  6819. "required": [
  6820. "content_type",
  6821. "file_name"
  6822. ],
  6823. "properties": {
  6824. "content_type": {
  6825. "type": "string",
  6826. "example": "image/jpeg"
  6827. },
  6828. "file_name": {
  6829. "type": "string",
  6830. "example": "文件名"
  6831. }
  6832. }
  6833. },
  6834. "hdl.GetActiveDataResp": {
  6835. "type": "object",
  6836. "properties": {
  6837. "today": {
  6838. "description": "今日数据",
  6839. "allOf": [
  6840. {
  6841. "$ref": "#/definitions/model.PlatformActiveData"
  6842. }
  6843. ]
  6844. },
  6845. "yesterday": {
  6846. "description": "昨日数据",
  6847. "allOf": [
  6848. {
  6849. "$ref": "#/definitions/model.PlatformActiveData"
  6850. }
  6851. ]
  6852. }
  6853. }
  6854. },
  6855. "hdl.TotalDataResp": {
  6856. "type": "object",
  6857. "properties": {
  6858. "month": {
  6859. "description": "月份",
  6860. "type": "string"
  6861. },
  6862. "no_sign_in_user_count": {
  6863. "description": "未签到用户数",
  6864. "type": "integer"
  6865. },
  6866. "total_user_count": {
  6867. "description": "平台总用户数",
  6868. "type": "integer"
  6869. },
  6870. "total_withdraw_amount": {
  6871. "description": "已提现累计金额",
  6872. "type": "string"
  6873. },
  6874. "verified_user_count": {
  6875. "description": "已认证用户数",
  6876. "type": "integer"
  6877. },
  6878. "year": {
  6879. "description": "年份",
  6880. "type": "string"
  6881. }
  6882. }
  6883. },
  6884. "md.ActivePointsWalletNode": {
  6885. "type": "object",
  6886. "properties": {
  6887. "amount": {
  6888. "type": "string",
  6889. "example": "账户余额"
  6890. },
  6891. "uid": {
  6892. "description": "用户 ID",
  6893. "type": "integer"
  6894. },
  6895. "user_name": {
  6896. "type": "string",
  6897. "example": "用户名"
  6898. },
  6899. "user_phone": {
  6900. "type": "string",
  6901. "example": "手机号"
  6902. }
  6903. }
  6904. },
  6905. "md.AddCommunityDividendsReq": {
  6906. "type": "object",
  6907. "properties": {
  6908. "amount": {
  6909. "description": "社区分红数量",
  6910. "type": "string"
  6911. },
  6912. "name": {
  6913. "type": "string",
  6914. "example": "社区分红名称"
  6915. }
  6916. }
  6917. },
  6918. "md.AddCommunityDividendsWithUserReq": {
  6919. "type": "object",
  6920. "properties": {
  6921. "memo": {
  6922. "type": "string",
  6923. "example": "备注"
  6924. },
  6925. "uid": {
  6926. "description": "新增社区长用户 ID",
  6927. "type": "integer"
  6928. }
  6929. }
  6930. },
  6931. "md.AddCustomerServiceReq": {
  6932. "type": "object",
  6933. "properties": {
  6934. "memo": {
  6935. "description": "备注",
  6936. "type": "string",
  6937. "example": "备注"
  6938. },
  6939. "phone": {
  6940. "type": "string",
  6941. "example": "手机号"
  6942. },
  6943. "weight": {
  6944. "description": "权重",
  6945. "type": "integer"
  6946. }
  6947. }
  6948. },
  6949. "md.AddEmoticonReq": {
  6950. "type": "object",
  6951. "properties": {
  6952. "img_url": {
  6953. "type": "string",
  6954. "example": "图片地址"
  6955. },
  6956. "memo": {
  6957. "description": "备注",
  6958. "type": "string",
  6959. "example": "备注"
  6960. },
  6961. "name": {
  6962. "type": "string",
  6963. "example": "名称"
  6964. },
  6965. "sort": {
  6966. "description": "排序",
  6967. "type": "integer"
  6968. }
  6969. }
  6970. },
  6971. "md.AddFreePublishUserReq": {
  6972. "type": "object",
  6973. "properties": {
  6974. "uid": {
  6975. "type": "integer"
  6976. }
  6977. }
  6978. },
  6979. "md.AddFundDataReq": {
  6980. "type": "object",
  6981. "properties": {
  6982. "frequency": {
  6983. "description": "频率(分钟)",
  6984. "type": "integer"
  6985. },
  6986. "hours": {
  6987. "description": "时长(小时)",
  6988. "type": "integer"
  6989. },
  6990. "kind": {
  6991. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6992. "type": "integer"
  6993. },
  6994. "memo": {
  6995. "type": "string",
  6996. "example": "备注"
  6997. },
  6998. "total_amount": {
  6999. "description": "金额",
  7000. "type": "string"
  7001. }
  7002. }
  7003. },
  7004. "md.AddLevelReq": {
  7005. "type": "object",
  7006. "properties": {
  7007. "auto_update": {
  7008. "description": "自动升级 0关闭 1开启",
  7009. "type": "string"
  7010. },
  7011. "choosable_num": {
  7012. "description": "可选任务数量",
  7013. "type": "string"
  7014. },
  7015. "is_use": {
  7016. "description": "是否开启(0.否, 1.是)",
  7017. "type": "string"
  7018. },
  7019. "level_name": {
  7020. "description": "等级名称",
  7021. "type": "string"
  7022. },
  7023. "level_weight": {
  7024. "description": "等级权重",
  7025. "type": "string"
  7026. },
  7027. "memo": {
  7028. "description": "备注",
  7029. "type": "string"
  7030. }
  7031. }
  7032. },
  7033. "md.AddLevelTaskReq": {
  7034. "type": "object",
  7035. "properties": {
  7036. "finish_count": {
  7037. "description": "多少天内完成的指标",
  7038. "type": "string"
  7039. },
  7040. "is_must_task": {
  7041. "description": "是否必做(0,1)",
  7042. "type": "string"
  7043. },
  7044. "level_id": {
  7045. "description": "等级 ID",
  7046. "type": "string"
  7047. },
  7048. "task_type": {
  7049. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7050. "type": "string"
  7051. },
  7052. "task_type_level_id": {
  7053. "description": "会员等级 ID (task_type=3时生效)",
  7054. "type": "string"
  7055. },
  7056. "within_days": {
  7057. "description": "多少天内完成",
  7058. "type": "string"
  7059. }
  7060. }
  7061. },
  7062. "md.AddPlatformRevenueReq": {
  7063. "type": "object",
  7064. "properties": {
  7065. "frequency": {
  7066. "description": "频率(分钟)",
  7067. "type": "integer"
  7068. },
  7069. "hours": {
  7070. "description": "时长(小时)",
  7071. "type": "integer"
  7072. },
  7073. "kind": {
  7074. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  7075. "type": "integer"
  7076. },
  7077. "memo": {
  7078. "type": "string",
  7079. "example": "备注"
  7080. },
  7081. "total_amount": {
  7082. "description": "金额",
  7083. "type": "string"
  7084. }
  7085. }
  7086. },
  7087. "md.AddTagReq": {
  7088. "type": "object",
  7089. "properties": {
  7090. "is_punish": {
  7091. "description": "是否为处罚标签(0:否 1:是)",
  7092. "type": "string"
  7093. },
  7094. "memo": {
  7095. "description": "备注",
  7096. "type": "string"
  7097. },
  7098. "name": {
  7099. "description": "标签名称",
  7100. "type": "string"
  7101. }
  7102. }
  7103. },
  7104. "md.AdvertisingBase": {
  7105. "type": "object",
  7106. "properties": {
  7107. "android_ad_is_open": {
  7108. "type": "string",
  7109. "example": "安卓广告是否开启(1:开启 0:不开启)"
  7110. },
  7111. "android_open_ad_is_open": {
  7112. "type": "string",
  7113. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  7114. },
  7115. "info": {
  7116. "type": "string",
  7117. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  7118. },
  7119. "ios_ad_is_open": {
  7120. "type": "string",
  7121. "example": "ios广告是否开启(1:开启 0:不开启)"
  7122. },
  7123. "ios_open_ad_is_open": {
  7124. "type": "string",
  7125. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  7126. },
  7127. "voice": {
  7128. "type": "string",
  7129. "example": "领取奖励声音"
  7130. },
  7131. "voice_url": {
  7132. "type": "string"
  7133. }
  7134. }
  7135. },
  7136. "md.AdvertisingBaseResp": {
  7137. "type": "object",
  7138. "properties": {
  7139. "advertising_base": {
  7140. "$ref": "#/definitions/md.AdvertisingBase"
  7141. },
  7142. "select_data": {
  7143. "type": "array",
  7144. "items": {
  7145. "type": "object",
  7146. "additionalProperties": {
  7147. "type": "string"
  7148. }
  7149. }
  7150. }
  7151. }
  7152. },
  7153. "md.AdvertisingDelReq": {
  7154. "type": "object",
  7155. "properties": {
  7156. "id": {
  7157. "type": "array",
  7158. "items": {
  7159. "type": "string"
  7160. }
  7161. }
  7162. }
  7163. },
  7164. "md.AdvertisingFunctionList": {
  7165. "type": "object",
  7166. "properties": {
  7167. "ad_id": {
  7168. "type": "string",
  7169. "example": "广告id"
  7170. },
  7171. "id": {
  7172. "type": "string"
  7173. },
  7174. "type": {
  7175. "type": "string",
  7176. "example": "类型"
  7177. }
  7178. }
  7179. },
  7180. "md.AdvertisingFunctionListReq": {
  7181. "type": "object",
  7182. "properties": {
  7183. "limit": {
  7184. "type": "string"
  7185. },
  7186. "page": {
  7187. "type": "string"
  7188. }
  7189. }
  7190. },
  7191. "md.AdvertisingFunctionListResp": {
  7192. "type": "object",
  7193. "properties": {
  7194. "adv_data": {
  7195. "type": "array",
  7196. "items": {
  7197. "type": "object",
  7198. "additionalProperties": {
  7199. "type": "string"
  7200. }
  7201. }
  7202. },
  7203. "list": {
  7204. "type": "array",
  7205. "items": {
  7206. "$ref": "#/definitions/md.AdvertisingFunctionList"
  7207. }
  7208. },
  7209. "select_data": {
  7210. "type": "array",
  7211. "items": {
  7212. "type": "object",
  7213. "additionalProperties": {
  7214. "type": "string"
  7215. }
  7216. }
  7217. },
  7218. "total": {
  7219. "type": "integer"
  7220. }
  7221. }
  7222. },
  7223. "md.AdvertisingLimit": {
  7224. "type": "object",
  7225. "properties": {
  7226. "imei_num": {
  7227. "type": "string",
  7228. "example": "设备数量"
  7229. },
  7230. "minute": {
  7231. "type": "string",
  7232. "example": "分钟"
  7233. },
  7234. "public_img": {
  7235. "type": "string",
  7236. "example": "公共弹窗图"
  7237. },
  7238. "public_img_url": {
  7239. "type": "string",
  7240. "example": "公共弹窗图"
  7241. },
  7242. "public_str": {
  7243. "type": "string",
  7244. "example": "公共弹窗文字"
  7245. },
  7246. "tip": {
  7247. "type": "string",
  7248. "example": "限制提示"
  7249. },
  7250. "withdraw_img": {
  7251. "type": "string",
  7252. "example": "提现弹窗图"
  7253. },
  7254. "withdraw_img_url": {
  7255. "type": "string",
  7256. "example": "提现弹窗图"
  7257. },
  7258. "withdraw_str": {
  7259. "type": "string",
  7260. "example": "提现弹窗文字"
  7261. }
  7262. }
  7263. },
  7264. "md.AdvertisingList": {
  7265. "type": "object",
  7266. "properties": {
  7267. "counting_down": {
  7268. "type": "string",
  7269. "example": "倒计时 单位秒"
  7270. },
  7271. "id": {
  7272. "type": "string"
  7273. },
  7274. "info": {
  7275. "type": "string",
  7276. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7277. },
  7278. "kind": {
  7279. "type": "string",
  7280. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7281. },
  7282. "name": {
  7283. "type": "string",
  7284. "example": "名称"
  7285. }
  7286. }
  7287. },
  7288. "md.AdvertisingListReq": {
  7289. "type": "object",
  7290. "properties": {
  7291. "kind": {
  7292. "type": "string"
  7293. },
  7294. "limit": {
  7295. "type": "string"
  7296. },
  7297. "name": {
  7298. "type": "string"
  7299. },
  7300. "page": {
  7301. "type": "string"
  7302. }
  7303. }
  7304. },
  7305. "md.AdvertisingListResp": {
  7306. "type": "object",
  7307. "properties": {
  7308. "adv_data": {
  7309. "type": "array",
  7310. "items": {
  7311. "type": "object",
  7312. "additionalProperties": {
  7313. "type": "string"
  7314. }
  7315. }
  7316. },
  7317. "list": {
  7318. "type": "array",
  7319. "items": {
  7320. "$ref": "#/definitions/md.AdvertisingList"
  7321. }
  7322. },
  7323. "select_data": {
  7324. "type": "array",
  7325. "items": {
  7326. "type": "object",
  7327. "additionalProperties": {
  7328. "type": "string"
  7329. }
  7330. }
  7331. },
  7332. "total": {
  7333. "type": "integer"
  7334. }
  7335. }
  7336. },
  7337. "md.AdvertisingSaveReq": {
  7338. "type": "object",
  7339. "properties": {
  7340. "counting_down": {
  7341. "type": "string",
  7342. "example": "倒计时 单位秒"
  7343. },
  7344. "id": {
  7345. "type": "string"
  7346. },
  7347. "info": {
  7348. "type": "string",
  7349. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7350. },
  7351. "kind": {
  7352. "type": "string",
  7353. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7354. },
  7355. "name": {
  7356. "type": "string",
  7357. "example": "名称"
  7358. }
  7359. }
  7360. },
  7361. "md.ArticleCateDelReq": {
  7362. "type": "object",
  7363. "properties": {
  7364. "id": {
  7365. "type": "array",
  7366. "items": {
  7367. "type": "string"
  7368. }
  7369. }
  7370. }
  7371. },
  7372. "md.ArticleCateList": {
  7373. "type": "object",
  7374. "properties": {
  7375. "id": {
  7376. "type": "string"
  7377. },
  7378. "is_show": {
  7379. "type": "string"
  7380. },
  7381. "name": {
  7382. "type": "string"
  7383. },
  7384. "pid": {
  7385. "type": "string"
  7386. },
  7387. "sort": {
  7388. "type": "string"
  7389. }
  7390. }
  7391. },
  7392. "md.ArticleCateListReq": {
  7393. "type": "object",
  7394. "properties": {
  7395. "limit": {
  7396. "description": "每页大小",
  7397. "type": "string"
  7398. },
  7399. "page": {
  7400. "description": "页数",
  7401. "type": "string"
  7402. }
  7403. }
  7404. },
  7405. "md.ArticleCateListResp": {
  7406. "type": "object",
  7407. "properties": {
  7408. "list": {
  7409. "type": "array",
  7410. "items": {
  7411. "$ref": "#/definitions/md.ArticleCateList"
  7412. }
  7413. },
  7414. "select_data": {
  7415. "type": "array",
  7416. "items": {
  7417. "type": "object",
  7418. "additionalProperties": {
  7419. "type": "string"
  7420. }
  7421. }
  7422. },
  7423. "total": {
  7424. "type": "integer"
  7425. }
  7426. }
  7427. },
  7428. "md.ArticleCateSaveReq": {
  7429. "type": "object",
  7430. "properties": {
  7431. "id": {
  7432. "type": "string"
  7433. },
  7434. "is_show": {
  7435. "type": "string"
  7436. },
  7437. "name": {
  7438. "type": "string"
  7439. },
  7440. "pid": {
  7441. "type": "string"
  7442. },
  7443. "sort": {
  7444. "type": "string"
  7445. }
  7446. }
  7447. },
  7448. "md.ArticleDelReq": {
  7449. "type": "object",
  7450. "properties": {
  7451. "id": {
  7452. "type": "array",
  7453. "items": {
  7454. "type": "string"
  7455. }
  7456. }
  7457. }
  7458. },
  7459. "md.ArticleList": {
  7460. "type": "object",
  7461. "properties": {
  7462. "cate_id": {
  7463. "type": "string",
  7464. "example": "二级分类id"
  7465. },
  7466. "content": {
  7467. "type": "string"
  7468. },
  7469. "cover": {
  7470. "type": "string",
  7471. "example": "一级分类id=4 显示 封面图"
  7472. },
  7473. "cover_url": {
  7474. "type": "string"
  7475. },
  7476. "id": {
  7477. "type": "string"
  7478. },
  7479. "is_show": {
  7480. "type": "string"
  7481. },
  7482. "pid": {
  7483. "type": "string",
  7484. "example": "一级分类id"
  7485. },
  7486. "sort": {
  7487. "type": "string"
  7488. },
  7489. "title": {
  7490. "type": "string"
  7491. },
  7492. "url": {
  7493. "type": "string"
  7494. }
  7495. }
  7496. },
  7497. "md.ArticleListReq": {
  7498. "type": "object",
  7499. "properties": {
  7500. "limit": {
  7501. "description": "每页大小",
  7502. "type": "string"
  7503. },
  7504. "page": {
  7505. "description": "页数",
  7506. "type": "string"
  7507. }
  7508. }
  7509. },
  7510. "md.ArticleListResp": {
  7511. "type": "object",
  7512. "properties": {
  7513. "cate_data": {
  7514. "type": "array",
  7515. "items": {
  7516. "type": "object",
  7517. "additionalProperties": true
  7518. }
  7519. },
  7520. "list": {
  7521. "type": "array",
  7522. "items": {
  7523. "$ref": "#/definitions/md.ArticleList"
  7524. }
  7525. },
  7526. "select_data": {
  7527. "type": "array",
  7528. "items": {
  7529. "type": "object",
  7530. "additionalProperties": true
  7531. }
  7532. },
  7533. "total": {
  7534. "type": "integer"
  7535. }
  7536. }
  7537. },
  7538. "md.ArticleSaveReq": {
  7539. "type": "object",
  7540. "properties": {
  7541. "cate_id": {
  7542. "type": "string",
  7543. "example": "二级分类id"
  7544. },
  7545. "content": {
  7546. "type": "string"
  7547. },
  7548. "cover": {
  7549. "type": "string",
  7550. "example": "一级分类id=4 显示 封面图"
  7551. },
  7552. "id": {
  7553. "type": "string"
  7554. },
  7555. "is_show": {
  7556. "type": "string"
  7557. },
  7558. "pid": {
  7559. "type": "string",
  7560. "example": "一级分类id"
  7561. },
  7562. "sort": {
  7563. "type": "string"
  7564. },
  7565. "title": {
  7566. "type": "string"
  7567. }
  7568. }
  7569. },
  7570. "md.AuditClearReq": {
  7571. "type": "object",
  7572. "properties": {
  7573. "os": {
  7574. "type": "string",
  7575. "example": "1-安卓 2-ios"
  7576. }
  7577. }
  7578. },
  7579. "md.BalanceDetailNode": {
  7580. "type": "object",
  7581. "properties": {
  7582. "after_amount": {
  7583. "description": "变更后余额",
  7584. "type": "string"
  7585. },
  7586. "amount": {
  7587. "description": "变更数量",
  7588. "type": "string"
  7589. },
  7590. "before_amount": {
  7591. "description": "变更前余额",
  7592. "type": "string"
  7593. },
  7594. "create_at": {
  7595. "description": "创建时间",
  7596. "type": "string"
  7597. },
  7598. "id": {
  7599. "description": "记录ID",
  7600. "type": "integer"
  7601. },
  7602. "kind": {
  7603. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7604. "type": "string"
  7605. }
  7606. }
  7607. },
  7608. "md.BasicInfoNode": {
  7609. "type": "object",
  7610. "properties": {
  7611. "avatar": {
  7612. "description": "头像",
  7613. "type": "string"
  7614. },
  7615. "levelId": {
  7616. "description": "会员等级 ID",
  7617. "type": "integer"
  7618. },
  7619. "level_name": {
  7620. "description": "会员等级名称",
  7621. "type": "string"
  7622. },
  7623. "memo": {
  7624. "description": "备注",
  7625. "type": "string"
  7626. },
  7627. "nickname": {
  7628. "description": "用户名称",
  7629. "type": "string"
  7630. },
  7631. "parent_name": {
  7632. "description": "推荐人名称",
  7633. "type": "string"
  7634. },
  7635. "parent_phone": {
  7636. "description": "推荐人手机号",
  7637. "type": "string"
  7638. },
  7639. "parent_uid": {
  7640. "description": "推荐人",
  7641. "type": "integer"
  7642. },
  7643. "password": {
  7644. "description": "登录密码",
  7645. "type": "string"
  7646. },
  7647. "phone": {
  7648. "description": "手机号",
  7649. "type": "string"
  7650. },
  7651. "sex": {
  7652. "description": "性别",
  7653. "type": "integer"
  7654. },
  7655. "state": {
  7656. "description": "账号状态 1正常,2冻结",
  7657. "type": "integer"
  7658. },
  7659. "tag": {
  7660. "description": "标签名称",
  7661. "type": "array",
  7662. "items": {
  7663. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  7664. }
  7665. },
  7666. "union_id": {
  7667. "description": "微信号",
  7668. "type": "string"
  7669. }
  7670. }
  7671. },
  7672. "md.BatchSendGroupMessageReq": {
  7673. "type": "object",
  7674. "properties": {
  7675. "content": {
  7676. "description": "消息内容",
  7677. "type": "string"
  7678. },
  7679. "kind": {
  7680. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7681. "type": "integer"
  7682. },
  7683. "not_condition": {
  7684. "description": "不发送条件 群 ID 以\";\"分割",
  7685. "type": "string"
  7686. },
  7687. "send_condition": {
  7688. "description": "发送条件 群 ID 以\";\"分割",
  7689. "type": "string"
  7690. },
  7691. "send_kind": {
  7692. "description": "发送模式(1:指定群组 2:所有群组)",
  7693. "type": "integer"
  7694. }
  7695. }
  7696. },
  7697. "md.BatchSendUserMessageReq": {
  7698. "type": "object",
  7699. "properties": {
  7700. "content": {
  7701. "description": "消息内容",
  7702. "type": "string"
  7703. },
  7704. "kind": {
  7705. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7706. "type": "integer"
  7707. },
  7708. "not_condition": {
  7709. "description": "不发送条件 用户手机号 以\";\"分割",
  7710. "type": "string"
  7711. },
  7712. "send_condition": {
  7713. "description": "发送条件 用户手机号 以\";\"分割",
  7714. "type": "string"
  7715. },
  7716. "send_kind": {
  7717. "description": "发送模式(1:所有用户 2:指定用户)",
  7718. "type": "integer"
  7719. }
  7720. }
  7721. },
  7722. "md.CloudBundleBaseResp": {
  7723. "type": "object",
  7724. "properties": {
  7725. "android_logo": {
  7726. "type": "string"
  7727. },
  7728. "android_start_img": {
  7729. "type": "array",
  7730. "items": {
  7731. "type": "object",
  7732. "additionalProperties": {
  7733. "type": "string"
  7734. }
  7735. }
  7736. },
  7737. "ios_logo": {
  7738. "type": "string"
  7739. },
  7740. "ios_start_img": {
  7741. "type": "array",
  7742. "items": {
  7743. "type": "object",
  7744. "additionalProperties": {
  7745. "type": "string"
  7746. }
  7747. }
  7748. }
  7749. }
  7750. },
  7751. "md.CloudBundleBuildReq": {
  7752. "type": "object",
  7753. "properties": {
  7754. "bit": {
  7755. "type": "array",
  7756. "items": {
  7757. "type": "string"
  7758. }
  7759. },
  7760. "isCombine": {
  7761. "type": "string"
  7762. },
  7763. "memo": {
  7764. "type": "string"
  7765. },
  7766. "os": {
  7767. "type": "string"
  7768. },
  7769. "platform": {
  7770. "type": "array",
  7771. "items": {
  7772. "type": "string"
  7773. }
  7774. },
  7775. "version": {
  7776. "type": "string"
  7777. }
  7778. }
  7779. },
  7780. "md.CloudBundleImgResp": {
  7781. "type": "object",
  7782. "properties": {
  7783. "android_logo": {
  7784. "type": "string"
  7785. },
  7786. "android_logo_url": {
  7787. "type": "string"
  7788. },
  7789. "android_start_img": {
  7790. "type": "array",
  7791. "items": {
  7792. "type": "object",
  7793. "additionalProperties": {
  7794. "type": "string"
  7795. }
  7796. }
  7797. },
  7798. "guide": {
  7799. "type": "array",
  7800. "items": {
  7801. "$ref": "#/definitions/md.Guide"
  7802. }
  7803. },
  7804. "ios_logo": {
  7805. "type": "string"
  7806. },
  7807. "ios_logo_url": {
  7808. "type": "string"
  7809. },
  7810. "ios_start_img": {
  7811. "type": "array",
  7812. "items": {
  7813. "type": "object",
  7814. "additionalProperties": {
  7815. "type": "string"
  7816. }
  7817. }
  7818. }
  7819. }
  7820. },
  7821. "md.CloudBundleList": {
  7822. "type": "object",
  7823. "properties": {
  7824. "apply_at": {
  7825. "type": "string"
  7826. },
  7827. "bit": {
  7828. "type": "string"
  7829. },
  7830. "build_id": {
  7831. "type": "string"
  7832. },
  7833. "finish_at": {
  7834. "type": "string"
  7835. },
  7836. "id": {
  7837. "type": "string"
  7838. },
  7839. "is_auditing": {
  7840. "type": "string"
  7841. },
  7842. "is_combine": {
  7843. "type": "string"
  7844. },
  7845. "memo": {
  7846. "type": "string"
  7847. },
  7848. "os": {
  7849. "type": "string"
  7850. },
  7851. "platform": {
  7852. "type": "string"
  7853. },
  7854. "src": {
  7855. "type": "string"
  7856. },
  7857. "state": {
  7858. "type": "string"
  7859. },
  7860. "version": {
  7861. "type": "string"
  7862. }
  7863. }
  7864. },
  7865. "md.CloudBundleReq": {
  7866. "type": "object",
  7867. "properties": {
  7868. "limit": {
  7869. "description": "每页大小",
  7870. "type": "string"
  7871. },
  7872. "page": {
  7873. "description": "页数",
  7874. "type": "string"
  7875. }
  7876. }
  7877. },
  7878. "md.CloudBundleResp": {
  7879. "type": "object",
  7880. "properties": {
  7881. "last_android": {
  7882. "type": "string"
  7883. },
  7884. "last_bit": {
  7885. "type": "string"
  7886. },
  7887. "last_is_combine": {
  7888. "type": "string"
  7889. },
  7890. "last_platform": {
  7891. "type": "array",
  7892. "items": {
  7893. "type": "string"
  7894. }
  7895. },
  7896. "list": {
  7897. "type": "array",
  7898. "items": {
  7899. "$ref": "#/definitions/md.CloudBundleList"
  7900. }
  7901. },
  7902. "list_ios": {
  7903. "type": "string"
  7904. },
  7905. "select_data": {
  7906. "type": "array",
  7907. "items": {
  7908. "$ref": "#/definitions/md.CloudBundleVersionMap"
  7909. }
  7910. },
  7911. "total": {
  7912. "type": "integer"
  7913. }
  7914. }
  7915. },
  7916. "md.CloudBundleUpdateStateReq": {
  7917. "type": "object",
  7918. "properties": {
  7919. "build_id": {
  7920. "type": "string"
  7921. },
  7922. "build_number": {
  7923. "type": "string"
  7924. },
  7925. "error_msg": {
  7926. "type": "string"
  7927. },
  7928. "id": {
  7929. "type": "string"
  7930. },
  7931. "src": {
  7932. "type": "string"
  7933. },
  7934. "state": {
  7935. "type": "string"
  7936. }
  7937. }
  7938. },
  7939. "md.CloudBundleVersion": {
  7940. "type": "object",
  7941. "properties": {
  7942. "content": {
  7943. "type": "string"
  7944. },
  7945. "img": {
  7946. "type": "string"
  7947. },
  7948. "img_url": {
  7949. "type": "string"
  7950. },
  7951. "is_must": {
  7952. "type": "string"
  7953. },
  7954. "name": {
  7955. "type": "string"
  7956. },
  7957. "type": {
  7958. "type": "string"
  7959. },
  7960. "url": {
  7961. "type": "string"
  7962. },
  7963. "version": {
  7964. "type": "string"
  7965. }
  7966. }
  7967. },
  7968. "md.CloudBundleVersionMap": {
  7969. "type": "object",
  7970. "properties": {
  7971. "img": {
  7972. "type": "string"
  7973. },
  7974. "name": {
  7975. "type": "string"
  7976. },
  7977. "type": {
  7978. "type": "string"
  7979. }
  7980. }
  7981. },
  7982. "md.CloudBundleVersionResp": {
  7983. "type": "object",
  7984. "properties": {
  7985. "version": {
  7986. "type": "array",
  7987. "items": {
  7988. "$ref": "#/definitions/md.CloudBundleVersion"
  7989. }
  7990. }
  7991. }
  7992. },
  7993. "md.CommReq": {
  7994. "type": "object",
  7995. "properties": {
  7996. "id": {
  7997. "type": "string"
  7998. }
  7999. }
  8000. },
  8001. "md.ConfigResp": {
  8002. "type": "object",
  8003. "properties": {
  8004. "oss_url": {
  8005. "type": "string",
  8006. "example": "阿里云图片链接"
  8007. }
  8008. }
  8009. },
  8010. "md.DailyActivityAnalysisTopData": {
  8011. "type": "object",
  8012. "properties": {
  8013. "activity_count": {
  8014. "description": "子节点活跃天数",
  8015. "type": "integer"
  8016. },
  8017. "team_activity_user_count": {
  8018. "description": "子节点活跃人数",
  8019. "type": "integer"
  8020. },
  8021. "team_user_count": {
  8022. "description": "团队人数",
  8023. "type": "integer"
  8024. }
  8025. }
  8026. },
  8027. "md.DataSetting": {
  8028. "type": "object",
  8029. "properties": {
  8030. "total_angel_investor": {
  8031. "description": "天使投资人",
  8032. "type": "string",
  8033. "example": "天使投资人"
  8034. },
  8035. "total_ecological_development": {
  8036. "description": "生态建设",
  8037. "type": "string",
  8038. "example": "当前价格"
  8039. },
  8040. "total_issuance_amount": {
  8041. "description": "总发行量",
  8042. "type": "string",
  8043. "example": "总发行量"
  8044. },
  8045. "total_operate_fund": {
  8046. "description": "运营资金",
  8047. "type": "string",
  8048. "example": "运营资金"
  8049. },
  8050. "total_team_dividends": {
  8051. "description": "团队分红",
  8052. "type": "string",
  8053. "example": "团队分红"
  8054. },
  8055. "total_technology_team": {
  8056. "description": "技术团队",
  8057. "type": "string",
  8058. "example": "技术团队"
  8059. },
  8060. "total_user_for_person": {
  8061. "description": "个人区域",
  8062. "type": "string",
  8063. "example": "个人区域"
  8064. },
  8065. "total_user_for_team": {
  8066. "description": "团队区域",
  8067. "type": "string",
  8068. "example": "团队区域"
  8069. }
  8070. }
  8071. },
  8072. "md.DeleteEmoticonReq": {
  8073. "type": "object",
  8074. "properties": {
  8075. "id": {
  8076. "description": "拥有用户数量",
  8077. "type": "integer"
  8078. }
  8079. }
  8080. },
  8081. "md.DeleteFreePublishUserReq": {
  8082. "type": "object",
  8083. "properties": {
  8084. "uid": {
  8085. "type": "string"
  8086. }
  8087. }
  8088. },
  8089. "md.DeleteLevelReq": {
  8090. "type": "object",
  8091. "properties": {
  8092. "level_id": {
  8093. "type": "string"
  8094. }
  8095. }
  8096. },
  8097. "md.DeleteTagReq": {
  8098. "type": "object",
  8099. "properties": {
  8100. "tag_id": {
  8101. "description": "标签 ID",
  8102. "type": "string"
  8103. }
  8104. }
  8105. },
  8106. "md.DeleteTaskReq": {
  8107. "type": "object",
  8108. "properties": {
  8109. "task_id": {
  8110. "type": "string"
  8111. }
  8112. }
  8113. },
  8114. "md.DestructionSettingStruct": {
  8115. "type": "object",
  8116. "properties": {
  8117. "community_dividends": {
  8118. "description": "社区分红百分比",
  8119. "type": "string"
  8120. },
  8121. "destruction_quantity": {
  8122. "description": "销毁百分比",
  8123. "type": "string"
  8124. },
  8125. "development_committee": {
  8126. "description": "发展委员会百分比",
  8127. "type": "string"
  8128. },
  8129. "marketplace_merchant": {
  8130. "description": "市商数量百分比",
  8131. "type": "string"
  8132. },
  8133. "public_welfare_and_charity": {
  8134. "description": "公益慈善百分比",
  8135. "type": "string"
  8136. },
  8137. "star_level_dividends": {
  8138. "description": "星级分红百分比",
  8139. "type": "string"
  8140. }
  8141. }
  8142. },
  8143. "md.DirectPushRewardSettingStruct": {
  8144. "type": "object",
  8145. "properties": {
  8146. "member_self_is_open_get_team_reward": {
  8147. "description": "会员是否活跃得到团队奖励",
  8148. "type": "string"
  8149. },
  8150. "reward_rate_value": {
  8151. "description": "奖励百分比",
  8152. "type": "string"
  8153. }
  8154. }
  8155. },
  8156. "md.DynamicDataFlowListReq": {
  8157. "type": "object",
  8158. "properties": {
  8159. "end_at": {
  8160. "description": "结束时间",
  8161. "type": "string",
  8162. "example": "结束时间"
  8163. },
  8164. "kind": {
  8165. "description": "持有类型",
  8166. "type": "integer"
  8167. },
  8168. "page": {
  8169. "description": "页数",
  8170. "type": "integer"
  8171. },
  8172. "page_size": {
  8173. "description": "每页大小",
  8174. "type": "integer"
  8175. },
  8176. "start_at": {
  8177. "description": "开始时间",
  8178. "type": "string",
  8179. "example": "开始时间"
  8180. }
  8181. }
  8182. },
  8183. "md.DynamicDataFlowListResp": {
  8184. "type": "object",
  8185. "properties": {
  8186. "kind_list": {
  8187. "description": "类型列表",
  8188. "type": "array",
  8189. "items": {
  8190. "type": "object",
  8191. "additionalProperties": true
  8192. }
  8193. },
  8194. "list": {
  8195. "description": "动态数据流水列表",
  8196. "type": "array",
  8197. "items": {
  8198. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  8199. }
  8200. },
  8201. "paginate": {
  8202. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8203. }
  8204. }
  8205. },
  8206. "md.EggEnergyAvailableEnergyFlow": {
  8207. "type": "object",
  8208. "properties": {
  8209. "after_community_dividends": {
  8210. "description": "变更后-社区分红区块币数量",
  8211. "type": "string"
  8212. },
  8213. "after_destruction_quantity_values": {
  8214. "description": "变更后-销毁区块币数量",
  8215. "type": "string"
  8216. },
  8217. "after_development_committee_values": {
  8218. "description": "变更后-发展委员会区块币数量",
  8219. "type": "string"
  8220. },
  8221. "after_marketplace_merchant_fund_values": {
  8222. "description": "变更后-市商资金值",
  8223. "type": "string"
  8224. },
  8225. "after_marketplace_merchant_values": {
  8226. "description": "变更后-市商区块币数量",
  8227. "type": "string"
  8228. },
  8229. "after_now_energy_total_nums": {
  8230. "description": "变更后-现行总量",
  8231. "type": "string"
  8232. },
  8233. "after_planet_total_value": {
  8234. "description": "变更后-星球总价值",
  8235. "type": "string"
  8236. },
  8237. "after_price": {
  8238. "description": "变更后-价格",
  8239. "type": "string"
  8240. },
  8241. "after_public_welfare_and_charity_values": {
  8242. "description": "变更后-公益慈善区块币数量",
  8243. "type": "string"
  8244. },
  8245. "after_star_level_dividends_values": {
  8246. "description": "变更后-星级分红区块币数量",
  8247. "type": "string"
  8248. },
  8249. "amount": {
  8250. "description": "变更数量",
  8251. "type": "string"
  8252. },
  8253. "before_community_dividends": {
  8254. "description": "变更前-社区分红区块币数量",
  8255. "type": "string"
  8256. },
  8257. "before_destruction_quantity_values": {
  8258. "description": "变更前-销毁区块币数量",
  8259. "type": "string"
  8260. },
  8261. "before_development_committee_values": {
  8262. "description": "变更前-发展委员会区块币数量",
  8263. "type": "string"
  8264. },
  8265. "before_marketplace_merchant_fund_values": {
  8266. "description": "变更前-市商资金值",
  8267. "type": "string"
  8268. },
  8269. "before_marketplace_merchant_values": {
  8270. "description": "变更前-市商区块币数量",
  8271. "type": "string"
  8272. },
  8273. "before_now_energy_total_nums": {
  8274. "description": "变更前-现行总量",
  8275. "type": "string"
  8276. },
  8277. "before_planet_total_value": {
  8278. "description": "变更前-星球总价值",
  8279. "type": "string"
  8280. },
  8281. "before_price": {
  8282. "description": "变更前-价格",
  8283. "type": "string"
  8284. },
  8285. "before_public_welfare_and_charity_values": {
  8286. "description": "变更前-公益慈善区块币数量",
  8287. "type": "string"
  8288. },
  8289. "before_star_level_dividends_values": {
  8290. "description": "变更前-星级分红区块币数量",
  8291. "type": "string"
  8292. },
  8293. "create_time": {
  8294. "description": "创建时间",
  8295. "type": "string"
  8296. },
  8297. "id": {
  8298. "type": "integer"
  8299. },
  8300. "kind": {
  8301. "description": "种类",
  8302. "type": "integer"
  8303. },
  8304. "title": {
  8305. "description": "标题",
  8306. "type": "string"
  8307. }
  8308. }
  8309. },
  8310. "md.EggEnergyCommunityDividends": {
  8311. "type": "object",
  8312. "properties": {
  8313. "amount": {
  8314. "description": "分红数量",
  8315. "type": "string"
  8316. },
  8317. "coin_id": {
  8318. "description": "虚拟币 id",
  8319. "type": "integer"
  8320. },
  8321. "create_at": {
  8322. "description": "分红时间",
  8323. "type": "string"
  8324. },
  8325. "id": {
  8326. "type": "integer"
  8327. },
  8328. "is_over": {
  8329. "description": "是否分红完毕",
  8330. "type": "integer"
  8331. },
  8332. "name": {
  8333. "type": "string",
  8334. "example": "名称"
  8335. },
  8336. "persons_num": {
  8337. "description": "分红人数",
  8338. "type": "integer"
  8339. },
  8340. "update_at": {
  8341. "type": "string"
  8342. }
  8343. }
  8344. },
  8345. "md.EggEnergyCommunityDividendsWithUser": {
  8346. "type": "object",
  8347. "properties": {
  8348. "id": {
  8349. "type": "integer"
  8350. },
  8351. "memo": {
  8352. "type": "string",
  8353. "example": "备注"
  8354. },
  8355. "nickname": {
  8356. "type": "string"
  8357. },
  8358. "phone": {
  8359. "type": "string"
  8360. },
  8361. "uid": {
  8362. "type": "integer"
  8363. }
  8364. }
  8365. },
  8366. "md.ExchangeRulesStruct": {
  8367. "type": "object",
  8368. "properties": {
  8369. "auto_exchange_nums_by_person": {
  8370. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8371. "type": "string"
  8372. },
  8373. "auto_exchange_nums_by_team": {
  8374. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8375. "type": "string"
  8376. },
  8377. "auto_exchange_rate_by_person": {
  8378. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8379. "type": "string"
  8380. },
  8381. "auto_exchange_rate_by_team": {
  8382. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8383. "type": "string"
  8384. }
  8385. }
  8386. },
  8387. "md.ExchangeUserPositionReq": {
  8388. "type": "object",
  8389. "properties": {
  8390. "position_1": {
  8391. "description": "位置1,具体值取返回数据中的 system_id",
  8392. "type": "integer"
  8393. },
  8394. "position_2": {
  8395. "description": "位置2,具体值取返回数据中的 system_id",
  8396. "type": "integer"
  8397. }
  8398. }
  8399. },
  8400. "md.FansNode": {
  8401. "type": "object",
  8402. "properties": {
  8403. "amount": {
  8404. "description": "可提现余额",
  8405. "type": "string"
  8406. },
  8407. "id": {
  8408. "description": "用户ID",
  8409. "type": "integer"
  8410. },
  8411. "level_total": {
  8412. "description": "所属代数",
  8413. "type": "integer"
  8414. },
  8415. "nickname": {
  8416. "type": "string",
  8417. "example": "用户昵称"
  8418. },
  8419. "phone": {
  8420. "type": "string",
  8421. "example": "手机号"
  8422. },
  8423. "register_at": {
  8424. "description": "注册时间",
  8425. "type": "string"
  8426. },
  8427. "total_income": {
  8428. "description": "累计收益",
  8429. "type": "string"
  8430. }
  8431. }
  8432. },
  8433. "md.FindSubUserRelationshipMapResp": {
  8434. "type": "object",
  8435. "properties": {
  8436. "basic_setting": {
  8437. "description": "公排设置",
  8438. "allOf": [
  8439. {
  8440. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8441. }
  8442. ]
  8443. },
  8444. "search_uid": {
  8445. "description": "查找的用户 ID",
  8446. "type": "string"
  8447. },
  8448. "sub_user": {
  8449. "description": "上级用户信息",
  8450. "allOf": [
  8451. {
  8452. "$ref": "#/definitions/md.SubUser"
  8453. }
  8454. ]
  8455. }
  8456. }
  8457. },
  8458. "md.FirstWithdrawSet": {
  8459. "type": "object",
  8460. "properties": {
  8461. "first_withdraw_amount_limit": {
  8462. "description": "不需要实名时 最大提现金额",
  8463. "type": "string"
  8464. },
  8465. "is_need_real_name": {
  8466. "description": "是否需要实名(0:不需要,1:需要)",
  8467. "type": "integer"
  8468. }
  8469. }
  8470. },
  8471. "md.FreePublishUserNode": {
  8472. "type": "object",
  8473. "properties": {
  8474. "nickname": {
  8475. "type": "string",
  8476. "example": "昵称"
  8477. },
  8478. "phone": {
  8479. "type": "string",
  8480. "example": "手机号"
  8481. },
  8482. "uid": {
  8483. "type": "integer"
  8484. }
  8485. }
  8486. },
  8487. "md.FundDataNode": {
  8488. "type": "object",
  8489. "properties": {
  8490. "balance_amount": {
  8491. "description": "余额",
  8492. "type": "string"
  8493. },
  8494. "balance_times": {
  8495. "description": "剩余执行次数",
  8496. "type": "integer"
  8497. },
  8498. "create_at": {
  8499. "description": "创建时间",
  8500. "type": "string"
  8501. },
  8502. "hours": {
  8503. "description": "时长",
  8504. "type": "integer"
  8505. },
  8506. "kind": {
  8507. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8508. "type": "integer"
  8509. },
  8510. "memo": {
  8511. "description": "备注",
  8512. "type": "string"
  8513. },
  8514. "system_id": {
  8515. "type": "integer"
  8516. },
  8517. "total_amount": {
  8518. "description": "金额",
  8519. "type": "string"
  8520. }
  8521. }
  8522. },
  8523. "md.FundDataRecordNode": {
  8524. "type": "object",
  8525. "properties": {
  8526. "after_planet_total_value": {
  8527. "description": "执行后-星球价值",
  8528. "type": "string"
  8529. },
  8530. "after_price": {
  8531. "description": "执行后-价格",
  8532. "type": "string"
  8533. },
  8534. "balance_amount": {
  8535. "description": "余额",
  8536. "type": "string"
  8537. },
  8538. "balance_times": {
  8539. "description": "剩余执行次数",
  8540. "type": "integer"
  8541. },
  8542. "before_planet_total_value": {
  8543. "description": "执行前-星球价值",
  8544. "type": "string"
  8545. },
  8546. "before_price": {
  8547. "description": "执行前-价格",
  8548. "type": "string"
  8549. },
  8550. "create_at": {
  8551. "type": "string"
  8552. },
  8553. "total_amount": {
  8554. "description": "金额",
  8555. "type": "string"
  8556. }
  8557. }
  8558. },
  8559. "md.GetActivePointsUserCoinFlowListReq": {
  8560. "type": "object",
  8561. "properties": {
  8562. "coin_id": {
  8563. "description": "货币类型 ID",
  8564. "type": "integer"
  8565. },
  8566. "direction": {
  8567. "description": "流水方向:1收入 2支出",
  8568. "type": "integer"
  8569. },
  8570. "end_at": {
  8571. "description": "结束时间",
  8572. "type": "string"
  8573. },
  8574. "page": {
  8575. "description": "页数",
  8576. "type": "integer"
  8577. },
  8578. "page_size": {
  8579. "description": "每页大小",
  8580. "type": "integer"
  8581. },
  8582. "start_at": {
  8583. "description": "开始时间",
  8584. "type": "string"
  8585. },
  8586. "uid": {
  8587. "description": "用户 ID",
  8588. "type": "integer"
  8589. }
  8590. }
  8591. },
  8592. "md.GetActivePointsUserCoinFlowListResp": {
  8593. "type": "object",
  8594. "properties": {
  8595. "list": {
  8596. "description": "流水信息",
  8597. "type": "array",
  8598. "items": {
  8599. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8600. }
  8601. },
  8602. "paginate": {
  8603. "description": "分页信息",
  8604. "allOf": [
  8605. {
  8606. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8607. }
  8608. ]
  8609. },
  8610. "select_data": {
  8611. "description": "流水类型",
  8612. "allOf": [
  8613. {
  8614. "$ref": "#/definitions/md.SelectData"
  8615. }
  8616. ]
  8617. }
  8618. }
  8619. },
  8620. "md.GetActivePointsUserCoinListReq": {
  8621. "type": "object",
  8622. "properties": {
  8623. "end_coin": {
  8624. "type": "string",
  8625. "example": "最大金额"
  8626. },
  8627. "kind": {
  8628. "description": "虚拟币种类编号",
  8629. "type": "integer"
  8630. },
  8631. "page": {
  8632. "description": "页数",
  8633. "type": "integer"
  8634. },
  8635. "page_size": {
  8636. "description": "单页大小",
  8637. "type": "integer"
  8638. },
  8639. "start_coin": {
  8640. "type": "string",
  8641. "example": "最小金额"
  8642. },
  8643. "uid": {
  8644. "description": "指定查询用户 ID",
  8645. "type": "integer"
  8646. },
  8647. "user_name": {
  8648. "type": "string",
  8649. "example": "用户名称"
  8650. },
  8651. "user_phone": {
  8652. "type": "string",
  8653. "example": "手机号"
  8654. }
  8655. }
  8656. },
  8657. "md.GetActivePointsUserCoinListResp": {
  8658. "type": "object",
  8659. "properties": {
  8660. "kind_list": {
  8661. "description": "货币类型集合",
  8662. "type": "array",
  8663. "items": {
  8664. "$ref": "#/definitions/md.VirtualCoinListNode"
  8665. }
  8666. },
  8667. "list": {
  8668. "description": "余额集合",
  8669. "type": "array",
  8670. "items": {
  8671. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8672. }
  8673. },
  8674. "sum_user_amount": {
  8675. "description": "用户持有总数",
  8676. "type": "number"
  8677. },
  8678. "total": {
  8679. "description": "持有该类型用户数",
  8680. "type": "integer"
  8681. }
  8682. }
  8683. },
  8684. "md.GetContributionValueBasicSettingResp": {
  8685. "type": "object",
  8686. "properties": {
  8687. "hand_out_red_package": {
  8688. "description": "发红包获得x点",
  8689. "type": "integer"
  8690. },
  8691. "id": {
  8692. "type": "integer"
  8693. },
  8694. "posting_comment_liked": {
  8695. "description": "发布评论被官方点赞获得x点",
  8696. "type": "integer"
  8697. },
  8698. "posting_dynamic_liked": {
  8699. "description": "发布动态被官方点赞获得x点",
  8700. "type": "integer"
  8701. },
  8702. "publish_creation": {
  8703. "description": "发布创作获得x点",
  8704. "type": "integer"
  8705. }
  8706. }
  8707. },
  8708. "md.GetEggCoreDataListResp": {
  8709. "type": "object",
  8710. "properties": {
  8711. "now_energy_total_nums": {
  8712. "description": "现行总量",
  8713. "type": "string",
  8714. "example": "现行总量"
  8715. },
  8716. "now_price": {
  8717. "description": "当前价格",
  8718. "type": "string",
  8719. "example": "当前价格"
  8720. },
  8721. "planet_total_value": {
  8722. "description": "星球价值",
  8723. "type": "string",
  8724. "example": "星球价值"
  8725. },
  8726. "user_hold_total_nums": {
  8727. "description": "用户持有总量",
  8728. "type": "string"
  8729. }
  8730. }
  8731. },
  8732. "md.GetEggEnergyBasicResp": {
  8733. "type": "object",
  8734. "properties": {
  8735. "basic_setting": {
  8736. "description": "基础设置",
  8737. "allOf": [
  8738. {
  8739. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8740. }
  8741. ]
  8742. },
  8743. "data_setting": {
  8744. "description": "数据设置",
  8745. "allOf": [
  8746. {
  8747. "$ref": "#/definitions/md.DataSetting"
  8748. }
  8749. ]
  8750. },
  8751. "destruction_setting": {
  8752. "description": "销毁设置",
  8753. "allOf": [
  8754. {
  8755. "$ref": "#/definitions/md.DestructionSettingStruct"
  8756. }
  8757. ]
  8758. },
  8759. "exchange_rules": {
  8760. "description": "兑换规则",
  8761. "allOf": [
  8762. {
  8763. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8764. }
  8765. ]
  8766. },
  8767. "new_user_incentive_rules": {
  8768. "description": "新用户奖励规则",
  8769. "allOf": [
  8770. {
  8771. "$ref": "#/definitions/md.NewUserRewardRules"
  8772. }
  8773. ]
  8774. },
  8775. "price_setting": {
  8776. "description": "价格设置",
  8777. "allOf": [
  8778. {
  8779. "$ref": "#/definitions/md.PriceSettingStruct"
  8780. }
  8781. ]
  8782. },
  8783. "reward_system": {
  8784. "description": "圈层奖励",
  8785. "type": "array",
  8786. "items": {
  8787. "$ref": "#/definitions/md.RewardSystemStruct"
  8788. }
  8789. },
  8790. "system_id": {
  8791. "description": "该设置系统 ID",
  8792. "type": "integer"
  8793. },
  8794. "video_reward_setting": {
  8795. "description": "视频奖励",
  8796. "allOf": [
  8797. {
  8798. "$ref": "#/definitions/md.VideoRewardSetting"
  8799. }
  8800. ]
  8801. }
  8802. }
  8803. },
  8804. "md.GetEggEnergyVipSettingResp": {
  8805. "type": "object",
  8806. "properties": {
  8807. "level_list": {
  8808. "description": "会员等级列表",
  8809. "type": "array",
  8810. "items": {
  8811. "type": "object",
  8812. "additionalProperties": true
  8813. }
  8814. },
  8815. "list": {
  8816. "description": "会员权益设置",
  8817. "type": "array",
  8818. "items": {
  8819. "$ref": "#/definitions/md.VipEquitySettingNode"
  8820. }
  8821. }
  8822. }
  8823. },
  8824. "md.GetFreePublishUserReq": {
  8825. "type": "object",
  8826. "properties": {
  8827. "limit": {
  8828. "description": "每页大小",
  8829. "type": "integer"
  8830. },
  8831. "page": {
  8832. "description": "当前页数",
  8833. "type": "integer"
  8834. },
  8835. "uid": {
  8836. "description": "筛选的用户 ID",
  8837. "type": "integer"
  8838. }
  8839. }
  8840. },
  8841. "md.GetFreePublishUserResp": {
  8842. "type": "object",
  8843. "properties": {
  8844. "list": {
  8845. "description": "免罚用户列表",
  8846. "type": "array",
  8847. "items": {
  8848. "$ref": "#/definitions/md.FreePublishUserNode"
  8849. }
  8850. },
  8851. "paginate": {
  8852. "description": "分页信息",
  8853. "allOf": [
  8854. {
  8855. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8856. }
  8857. ]
  8858. }
  8859. }
  8860. },
  8861. "md.GetFundDataListReq": {
  8862. "type": "object",
  8863. "properties": {
  8864. "end_at": {
  8865. "type": "string",
  8866. "example": "结束时间"
  8867. },
  8868. "kind": {
  8869. "description": "数据类型",
  8870. "type": "integer"
  8871. },
  8872. "limit": {
  8873. "description": "每页大小",
  8874. "type": "integer"
  8875. },
  8876. "page": {
  8877. "description": "页数",
  8878. "type": "integer"
  8879. },
  8880. "start_at": {
  8881. "type": "string",
  8882. "example": "开始时间"
  8883. }
  8884. }
  8885. },
  8886. "md.GetFundDataListResp": {
  8887. "type": "object",
  8888. "properties": {
  8889. "kind_list": {
  8890. "description": "类型列表",
  8891. "type": "array",
  8892. "items": {
  8893. "type": "object",
  8894. "additionalProperties": true
  8895. }
  8896. },
  8897. "list": {
  8898. "description": "数据列表",
  8899. "type": "array",
  8900. "items": {
  8901. "$ref": "#/definitions/md.FundDataNode"
  8902. }
  8903. },
  8904. "paginate": {
  8905. "description": "分页数据",
  8906. "allOf": [
  8907. {
  8908. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8909. }
  8910. ]
  8911. }
  8912. }
  8913. },
  8914. "md.GetFundDataRecordListReq": {
  8915. "type": "object",
  8916. "properties": {
  8917. "limit": {
  8918. "description": "页面大小",
  8919. "type": "integer"
  8920. },
  8921. "page": {
  8922. "description": "页数",
  8923. "type": "integer"
  8924. },
  8925. "system_id": {
  8926. "description": "数据在系统中的 ID",
  8927. "type": "integer"
  8928. }
  8929. }
  8930. },
  8931. "md.GetFundDataRecordListResp": {
  8932. "type": "object",
  8933. "properties": {
  8934. "list": {
  8935. "type": "array",
  8936. "items": {
  8937. "$ref": "#/definitions/md.FundDataRecordNode"
  8938. }
  8939. },
  8940. "paginate": {
  8941. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8942. }
  8943. }
  8944. },
  8945. "md.GetGreenEnergyUserCoinFlowListReq": {
  8946. "type": "object",
  8947. "properties": {
  8948. "coin_id": {
  8949. "description": "货币类型 ID",
  8950. "type": "integer"
  8951. },
  8952. "direction": {
  8953. "description": "流水方向:1收入 2支出",
  8954. "type": "integer"
  8955. },
  8956. "end_at": {
  8957. "description": "结束时间",
  8958. "type": "string"
  8959. },
  8960. "page": {
  8961. "description": "页数",
  8962. "type": "integer"
  8963. },
  8964. "page_size": {
  8965. "description": "每页大小",
  8966. "type": "integer"
  8967. },
  8968. "start_at": {
  8969. "description": "开始时间",
  8970. "type": "string"
  8971. },
  8972. "uid": {
  8973. "description": "用户 ID",
  8974. "type": "integer"
  8975. }
  8976. }
  8977. },
  8978. "md.GetGreenEnergyUserCoinFlowListResp": {
  8979. "type": "object",
  8980. "properties": {
  8981. "list": {
  8982. "description": "流水信息",
  8983. "type": "array",
  8984. "items": {
  8985. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8986. }
  8987. },
  8988. "paginate": {
  8989. "description": "分页信息",
  8990. "allOf": [
  8991. {
  8992. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8993. }
  8994. ]
  8995. },
  8996. "select_data": {
  8997. "description": "流水类型",
  8998. "allOf": [
  8999. {
  9000. "$ref": "#/definitions/md.SelectData"
  9001. }
  9002. ]
  9003. }
  9004. }
  9005. },
  9006. "md.GetGreenEnergyUserCoinListReq": {
  9007. "type": "object",
  9008. "properties": {
  9009. "end_coin": {
  9010. "type": "string",
  9011. "example": "最大金额"
  9012. },
  9013. "kind": {
  9014. "description": "虚拟币种类编号",
  9015. "type": "integer"
  9016. },
  9017. "page": {
  9018. "description": "页数",
  9019. "type": "integer"
  9020. },
  9021. "page_size": {
  9022. "description": "单页大小",
  9023. "type": "integer"
  9024. },
  9025. "start_coin": {
  9026. "type": "string",
  9027. "example": "最小金额"
  9028. },
  9029. "uid": {
  9030. "description": "指定查询用户 ID",
  9031. "type": "integer"
  9032. },
  9033. "user_name": {
  9034. "type": "string",
  9035. "example": "用户名称"
  9036. },
  9037. "user_phone": {
  9038. "type": "string",
  9039. "example": "手机号"
  9040. }
  9041. }
  9042. },
  9043. "md.GetGreenEnergyUserCoinListResp": {
  9044. "type": "object",
  9045. "properties": {
  9046. "kind_list": {
  9047. "description": "货币类型集合",
  9048. "type": "array",
  9049. "items": {
  9050. "$ref": "#/definitions/md.VirtualCoinListNode"
  9051. }
  9052. },
  9053. "list": {
  9054. "description": "余额集合",
  9055. "type": "array",
  9056. "items": {
  9057. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9058. }
  9059. },
  9060. "sum_user_amount": {
  9061. "description": "用户持有总数",
  9062. "type": "number"
  9063. },
  9064. "total": {
  9065. "description": "持有该类型用户数",
  9066. "type": "integer"
  9067. }
  9068. }
  9069. },
  9070. "md.GetLevelListResp": {
  9071. "type": "object",
  9072. "properties": {
  9073. "list": {
  9074. "type": "array",
  9075. "items": {
  9076. "$ref": "#/definitions/md.LevelListNode"
  9077. }
  9078. },
  9079. "paginate": {
  9080. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9081. }
  9082. }
  9083. },
  9084. "md.GetOneLevelResp": {
  9085. "type": "object",
  9086. "properties": {
  9087. "auto_update": {
  9088. "description": "自动升级 0关闭,1开启",
  9089. "type": "integer"
  9090. },
  9091. "choosable_num": {
  9092. "description": "可选任务数量",
  9093. "type": "integer"
  9094. },
  9095. "is_use": {
  9096. "description": "是否开启(0.否, 1.是)",
  9097. "type": "integer"
  9098. },
  9099. "level_id": {
  9100. "description": "等级 ID",
  9101. "type": "integer"
  9102. },
  9103. "level_name": {
  9104. "description": "等级名称",
  9105. "type": "string"
  9106. },
  9107. "level_weight": {
  9108. "description": "等级权重",
  9109. "type": "integer"
  9110. },
  9111. "memo": {
  9112. "description": "备注",
  9113. "type": "string"
  9114. },
  9115. "task_type": {
  9116. "description": "任务类型关系",
  9117. "type": "array",
  9118. "items": {
  9119. "type": "object",
  9120. "additionalProperties": true
  9121. }
  9122. },
  9123. "user_level_tasks": {
  9124. "type": "array",
  9125. "items": {
  9126. "$ref": "#/definitions/model.UserLevelTask"
  9127. }
  9128. }
  9129. }
  9130. },
  9131. "md.GetPriceCurveResp": {
  9132. "type": "object",
  9133. "properties": {
  9134. "x_data": {
  9135. "type": "array",
  9136. "items": {}
  9137. },
  9138. "y_data": {
  9139. "type": "array",
  9140. "items": {}
  9141. }
  9142. }
  9143. },
  9144. "md.GetPublicPlatoonBasicResp": {
  9145. "type": "object",
  9146. "properties": {
  9147. "is_open": {
  9148. "description": "是否开启(1:开启 0:关闭)",
  9149. "type": "integer"
  9150. },
  9151. "is_self_active_get_team_revenue": {
  9152. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9153. "type": "integer"
  9154. },
  9155. "originator_name": {
  9156. "description": "创始人名称",
  9157. "type": "string"
  9158. },
  9159. "originator_uid": {
  9160. "description": "创始人uid",
  9161. "type": "integer"
  9162. },
  9163. "several_rows": {
  9164. "description": "几排",
  9165. "type": "integer"
  9166. },
  9167. "several_times": {
  9168. "description": "几乘",
  9169. "type": "integer"
  9170. },
  9171. "system_punish_replace": {
  9172. "description": "是否位置滑落 被新用户替换 0否 1是",
  9173. "type": "integer"
  9174. },
  9175. "system_punish_replace_value": {
  9176. "description": "xx天未活跃,处罚滑落",
  9177. "type": "integer"
  9178. }
  9179. }
  9180. },
  9181. "md.GetTagListResp": {
  9182. "type": "object",
  9183. "properties": {
  9184. "list": {
  9185. "type": "array",
  9186. "items": {
  9187. "$ref": "#/definitions/md.TagListNode"
  9188. }
  9189. },
  9190. "paginate": {
  9191. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9192. }
  9193. }
  9194. },
  9195. "md.GetVideoRewardResp": {
  9196. "type": "object",
  9197. "properties": {
  9198. "ecmp": {
  9199. "description": "当前 Ecpm 值",
  9200. "type": "string"
  9201. },
  9202. "unit_price": {
  9203. "description": "单价",
  9204. "type": "string"
  9205. }
  9206. }
  9207. },
  9208. "md.GetWithdrawApplyListNode": {
  9209. "type": "object",
  9210. "properties": {
  9211. "actual_receipt": {
  9212. "description": "实际到账",
  9213. "type": "string"
  9214. },
  9215. "ali_pay_account": {
  9216. "description": "支付宝账号",
  9217. "type": "string"
  9218. },
  9219. "ali_pay_name": {
  9220. "description": "支付宝昵称",
  9221. "type": "string"
  9222. },
  9223. "amount": {
  9224. "description": "提现金额",
  9225. "type": "string"
  9226. },
  9227. "apply_at": {
  9228. "description": "申请时间",
  9229. "type": "string"
  9230. },
  9231. "invite_code": {
  9232. "description": "邀请码",
  9233. "type": "string"
  9234. },
  9235. "memo": {
  9236. "description": "备注",
  9237. "type": "string"
  9238. },
  9239. "nickname": {
  9240. "description": "用户名称",
  9241. "type": "string"
  9242. },
  9243. "parentID": {
  9244. "description": "推荐人ID",
  9245. "type": "integer"
  9246. },
  9247. "parentPhone": {
  9248. "description": "推荐人手机号",
  9249. "type": "string"
  9250. },
  9251. "pay_at": {
  9252. "description": "到账时间",
  9253. "type": "string"
  9254. },
  9255. "state": {
  9256. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9257. "type": "integer"
  9258. },
  9259. "sys_fee": {
  9260. "description": "手续费",
  9261. "type": "string"
  9262. },
  9263. "tag": {
  9264. "description": "标签",
  9265. "type": "array",
  9266. "items": {
  9267. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  9268. }
  9269. },
  9270. "user_id": {
  9271. "description": "会员 ID",
  9272. "type": "integer"
  9273. },
  9274. "wechat_pay_account": {
  9275. "description": "微信账号",
  9276. "type": "string"
  9277. },
  9278. "wechat_pay_name": {
  9279. "description": "微信昵称",
  9280. "type": "string"
  9281. },
  9282. "withdraw_type": {
  9283. "description": "转账平台(1:支付宝 2:微信)",
  9284. "type": "integer"
  9285. }
  9286. }
  9287. },
  9288. "md.GetWithdrawApplyListReq": {
  9289. "type": "object",
  9290. "properties": {
  9291. "amount_begin": {
  9292. "description": "最小金额",
  9293. "type": "string"
  9294. },
  9295. "amount_end": {
  9296. "description": "最大金额",
  9297. "type": "string"
  9298. },
  9299. "apply_end_at": {
  9300. "description": "申请结束时间",
  9301. "type": "string"
  9302. },
  9303. "apply_start_at": {
  9304. "description": "申请开始时间",
  9305. "type": "string"
  9306. },
  9307. "examine_end_at": {
  9308. "description": "审核结束时间",
  9309. "type": "string"
  9310. },
  9311. "examine_start_at": {
  9312. "description": "审核开始时间",
  9313. "type": "string"
  9314. },
  9315. "is_first": {
  9316. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9317. "type": "string"
  9318. },
  9319. "level": {
  9320. "description": "会员等级",
  9321. "type": "string"
  9322. },
  9323. "limit": {
  9324. "description": "页面大小",
  9325. "type": "integer"
  9326. },
  9327. "nickname": {
  9328. "description": "用户昵称",
  9329. "type": "string"
  9330. },
  9331. "page": {
  9332. "description": "页数",
  9333. "type": "integer"
  9334. },
  9335. "parent_id": {
  9336. "description": "推荐人 ID",
  9337. "type": "string"
  9338. },
  9339. "payment_type": {
  9340. "description": "打款类型 1:手动;2:自动",
  9341. "type": "string"
  9342. },
  9343. "phone": {
  9344. "description": "用户手机号",
  9345. "type": "string"
  9346. },
  9347. "state": {
  9348. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9349. "type": "string"
  9350. },
  9351. "uid": {
  9352. "description": "用户 ID",
  9353. "type": "string"
  9354. },
  9355. "withdraw_account": {
  9356. "description": "支付宝/微信昵称",
  9357. "type": "string"
  9358. },
  9359. "withdraw_name": {
  9360. "description": "支付宝姓名",
  9361. "type": "string"
  9362. },
  9363. "withdraw_type": {
  9364. "description": "提现方式(1:支付宝 2:微信)",
  9365. "type": "string"
  9366. }
  9367. }
  9368. },
  9369. "md.GetWithdrawApplyListResp": {
  9370. "type": "object",
  9371. "properties": {
  9372. "levels_list": {
  9373. "description": "等级列表",
  9374. "type": "array",
  9375. "items": {
  9376. "type": "object",
  9377. "additionalProperties": true
  9378. }
  9379. },
  9380. "list": {
  9381. "type": "array",
  9382. "items": {
  9383. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9384. }
  9385. },
  9386. "paginate": {
  9387. "description": "分页信息",
  9388. "allOf": [
  9389. {
  9390. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9391. }
  9392. ]
  9393. },
  9394. "pay_failed_amount": {
  9395. "description": "打款失败金额",
  9396. "type": "string"
  9397. },
  9398. "pay_succeed_amount": {
  9399. "description": "打款成功金额",
  9400. "type": "string"
  9401. },
  9402. "pending_amount": {
  9403. "description": "处理中金额",
  9404. "type": "string"
  9405. },
  9406. "tags_list": {
  9407. "description": "标签列表",
  9408. "type": "array",
  9409. "items": {
  9410. "type": "object",
  9411. "additionalProperties": true
  9412. }
  9413. },
  9414. "under_review": {
  9415. "description": "审核中金额",
  9416. "type": "string"
  9417. }
  9418. }
  9419. },
  9420. "md.GetWithdrawSettingResp": {
  9421. "type": "object",
  9422. "properties": {
  9423. "condition_is_open": {
  9424. "description": "提现条件是否开启(0:关闭, 1:开启)",
  9425. "type": "integer"
  9426. },
  9427. "first_withdraw_set": {
  9428. "description": "首次提现设置",
  9429. "allOf": [
  9430. {
  9431. "$ref": "#/definitions/md.FirstWithdrawSet"
  9432. }
  9433. ]
  9434. },
  9435. "frequency_set": {
  9436. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9437. "allOf": [
  9438. {
  9439. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9440. }
  9441. ]
  9442. },
  9443. "id": {
  9444. "type": "integer"
  9445. },
  9446. "is_auto": {
  9447. "description": "是否开启自动提现(0:否 1:是)",
  9448. "type": "integer"
  9449. },
  9450. "is_auto_amount_limit": {
  9451. "description": "自动提现金额限制",
  9452. "type": "string"
  9453. },
  9454. "is_real_name": {
  9455. "description": "是否实名(0:否 1:是)",
  9456. "type": "integer"
  9457. },
  9458. "is_support_decimal_point": {
  9459. "description": "是否支持小数点(0:否 1:是)",
  9460. "type": "integer"
  9461. },
  9462. "level_list": {
  9463. "description": "会员等级列表",
  9464. "type": "array",
  9465. "items": {
  9466. "type": "object",
  9467. "additionalProperties": true
  9468. }
  9469. },
  9470. "pending_orders_is_can_apply": {
  9471. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  9472. "type": "integer"
  9473. },
  9474. "vip_level_limit": {
  9475. "description": "提现等级限制",
  9476. "type": "integer"
  9477. },
  9478. "withdraw_amount_limit": {
  9479. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9480. "type": "string"
  9481. },
  9482. "withdraw_fee_set": {
  9483. "description": "提现手续费设置",
  9484. "allOf": [
  9485. {
  9486. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  9487. }
  9488. ]
  9489. },
  9490. "withdraw_multiple_limit": {
  9491. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9492. "type": "string"
  9493. },
  9494. "withdraw_nums_limit": {
  9495. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9496. "type": "integer"
  9497. },
  9498. "withdraw_time_interval": {
  9499. "description": "提现时段",
  9500. "allOf": [
  9501. {
  9502. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  9503. }
  9504. ]
  9505. },
  9506. "withdraw_type": {
  9507. "description": "提现方式(1:支付宝 2:微信)",
  9508. "type": "integer"
  9509. }
  9510. }
  9511. },
  9512. "md.GroupListReq": {
  9513. "type": "object",
  9514. "properties": {
  9515. "group_admin": {
  9516. "description": "群主",
  9517. "type": "string"
  9518. },
  9519. "name": {
  9520. "description": "群名称",
  9521. "type": "string"
  9522. },
  9523. "page": {
  9524. "type": "integer"
  9525. },
  9526. "page_size": {
  9527. "type": "integer"
  9528. },
  9529. "start_time_end": {
  9530. "type": "string",
  9531. "example": "创建时间-截止"
  9532. },
  9533. "start_time_start": {
  9534. "type": "string",
  9535. "example": "创建时间-起始"
  9536. }
  9537. }
  9538. },
  9539. "md.GroupListResp": {
  9540. "type": "object",
  9541. "properties": {
  9542. "list": {
  9543. "type": "array",
  9544. "items": {
  9545. "type": "object",
  9546. "properties": {
  9547. "avatarUrl": {
  9548. "description": "头像",
  9549. "type": "string"
  9550. },
  9551. "createTime": {
  9552. "description": "创建时间",
  9553. "type": "string"
  9554. },
  9555. "extra": {
  9556. "description": "附加字段",
  9557. "type": "string"
  9558. },
  9559. "id": {
  9560. "description": "群组id",
  9561. "type": "integer"
  9562. },
  9563. "introduction": {
  9564. "description": "群简介",
  9565. "type": "string"
  9566. },
  9567. "isAllAddFriend": {
  9568. "description": "是否允许加好友(1:是 2:否)",
  9569. "type": "integer"
  9570. },
  9571. "isAllMemberBanned": {
  9572. "description": "是否全员禁言(1:是 2:否)",
  9573. "type": "integer"
  9574. },
  9575. "name": {
  9576. "description": "组名",
  9577. "type": "string"
  9578. },
  9579. "nickname": {
  9580. "description": "群主昵称",
  9581. "type": "string"
  9582. },
  9583. "phoneNumber": {
  9584. "description": "群主账号",
  9585. "type": "string"
  9586. },
  9587. "updateTime": {
  9588. "description": "更新时间",
  9589. "type": "string"
  9590. },
  9591. "userNum": {
  9592. "description": "群组人数",
  9593. "type": "integer"
  9594. }
  9595. }
  9596. }
  9597. },
  9598. "page": {
  9599. "type": "integer"
  9600. },
  9601. "page_size": {
  9602. "type": "integer"
  9603. },
  9604. "total": {
  9605. "type": "integer"
  9606. }
  9607. }
  9608. },
  9609. "md.Guide": {
  9610. "type": "object",
  9611. "properties": {
  9612. "bg_image": {
  9613. "type": "string"
  9614. },
  9615. "bg_image_url": {
  9616. "type": "string"
  9617. },
  9618. "content_image": {
  9619. "type": "string"
  9620. },
  9621. "content_image_url": {
  9622. "type": "string"
  9623. }
  9624. }
  9625. },
  9626. "md.LevelListNode": {
  9627. "type": "object",
  9628. "properties": {
  9629. "count": {
  9630. "description": "等级人数",
  9631. "type": "string"
  9632. },
  9633. "create_at": {
  9634. "description": "创建时间",
  9635. "type": "string"
  9636. },
  9637. "is_use": {
  9638. "description": "是否开启(0.否, 1.是)",
  9639. "type": "integer"
  9640. },
  9641. "level_id": {
  9642. "description": "等级 ID",
  9643. "type": "integer"
  9644. },
  9645. "level_name": {
  9646. "description": "等级名称",
  9647. "type": "string"
  9648. },
  9649. "level_weight": {
  9650. "description": "等级权重",
  9651. "type": "integer"
  9652. },
  9653. "memo": {
  9654. "description": "备注",
  9655. "type": "string"
  9656. }
  9657. }
  9658. },
  9659. "md.ListCommunityDividendsReq": {
  9660. "type": "object",
  9661. "properties": {
  9662. "end_at": {
  9663. "description": "结束时间",
  9664. "type": "string"
  9665. },
  9666. "end_nums": {
  9667. "description": "分红总量上限",
  9668. "type": "integer"
  9669. },
  9670. "limit": {
  9671. "description": "每页大小",
  9672. "type": "integer"
  9673. },
  9674. "page": {
  9675. "description": "页数",
  9676. "type": "integer"
  9677. },
  9678. "start_at": {
  9679. "description": "开始时间",
  9680. "type": "string"
  9681. },
  9682. "start_nums": {
  9683. "description": "分红总量下限",
  9684. "type": "integer"
  9685. }
  9686. }
  9687. },
  9688. "md.ListCommunityDividendsResp": {
  9689. "type": "object",
  9690. "properties": {
  9691. "list": {
  9692. "type": "array",
  9693. "items": {
  9694. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9695. }
  9696. },
  9697. "paginate": {
  9698. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9699. }
  9700. }
  9701. },
  9702. "md.ListCommunityDividendsWithUserReq": {
  9703. "type": "object",
  9704. "properties": {
  9705. "limit": {
  9706. "type": "integer"
  9707. },
  9708. "page": {
  9709. "type": "integer"
  9710. },
  9711. "phone": {
  9712. "type": "string"
  9713. },
  9714. "uid": {
  9715. "type": "integer"
  9716. }
  9717. }
  9718. },
  9719. "md.ListCommunityDividendsWithUserResp": {
  9720. "type": "object",
  9721. "properties": {
  9722. "list": {
  9723. "type": "array",
  9724. "items": {
  9725. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9726. }
  9727. },
  9728. "paginate": {
  9729. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9730. }
  9731. }
  9732. },
  9733. "md.ListPlatformRevenueReq": {
  9734. "type": "object",
  9735. "properties": {
  9736. "end_at": {
  9737. "type": "string",
  9738. "example": "结束时间"
  9739. },
  9740. "kind": {
  9741. "description": "数据类型",
  9742. "type": "integer"
  9743. },
  9744. "limit": {
  9745. "description": "每页大小",
  9746. "type": "integer"
  9747. },
  9748. "page": {
  9749. "description": "页数",
  9750. "type": "integer"
  9751. },
  9752. "start_at": {
  9753. "type": "string",
  9754. "example": "开始时间"
  9755. }
  9756. }
  9757. },
  9758. "md.ListPlatformRevenueResp": {
  9759. "type": "object",
  9760. "properties": {
  9761. "kind_list": {
  9762. "description": "类型列表",
  9763. "type": "array",
  9764. "items": {
  9765. "type": "object",
  9766. "additionalProperties": true
  9767. }
  9768. },
  9769. "list": {
  9770. "description": "数据列表",
  9771. "type": "array",
  9772. "items": {
  9773. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9774. }
  9775. },
  9776. "paginate": {
  9777. "description": "分页数据",
  9778. "allOf": [
  9779. {
  9780. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9781. }
  9782. ]
  9783. }
  9784. }
  9785. },
  9786. "md.LoginReq": {
  9787. "type": "object",
  9788. "required": [
  9789. "password",
  9790. "username"
  9791. ],
  9792. "properties": {
  9793. "code": {
  9794. "type": "string",
  9795. "example": "验证码"
  9796. },
  9797. "password": {
  9798. "type": "string",
  9799. "example": "登录密码"
  9800. },
  9801. "username": {
  9802. "type": "string",
  9803. "example": "登录账号"
  9804. }
  9805. }
  9806. },
  9807. "md.LoginResponse": {
  9808. "type": "object",
  9809. "properties": {
  9810. "token": {
  9811. "type": "string"
  9812. }
  9813. }
  9814. },
  9815. "md.ManualScoreReq": {
  9816. "type": "object",
  9817. "properties": {
  9818. "index_id": {
  9819. "description": "文档id",
  9820. "type": "string"
  9821. },
  9822. "score": {
  9823. "type": "string",
  9824. "example": "分数"
  9825. }
  9826. }
  9827. },
  9828. "md.ModuleSettingGetResp": {
  9829. "type": "object",
  9830. "properties": {
  9831. "data": {
  9832. "description": "内容",
  9833. "type": "object",
  9834. "additionalProperties": true
  9835. },
  9836. "mod_name": {
  9837. "description": "模块名称",
  9838. "type": "string"
  9839. },
  9840. "mod_name_list": {
  9841. "description": "模块名称对照",
  9842. "type": "array",
  9843. "items": {
  9844. "type": "object",
  9845. "additionalProperties": true
  9846. }
  9847. },
  9848. "position": {
  9849. "description": "位置",
  9850. "type": "string"
  9851. },
  9852. "skip_identifier": {
  9853. "description": "跳转标识",
  9854. "type": "string"
  9855. },
  9856. "subtitle": {
  9857. "description": "副标题",
  9858. "type": "string"
  9859. },
  9860. "title": {
  9861. "description": "标题",
  9862. "type": "string"
  9863. }
  9864. }
  9865. },
  9866. "md.ModuleSettingUpdateReq": {
  9867. "type": "object",
  9868. "properties": {
  9869. "data": {
  9870. "description": "内容",
  9871. "type": "object",
  9872. "additionalProperties": true
  9873. },
  9874. "mod_name_value": {
  9875. "description": "模块类型值",
  9876. "type": "string"
  9877. },
  9878. "position": {
  9879. "description": "位置",
  9880. "type": "string"
  9881. },
  9882. "skip_identifier": {
  9883. "description": "跳转标识",
  9884. "type": "string"
  9885. },
  9886. "subtitle": {
  9887. "description": "副标题",
  9888. "type": "string"
  9889. },
  9890. "title": {
  9891. "description": "标题",
  9892. "type": "string"
  9893. }
  9894. }
  9895. },
  9896. "md.NewUserRedPackageGetBasicResp": {
  9897. "type": "object",
  9898. "properties": {
  9899. "create_at": {
  9900. "type": "string"
  9901. },
  9902. "days": {
  9903. "description": "天数",
  9904. "type": "integer"
  9905. },
  9906. "is_double": {
  9907. "description": "是否翻倍",
  9908. "type": "integer"
  9909. },
  9910. "is_open": {
  9911. "description": "是否开启(1:开启 0:关闭)",
  9912. "type": "integer"
  9913. },
  9914. "total_amount": {
  9915. "type": "string",
  9916. "example": "总金额"
  9917. },
  9918. "update_at": {
  9919. "type": "string"
  9920. }
  9921. }
  9922. },
  9923. "md.NewUserRedPackageRecordFlowListReq": {
  9924. "type": "object",
  9925. "properties": {
  9926. "end_at": {
  9927. "description": "结束时间",
  9928. "type": "string"
  9929. },
  9930. "limit": {
  9931. "description": "每页大小",
  9932. "type": "integer"
  9933. },
  9934. "page": {
  9935. "description": "页数",
  9936. "type": "integer"
  9937. },
  9938. "start_at": {
  9939. "description": "开始时间",
  9940. "type": "string"
  9941. },
  9942. "uid": {
  9943. "description": "用户 ID",
  9944. "type": "integer"
  9945. }
  9946. }
  9947. },
  9948. "md.NewUserRedPackageRecordFlowListResp": {
  9949. "type": "object",
  9950. "properties": {
  9951. "list": {
  9952. "type": "array",
  9953. "items": {
  9954. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  9955. }
  9956. },
  9957. "paginate": {
  9958. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9959. }
  9960. }
  9961. },
  9962. "md.NewUserRedPackageRecordFlowNode": {
  9963. "type": "object",
  9964. "properties": {
  9965. "balance_amount": {
  9966. "description": "剩余金额",
  9967. "type": "string"
  9968. },
  9969. "balance_days": {
  9970. "description": "剩余天数",
  9971. "type": "integer"
  9972. },
  9973. "basic_amount": {
  9974. "description": "基础金额",
  9975. "type": "string"
  9976. },
  9977. "create_at": {
  9978. "description": "创建时间",
  9979. "type": "string"
  9980. },
  9981. "day_num": {
  9982. "description": "第x天",
  9983. "type": "integer"
  9984. },
  9985. "double_rate": {
  9986. "description": "倍率",
  9987. "type": "string"
  9988. },
  9989. "id": {
  9990. "description": "流水 ID",
  9991. "type": "integer"
  9992. },
  9993. "is_double": {
  9994. "description": "是否翻倍",
  9995. "type": "integer"
  9996. },
  9997. "receive_days": {
  9998. "description": "领取天数",
  9999. "type": "integer"
  10000. },
  10001. "total_amount": {
  10002. "description": "实际金额",
  10003. "type": "string"
  10004. },
  10005. "uid": {
  10006. "description": "用户 ID",
  10007. "type": "integer"
  10008. }
  10009. }
  10010. },
  10011. "md.NewUserRedPackageRecordListReq": {
  10012. "type": "object",
  10013. "properties": {
  10014. "end_at": {
  10015. "description": "结束时间",
  10016. "type": "string"
  10017. },
  10018. "limit": {
  10019. "description": "每页大小",
  10020. "type": "integer"
  10021. },
  10022. "page": {
  10023. "description": "页数",
  10024. "type": "integer"
  10025. },
  10026. "start_at": {
  10027. "description": "开始时间",
  10028. "type": "string"
  10029. },
  10030. "uid": {
  10031. "description": "用户 ID",
  10032. "type": "integer"
  10033. }
  10034. }
  10035. },
  10036. "md.NewUserRedPackageRecordListResp": {
  10037. "type": "object",
  10038. "properties": {
  10039. "list": {
  10040. "type": "array",
  10041. "items": {
  10042. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  10043. }
  10044. },
  10045. "paginate": {
  10046. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10047. }
  10048. }
  10049. },
  10050. "md.NewUserRedPackageRecordNode": {
  10051. "type": "object",
  10052. "properties": {
  10053. "balance_amount": {
  10054. "description": "剩余金额",
  10055. "type": "string"
  10056. },
  10057. "balance_days": {
  10058. "description": "剩余天数",
  10059. "type": "integer"
  10060. },
  10061. "create_at": {
  10062. "description": "创建时间",
  10063. "type": "string"
  10064. },
  10065. "days": {
  10066. "description": "天数",
  10067. "type": "integer"
  10068. },
  10069. "receive_days": {
  10070. "description": "领取天数",
  10071. "type": "integer"
  10072. },
  10073. "state": {
  10074. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  10075. "type": "integer"
  10076. },
  10077. "system_id": {
  10078. "description": "系统中记录的 ID",
  10079. "type": "integer"
  10080. },
  10081. "total_amount": {
  10082. "description": "金额",
  10083. "type": "string"
  10084. },
  10085. "uid": {
  10086. "description": "用户 ID",
  10087. "type": "integer"
  10088. },
  10089. "update_at": {
  10090. "description": "修改时间",
  10091. "type": "string"
  10092. }
  10093. }
  10094. },
  10095. "md.NewUserRedPackageUpdateBasicReq": {
  10096. "type": "object",
  10097. "properties": {
  10098. "days": {
  10099. "description": "天数",
  10100. "type": "integer"
  10101. },
  10102. "is_double": {
  10103. "description": "是否翻倍",
  10104. "type": "integer"
  10105. },
  10106. "is_open": {
  10107. "description": "是否开启(1:开启 0:关闭)",
  10108. "type": "integer"
  10109. },
  10110. "total_amount": {
  10111. "type": "string",
  10112. "example": "总金额"
  10113. }
  10114. }
  10115. },
  10116. "md.NewUserRewardRules": {
  10117. "type": "object",
  10118. "properties": {
  10119. "continue_days": {
  10120. "description": "连续x天",
  10121. "type": "integer"
  10122. },
  10123. "invite_user_reward_value": {
  10124. "description": "拉新用户奖励x个活跃积分",
  10125. "type": "integer"
  10126. },
  10127. "reward_coefficient": {
  10128. "description": "奖励系数",
  10129. "type": "number"
  10130. }
  10131. }
  10132. },
  10133. "md.NoticeAliyunSmsList": {
  10134. "type": "object",
  10135. "properties": {
  10136. "content": {
  10137. "type": "string",
  10138. "example": "这是 填短信模板id"
  10139. },
  10140. "day": {
  10141. "type": "string",
  10142. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10143. },
  10144. "id": {
  10145. "type": "string"
  10146. },
  10147. "is_show": {
  10148. "type": "string"
  10149. },
  10150. "notice_day": {
  10151. "type": "string",
  10152. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10153. },
  10154. "title": {
  10155. "type": "string"
  10156. },
  10157. "type": {
  10158. "type": "string"
  10159. }
  10160. }
  10161. },
  10162. "md.NoticeAliyunSmsListReq": {
  10163. "type": "object",
  10164. "properties": {
  10165. "limit": {
  10166. "description": "每页大小",
  10167. "type": "string"
  10168. },
  10169. "page": {
  10170. "description": "页数",
  10171. "type": "string"
  10172. }
  10173. }
  10174. },
  10175. "md.NoticeAliyunSmsListResp": {
  10176. "type": "object",
  10177. "properties": {
  10178. "list": {
  10179. "type": "array",
  10180. "items": {
  10181. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  10182. }
  10183. },
  10184. "select_data": {
  10185. "type": "array",
  10186. "items": {
  10187. "type": "object",
  10188. "additionalProperties": {
  10189. "type": "string"
  10190. }
  10191. }
  10192. },
  10193. "total": {
  10194. "type": "integer"
  10195. }
  10196. }
  10197. },
  10198. "md.NoticeAliyunSmsSaveReq": {
  10199. "type": "object",
  10200. "properties": {
  10201. "content": {
  10202. "type": "string"
  10203. },
  10204. "day": {
  10205. "type": "string",
  10206. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10207. },
  10208. "id": {
  10209. "type": "string"
  10210. },
  10211. "is_show": {
  10212. "type": "string"
  10213. },
  10214. "notice_day": {
  10215. "type": "string",
  10216. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10217. },
  10218. "title": {
  10219. "type": "string"
  10220. },
  10221. "type": {
  10222. "type": "string"
  10223. }
  10224. }
  10225. },
  10226. "md.NoticeDelReq": {
  10227. "type": "object",
  10228. "properties": {
  10229. "id": {
  10230. "type": "array",
  10231. "items": {
  10232. "type": "string"
  10233. }
  10234. }
  10235. }
  10236. },
  10237. "md.NoticeList": {
  10238. "type": "object",
  10239. "properties": {
  10240. "content": {
  10241. "type": "string"
  10242. },
  10243. "day": {
  10244. "type": "string",
  10245. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10246. },
  10247. "id": {
  10248. "type": "string"
  10249. },
  10250. "jpush_open": {
  10251. "type": "string",
  10252. "example": "app推送开启 0关 1开"
  10253. },
  10254. "notice_day": {
  10255. "type": "string",
  10256. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10257. },
  10258. "sms_code": {
  10259. "type": "string",
  10260. "example": "短信模板id"
  10261. },
  10262. "sms_open": {
  10263. "type": "string",
  10264. "example": "短信推送开启 0关 1开"
  10265. },
  10266. "title": {
  10267. "type": "string"
  10268. },
  10269. "type": {
  10270. "type": "string"
  10271. }
  10272. }
  10273. },
  10274. "md.NoticeListReq": {
  10275. "type": "object",
  10276. "properties": {
  10277. "limit": {
  10278. "description": "每页大小",
  10279. "type": "string"
  10280. },
  10281. "page": {
  10282. "description": "页数",
  10283. "type": "string"
  10284. }
  10285. }
  10286. },
  10287. "md.NoticeListResp": {
  10288. "type": "object",
  10289. "properties": {
  10290. "change_data": {
  10291. "type": "array",
  10292. "items": {
  10293. "type": "object",
  10294. "additionalProperties": {
  10295. "type": "string"
  10296. }
  10297. }
  10298. },
  10299. "list": {
  10300. "type": "array",
  10301. "items": {
  10302. "$ref": "#/definitions/md.NoticeList"
  10303. }
  10304. },
  10305. "select_data": {
  10306. "type": "array",
  10307. "items": {
  10308. "type": "object",
  10309. "additionalProperties": {
  10310. "type": "string"
  10311. }
  10312. }
  10313. },
  10314. "total": {
  10315. "type": "integer"
  10316. }
  10317. }
  10318. },
  10319. "md.NoticePushList": {
  10320. "type": "object",
  10321. "properties": {
  10322. "content": {
  10323. "type": "string"
  10324. },
  10325. "id": {
  10326. "type": "string"
  10327. },
  10328. "platform": {
  10329. "type": "string"
  10330. },
  10331. "send_end_time": {
  10332. "type": "string",
  10333. "example": "如 2024-11-25 11:56:00"
  10334. },
  10335. "send_start_time": {
  10336. "type": "string",
  10337. "example": "如 2024-11-25 11:56:00"
  10338. },
  10339. "send_type": {
  10340. "type": "string",
  10341. "example": "0立即推送 1定时推送"
  10342. },
  10343. "state": {
  10344. "type": "string",
  10345. "example": "0待发送 1发送成功"
  10346. },
  10347. "target": {
  10348. "type": "string"
  10349. },
  10350. "title": {
  10351. "type": "string"
  10352. }
  10353. }
  10354. },
  10355. "md.NoticePushListResp": {
  10356. "type": "object",
  10357. "properties": {
  10358. "list": {
  10359. "type": "array",
  10360. "items": {
  10361. "$ref": "#/definitions/md.NoticePushList"
  10362. }
  10363. },
  10364. "platform_data": {
  10365. "type": "array",
  10366. "items": {
  10367. "type": "object",
  10368. "additionalProperties": {
  10369. "type": "string"
  10370. }
  10371. }
  10372. },
  10373. "target_data": {
  10374. "type": "array",
  10375. "items": {
  10376. "type": "object",
  10377. "additionalProperties": {
  10378. "type": "string"
  10379. }
  10380. }
  10381. },
  10382. "total": {
  10383. "type": "integer"
  10384. }
  10385. }
  10386. },
  10387. "md.NoticeSaveReq": {
  10388. "type": "object",
  10389. "properties": {
  10390. "content": {
  10391. "type": "string"
  10392. },
  10393. "day": {
  10394. "type": "string",
  10395. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10396. },
  10397. "id": {
  10398. "type": "string"
  10399. },
  10400. "jpush_open": {
  10401. "type": "string",
  10402. "example": "app推送开启 0关 1开"
  10403. },
  10404. "notice_day": {
  10405. "type": "string",
  10406. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10407. },
  10408. "sms_code": {
  10409. "type": "string",
  10410. "example": "短信模板id"
  10411. },
  10412. "sms_open": {
  10413. "type": "string",
  10414. "example": "短信推送开启 0关 1开"
  10415. },
  10416. "title": {
  10417. "type": "string"
  10418. },
  10419. "type": {
  10420. "type": "string"
  10421. }
  10422. }
  10423. },
  10424. "md.OtherNode": {
  10425. "type": "object",
  10426. "properties": {
  10427. "create_at": {
  10428. "description": "注册时间",
  10429. "type": "string"
  10430. },
  10431. "last_login_at": {
  10432. "description": "最近登录时间",
  10433. "type": "string"
  10434. },
  10435. "last_login_ip": {
  10436. "description": "最后登录 IP",
  10437. "type": "string"
  10438. }
  10439. }
  10440. },
  10441. "md.PageCustomerServiceReq": {
  10442. "type": "object",
  10443. "properties": {
  10444. "memo": {
  10445. "type": "string",
  10446. "example": "备注"
  10447. },
  10448. "page": {
  10449. "type": "integer"
  10450. },
  10451. "page_size": {
  10452. "type": "integer"
  10453. },
  10454. "state": {
  10455. "description": "状态",
  10456. "type": "integer"
  10457. }
  10458. }
  10459. },
  10460. "md.PageEmoticonReq": {
  10461. "type": "object",
  10462. "properties": {
  10463. "memo": {
  10464. "type": "string",
  10465. "example": "备注"
  10466. },
  10467. "page": {
  10468. "type": "integer"
  10469. },
  10470. "page_size": {
  10471. "type": "integer"
  10472. },
  10473. "state": {
  10474. "description": "状态",
  10475. "type": "integer"
  10476. }
  10477. }
  10478. },
  10479. "md.PageSendRedPackageOrdReq": {
  10480. "type": "object",
  10481. "properties": {
  10482. "invite_code": {
  10483. "description": "邀请码",
  10484. "type": "string",
  10485. "example": "邀请码"
  10486. },
  10487. "nickname": {
  10488. "description": "昵称",
  10489. "type": "string",
  10490. "example": "昵称"
  10491. },
  10492. "ord_no": {
  10493. "description": "订单号",
  10494. "type": "string",
  10495. "example": "订单号"
  10496. },
  10497. "page": {
  10498. "type": "integer"
  10499. },
  10500. "page_size": {
  10501. "type": "integer"
  10502. },
  10503. "phone": {
  10504. "description": "手机号",
  10505. "type": "string",
  10506. "example": "手机号"
  10507. },
  10508. "red_packet_type": {
  10509. "description": "红包类型",
  10510. "type": "integer"
  10511. },
  10512. "start_time_end": {
  10513. "type": "string",
  10514. "example": "发送时间-截止"
  10515. },
  10516. "start_time_start": {
  10517. "type": "string",
  10518. "example": "发送时间-起始"
  10519. },
  10520. "state": {
  10521. "description": "状态",
  10522. "type": "integer"
  10523. },
  10524. "uid": {
  10525. "type": "integer"
  10526. }
  10527. }
  10528. },
  10529. "md.PlatformRevenueDataNode": {
  10530. "type": "object",
  10531. "properties": {
  10532. "balance_amount": {
  10533. "description": "余额",
  10534. "type": "string"
  10535. },
  10536. "balance_times": {
  10537. "description": "剩余执行次数",
  10538. "type": "integer"
  10539. },
  10540. "create_at": {
  10541. "description": "创建时间",
  10542. "type": "string"
  10543. },
  10544. "hours": {
  10545. "description": "时长",
  10546. "type": "integer"
  10547. },
  10548. "kind": {
  10549. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10550. "type": "integer"
  10551. },
  10552. "memo": {
  10553. "description": "备注",
  10554. "type": "string"
  10555. },
  10556. "system_id": {
  10557. "type": "integer"
  10558. },
  10559. "total_amount": {
  10560. "description": "金额",
  10561. "type": "string"
  10562. }
  10563. }
  10564. },
  10565. "md.PriceSettingStruct": {
  10566. "type": "object",
  10567. "properties": {
  10568. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10569. "description": "市商资金单笔x元自动兑换",
  10570. "type": "string"
  10571. },
  10572. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10573. "description": "市商数量单笔x数量自动兑换",
  10574. "type": "string"
  10575. },
  10576. "price_below_value": {
  10577. "description": "低于x元",
  10578. "type": "string"
  10579. },
  10580. "price_higher_than_value": {
  10581. "description": "高于x元",
  10582. "type": "string"
  10583. }
  10584. }
  10585. },
  10586. "md.Response": {
  10587. "type": "object",
  10588. "properties": {
  10589. "code": {
  10590. "type": "string",
  10591. "example": "响应码"
  10592. },
  10593. "data": {
  10594. "description": "内容"
  10595. },
  10596. "msg": {
  10597. "type": "string",
  10598. "example": "具体错误原因"
  10599. }
  10600. }
  10601. },
  10602. "md.RewardSystemStruct": {
  10603. "type": "object",
  10604. "properties": {
  10605. "level": {
  10606. "description": "圈层",
  10607. "type": "integer"
  10608. },
  10609. "reward_condition": {
  10610. "description": "奖励条件",
  10611. "type": "string"
  10612. },
  10613. "reward_value": {
  10614. "description": "奖励值",
  10615. "type": "string"
  10616. }
  10617. }
  10618. },
  10619. "md.SelectData": {
  10620. "type": "object",
  10621. "properties": {
  10622. "direction": {
  10623. "type": "array",
  10624. "items": {
  10625. "type": "object",
  10626. "additionalProperties": {
  10627. "type": "string"
  10628. }
  10629. }
  10630. }
  10631. }
  10632. },
  10633. "md.SelectMemberNode": {
  10634. "type": "object",
  10635. "properties": {
  10636. "avatar": {
  10637. "description": "会员头像",
  10638. "type": "string"
  10639. },
  10640. "level": {
  10641. "description": "会员等级",
  10642. "type": "string"
  10643. },
  10644. "nickname": {
  10645. "description": "会员昵称",
  10646. "type": "string"
  10647. },
  10648. "phone": {
  10649. "description": "会员手机号",
  10650. "type": "string"
  10651. },
  10652. "uid": {
  10653. "description": "会员 ID",
  10654. "type": "integer"
  10655. }
  10656. }
  10657. },
  10658. "md.SelectMemberReq": {
  10659. "type": "object",
  10660. "properties": {
  10661. "level": {
  10662. "description": "会员等级",
  10663. "type": "integer"
  10664. },
  10665. "limit": {
  10666. "description": "每页大小",
  10667. "type": "integer"
  10668. },
  10669. "nickname": {
  10670. "description": "会员昵称",
  10671. "type": "string"
  10672. },
  10673. "page": {
  10674. "description": "页数",
  10675. "type": "integer"
  10676. },
  10677. "phone": {
  10678. "description": "会员手机号",
  10679. "type": "string"
  10680. },
  10681. "uid": {
  10682. "description": "会员 ID",
  10683. "type": "integer"
  10684. }
  10685. }
  10686. },
  10687. "md.SelectMemberResp": {
  10688. "type": "object",
  10689. "properties": {
  10690. "level_list": {
  10691. "description": "会员等级列表",
  10692. "type": "array",
  10693. "items": {
  10694. "type": "object",
  10695. "additionalProperties": true
  10696. }
  10697. },
  10698. "list": {
  10699. "description": "会员数据",
  10700. "type": "array",
  10701. "items": {
  10702. "$ref": "#/definitions/md.SelectMemberNode"
  10703. }
  10704. },
  10705. "paginate": {
  10706. "description": "分页信息",
  10707. "allOf": [
  10708. {
  10709. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10710. }
  10711. ]
  10712. }
  10713. }
  10714. },
  10715. "md.SetCustomerServiceStateReq": {
  10716. "type": "object",
  10717. "properties": {
  10718. "id": {
  10719. "description": "拥有用户数量",
  10720. "type": "integer"
  10721. },
  10722. "state": {
  10723. "description": "状态",
  10724. "type": "integer"
  10725. }
  10726. }
  10727. },
  10728. "md.SetEmoticonStateReq": {
  10729. "type": "object",
  10730. "properties": {
  10731. "id": {
  10732. "description": "拥有用户数量",
  10733. "type": "integer"
  10734. },
  10735. "state": {
  10736. "description": "状态",
  10737. "type": "integer"
  10738. }
  10739. }
  10740. },
  10741. "md.SetVideoRewardReq": {
  10742. "type": "object",
  10743. "properties": {
  10744. "ecpm": {
  10745. "description": "当前 Ecpm 值",
  10746. "type": "string"
  10747. },
  10748. "unit_price": {
  10749. "description": "单价",
  10750. "type": "string"
  10751. }
  10752. }
  10753. },
  10754. "md.SonUserDailyActivityAnalysisNode": {
  10755. "type": "object",
  10756. "properties": {
  10757. "activity_day_nums": {
  10758. "description": "活跃子节点活跃天数",
  10759. "type": "integer"
  10760. },
  10761. "nickname": {
  10762. "type": "string",
  10763. "example": "昵称"
  10764. },
  10765. "phone": {
  10766. "type": "string",
  10767. "example": "手机号"
  10768. },
  10769. "uid": {
  10770. "description": "查询用户活跃子节点 ID",
  10771. "type": "integer"
  10772. }
  10773. }
  10774. },
  10775. "md.StatisticsEggPointReq": {
  10776. "type": "object",
  10777. "properties": {
  10778. "week": {
  10779. "type": "string",
  10780. "example": "周份"
  10781. },
  10782. "year": {
  10783. "type": "string",
  10784. "example": "年份"
  10785. }
  10786. }
  10787. },
  10788. "md.StatisticsEggPointResp": {
  10789. "type": "object",
  10790. "properties": {
  10791. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10792. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10793. "type": "array",
  10794. "items": {
  10795. "type": "object",
  10796. "additionalProperties": {
  10797. "type": "string"
  10798. }
  10799. }
  10800. },
  10801. "statistics_user_egg_browse_interface_nums_range": {
  10802. "description": "统计用户\"浏览界面次数\"范围",
  10803. "type": "array",
  10804. "items": {
  10805. "type": "object",
  10806. "additionalProperties": {
  10807. "type": "string"
  10808. }
  10809. }
  10810. },
  10811. "statistics_user_egg_college_learning_nums_range": {
  10812. "description": "统计用户\"学院学习次数\"范围",
  10813. "type": "array",
  10814. "items": {
  10815. "type": "object",
  10816. "additionalProperties": {
  10817. "type": "string"
  10818. }
  10819. }
  10820. },
  10821. "statistics_user_egg_ecpm_range": {
  10822. "description": "统计用户\"ecpm\"范围",
  10823. "type": "array",
  10824. "items": {
  10825. "type": "object",
  10826. "additionalProperties": {
  10827. "type": "string"
  10828. }
  10829. }
  10830. },
  10831. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10832. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10833. "type": "array",
  10834. "items": {
  10835. "type": "object",
  10836. "additionalProperties": {
  10837. "type": "string"
  10838. }
  10839. }
  10840. },
  10841. "statistics_user_egg_forum_comments_nums_range": {
  10842. "description": "统计用户\"论坛评论次数\"范围",
  10843. "type": "array",
  10844. "items": {
  10845. "type": "object",
  10846. "additionalProperties": {
  10847. "type": "string"
  10848. }
  10849. }
  10850. },
  10851. "statistics_user_egg_invite_user_nums_range": {
  10852. "description": "统计用户\"拉新人数\"范围",
  10853. "type": "array",
  10854. "items": {
  10855. "type": "object",
  10856. "additionalProperties": {
  10857. "type": "string"
  10858. }
  10859. }
  10860. },
  10861. "statistics_user_egg_kind_proportion": {
  10862. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10863. "type": "array",
  10864. "items": {
  10865. "type": "object",
  10866. "additionalProperties": true
  10867. }
  10868. },
  10869. "statistics_user_egg_person_add_activity_value_range": {
  10870. "description": "统计用户\"个人活跃积分增量值\"范围",
  10871. "type": "array",
  10872. "items": {
  10873. "type": "object",
  10874. "additionalProperties": {
  10875. "type": "string"
  10876. }
  10877. }
  10878. },
  10879. "statistics_user_egg_score_value_range": {
  10880. "description": "统计用户蛋蛋分范围",
  10881. "type": "array",
  10882. "items": {
  10883. "type": "object",
  10884. "additionalProperties": {
  10885. "type": "string"
  10886. }
  10887. }
  10888. },
  10889. "statistics_user_egg_send_circle_of_friend_nums_range": {
  10890. "description": "统计用户\"发朋友圈次数\"范围",
  10891. "type": "array",
  10892. "items": {
  10893. "type": "object",
  10894. "additionalProperties": {
  10895. "type": "string"
  10896. }
  10897. }
  10898. },
  10899. "statistics_user_egg_send_red_package_nums_range": {
  10900. "description": "统计用户\"发红包次数\"范围",
  10901. "type": "array",
  10902. "items": {
  10903. "type": "object",
  10904. "additionalProperties": {
  10905. "type": "string"
  10906. }
  10907. }
  10908. },
  10909. "statistics_user_egg_sign_in_nums_range": {
  10910. "description": "统计用户\"签到次数\"范围",
  10911. "type": "array",
  10912. "items": {
  10913. "type": "object",
  10914. "additionalProperties": {
  10915. "type": "string"
  10916. }
  10917. }
  10918. },
  10919. "statistics_user_egg_team_activity_nums_range": {
  10920. "description": "统计用户\"团队活跃次数\"范围",
  10921. "type": "array",
  10922. "items": {
  10923. "type": "object",
  10924. "additionalProperties": {
  10925. "type": "string"
  10926. }
  10927. }
  10928. },
  10929. "statistics_user_egg_violate_nums_range": {
  10930. "description": "统计用户\"违规次数\"范围",
  10931. "type": "array",
  10932. "items": {
  10933. "type": "object",
  10934. "additionalProperties": {
  10935. "type": "string"
  10936. }
  10937. }
  10938. },
  10939. "week": {
  10940. "type": "string",
  10941. "example": "周份"
  10942. },
  10943. "year": {
  10944. "type": "string",
  10945. "example": "年份"
  10946. },
  10947. "year_list": {
  10948. "description": "年份\u0026\u0026周份列表",
  10949. "type": "object",
  10950. "additionalProperties": {
  10951. "type": "array",
  10952. "items": {
  10953. "type": "string"
  10954. }
  10955. }
  10956. }
  10957. }
  10958. },
  10959. "md.SubUser": {
  10960. "type": "object",
  10961. "properties": {
  10962. "avatar_url": {
  10963. "type": "string",
  10964. "example": "头像"
  10965. },
  10966. "level": {
  10967. "description": "整个系统中的等级",
  10968. "type": "integer"
  10969. },
  10970. "nickname": {
  10971. "type": "string",
  10972. "example": "昵称"
  10973. },
  10974. "phone": {
  10975. "type": "string",
  10976. "example": "手机号"
  10977. },
  10978. "pid": {
  10979. "type": "integer"
  10980. },
  10981. "position": {
  10982. "description": "以pid1为创始人中网的位置",
  10983. "type": "integer"
  10984. },
  10985. "uid": {
  10986. "type": "integer"
  10987. }
  10988. }
  10989. },
  10990. "md.TagListNode": {
  10991. "type": "object",
  10992. "properties": {
  10993. "count": {
  10994. "description": "标签人数",
  10995. "type": "string"
  10996. },
  10997. "create_at": {
  10998. "description": "创建时间",
  10999. "type": "string"
  11000. },
  11001. "is_punish": {
  11002. "description": "是否处罚",
  11003. "type": "integer"
  11004. },
  11005. "memo": {
  11006. "description": "备注",
  11007. "type": "string"
  11008. },
  11009. "name": {
  11010. "description": "名称",
  11011. "type": "string"
  11012. },
  11013. "tag_id": {
  11014. "description": "标签 ID",
  11015. "type": "string"
  11016. }
  11017. }
  11018. },
  11019. "md.TreeNode": {
  11020. "type": "object",
  11021. "properties": {
  11022. "avatar_url": {
  11023. "type": "string",
  11024. "example": "头像"
  11025. },
  11026. "level": {
  11027. "type": "integer"
  11028. },
  11029. "nickname": {
  11030. "type": "string",
  11031. "example": "昵称"
  11032. },
  11033. "phone": {
  11034. "type": "string",
  11035. "example": "手机号"
  11036. },
  11037. "pid": {
  11038. "type": "integer"
  11039. },
  11040. "position": {
  11041. "type": "integer"
  11042. },
  11043. "son": {
  11044. "type": "array",
  11045. "items": {
  11046. "$ref": "#/definitions/md.TreeNode"
  11047. }
  11048. },
  11049. "system_id": {
  11050. "description": "公排网中id",
  11051. "type": "integer"
  11052. },
  11053. "uid": {
  11054. "type": "integer"
  11055. }
  11056. }
  11057. },
  11058. "md.UpdateContributionValueBasicSettingReq": {
  11059. "type": "object",
  11060. "properties": {
  11061. "hand_out_red_package": {
  11062. "description": "发红包获得x点",
  11063. "type": "string"
  11064. },
  11065. "id": {
  11066. "type": "string"
  11067. },
  11068. "posting_comment_liked": {
  11069. "description": "发布评论被官方点赞获得x点",
  11070. "type": "string"
  11071. },
  11072. "posting_dynamic_liked": {
  11073. "description": "发布动态被官方点赞获得x点",
  11074. "type": "string"
  11075. },
  11076. "publish_creation": {
  11077. "description": "发布创作获得x点",
  11078. "type": "string"
  11079. }
  11080. }
  11081. },
  11082. "md.UpdateCustomerServiceMemoReq": {
  11083. "type": "object",
  11084. "properties": {
  11085. "id": {
  11086. "description": "拥有用户数量",
  11087. "type": "integer"
  11088. },
  11089. "memo": {
  11090. "description": "备注",
  11091. "type": "string",
  11092. "example": "备注"
  11093. }
  11094. }
  11095. },
  11096. "md.UpdateEggEnergyBasicReq": {
  11097. "type": "object",
  11098. "properties": {
  11099. "basic_setting": {
  11100. "description": "基础设置",
  11101. "allOf": [
  11102. {
  11103. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11104. }
  11105. ]
  11106. },
  11107. "data_setting": {
  11108. "description": "数据设置",
  11109. "allOf": [
  11110. {
  11111. "$ref": "#/definitions/md.DataSetting"
  11112. }
  11113. ]
  11114. },
  11115. "destruction_setting": {
  11116. "description": "销毁设置",
  11117. "allOf": [
  11118. {
  11119. "$ref": "#/definitions/md.DestructionSettingStruct"
  11120. }
  11121. ]
  11122. },
  11123. "exchange_rules": {
  11124. "description": "兑换规则",
  11125. "allOf": [
  11126. {
  11127. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11128. }
  11129. ]
  11130. },
  11131. "new_user_incentive_rules": {
  11132. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  11133. "allOf": [
  11134. {
  11135. "$ref": "#/definitions/md.NewUserRewardRules"
  11136. }
  11137. ]
  11138. },
  11139. "price_setting": {
  11140. "description": "价格设置",
  11141. "allOf": [
  11142. {
  11143. "$ref": "#/definitions/md.PriceSettingStruct"
  11144. }
  11145. ]
  11146. },
  11147. "reward_system": {
  11148. "description": "圈层奖励",
  11149. "type": "array",
  11150. "items": {
  11151. "$ref": "#/definitions/md.RewardSystemStruct"
  11152. }
  11153. },
  11154. "system_id": {
  11155. "description": "该设置系统 ID",
  11156. "type": "integer"
  11157. },
  11158. "video_reward_setting": {
  11159. "description": "视频奖励",
  11160. "allOf": [
  11161. {
  11162. "$ref": "#/definitions/md.VideoRewardSetting"
  11163. }
  11164. ]
  11165. }
  11166. }
  11167. },
  11168. "md.UpdateEggEnergyVipSettingReq": {
  11169. "type": "object",
  11170. "properties": {
  11171. "list": {
  11172. "description": "更新后数据",
  11173. "type": "array",
  11174. "items": {
  11175. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  11176. }
  11177. }
  11178. }
  11179. },
  11180. "md.UpdateEmoticonReq": {
  11181. "type": "object",
  11182. "properties": {
  11183. "id": {
  11184. "description": "拥有用户数量",
  11185. "type": "integer"
  11186. },
  11187. "img_url": {
  11188. "type": "string",
  11189. "example": "图片地址"
  11190. },
  11191. "memo": {
  11192. "description": "备注",
  11193. "type": "string",
  11194. "example": "备注"
  11195. },
  11196. "name": {
  11197. "type": "string",
  11198. "example": "名称"
  11199. },
  11200. "sort": {
  11201. "description": "排序",
  11202. "type": "integer"
  11203. }
  11204. }
  11205. },
  11206. "md.UpdateLevelReq": {
  11207. "type": "object",
  11208. "properties": {
  11209. "auto_update": {
  11210. "description": "自动升级 0关闭 1开启",
  11211. "type": "string"
  11212. },
  11213. "choosable_num": {
  11214. "description": "可选任务数量",
  11215. "type": "string"
  11216. },
  11217. "is_use": {
  11218. "description": "是否开启(0.否, 1.是)",
  11219. "type": "string"
  11220. },
  11221. "level_id": {
  11222. "type": "string"
  11223. },
  11224. "level_name": {
  11225. "description": "等级名称",
  11226. "type": "string"
  11227. },
  11228. "level_weight": {
  11229. "description": "等级权重",
  11230. "type": "string"
  11231. },
  11232. "memo": {
  11233. "description": "备注",
  11234. "type": "string"
  11235. }
  11236. }
  11237. },
  11238. "md.UpdateLevelTaskReq": {
  11239. "type": "object",
  11240. "properties": {
  11241. "finish_count": {
  11242. "description": "多少天内完成的指标",
  11243. "type": "string"
  11244. },
  11245. "is_must_task": {
  11246. "description": "是否必做(0,1)",
  11247. "type": "string"
  11248. },
  11249. "task_id": {
  11250. "description": "等级 ID",
  11251. "type": "string"
  11252. },
  11253. "task_type": {
  11254. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11255. "type": "string"
  11256. },
  11257. "task_type_level_id": {
  11258. "description": "会员等级 ID (task_type=3时生效)",
  11259. "type": "string"
  11260. },
  11261. "within_days": {
  11262. "description": "多少天内完成",
  11263. "type": "string"
  11264. }
  11265. }
  11266. },
  11267. "md.UpdatePublicPlatoonBasicReq": {
  11268. "type": "object",
  11269. "properties": {
  11270. "is_open": {
  11271. "description": "是否开启(1:开启 0:关闭)",
  11272. "type": "integer"
  11273. },
  11274. "is_self_active_get_team_revenue": {
  11275. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11276. "type": "integer"
  11277. },
  11278. "originator_uid": {
  11279. "description": "创始人uid",
  11280. "type": "integer"
  11281. },
  11282. "several_rows": {
  11283. "description": "几排",
  11284. "type": "integer"
  11285. },
  11286. "several_times": {
  11287. "description": "几乘",
  11288. "type": "integer"
  11289. },
  11290. "system_punish_replace": {
  11291. "description": "是否位置滑落 被新用户替换 0否 1是",
  11292. "type": "integer"
  11293. },
  11294. "system_punish_replace_value": {
  11295. "description": "xx天未活跃,处罚滑落",
  11296. "type": "integer"
  11297. }
  11298. }
  11299. },
  11300. "md.UpdateTagReq": {
  11301. "type": "object",
  11302. "properties": {
  11303. "memo": {
  11304. "description": "备注",
  11305. "type": "string"
  11306. },
  11307. "name": {
  11308. "description": "标签名称",
  11309. "type": "string"
  11310. },
  11311. "tag_id": {
  11312. "description": "标签 ID",
  11313. "type": "string"
  11314. }
  11315. }
  11316. },
  11317. "md.UpdateVipEquitySettingNode": {
  11318. "type": "object",
  11319. "properties": {
  11320. "dividend_ratio": {
  11321. "description": "分红比例",
  11322. "type": "string"
  11323. },
  11324. "exchange_account_balance_fee": {
  11325. "description": "兑换余额手续费",
  11326. "type": "string"
  11327. },
  11328. "vip_level_id": {
  11329. "description": "会员等级ID",
  11330. "type": "string"
  11331. }
  11332. }
  11333. },
  11334. "md.UpdateWithdrawSettingReq": {
  11335. "type": "object",
  11336. "properties": {
  11337. "condition_is_open": {
  11338. "description": "提现条件是否开启(0:关闭, 1:开启)",
  11339. "type": "integer"
  11340. },
  11341. "first_withdraw_set": {
  11342. "description": "首次提现设置",
  11343. "allOf": [
  11344. {
  11345. "$ref": "#/definitions/md.FirstWithdrawSet"
  11346. }
  11347. ]
  11348. },
  11349. "frequency_set": {
  11350. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11351. "allOf": [
  11352. {
  11353. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11354. }
  11355. ]
  11356. },
  11357. "id": {
  11358. "type": "integer"
  11359. },
  11360. "is_auto": {
  11361. "description": "是否开启自动提现(0:否 1:是)",
  11362. "type": "integer"
  11363. },
  11364. "is_auto_amount_limit": {
  11365. "description": "自动提现金额限制",
  11366. "type": "string"
  11367. },
  11368. "is_real_name": {
  11369. "description": "是否实名(0:否 1:是)",
  11370. "type": "integer"
  11371. },
  11372. "is_support_decimal_point": {
  11373. "description": "是否支持小数点(0:否 1:是)",
  11374. "type": "integer"
  11375. },
  11376. "pending_orders_is_can_apply": {
  11377. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  11378. "type": "integer"
  11379. },
  11380. "vip_level_limit": {
  11381. "description": "提现等级限制",
  11382. "type": "integer"
  11383. },
  11384. "withdraw_amount_limit": {
  11385. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11386. "type": "string"
  11387. },
  11388. "withdraw_fee_set": {
  11389. "description": "提现手续费设置",
  11390. "allOf": [
  11391. {
  11392. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11393. }
  11394. ]
  11395. },
  11396. "withdraw_multiple_limit": {
  11397. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11398. "type": "string"
  11399. },
  11400. "withdraw_nums_limit": {
  11401. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11402. "type": "integer"
  11403. },
  11404. "withdraw_time_interval": {
  11405. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  11406. "allOf": [
  11407. {
  11408. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11409. }
  11410. ]
  11411. },
  11412. "withdraw_type": {
  11413. "description": "提现方式(1:支付宝 2:微信)",
  11414. "type": "integer"
  11415. }
  11416. }
  11417. },
  11418. "md.UserDailyActivityAnalysisReq": {
  11419. "type": "object",
  11420. "properties": {
  11421. "end_date": {
  11422. "type": "string",
  11423. "example": "结束日期"
  11424. },
  11425. "page": {
  11426. "description": "页数",
  11427. "type": "integer"
  11428. },
  11429. "page_size": {
  11430. "description": "每页大小",
  11431. "type": "integer"
  11432. },
  11433. "start_date": {
  11434. "type": "string",
  11435. "example": "开始日期"
  11436. },
  11437. "uid": {
  11438. "description": "查询用户 ID",
  11439. "type": "integer"
  11440. }
  11441. }
  11442. },
  11443. "md.UserDailyActivityAnalysisResp": {
  11444. "type": "object",
  11445. "properties": {
  11446. "son_user_data": {
  11447. "description": "被查询用户子节点信息",
  11448. "type": "array",
  11449. "items": {
  11450. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11451. }
  11452. },
  11453. "top_data": {
  11454. "description": "统计信息",
  11455. "allOf": [
  11456. {
  11457. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11458. }
  11459. ]
  11460. }
  11461. }
  11462. },
  11463. "md.UserEggFlowReq": {
  11464. "type": "object",
  11465. "properties": {
  11466. "account_balance_exchange_egg_energy_nums_end": {
  11467. "type": "string",
  11468. "example": "余额兑换蛋蛋能量数量-结束值"
  11469. },
  11470. "account_balance_exchange_egg_energy_nums_start": {
  11471. "type": "string",
  11472. "example": "余额兑换蛋蛋能量数量-起始值"
  11473. },
  11474. "browse_interface_nums_end": {
  11475. "type": "string",
  11476. "example": "浏览界面次数-结束值"
  11477. },
  11478. "browse_interface_nums_start": {
  11479. "type": "string",
  11480. "example": "浏览界面次数-起始值"
  11481. },
  11482. "college_learning_nums_end": {
  11483. "type": "string",
  11484. "example": "学院学习次数-结束值"
  11485. },
  11486. "college_learning_nums_start": {
  11487. "type": "string",
  11488. "example": "学院学习次数-起始值"
  11489. },
  11490. "ecpm_end": {
  11491. "type": "string",
  11492. "example": "ecpm-结束值"
  11493. },
  11494. "ecpm_start": {
  11495. "type": "string",
  11496. "example": "ecpm-起始值"
  11497. },
  11498. "egg_energy_exchange_account_balance_end": {
  11499. "type": "string",
  11500. "example": "蛋蛋能量兑换余额数量-结束值"
  11501. },
  11502. "egg_energy_exchange_account_balance_start": {
  11503. "type": "string",
  11504. "example": "蛋蛋能量兑换余额数量-起始值"
  11505. },
  11506. "forum_comments_nums_end": {
  11507. "type": "string",
  11508. "example": "论坛评论次数-结束值"
  11509. },
  11510. "forum_comments_nums_start": {
  11511. "type": "string",
  11512. "example": "论坛评论次数-起始值"
  11513. },
  11514. "im_activity_nums_end": {
  11515. "type": "string",
  11516. "example": "im活跃次数-结束值"
  11517. },
  11518. "im_activity_nums_start": {
  11519. "type": "string",
  11520. "example": "im活跃次数-起始值"
  11521. },
  11522. "invite_user_nums_end": {
  11523. "type": "string",
  11524. "example": "拉新人数-结束值"
  11525. },
  11526. "invite_user_nums_start": {
  11527. "type": "string",
  11528. "example": "拉新人数-起始值"
  11529. },
  11530. "page": {
  11531. "description": "页数",
  11532. "type": "integer"
  11533. },
  11534. "page_size": {
  11535. "description": "每页大小",
  11536. "type": "integer"
  11537. },
  11538. "person_add_activity_value_end": {
  11539. "type": "string",
  11540. "example": "个人活跃积分-结束值"
  11541. },
  11542. "person_add_activity_value_start": {
  11543. "type": "string",
  11544. "example": "个人活跃积分-起始值"
  11545. },
  11546. "score_value_end": {
  11547. "type": "string",
  11548. "example": "蛋蛋分-结束值"
  11549. },
  11550. "score_value_kind": {
  11551. "description": "评分类型(0:未知 1:人工 2:系统)",
  11552. "type": "integer"
  11553. },
  11554. "score_value_start": {
  11555. "type": "string",
  11556. "example": "蛋蛋分-起始值"
  11557. },
  11558. "send_circle_of_friend_nums_end": {
  11559. "type": "string",
  11560. "example": "发朋友圈次数-结束值"
  11561. },
  11562. "send_circle_of_friend_nums_start": {
  11563. "type": "string",
  11564. "example": "发朋友圈次数-起始值"
  11565. },
  11566. "send_red_package_nums_end": {
  11567. "type": "string",
  11568. "example": "发红包次数-结束值"
  11569. },
  11570. "send_red_package_nums_start": {
  11571. "type": "string",
  11572. "example": "发红包次数-起始值"
  11573. },
  11574. "sign_in_nums_end": {
  11575. "type": "string",
  11576. "example": "签到次数-结束值"
  11577. },
  11578. "sign_in_nums_start": {
  11579. "type": "string",
  11580. "example": "签到次数-起始值"
  11581. },
  11582. "team-activity-nums-end": {
  11583. "type": "string",
  11584. "example": "团队活跃次数-结束值"
  11585. },
  11586. "team_activity_nums_start": {
  11587. "type": "string",
  11588. "example": "团队活跃次数-起始值"
  11589. },
  11590. "violate_nums_end": {
  11591. "type": "string",
  11592. "example": "违规次数-结束值"
  11593. },
  11594. "violate_nums_start": {
  11595. "type": "string",
  11596. "example": "违规次数-起始值"
  11597. },
  11598. "week": {
  11599. "type": "string",
  11600. "example": "周份"
  11601. },
  11602. "year": {
  11603. "type": "string",
  11604. "example": "年份"
  11605. }
  11606. }
  11607. },
  11608. "md.UserEggFlowReqResp": {
  11609. "type": "object",
  11610. "properties": {
  11611. "list": {
  11612. "type": "array",
  11613. "items": {
  11614. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11615. }
  11616. },
  11617. "page": {
  11618. "description": "页数",
  11619. "type": "integer"
  11620. },
  11621. "page_size": {
  11622. "description": "每页大小",
  11623. "type": "integer"
  11624. },
  11625. "score_value_kind_map": {
  11626. "description": "评分类型(0:未知 1:人工 2:系统)",
  11627. "type": "array",
  11628. "items": {
  11629. "type": "object",
  11630. "additionalProperties": true
  11631. }
  11632. },
  11633. "total": {
  11634. "description": "总数量",
  11635. "type": "integer"
  11636. },
  11637. "week": {
  11638. "type": "string",
  11639. "example": "周份"
  11640. },
  11641. "year": {
  11642. "type": "string",
  11643. "example": "年份"
  11644. }
  11645. }
  11646. },
  11647. "md.UserEggFlowReqRespList": {
  11648. "type": "object",
  11649. "properties": {
  11650. "account_balance_exchange_egg_energy_nums": {
  11651. "description": "余额兑换蛋蛋能量数量",
  11652. "type": "integer"
  11653. },
  11654. "browse_interface_nums": {
  11655. "description": "浏览界面次数",
  11656. "type": "integer"
  11657. },
  11658. "college_learning_nums": {
  11659. "description": "学院学习次数",
  11660. "type": "integer"
  11661. },
  11662. "ecpm": {
  11663. "description": "ecpm",
  11664. "type": "number"
  11665. },
  11666. "egg_energy_exchange_account_balance": {
  11667. "description": "蛋蛋能量兑换余额数量",
  11668. "type": "integer"
  11669. },
  11670. "forum_comments_nums": {
  11671. "description": "论坛评论次数",
  11672. "type": "integer"
  11673. },
  11674. "im_activity_nums": {
  11675. "description": "im活跃次数",
  11676. "type": "integer"
  11677. },
  11678. "index_id": {
  11679. "description": "文档id",
  11680. "type": "string"
  11681. },
  11682. "invite_user_nums": {
  11683. "description": "拉新人数",
  11684. "type": "integer"
  11685. },
  11686. "person_add_activity_value": {
  11687. "description": "个人活跃积分",
  11688. "type": "integer"
  11689. },
  11690. "score_value": {
  11691. "description": "蛋蛋分-起始值",
  11692. "type": "number"
  11693. },
  11694. "score_value_kind": {
  11695. "description": "评分类型(0:未知 1:人工 2:系统)",
  11696. "type": "integer"
  11697. },
  11698. "send_circle_of_friend_nums": {
  11699. "description": "发朋友圈次数",
  11700. "type": "integer"
  11701. },
  11702. "send_red_package_nums": {
  11703. "description": "发红包次数",
  11704. "type": "integer"
  11705. },
  11706. "sign_in_nums": {
  11707. "description": "签到次数",
  11708. "type": "integer"
  11709. },
  11710. "team_activity_nums": {
  11711. "description": "团队活跃次数",
  11712. "type": "integer"
  11713. },
  11714. "violate_nums": {
  11715. "description": "违规次数",
  11716. "type": "integer"
  11717. }
  11718. }
  11719. },
  11720. "md.UserEggIndexReq": {
  11721. "type": "object",
  11722. "properties": {
  11723. "week": {
  11724. "type": "string",
  11725. "example": "周份"
  11726. },
  11727. "year": {
  11728. "type": "string",
  11729. "example": "年份"
  11730. }
  11731. }
  11732. },
  11733. "md.UserEggIndexResp": {
  11734. "type": "object",
  11735. "properties": {
  11736. "egg_energy_user_egg_index_weight": {
  11737. "description": "蛋蛋分系数权重",
  11738. "allOf": [
  11739. {
  11740. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11741. }
  11742. ]
  11743. },
  11744. "statistics_user_egg_kind_proportion": {
  11745. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11746. "type": "array",
  11747. "items": {
  11748. "type": "object",
  11749. "additionalProperties": true
  11750. }
  11751. },
  11752. "statistics_user_egg_score_value_range": {
  11753. "description": "统计用户蛋蛋分范围",
  11754. "type": "array",
  11755. "items": {
  11756. "type": "object",
  11757. "additionalProperties": {
  11758. "type": "string"
  11759. }
  11760. }
  11761. },
  11762. "week": {
  11763. "type": "string",
  11764. "example": "周份"
  11765. },
  11766. "year": {
  11767. "type": "string",
  11768. "example": "年份"
  11769. },
  11770. "year_list": {
  11771. "description": "年份\u0026\u0026周份列表",
  11772. "type": "object",
  11773. "additionalProperties": {
  11774. "type": "array",
  11775. "items": {
  11776. "type": "string"
  11777. }
  11778. }
  11779. }
  11780. }
  11781. },
  11782. "md.UserFeedbackCateDelReq": {
  11783. "type": "object",
  11784. "properties": {
  11785. "id": {
  11786. "type": "array",
  11787. "items": {
  11788. "type": "string"
  11789. }
  11790. }
  11791. }
  11792. },
  11793. "md.UserFeedbackCateList": {
  11794. "type": "object",
  11795. "properties": {
  11796. "id": {
  11797. "type": "string"
  11798. },
  11799. "name": {
  11800. "type": "string"
  11801. },
  11802. "sort": {
  11803. "type": "string"
  11804. }
  11805. }
  11806. },
  11807. "md.UserFeedbackCateListReq": {
  11808. "type": "object",
  11809. "properties": {
  11810. "limit": {
  11811. "description": "每页大小",
  11812. "type": "string"
  11813. },
  11814. "page": {
  11815. "description": "页数",
  11816. "type": "string"
  11817. }
  11818. }
  11819. },
  11820. "md.UserFeedbackCateListResp": {
  11821. "type": "object",
  11822. "properties": {
  11823. "list": {
  11824. "type": "array",
  11825. "items": {
  11826. "$ref": "#/definitions/md.UserFeedbackCateList"
  11827. }
  11828. },
  11829. "total": {
  11830. "type": "integer"
  11831. }
  11832. }
  11833. },
  11834. "md.UserFeedbackCateSaveReq": {
  11835. "type": "object",
  11836. "properties": {
  11837. "id": {
  11838. "type": "string"
  11839. },
  11840. "name": {
  11841. "type": "string"
  11842. },
  11843. "sort": {
  11844. "type": "string"
  11845. }
  11846. }
  11847. },
  11848. "md.UserFeedbackDelReq": {
  11849. "type": "object",
  11850. "properties": {
  11851. "id": {
  11852. "type": "array",
  11853. "items": {
  11854. "type": "string"
  11855. }
  11856. }
  11857. }
  11858. },
  11859. "md.UserFeedbackList": {
  11860. "type": "object",
  11861. "properties": {
  11862. "content": {
  11863. "type": "string"
  11864. },
  11865. "create_at": {
  11866. "type": "string"
  11867. },
  11868. "id": {
  11869. "type": "string"
  11870. },
  11871. "img": {
  11872. "type": "array",
  11873. "items": {
  11874. "type": "string"
  11875. }
  11876. },
  11877. "phone": {
  11878. "type": "string"
  11879. },
  11880. "platform": {
  11881. "type": "string"
  11882. },
  11883. "state": {
  11884. "type": "string",
  11885. "example": "0待解决 1处理中 2已解决"
  11886. },
  11887. "title": {
  11888. "type": "string"
  11889. },
  11890. "type": {
  11891. "type": "string"
  11892. },
  11893. "version": {
  11894. "type": "string"
  11895. }
  11896. }
  11897. },
  11898. "md.UserFeedbackListReq": {
  11899. "type": "object",
  11900. "properties": {
  11901. "cid": {
  11902. "type": "string"
  11903. },
  11904. "limit": {
  11905. "description": "每页大小",
  11906. "type": "string"
  11907. },
  11908. "page": {
  11909. "description": "页数",
  11910. "type": "string"
  11911. },
  11912. "phone": {
  11913. "type": "string"
  11914. },
  11915. "uid": {
  11916. "type": "string"
  11917. }
  11918. }
  11919. },
  11920. "md.UserFeedbackListResp": {
  11921. "type": "object",
  11922. "properties": {
  11923. "list": {
  11924. "type": "array",
  11925. "items": {
  11926. "$ref": "#/definitions/md.UserFeedbackList"
  11927. }
  11928. },
  11929. "select_data": {
  11930. "type": "array",
  11931. "items": {
  11932. "type": "object",
  11933. "additionalProperties": true
  11934. }
  11935. },
  11936. "total": {
  11937. "type": "integer"
  11938. }
  11939. }
  11940. },
  11941. "md.UserFeedbackRecordListReq": {
  11942. "type": "object",
  11943. "properties": {
  11944. "id": {
  11945. "type": "string"
  11946. },
  11947. "limit": {
  11948. "description": "每页大小",
  11949. "type": "string"
  11950. },
  11951. "page": {
  11952. "description": "页数",
  11953. "type": "string"
  11954. }
  11955. }
  11956. },
  11957. "md.UserFeedbackRecordListResp": {
  11958. "type": "object",
  11959. "properties": {
  11960. "content": {
  11961. "type": "string"
  11962. },
  11963. "create_at": {
  11964. "type": "string"
  11965. },
  11966. "head_img": {
  11967. "type": "string"
  11968. },
  11969. "nickname": {
  11970. "type": "string"
  11971. },
  11972. "type": {
  11973. "type": "string"
  11974. }
  11975. }
  11976. },
  11977. "md.UserFeedbackSayReq": {
  11978. "type": "object",
  11979. "properties": {
  11980. "content": {
  11981. "type": "string"
  11982. },
  11983. "id": {
  11984. "type": "string"
  11985. }
  11986. }
  11987. },
  11988. "md.UserManagementGetBalanceDetailResp": {
  11989. "type": "object",
  11990. "properties": {
  11991. "list": {
  11992. "type": "array",
  11993. "items": {
  11994. "$ref": "#/definitions/md.BalanceDetailNode"
  11995. }
  11996. },
  11997. "paginate": {
  11998. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11999. }
  12000. }
  12001. },
  12002. "md.UserManagementGetFansResp": {
  12003. "type": "object",
  12004. "properties": {
  12005. "list": {
  12006. "description": "用户数据",
  12007. "type": "array",
  12008. "items": {
  12009. "$ref": "#/definitions/md.FansNode"
  12010. }
  12011. },
  12012. "paginate": {
  12013. "description": "分页信息",
  12014. "allOf": [
  12015. {
  12016. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12017. }
  12018. ]
  12019. }
  12020. }
  12021. },
  12022. "md.UserManagementGetOneBasicResp": {
  12023. "type": "object",
  12024. "properties": {
  12025. "basic_info": {
  12026. "description": "基本信息",
  12027. "allOf": [
  12028. {
  12029. "$ref": "#/definitions/md.BasicInfoNode"
  12030. }
  12031. ]
  12032. },
  12033. "levels_list": {
  12034. "description": "等级列表",
  12035. "type": "array",
  12036. "items": {
  12037. "type": "object",
  12038. "additionalProperties": true
  12039. }
  12040. },
  12041. "other_info": {
  12042. "description": "其他信息",
  12043. "allOf": [
  12044. {
  12045. "$ref": "#/definitions/md.OtherNode"
  12046. }
  12047. ]
  12048. },
  12049. "tags_list": {
  12050. "description": "标签列表",
  12051. "type": "array",
  12052. "items": {
  12053. "type": "object",
  12054. "additionalProperties": true
  12055. }
  12056. }
  12057. }
  12058. },
  12059. "md.UserManagementGetUserListNode": {
  12060. "type": "object",
  12061. "properties": {
  12062. "avatar": {
  12063. "description": "头像",
  12064. "type": "string"
  12065. },
  12066. "id": {
  12067. "description": "会员 ID",
  12068. "type": "integer"
  12069. },
  12070. "invite_code": {
  12071. "type": "string",
  12072. "example": "会员邀请码"
  12073. },
  12074. "is_real_name": {
  12075. "description": "是否实名 0.未实名,1.已实名",
  12076. "type": "integer"
  12077. },
  12078. "last_login_at": {
  12079. "description": "最后登录时间",
  12080. "type": "string"
  12081. },
  12082. "level_name": {
  12083. "description": "会员等级",
  12084. "type": "string"
  12085. },
  12086. "memo": {
  12087. "description": "备注",
  12088. "type": "string"
  12089. },
  12090. "nickname": {
  12091. "description": "昵称",
  12092. "type": "string"
  12093. },
  12094. "parent_id": {
  12095. "description": "推荐人 ID",
  12096. "type": "integer"
  12097. },
  12098. "parent_invite_code": {
  12099. "type": "string",
  12100. "example": "推荐人邀请码"
  12101. },
  12102. "parent_phone": {
  12103. "type": "string",
  12104. "example": "推荐人手机号"
  12105. },
  12106. "phone": {
  12107. "description": "手机号",
  12108. "type": "string"
  12109. },
  12110. "register_time": {
  12111. "description": "注册时间",
  12112. "type": "string"
  12113. },
  12114. "register_type": {
  12115. "description": "注册类型",
  12116. "type": "integer"
  12117. },
  12118. "sex": {
  12119. "description": "性别(0:未知 1:男 2:女)",
  12120. "type": "integer"
  12121. },
  12122. "state": {
  12123. "description": "状态",
  12124. "type": "integer"
  12125. },
  12126. "tag": {
  12127. "description": "会员标签",
  12128. "type": "array",
  12129. "items": {
  12130. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  12131. }
  12132. },
  12133. "wechat": {
  12134. "description": "微信号",
  12135. "type": "string"
  12136. }
  12137. }
  12138. },
  12139. "md.UserManagementGetUserListReq": {
  12140. "type": "object",
  12141. "properties": {
  12142. "effective": {
  12143. "description": "有效会员",
  12144. "type": "integer"
  12145. },
  12146. "id": {
  12147. "description": "会员 ID",
  12148. "type": "integer"
  12149. },
  12150. "invite_code": {
  12151. "type": "string",
  12152. "example": "会员邀请码"
  12153. },
  12154. "is_real_name": {
  12155. "description": "是否实名 0.未实名,1.已实名",
  12156. "type": "integer"
  12157. },
  12158. "level": {
  12159. "description": "会员等级",
  12160. "type": "integer"
  12161. },
  12162. "limit": {
  12163. "type": "integer"
  12164. },
  12165. "login_after": {
  12166. "description": "最近登录结束时间",
  12167. "type": "string"
  12168. },
  12169. "login_before": {
  12170. "description": "最近登录开始时间",
  12171. "type": "string"
  12172. },
  12173. "memo": {
  12174. "description": "备注",
  12175. "type": "string"
  12176. },
  12177. "nickname": {
  12178. "type": "string",
  12179. "example": "会员昵称"
  12180. },
  12181. "page": {
  12182. "type": "integer"
  12183. },
  12184. "parent_invite_code": {
  12185. "type": "string",
  12186. "example": "上级邀请码"
  12187. },
  12188. "parent_phone": {
  12189. "type": "string",
  12190. "example": "上级手机号"
  12191. },
  12192. "phone": {
  12193. "type": "string",
  12194. "example": "会员手机号"
  12195. },
  12196. "recommend_id": {
  12197. "description": "推荐人 ID",
  12198. "type": "integer"
  12199. },
  12200. "register_after": {
  12201. "description": "注册时间终点",
  12202. "type": "string"
  12203. },
  12204. "register_before": {
  12205. "description": "注册时间起点",
  12206. "type": "string"
  12207. },
  12208. "register_type": {
  12209. "description": "注册类型(1:APP注册、2:H5注册)",
  12210. "type": "integer"
  12211. },
  12212. "sex": {
  12213. "description": "性别(0:未知 1:男 2:女)",
  12214. "type": "integer"
  12215. },
  12216. "state": {
  12217. "description": "状态",
  12218. "type": "integer"
  12219. },
  12220. "tag": {
  12221. "description": "标签 id",
  12222. "type": "integer"
  12223. },
  12224. "union_id": {
  12225. "type": "string",
  12226. "example": "微信号"
  12227. }
  12228. }
  12229. },
  12230. "md.UserManagementGetUserListResp": {
  12231. "type": "object",
  12232. "properties": {
  12233. "levels_list": {
  12234. "description": "等级列表",
  12235. "type": "array",
  12236. "items": {
  12237. "type": "object",
  12238. "additionalProperties": true
  12239. }
  12240. },
  12241. "list": {
  12242. "type": "array",
  12243. "items": {
  12244. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  12245. }
  12246. },
  12247. "paginate": {
  12248. "description": "分页信息",
  12249. "allOf": [
  12250. {
  12251. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12252. }
  12253. ]
  12254. },
  12255. "state_list": {
  12256. "description": "状态列表",
  12257. "type": "array",
  12258. "items": {
  12259. "type": "object",
  12260. "additionalProperties": true
  12261. }
  12262. },
  12263. "tags_list": {
  12264. "description": "标签列表",
  12265. "type": "array",
  12266. "items": {
  12267. "type": "object",
  12268. "additionalProperties": true
  12269. }
  12270. }
  12271. }
  12272. },
  12273. "md.UserManagementGetVirtualCoinDetailResp": {
  12274. "type": "object",
  12275. "properties": {
  12276. "coin_list": {
  12277. "type": "array",
  12278. "items": {
  12279. "type": "object",
  12280. "additionalProperties": true
  12281. }
  12282. },
  12283. "list": {
  12284. "type": "array",
  12285. "items": {
  12286. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  12287. }
  12288. },
  12289. "paginate": {
  12290. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12291. }
  12292. }
  12293. },
  12294. "md.UserManagementUpdateUserInfoReq": {
  12295. "type": "object",
  12296. "properties": {
  12297. "avatar": {
  12298. "description": "头像",
  12299. "type": "string"
  12300. },
  12301. "last_login_ip": {
  12302. "description": "用户最后登录 IP",
  12303. "type": "string"
  12304. },
  12305. "level": {
  12306. "description": "会员等级 ID",
  12307. "type": "string"
  12308. },
  12309. "memo": {
  12310. "type": "string",
  12311. "example": "备注"
  12312. },
  12313. "nickname": {
  12314. "description": "用户名",
  12315. "type": "string"
  12316. },
  12317. "parent_uid": {
  12318. "description": "邀请人 ID",
  12319. "type": "string"
  12320. },
  12321. "password": {
  12322. "description": "登录密码",
  12323. "type": "string"
  12324. },
  12325. "phone": {
  12326. "description": "手机号",
  12327. "type": "string"
  12328. },
  12329. "sex": {
  12330. "description": "性别(0:未知 1:男 2:女)",
  12331. "type": "string"
  12332. },
  12333. "state": {
  12334. "description": "账号状态 1正常,2冻结",
  12335. "type": "string"
  12336. },
  12337. "tag": {
  12338. "description": "用户标签 ID列表",
  12339. "type": "string"
  12340. },
  12341. "uid": {
  12342. "type": "integer"
  12343. },
  12344. "union_id": {
  12345. "description": "微信号",
  12346. "type": "string"
  12347. }
  12348. }
  12349. },
  12350. "md.UserRealName": {
  12351. "type": "object",
  12352. "properties": {
  12353. "id": {
  12354. "type": "string"
  12355. },
  12356. "id_no": {
  12357. "type": "string"
  12358. },
  12359. "name": {
  12360. "type": "string"
  12361. },
  12362. "pay_state": {
  12363. "type": "string",
  12364. "example": "0未支付 1已支付"
  12365. },
  12366. "phone": {
  12367. "type": "string"
  12368. },
  12369. "state": {
  12370. "type": "string",
  12371. "example": "0未申请 1申请通过 3申请失败"
  12372. },
  12373. "uid": {
  12374. "type": "string"
  12375. }
  12376. }
  12377. },
  12378. "md.UserRealNameBaseResp": {
  12379. "type": "object",
  12380. "properties": {
  12381. "user_real_name_money": {
  12382. "type": "string",
  12383. "example": "实名认证费用"
  12384. },
  12385. "user_real_name_rule": {
  12386. "type": "string",
  12387. "example": "实名认证说明"
  12388. }
  12389. }
  12390. },
  12391. "md.UserRealNameReq": {
  12392. "type": "object",
  12393. "properties": {
  12394. "id_no": {
  12395. "type": "string"
  12396. },
  12397. "limit": {
  12398. "type": "string"
  12399. },
  12400. "name": {
  12401. "type": "string"
  12402. },
  12403. "page": {
  12404. "type": "string"
  12405. },
  12406. "phone": {
  12407. "type": "string"
  12408. },
  12409. "state": {
  12410. "type": "string"
  12411. },
  12412. "uid": {
  12413. "type": "string"
  12414. }
  12415. }
  12416. },
  12417. "md.UserRealNameResp": {
  12418. "type": "object",
  12419. "properties": {
  12420. "list": {
  12421. "type": "array",
  12422. "items": {
  12423. "$ref": "#/definitions/md.UserRealName"
  12424. }
  12425. },
  12426. "select_data": {
  12427. "type": "array",
  12428. "items": {
  12429. "type": "object",
  12430. "additionalProperties": {
  12431. "type": "string"
  12432. }
  12433. }
  12434. },
  12435. "total": {
  12436. "type": "integer"
  12437. }
  12438. }
  12439. },
  12440. "md.UserRealNameSaveReq": {
  12441. "type": "object",
  12442. "properties": {
  12443. "id": {
  12444. "type": "string"
  12445. },
  12446. "state": {
  12447. "type": "string"
  12448. }
  12449. }
  12450. },
  12451. "md.UserVirtualCoinFlow": {
  12452. "type": "object",
  12453. "properties": {
  12454. "after_amount": {
  12455. "type": "string",
  12456. "example": "变更后数量"
  12457. },
  12458. "amount": {
  12459. "type": "string",
  12460. "example": "变更数量"
  12461. },
  12462. "before_amount": {
  12463. "type": "string",
  12464. "example": "变更前数量"
  12465. },
  12466. "coin_id": {
  12467. "description": "虚拟币 ID",
  12468. "type": "integer"
  12469. },
  12470. "create_at": {
  12471. "type": "string",
  12472. "example": "创建时间"
  12473. },
  12474. "direction": {
  12475. "description": "方向:1收入 2支出",
  12476. "type": "integer"
  12477. },
  12478. "id": {
  12479. "type": "integer"
  12480. },
  12481. "sys_fee": {
  12482. "type": "string",
  12483. "example": "手续费"
  12484. },
  12485. "title": {
  12486. "type": "string",
  12487. "example": "标题"
  12488. },
  12489. "transfer_type": {
  12490. "description": "转账类型",
  12491. "type": "integer"
  12492. },
  12493. "uid": {
  12494. "description": "用户 ID",
  12495. "type": "integer"
  12496. },
  12497. "update_at": {
  12498. "type": "string",
  12499. "example": "更新时间"
  12500. }
  12501. }
  12502. },
  12503. "md.VideoRewardSetting": {
  12504. "type": "object",
  12505. "properties": {
  12506. "video_reward_is_open": {
  12507. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12508. "type": "integer"
  12509. },
  12510. "video_reward_system": {
  12511. "description": "视频奖励机制",
  12512. "allOf": [
  12513. {
  12514. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12515. }
  12516. ]
  12517. }
  12518. }
  12519. },
  12520. "md.VideoRewardSystemStruct": {
  12521. "type": "object",
  12522. "properties": {
  12523. "each_round_hour": {
  12524. "description": "每一轮X个小时",
  12525. "type": "string"
  12526. },
  12527. "interval_minutes": {
  12528. "description": "间隔X秒",
  12529. "type": "string"
  12530. },
  12531. "reward_total_num": {
  12532. "description": "一共X个奖励视屏",
  12533. "type": "string"
  12534. },
  12535. "reward_value": {
  12536. "description": "奖励X个活跃积分",
  12537. "type": "string"
  12538. }
  12539. }
  12540. },
  12541. "md.VipEquitySettingNode": {
  12542. "type": "object",
  12543. "properties": {
  12544. "dividend_ratio": {
  12545. "description": "分红比例",
  12546. "type": "string"
  12547. },
  12548. "exchange_account_balance_fee": {
  12549. "description": "兑换余额手续费",
  12550. "type": "string"
  12551. },
  12552. "vip_level_id": {
  12553. "description": "会员等级ID",
  12554. "type": "string"
  12555. },
  12556. "vip_level_name": {
  12557. "description": "会员等级名称",
  12558. "type": "string"
  12559. }
  12560. }
  12561. },
  12562. "md.VirtualCoin": {
  12563. "type": "object",
  12564. "properties": {
  12565. "create_at": {
  12566. "type": "string"
  12567. },
  12568. "exchange_ratio": {
  12569. "description": "兑换比例(与金额)",
  12570. "type": "string",
  12571. "example": "兑换比例(与金额)"
  12572. },
  12573. "id": {
  12574. "type": "integer"
  12575. },
  12576. "is_use": {
  12577. "description": "是否开启: 0否 1是",
  12578. "type": "integer"
  12579. },
  12580. "name": {
  12581. "description": "名称",
  12582. "type": "string"
  12583. },
  12584. "update_at": {
  12585. "type": "string"
  12586. }
  12587. }
  12588. },
  12589. "md.VirtualCoinDetailNode": {
  12590. "type": "object",
  12591. "properties": {
  12592. "after_amount": {
  12593. "description": "变更后积分余额",
  12594. "type": "string"
  12595. },
  12596. "amount": {
  12597. "description": "变更数量",
  12598. "type": "string"
  12599. },
  12600. "create_at": {
  12601. "description": "创建时间",
  12602. "type": "string"
  12603. },
  12604. "direction": {
  12605. "description": "类型 1.收入 2.支出",
  12606. "type": "integer"
  12607. },
  12608. "uid": {
  12609. "description": "用户 ID",
  12610. "type": "integer"
  12611. }
  12612. }
  12613. },
  12614. "md.VirtualCoinListNode": {
  12615. "type": "object",
  12616. "properties": {
  12617. "coin_id": {
  12618. "description": "货币类型 ID",
  12619. "type": "integer"
  12620. },
  12621. "kind": {
  12622. "description": "货币序号",
  12623. "type": "integer"
  12624. },
  12625. "name": {
  12626. "type": "string",
  12627. "example": "货币类型名称"
  12628. }
  12629. }
  12630. },
  12631. "md.WithdrawFeeSetStruct": {
  12632. "type": "object",
  12633. "properties": {
  12634. "duration": {
  12635. "description": "类型 (1.固定金额 2.固定比例)",
  12636. "type": "integer"
  12637. },
  12638. "value": {
  12639. "description": "具体值",
  12640. "type": "integer"
  12641. }
  12642. }
  12643. },
  12644. "md.WithdrawFrequencySettingStruct": {
  12645. "type": "object",
  12646. "properties": {
  12647. "duration": {
  12648. "description": "周期 (1.天 2.周 3.月)",
  12649. "type": "integer"
  12650. },
  12651. "num": {
  12652. "description": "周期数",
  12653. "type": "array",
  12654. "items": {
  12655. "type": "string"
  12656. }
  12657. }
  12658. }
  12659. },
  12660. "md.WithdrawTimeIntervalStruct": {
  12661. "type": "object",
  12662. "properties": {
  12663. "end_at": {
  12664. "type": "string"
  12665. },
  12666. "start_at": {
  12667. "type": "string"
  12668. }
  12669. }
  12670. },
  12671. "model.EggEnergyUserEggIndexWeight": {
  12672. "type": "object",
  12673. "properties": {
  12674. "account_balance_exchange_egg_energy_nums": {
  12675. "type": "string"
  12676. },
  12677. "browse_interface_nums": {
  12678. "type": "string"
  12679. },
  12680. "college_learning_nums": {
  12681. "type": "string"
  12682. },
  12683. "create_at": {
  12684. "type": "string"
  12685. },
  12686. "ecpm": {
  12687. "type": "string"
  12688. },
  12689. "egg_energy_exchange_account_balance": {
  12690. "type": "string"
  12691. },
  12692. "forum_comments_nums": {
  12693. "type": "string"
  12694. },
  12695. "id": {
  12696. "type": "integer"
  12697. },
  12698. "im_activity_nums": {
  12699. "type": "string"
  12700. },
  12701. "invite_user_nums": {
  12702. "type": "string"
  12703. },
  12704. "person_add_activity_value": {
  12705. "type": "string"
  12706. },
  12707. "send_circle_of_friend_nums": {
  12708. "type": "string"
  12709. },
  12710. "send_red_package_nums": {
  12711. "type": "string"
  12712. },
  12713. "sign_in_nums": {
  12714. "type": "string"
  12715. },
  12716. "team_activity_nums": {
  12717. "type": "string"
  12718. },
  12719. "update_at": {
  12720. "type": "string"
  12721. },
  12722. "violate_nums": {
  12723. "type": "string"
  12724. }
  12725. }
  12726. },
  12727. "model.PlatformActiveData": {
  12728. "type": "object",
  12729. "properties": {
  12730. "date": {
  12731. "type": "string"
  12732. },
  12733. "id": {
  12734. "type": "integer"
  12735. },
  12736. "new_user_count": {
  12737. "type": "integer"
  12738. },
  12739. "user_sign_in_count": {
  12740. "type": "integer"
  12741. },
  12742. "withdraw_amount_count": {
  12743. "type": "string"
  12744. },
  12745. "withdraw_user_count": {
  12746. "type": "integer"
  12747. }
  12748. }
  12749. },
  12750. "model.UserLevelTask": {
  12751. "type": "object",
  12752. "properties": {
  12753. "create_at": {
  12754. "type": "string"
  12755. },
  12756. "finish_count": {
  12757. "type": "integer"
  12758. },
  12759. "id": {
  12760. "type": "integer"
  12761. },
  12762. "is_must_task": {
  12763. "type": "integer"
  12764. },
  12765. "level_id": {
  12766. "type": "integer"
  12767. },
  12768. "task_type": {
  12769. "type": "integer"
  12770. },
  12771. "task_type_level_id": {
  12772. "type": "integer"
  12773. },
  12774. "update_at": {
  12775. "type": "string"
  12776. },
  12777. "within_days": {
  12778. "type": "integer"
  12779. }
  12780. }
  12781. }
  12782. },
  12783. "securityDefinitions": {
  12784. "MasterID": {
  12785. "type": "apiKey",
  12786. "name": "MasterID",
  12787. "in": "header"
  12788. }
  12789. }
  12790. }`
  12791. // SwaggerInfo holds exported Swagger Info so clients can modify it
  12792. var SwaggerInfo = &swag.Spec{
  12793. Version: "1.0",
  12794. Host: "localhost:4001",
  12795. BasePath: "",
  12796. Schemes: []string{},
  12797. Title: "蛋蛋星球-管理后台",
  12798. Description: "管理后台接口文档",
  12799. InfoInstanceName: "swagger",
  12800. SwaggerTemplate: docTemplate,
  12801. LeftDelim: "{{",
  12802. RightDelim: "}}",
  12803. }
  12804. func init() {
  12805. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  12806. }