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

12159 lines
417 KiB

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