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

8177 lines
284 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/comm/getOssUrl": {
  26. "get": {
  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. "responses": {
  48. "200": {
  49. "description": "许可链接",
  50. "schema": {
  51. "type": "string"
  52. }
  53. },
  54. "400": {
  55. "description": "具体错误",
  56. "schema": {
  57. "$ref": "#/definitions/md.Response"
  58. }
  59. }
  60. }
  61. }
  62. },
  63. "/api/comm/oss/getBasic": {
  64. "get": {
  65. "description": "对象存储设置(获取)",
  66. "consumes": [
  67. "application/json"
  68. ],
  69. "produces": [
  70. "application/json"
  71. ],
  72. "tags": [
  73. "对象存储"
  74. ],
  75. "summary": "设置中心-对象存储-对象存储设置(获取)",
  76. "parameters": [
  77. {
  78. "type": "string",
  79. "description": "验证参数Bearer和token空格拼接",
  80. "name": "Authorization",
  81. "in": "header",
  82. "required": true
  83. }
  84. ],
  85. "responses": {
  86. "200": {
  87. "description": "设置列表",
  88. "schema": {
  89. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  90. }
  91. },
  92. "400": {
  93. "description": "具体错误",
  94. "schema": {
  95. "$ref": "#/definitions/md.Response"
  96. }
  97. }
  98. }
  99. }
  100. },
  101. "/api/comm/oss/setBasic": {
  102. "post": {
  103. "description": "对象存储设置(更新)",
  104. "consumes": [
  105. "application/json"
  106. ],
  107. "produces": [
  108. "application/json"
  109. ],
  110. "tags": [
  111. "对象存储"
  112. ],
  113. "summary": "设置中心-对象存储-对象存储设置(更新)",
  114. "parameters": [
  115. {
  116. "type": "string",
  117. "description": "验证参数Bearer和token空格拼接",
  118. "name": "Authorization",
  119. "in": "header",
  120. "required": true
  121. },
  122. {
  123. "description": "上传需要修改的信息",
  124. "name": "req",
  125. "in": "body",
  126. "required": true,
  127. "schema": {
  128. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  129. }
  130. }
  131. ],
  132. "responses": {
  133. "200": {
  134. "description": "success",
  135. "schema": {
  136. "type": "string"
  137. }
  138. },
  139. "400": {
  140. "description": "具体错误",
  141. "schema": {
  142. "$ref": "#/definitions/md.Response"
  143. }
  144. }
  145. }
  146. }
  147. },
  148. "/api/demo": {
  149. "post": {
  150. "description": "Demo样例测试",
  151. "consumes": [
  152. "application/json"
  153. ],
  154. "produces": [
  155. "application/json"
  156. ],
  157. "tags": [
  158. "Demo"
  159. ],
  160. "summary": "Demo测试",
  161. "parameters": [
  162. {
  163. "description": "用户名密码",
  164. "name": "req",
  165. "in": "body",
  166. "required": true,
  167. "schema": {}
  168. }
  169. ],
  170. "responses": {
  171. "200": {
  172. "description": "token",
  173. "schema": {
  174. "type": "object",
  175. "additionalProperties": true
  176. }
  177. },
  178. "400": {
  179. "description": "具体错误",
  180. "schema": {
  181. "$ref": "#/definitions/md.Response"
  182. }
  183. }
  184. }
  185. }
  186. },
  187. "/api/financialCenter/withdraw/applyList": {
  188. "post": {
  189. "description": "提现申请列表(获取)",
  190. "consumes": [
  191. "application/json"
  192. ],
  193. "produces": [
  194. "application/json"
  195. ],
  196. "tags": [
  197. "提现"
  198. ],
  199. "summary": "财务中心-提现-提现申请列表(获取)",
  200. "parameters": [
  201. {
  202. "type": "string",
  203. "description": "验证参数Bearer和token空格拼接",
  204. "name": "Authorization",
  205. "in": "header",
  206. "required": true
  207. },
  208. {
  209. "description": "筛选条件",
  210. "name": "req",
  211. "in": "body",
  212. "schema": {
  213. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  214. }
  215. }
  216. ],
  217. "responses": {
  218. "200": {
  219. "description": "具体数据",
  220. "schema": {
  221. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  222. }
  223. },
  224. "400": {
  225. "description": "具体错误",
  226. "schema": {
  227. "$ref": "#/definitions/md.Response"
  228. }
  229. }
  230. }
  231. }
  232. },
  233. "/api/financialCenter/withdraw/setting": {
  234. "get": {
  235. "description": "基础设置(获取)",
  236. "consumes": [
  237. "application/json"
  238. ],
  239. "produces": [
  240. "application/json"
  241. ],
  242. "tags": [
  243. "提现"
  244. ],
  245. "summary": "财务中心-提现-基础设置(获取)",
  246. "parameters": [
  247. {
  248. "type": "string",
  249. "description": "验证参数Bearer和token空格拼接",
  250. "name": "Authorization",
  251. "in": "header",
  252. "required": true
  253. }
  254. ],
  255. "responses": {
  256. "200": {
  257. "description": "具体数据",
  258. "schema": {
  259. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  260. }
  261. },
  262. "400": {
  263. "description": "具体错误",
  264. "schema": {
  265. "$ref": "#/definitions/md.Response"
  266. }
  267. }
  268. }
  269. }
  270. },
  271. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  272. "post": {
  273. "description": "基础设置(更新)",
  274. "consumes": [
  275. "application/json"
  276. ],
  277. "produces": [
  278. "application/json"
  279. ],
  280. "tags": [
  281. "提现"
  282. ],
  283. "summary": "财务中心-提现-基础设置(更新)",
  284. "parameters": [
  285. {
  286. "type": "string",
  287. "description": "验证参数Bearer和token空格拼接",
  288. "name": "Authorization",
  289. "in": "header",
  290. "required": true
  291. },
  292. {
  293. "description": "id 必填",
  294. "name": "req",
  295. "in": "body",
  296. "required": true,
  297. "schema": {
  298. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  299. }
  300. }
  301. ],
  302. "responses": {
  303. "200": {
  304. "description": "修改数据条数",
  305. "schema": {
  306. "type": "int"
  307. }
  308. },
  309. "400": {
  310. "description": "具体错误",
  311. "schema": {
  312. "$ref": "#/definitions/md.Response"
  313. }
  314. }
  315. }
  316. }
  317. },
  318. "/api/im/addCustomerService": {
  319. "post": {
  320. "description": "客服(新增)",
  321. "consumes": [
  322. "application/json"
  323. ],
  324. "produces": [
  325. "application/json"
  326. ],
  327. "tags": [
  328. "客服"
  329. ],
  330. "summary": "Im-客服(新增)",
  331. "parameters": [
  332. {
  333. "type": "string",
  334. "description": "验证参数Bearer和token空格拼接",
  335. "name": "Authorization",
  336. "in": "header",
  337. "required": true
  338. },
  339. {
  340. "description": "相关参数",
  341. "name": "req",
  342. "in": "body",
  343. "required": true,
  344. "schema": {
  345. "$ref": "#/definitions/md.AddCustomerServiceReq"
  346. }
  347. }
  348. ],
  349. "responses": {
  350. "200": {
  351. "description": "success",
  352. "schema": {
  353. "type": "string"
  354. }
  355. },
  356. "400": {
  357. "description": "具体错误",
  358. "schema": {
  359. "$ref": "#/definitions/md.Response"
  360. }
  361. }
  362. }
  363. }
  364. },
  365. "/api/im/addEmoticon": {
  366. "post": {
  367. "description": "表情包(新增)",
  368. "consumes": [
  369. "application/json"
  370. ],
  371. "produces": [
  372. "application/json"
  373. ],
  374. "tags": [
  375. "表情包"
  376. ],
  377. "summary": "Im-表情包(新增)",
  378. "parameters": [
  379. {
  380. "type": "string",
  381. "description": "验证参数Bearer和token空格拼接",
  382. "name": "Authorization",
  383. "in": "header",
  384. "required": true
  385. },
  386. {
  387. "description": "相关参数",
  388. "name": "req",
  389. "in": "body",
  390. "required": true,
  391. "schema": {
  392. "$ref": "#/definitions/md.AddEmoticonReq"
  393. }
  394. }
  395. ],
  396. "responses": {
  397. "200": {
  398. "description": "success",
  399. "schema": {
  400. "type": "string"
  401. }
  402. },
  403. "400": {
  404. "description": "具体错误",
  405. "schema": {
  406. "$ref": "#/definitions/md.Response"
  407. }
  408. }
  409. }
  410. }
  411. },
  412. "/api/im/deleteEmoticon": {
  413. "post": {
  414. "description": "表情包(删除)",
  415. "consumes": [
  416. "application/json"
  417. ],
  418. "produces": [
  419. "application/json"
  420. ],
  421. "tags": [
  422. "表情包"
  423. ],
  424. "summary": "Im-表情包(删除)",
  425. "parameters": [
  426. {
  427. "type": "string",
  428. "description": "验证参数Bearer和token空格拼接",
  429. "name": "Authorization",
  430. "in": "header",
  431. "required": true
  432. },
  433. {
  434. "description": "相关参数",
  435. "name": "req",
  436. "in": "body",
  437. "required": true,
  438. "schema": {
  439. "$ref": "#/definitions/md.DeleteEmoticonReq"
  440. }
  441. }
  442. ],
  443. "responses": {
  444. "200": {
  445. "description": "success",
  446. "schema": {
  447. "type": "string"
  448. }
  449. },
  450. "400": {
  451. "description": "具体错误",
  452. "schema": {
  453. "$ref": "#/definitions/md.Response"
  454. }
  455. }
  456. }
  457. }
  458. },
  459. "/api/im/getBasic": {
  460. "get": {
  461. "description": "基础设置(获取)",
  462. "consumes": [
  463. "application/json"
  464. ],
  465. "produces": [
  466. "application/json"
  467. ],
  468. "tags": [
  469. "基础设置"
  470. ],
  471. "summary": "Im-基础设置(获取)",
  472. "parameters": [
  473. {
  474. "type": "string",
  475. "description": "验证参数Bearer和token空格拼接",
  476. "name": "Authorization",
  477. "in": "header",
  478. "required": true
  479. }
  480. ],
  481. "responses": {
  482. "200": {
  483. "description": "设置列表",
  484. "schema": {
  485. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  486. }
  487. },
  488. "400": {
  489. "description": "具体错误",
  490. "schema": {
  491. "$ref": "#/definitions/md.Response"
  492. }
  493. }
  494. }
  495. }
  496. },
  497. "/api/im/pageCustomerService": {
  498. "post": {
  499. "description": "客服(列表)",
  500. "consumes": [
  501. "application/json"
  502. ],
  503. "produces": [
  504. "application/json"
  505. ],
  506. "tags": [
  507. "客服"
  508. ],
  509. "summary": "Im-客服(列表)",
  510. "parameters": [
  511. {
  512. "type": "string",
  513. "description": "验证参数Bearer和token空格拼接",
  514. "name": "Authorization",
  515. "in": "header",
  516. "required": true
  517. },
  518. {
  519. "description": "相关参数",
  520. "name": "req",
  521. "in": "body",
  522. "required": true,
  523. "schema": {
  524. "$ref": "#/definitions/md.PageCustomerServiceReq"
  525. }
  526. }
  527. ],
  528. "responses": {
  529. "200": {
  530. "description": "设置列表",
  531. "schema": {
  532. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  533. }
  534. },
  535. "400": {
  536. "description": "具体错误",
  537. "schema": {
  538. "$ref": "#/definitions/md.Response"
  539. }
  540. }
  541. }
  542. }
  543. },
  544. "/api/im/pageEmoticon": {
  545. "post": {
  546. "description": "表情包(列表)",
  547. "consumes": [
  548. "application/json"
  549. ],
  550. "produces": [
  551. "application/json"
  552. ],
  553. "tags": [
  554. "表情包"
  555. ],
  556. "summary": "Im-表情包(列表)",
  557. "parameters": [
  558. {
  559. "type": "string",
  560. "description": "验证参数Bearer和token空格拼接",
  561. "name": "Authorization",
  562. "in": "header",
  563. "required": true
  564. },
  565. {
  566. "description": "相关参数",
  567. "name": "req",
  568. "in": "body",
  569. "required": true,
  570. "schema": {
  571. "$ref": "#/definitions/md.PageEmoticonReq"
  572. }
  573. }
  574. ],
  575. "responses": {
  576. "200": {
  577. "description": "设置列表",
  578. "schema": {
  579. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  580. }
  581. },
  582. "400": {
  583. "description": "具体错误",
  584. "schema": {
  585. "$ref": "#/definitions/md.Response"
  586. }
  587. }
  588. }
  589. }
  590. },
  591. "/api/im/setBasic": {
  592. "post": {
  593. "description": "基础设置(更新)",
  594. "consumes": [
  595. "application/json"
  596. ],
  597. "produces": [
  598. "application/json"
  599. ],
  600. "tags": [
  601. "基础设置"
  602. ],
  603. "summary": "Im-基础设置(更新)",
  604. "parameters": [
  605. {
  606. "type": "string",
  607. "description": "验证参数Bearer和token空格拼接",
  608. "name": "Authorization",
  609. "in": "header",
  610. "required": true
  611. },
  612. {
  613. "description": "上传需要修改的信息",
  614. "name": "req",
  615. "in": "body",
  616. "required": true,
  617. "schema": {
  618. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  619. }
  620. }
  621. ],
  622. "responses": {
  623. "200": {
  624. "description": "success",
  625. "schema": {
  626. "type": "string"
  627. }
  628. },
  629. "400": {
  630. "description": "具体错误",
  631. "schema": {
  632. "$ref": "#/definitions/md.Response"
  633. }
  634. }
  635. }
  636. }
  637. },
  638. "/api/im/setCustomerServiceState": {
  639. "post": {
  640. "description": "客服(更新状态)",
  641. "consumes": [
  642. "application/json"
  643. ],
  644. "produces": [
  645. "application/json"
  646. ],
  647. "tags": [
  648. "客服"
  649. ],
  650. "summary": "Im-客服(更新状态)",
  651. "parameters": [
  652. {
  653. "type": "string",
  654. "description": "验证参数Bearer和token空格拼接",
  655. "name": "Authorization",
  656. "in": "header",
  657. "required": true
  658. },
  659. {
  660. "description": "相关参数",
  661. "name": "req",
  662. "in": "body",
  663. "required": true,
  664. "schema": {
  665. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  666. }
  667. }
  668. ],
  669. "responses": {
  670. "200": {
  671. "description": "success",
  672. "schema": {
  673. "type": "string"
  674. }
  675. },
  676. "400": {
  677. "description": "具体错误",
  678. "schema": {
  679. "$ref": "#/definitions/md.Response"
  680. }
  681. }
  682. }
  683. }
  684. },
  685. "/api/im/setEmoticonState": {
  686. "post": {
  687. "description": "表情包(新增)",
  688. "consumes": [
  689. "application/json"
  690. ],
  691. "produces": [
  692. "application/json"
  693. ],
  694. "tags": [
  695. "表情包"
  696. ],
  697. "summary": "Im-表情包(更新状态)",
  698. "parameters": [
  699. {
  700. "type": "string",
  701. "description": "验证参数Bearer和token空格拼接",
  702. "name": "Authorization",
  703. "in": "header",
  704. "required": true
  705. },
  706. {
  707. "description": "相关参数",
  708. "name": "req",
  709. "in": "body",
  710. "required": true,
  711. "schema": {
  712. "$ref": "#/definitions/md.SetEmoticonStateReq"
  713. }
  714. }
  715. ],
  716. "responses": {
  717. "200": {
  718. "description": "success",
  719. "schema": {
  720. "type": "string"
  721. }
  722. },
  723. "400": {
  724. "description": "具体错误",
  725. "schema": {
  726. "$ref": "#/definitions/md.Response"
  727. }
  728. }
  729. }
  730. }
  731. },
  732. "/api/im/updateCustomerServiceMemo": {
  733. "post": {
  734. "description": "客服(编辑备注)",
  735. "consumes": [
  736. "application/json"
  737. ],
  738. "produces": [
  739. "application/json"
  740. ],
  741. "tags": [
  742. "客服"
  743. ],
  744. "summary": "Im-客服(编辑备注)",
  745. "parameters": [
  746. {
  747. "type": "string",
  748. "description": "验证参数Bearer和token空格拼接",
  749. "name": "Authorization",
  750. "in": "header",
  751. "required": true
  752. },
  753. {
  754. "description": "相关参数",
  755. "name": "req",
  756. "in": "body",
  757. "required": true,
  758. "schema": {
  759. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  760. }
  761. }
  762. ],
  763. "responses": {
  764. "200": {
  765. "description": "success",
  766. "schema": {
  767. "type": "string"
  768. }
  769. },
  770. "400": {
  771. "description": "具体错误",
  772. "schema": {
  773. "$ref": "#/definitions/md.Response"
  774. }
  775. }
  776. }
  777. }
  778. },
  779. "/api/im/updateEmoticon": {
  780. "post": {
  781. "description": "表情包(编辑)",
  782. "consumes": [
  783. "application/json"
  784. ],
  785. "produces": [
  786. "application/json"
  787. ],
  788. "tags": [
  789. "表情包"
  790. ],
  791. "summary": "Im-表情包(编辑)",
  792. "parameters": [
  793. {
  794. "type": "string",
  795. "description": "验证参数Bearer和token空格拼接",
  796. "name": "Authorization",
  797. "in": "header",
  798. "required": true
  799. },
  800. {
  801. "description": "相关参数",
  802. "name": "req",
  803. "in": "body",
  804. "required": true,
  805. "schema": {
  806. "$ref": "#/definitions/md.UpdateEmoticonReq"
  807. }
  808. }
  809. ],
  810. "responses": {
  811. "200": {
  812. "description": "success",
  813. "schema": {
  814. "type": "string"
  815. }
  816. },
  817. "400": {
  818. "description": "具体错误",
  819. "schema": {
  820. "$ref": "#/definitions/md.Response"
  821. }
  822. }
  823. }
  824. }
  825. },
  826. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  827. "post": {
  828. "description": "会员设置(新增)",
  829. "consumes": [
  830. "application/json"
  831. ],
  832. "produces": [
  833. "application/json"
  834. ],
  835. "tags": [
  836. "蛋蛋能量"
  837. ],
  838. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  839. "parameters": [
  840. {
  841. "type": "string",
  842. "description": "验证参数Bearer和token空格拼接",
  843. "name": "Authorization",
  844. "in": "header",
  845. "required": true
  846. },
  847. {
  848. "description": "system_id 必填",
  849. "name": "req",
  850. "in": "body",
  851. "required": true,
  852. "schema": {
  853. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  854. }
  855. }
  856. ],
  857. "responses": {
  858. "200": {
  859. "description": "修改数据条数",
  860. "schema": {
  861. "type": "int"
  862. }
  863. },
  864. "400": {
  865. "description": "具体错误",
  866. "schema": {
  867. "$ref": "#/definitions/md.Response"
  868. }
  869. }
  870. }
  871. }
  872. },
  873. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  874. "post": {
  875. "description": "动态数据流水(获取)",
  876. "consumes": [
  877. "application/json"
  878. ],
  879. "produces": [
  880. "application/json"
  881. ],
  882. "tags": [
  883. "公排管理"
  884. ],
  885. "summary": "制度中心-动态数据-动态数据流水(获取)",
  886. "parameters": [
  887. {
  888. "type": "string",
  889. "description": "验证参数Bearer和token空格拼接",
  890. "name": "Authorization",
  891. "in": "header",
  892. "required": true
  893. },
  894. {
  895. "description": "页数、每页大小必传 起止时间、持有类型选传",
  896. "name": "req",
  897. "in": "body",
  898. "required": true,
  899. "schema": {
  900. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  901. }
  902. }
  903. ],
  904. "responses": {
  905. "200": {
  906. "description": "成功返回",
  907. "schema": {
  908. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  909. }
  910. },
  911. "400": {
  912. "description": "具体错误",
  913. "schema": {
  914. "$ref": "#/definitions/md.Response"
  915. }
  916. }
  917. }
  918. }
  919. },
  920. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  921. "get": {
  922. "description": "贡献值-基础设置(获取)",
  923. "consumes": [
  924. "application/json"
  925. ],
  926. "produces": [
  927. "application/json"
  928. ],
  929. "tags": [
  930. "贡献值"
  931. ],
  932. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  933. "parameters": [
  934. {
  935. "type": "string",
  936. "description": "验证参数Bearer和token空格拼接",
  937. "name": "Authorization",
  938. "in": "header",
  939. "required": true
  940. }
  941. ],
  942. "responses": {
  943. "200": {
  944. "description": "具体数据",
  945. "schema": {
  946. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  947. }
  948. },
  949. "400": {
  950. "description": "具体错误",
  951. "schema": {
  952. "$ref": "#/definitions/md.Response"
  953. }
  954. }
  955. }
  956. }
  957. },
  958. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  959. "post": {
  960. "description": "贡献值-基础设置(更新)",
  961. "consumes": [
  962. "application/json"
  963. ],
  964. "produces": [
  965. "application/json"
  966. ],
  967. "tags": [
  968. "贡献值"
  969. ],
  970. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  971. "parameters": [
  972. {
  973. "type": "string",
  974. "description": "验证参数Bearer和token空格拼接",
  975. "name": "Authorization",
  976. "in": "header",
  977. "required": true
  978. },
  979. {
  980. "description": "id 必填",
  981. "name": "req",
  982. "in": "body",
  983. "required": true,
  984. "schema": {
  985. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  986. }
  987. }
  988. ],
  989. "responses": {
  990. "200": {
  991. "description": "修改数据条数",
  992. "schema": {
  993. "type": "int"
  994. }
  995. },
  996. "400": {
  997. "description": "具体错误",
  998. "schema": {
  999. "$ref": "#/definitions/md.Response"
  1000. }
  1001. }
  1002. }
  1003. }
  1004. },
  1005. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  1006. "post": {
  1007. "description": "蛋蛋分管理(人工打分)",
  1008. "consumes": [
  1009. "application/json"
  1010. ],
  1011. "produces": [
  1012. "application/json"
  1013. ],
  1014. "tags": [
  1015. "蛋蛋能量"
  1016. ],
  1017. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  1018. "parameters": [
  1019. {
  1020. "type": "string",
  1021. "description": "验证参数Bearer和token空格拼接",
  1022. "name": "Authorization",
  1023. "in": "header",
  1024. "required": true
  1025. },
  1026. {
  1027. "description": "请求参数",
  1028. "name": "req",
  1029. "in": "body",
  1030. "required": true,
  1031. "schema": {
  1032. "$ref": "#/definitions/md.ManualScoreReq"
  1033. }
  1034. }
  1035. ],
  1036. "responses": {
  1037. "200": {
  1038. "description": "成功返回",
  1039. "schema": {
  1040. "type": "string"
  1041. }
  1042. },
  1043. "400": {
  1044. "description": "具体错误",
  1045. "schema": {
  1046. "$ref": "#/definitions/md.Response"
  1047. }
  1048. }
  1049. }
  1050. }
  1051. },
  1052. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  1053. "post": {
  1054. "description": "蛋蛋分管理(着陆页数据分析)",
  1055. "consumes": [
  1056. "application/json"
  1057. ],
  1058. "produces": [
  1059. "application/json"
  1060. ],
  1061. "tags": [
  1062. "蛋蛋能量"
  1063. ],
  1064. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  1065. "parameters": [
  1066. {
  1067. "type": "string",
  1068. "description": "验证参数Bearer和token空格拼接",
  1069. "name": "Authorization",
  1070. "in": "header",
  1071. "required": true
  1072. },
  1073. {
  1074. "description": "请求参数",
  1075. "name": "req",
  1076. "in": "body",
  1077. "required": true,
  1078. "schema": {
  1079. "$ref": "#/definitions/md.StatisticsEggPointReq"
  1080. }
  1081. }
  1082. ],
  1083. "responses": {
  1084. "200": {
  1085. "description": "成功返回",
  1086. "schema": {
  1087. "$ref": "#/definitions/md.StatisticsEggPointResp"
  1088. }
  1089. },
  1090. "400": {
  1091. "description": "具体错误",
  1092. "schema": {
  1093. "$ref": "#/definitions/md.Response"
  1094. }
  1095. }
  1096. }
  1097. }
  1098. },
  1099. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  1100. "post": {
  1101. "description": "蛋蛋分管理(用户数据列表)",
  1102. "consumes": [
  1103. "application/json"
  1104. ],
  1105. "produces": [
  1106. "application/json"
  1107. ],
  1108. "tags": [
  1109. "蛋蛋能量"
  1110. ],
  1111. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  1112. "parameters": [
  1113. {
  1114. "type": "string",
  1115. "description": "验证参数Bearer和token空格拼接",
  1116. "name": "Authorization",
  1117. "in": "header",
  1118. "required": true
  1119. },
  1120. {
  1121. "description": "请求参数",
  1122. "name": "req",
  1123. "in": "body",
  1124. "required": true,
  1125. "schema": {
  1126. "$ref": "#/definitions/md.UserEggFlowReq"
  1127. }
  1128. }
  1129. ],
  1130. "responses": {
  1131. "200": {
  1132. "description": "成功返回",
  1133. "schema": {
  1134. "$ref": "#/definitions/md.UserEggFlowReqResp"
  1135. }
  1136. },
  1137. "400": {
  1138. "description": "具体错误",
  1139. "schema": {
  1140. "$ref": "#/definitions/md.Response"
  1141. }
  1142. }
  1143. }
  1144. }
  1145. },
  1146. "/api/institutionalManagement/eggEnergy/getBasic": {
  1147. "get": {
  1148. "description": "基础设置(获取)",
  1149. "consumes": [
  1150. "application/json"
  1151. ],
  1152. "produces": [
  1153. "application/json"
  1154. ],
  1155. "tags": [
  1156. "蛋蛋能量"
  1157. ],
  1158. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  1159. "parameters": [
  1160. {
  1161. "type": "string",
  1162. "description": "验证参数Bearer和token空格拼接",
  1163. "name": "Authorization",
  1164. "in": "header",
  1165. "required": true
  1166. }
  1167. ],
  1168. "responses": {
  1169. "200": {
  1170. "description": "具体数据",
  1171. "schema": {
  1172. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  1173. }
  1174. },
  1175. "400": {
  1176. "description": "具体错误",
  1177. "schema": {
  1178. "$ref": "#/definitions/md.Response"
  1179. }
  1180. }
  1181. }
  1182. }
  1183. },
  1184. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  1185. "get": {
  1186. "description": "基础会员设置(获取)",
  1187. "consumes": [
  1188. "application/json"
  1189. ],
  1190. "produces": [
  1191. "application/json"
  1192. ],
  1193. "tags": [
  1194. "蛋蛋能量"
  1195. ],
  1196. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  1197. "parameters": [
  1198. {
  1199. "type": "string",
  1200. "description": "验证参数Bearer和token空格拼接",
  1201. "name": "Authorization",
  1202. "in": "header",
  1203. "required": true
  1204. }
  1205. ],
  1206. "responses": {
  1207. "200": {
  1208. "description": "具体数据",
  1209. "schema": {
  1210. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  1211. }
  1212. },
  1213. "400": {
  1214. "description": "具体错误",
  1215. "schema": {
  1216. "$ref": "#/definitions/md.Response"
  1217. }
  1218. }
  1219. }
  1220. }
  1221. },
  1222. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  1223. "get": {
  1224. "description": "查询所有币种(获取)",
  1225. "consumes": [
  1226. "application/json"
  1227. ],
  1228. "produces": [
  1229. "application/json"
  1230. ],
  1231. "tags": [
  1232. "蛋蛋能量"
  1233. ],
  1234. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  1235. "parameters": [
  1236. {
  1237. "type": "string",
  1238. "description": "验证参数Bearer和token空格拼接",
  1239. "name": "Authorization",
  1240. "in": "header",
  1241. "required": true
  1242. }
  1243. ],
  1244. "responses": {
  1245. "200": {
  1246. "description": "成功返回",
  1247. "schema": {
  1248. "type": "array",
  1249. "items": {
  1250. "$ref": "#/definitions/md.VirtualCoin"
  1251. }
  1252. }
  1253. },
  1254. "400": {
  1255. "description": "具体错误",
  1256. "schema": {
  1257. "$ref": "#/definitions/md.Response"
  1258. }
  1259. }
  1260. }
  1261. }
  1262. },
  1263. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  1264. "get": {
  1265. "description": "数据概览(获取)",
  1266. "consumes": [
  1267. "application/json"
  1268. ],
  1269. "produces": [
  1270. "application/json"
  1271. ],
  1272. "tags": [
  1273. "蛋蛋能量"
  1274. ],
  1275. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  1276. "parameters": [
  1277. {
  1278. "type": "string",
  1279. "description": "验证参数Bearer和token空格拼接",
  1280. "name": "Authorization",
  1281. "in": "header",
  1282. "required": true
  1283. }
  1284. ],
  1285. "responses": {
  1286. "200": {
  1287. "description": "具体数据",
  1288. "schema": {
  1289. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  1290. }
  1291. },
  1292. "400": {
  1293. "description": "具体错误",
  1294. "schema": {
  1295. "$ref": "#/definitions/md.Response"
  1296. }
  1297. }
  1298. }
  1299. }
  1300. },
  1301. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  1302. "post": {
  1303. "description": "价值明细数据(新增)",
  1304. "consumes": [
  1305. "application/json"
  1306. ],
  1307. "produces": [
  1308. "application/json"
  1309. ],
  1310. "tags": [
  1311. "蛋蛋能量"
  1312. ],
  1313. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  1314. "parameters": [
  1315. {
  1316. "type": "string",
  1317. "description": "验证参数Bearer和token空格拼接",
  1318. "name": "Authorization",
  1319. "in": "header",
  1320. "required": true
  1321. },
  1322. {
  1323. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  1324. "name": "req",
  1325. "in": "body",
  1326. "required": true,
  1327. "schema": {
  1328. "$ref": "#/definitions/md.AddFundDataReq"
  1329. }
  1330. }
  1331. ],
  1332. "responses": {
  1333. "200": {
  1334. "description": "插入数据 id",
  1335. "schema": {
  1336. "type": "int"
  1337. }
  1338. },
  1339. "400": {
  1340. "description": "具体错误",
  1341. "schema": {
  1342. "$ref": "#/definitions/md.Response"
  1343. }
  1344. }
  1345. }
  1346. }
  1347. },
  1348. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  1349. "post": {
  1350. "description": "新增数据列表(获取)",
  1351. "consumes": [
  1352. "application/json"
  1353. ],
  1354. "produces": [
  1355. "application/json"
  1356. ],
  1357. "tags": [
  1358. "蛋蛋能量"
  1359. ],
  1360. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  1361. "parameters": [
  1362. {
  1363. "type": "string",
  1364. "description": "验证参数Bearer和token空格拼接",
  1365. "name": "Authorization",
  1366. "in": "header",
  1367. "required": true
  1368. },
  1369. {
  1370. "description": "分页信息必填",
  1371. "name": "req",
  1372. "in": "body",
  1373. "required": true,
  1374. "schema": {
  1375. "$ref": "#/definitions/md.GetFundDataListReq"
  1376. }
  1377. }
  1378. ],
  1379. "responses": {
  1380. "200": {
  1381. "description": "具体数据",
  1382. "schema": {
  1383. "$ref": "#/definitions/md.GetFundDataListResp"
  1384. }
  1385. },
  1386. "400": {
  1387. "description": "具体错误",
  1388. "schema": {
  1389. "$ref": "#/definitions/md.Response"
  1390. }
  1391. }
  1392. }
  1393. }
  1394. },
  1395. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  1396. "post": {
  1397. "description": "新增数据列表详情(查询)",
  1398. "consumes": [
  1399. "application/json"
  1400. ],
  1401. "produces": [
  1402. "application/json"
  1403. ],
  1404. "tags": [
  1405. "蛋蛋能量"
  1406. ],
  1407. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  1408. "parameters": [
  1409. {
  1410. "type": "string",
  1411. "description": "验证参数Bearer和token空格拼接",
  1412. "name": "Authorization",
  1413. "in": "header",
  1414. "required": true
  1415. },
  1416. {
  1417. "description": "获取到的 system_id 以及分页信息",
  1418. "name": "req",
  1419. "in": "body",
  1420. "required": true,
  1421. "schema": {
  1422. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  1423. }
  1424. }
  1425. ],
  1426. "responses": {
  1427. "200": {
  1428. "description": "具体数据",
  1429. "schema": {
  1430. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  1431. }
  1432. },
  1433. "400": {
  1434. "description": "具体错误",
  1435. "schema": {
  1436. "$ref": "#/definitions/md.Response"
  1437. }
  1438. }
  1439. }
  1440. }
  1441. },
  1442. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  1443. "get": {
  1444. "description": "价格趋势(获取)",
  1445. "consumes": [
  1446. "application/json"
  1447. ],
  1448. "produces": [
  1449. "application/json"
  1450. ],
  1451. "tags": [
  1452. "蛋蛋能量"
  1453. ],
  1454. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  1455. "parameters": [
  1456. {
  1457. "type": "string",
  1458. "description": "验证参数Bearer和token空格拼接",
  1459. "name": "Authorization",
  1460. "in": "header",
  1461. "required": true
  1462. },
  1463. {
  1464. "type": "string",
  1465. "description": "1:按天 2:按小时 3:按周",
  1466. "name": "kind",
  1467. "in": "query"
  1468. }
  1469. ],
  1470. "responses": {
  1471. "200": {
  1472. "description": "具体数据",
  1473. "schema": {
  1474. "$ref": "#/definitions/md.GetPriceCurveResp"
  1475. }
  1476. },
  1477. "400": {
  1478. "description": "具体错误",
  1479. "schema": {
  1480. "$ref": "#/definitions/md.Response"
  1481. }
  1482. }
  1483. }
  1484. }
  1485. },
  1486. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  1487. "post": {
  1488. "description": "激励视频(获取)",
  1489. "consumes": [
  1490. "application/json"
  1491. ],
  1492. "produces": [
  1493. "application/json"
  1494. ],
  1495. "tags": [
  1496. "蛋蛋能量"
  1497. ],
  1498. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  1499. "parameters": [
  1500. {
  1501. "type": "string",
  1502. "description": "验证参数Bearer和token空格拼接",
  1503. "name": "Authorization",
  1504. "in": "header",
  1505. "required": true
  1506. },
  1507. {
  1508. "description": "落地页不填页大小默认20条数据",
  1509. "name": "req",
  1510. "in": "body",
  1511. "required": true,
  1512. "schema": {
  1513. "$ref": "#/definitions/md.SetVideoRewardReq"
  1514. }
  1515. }
  1516. ],
  1517. "responses": {
  1518. "200": {
  1519. "description": "OK",
  1520. "schema": {
  1521. "$ref": "#/definitions/md.GetVideoRewardResp"
  1522. }
  1523. },
  1524. "400": {
  1525. "description": "具体错误",
  1526. "schema": {
  1527. "$ref": "#/definitions/md.Response"
  1528. }
  1529. }
  1530. }
  1531. }
  1532. },
  1533. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  1534. "post": {
  1535. "description": "其他广告设置数据(新增)",
  1536. "consumes": [
  1537. "application/json"
  1538. ],
  1539. "produces": [
  1540. "application/json"
  1541. ],
  1542. "tags": [
  1543. "蛋蛋能量"
  1544. ],
  1545. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  1546. "parameters": [
  1547. {
  1548. "type": "string",
  1549. "description": "验证参数Bearer和token空格拼接",
  1550. "name": "Authorization",
  1551. "in": "header",
  1552. "required": true
  1553. },
  1554. {
  1555. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  1556. "name": "req",
  1557. "in": "body",
  1558. "required": true,
  1559. "schema": {
  1560. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  1561. }
  1562. }
  1563. ],
  1564. "responses": {
  1565. "200": {
  1566. "description": "插入数据 id",
  1567. "schema": {
  1568. "type": "int"
  1569. }
  1570. },
  1571. "400": {
  1572. "description": "具体错误",
  1573. "schema": {
  1574. "$ref": "#/definitions/md.Response"
  1575. }
  1576. }
  1577. }
  1578. }
  1579. },
  1580. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  1581. "post": {
  1582. "description": "其他广告设置数据(获取)",
  1583. "consumes": [
  1584. "application/json"
  1585. ],
  1586. "produces": [
  1587. "application/json"
  1588. ],
  1589. "tags": [
  1590. "蛋蛋能量"
  1591. ],
  1592. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  1593. "parameters": [
  1594. {
  1595. "type": "string",
  1596. "description": "验证参数Bearer和token空格拼接",
  1597. "name": "Authorization",
  1598. "in": "header",
  1599. "required": true
  1600. },
  1601. {
  1602. "description": "分页信息必填",
  1603. "name": "req",
  1604. "in": "body",
  1605. "required": true,
  1606. "schema": {
  1607. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  1608. }
  1609. }
  1610. ],
  1611. "responses": {
  1612. "200": {
  1613. "description": "具体数据",
  1614. "schema": {
  1615. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  1616. }
  1617. },
  1618. "400": {
  1619. "description": "具体错误",
  1620. "schema": {
  1621. "$ref": "#/definitions/md.Response"
  1622. }
  1623. }
  1624. }
  1625. }
  1626. },
  1627. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  1628. "post": {
  1629. "description": "激励视频(设置)",
  1630. "consumes": [
  1631. "application/json"
  1632. ],
  1633. "produces": [
  1634. "application/json"
  1635. ],
  1636. "tags": [
  1637. "蛋蛋能量"
  1638. ],
  1639. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  1640. "parameters": [
  1641. {
  1642. "type": "string",
  1643. "description": "验证参数Bearer和token空格拼接",
  1644. "name": "Authorization",
  1645. "in": "header",
  1646. "required": true
  1647. },
  1648. {
  1649. "description": "落地页不填页大小默认20条数据",
  1650. "name": "req",
  1651. "in": "body",
  1652. "required": true,
  1653. "schema": {
  1654. "$ref": "#/definitions/md.SetVideoRewardReq"
  1655. }
  1656. }
  1657. ],
  1658. "responses": {
  1659. "200": {
  1660. "description": "success",
  1661. "schema": {
  1662. "type": "string"
  1663. }
  1664. },
  1665. "400": {
  1666. "description": "具体错误",
  1667. "schema": {
  1668. "$ref": "#/definitions/md.Response"
  1669. }
  1670. }
  1671. }
  1672. }
  1673. },
  1674. "/api/institutionalManagement/eggEnergy/updateBasic": {
  1675. "post": {
  1676. "description": "基础设置(更新)",
  1677. "consumes": [
  1678. "application/json"
  1679. ],
  1680. "produces": [
  1681. "application/json"
  1682. ],
  1683. "tags": [
  1684. "蛋蛋能量"
  1685. ],
  1686. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  1687. "parameters": [
  1688. {
  1689. "type": "string",
  1690. "description": "验证参数Bearer和token空格拼接",
  1691. "name": "Authorization",
  1692. "in": "header",
  1693. "required": true
  1694. },
  1695. {
  1696. "description": "system_id 必填",
  1697. "name": "req",
  1698. "in": "body",
  1699. "required": true,
  1700. "schema": {
  1701. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  1702. }
  1703. }
  1704. ],
  1705. "responses": {
  1706. "200": {
  1707. "description": "修改数据条数",
  1708. "schema": {
  1709. "type": "int"
  1710. }
  1711. },
  1712. "400": {
  1713. "description": "具体错误",
  1714. "schema": {
  1715. "$ref": "#/definitions/md.Response"
  1716. }
  1717. }
  1718. }
  1719. }
  1720. },
  1721. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  1722. "post": {
  1723. "description": "会员设置(更新)",
  1724. "consumes": [
  1725. "application/json"
  1726. ],
  1727. "produces": [
  1728. "application/json"
  1729. ],
  1730. "tags": [
  1731. "蛋蛋能量"
  1732. ],
  1733. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  1734. "parameters": [
  1735. {
  1736. "type": "string",
  1737. "description": "验证参数Bearer和token空格拼接",
  1738. "name": "Authorization",
  1739. "in": "header",
  1740. "required": true
  1741. },
  1742. {
  1743. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  1744. "name": "req",
  1745. "in": "body",
  1746. "required": true,
  1747. "schema": {
  1748. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  1749. }
  1750. }
  1751. ],
  1752. "responses": {
  1753. "200": {
  1754. "description": "修改数据条数",
  1755. "schema": {
  1756. "type": "int"
  1757. }
  1758. },
  1759. "400": {
  1760. "description": "具体错误",
  1761. "schema": {
  1762. "$ref": "#/definitions/md.Response"
  1763. }
  1764. }
  1765. }
  1766. }
  1767. },
  1768. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  1769. "post": {
  1770. "description": "蛋蛋能量流水(查询)",
  1771. "consumes": [
  1772. "application/json"
  1773. ],
  1774. "produces": [
  1775. "application/json"
  1776. ],
  1777. "tags": [
  1778. "公排管理"
  1779. ],
  1780. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  1781. "parameters": [
  1782. {
  1783. "type": "string",
  1784. "description": "验证参数Bearer和token空格拼接",
  1785. "name": "Authorization",
  1786. "in": "header",
  1787. "required": true
  1788. },
  1789. {
  1790. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1791. "name": "req",
  1792. "in": "body",
  1793. "required": true,
  1794. "schema": {
  1795. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  1796. }
  1797. }
  1798. ],
  1799. "responses": {
  1800. "200": {
  1801. "description": "成功返回",
  1802. "schema": {
  1803. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  1804. }
  1805. },
  1806. "400": {
  1807. "description": "具体错误",
  1808. "schema": {
  1809. "$ref": "#/definitions/md.Response"
  1810. }
  1811. }
  1812. }
  1813. }
  1814. },
  1815. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  1816. "post": {
  1817. "description": "蛋蛋能量明细(获取)",
  1818. "consumes": [
  1819. "application/json"
  1820. ],
  1821. "produces": [
  1822. "application/json"
  1823. ],
  1824. "tags": [
  1825. "公排管理"
  1826. ],
  1827. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  1828. "parameters": [
  1829. {
  1830. "type": "string",
  1831. "description": "验证参数Bearer和token空格拼接",
  1832. "name": "Authorization",
  1833. "in": "header",
  1834. "required": true
  1835. },
  1836. {
  1837. "description": "落地页不填页大小默认20条数据",
  1838. "name": "req",
  1839. "in": "body",
  1840. "schema": {
  1841. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  1842. }
  1843. }
  1844. ],
  1845. "responses": {
  1846. "200": {
  1847. "description": "成功返回",
  1848. "schema": {
  1849. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  1850. }
  1851. },
  1852. "400": {
  1853. "description": "具体错误",
  1854. "schema": {
  1855. "$ref": "#/definitions/md.Response"
  1856. }
  1857. }
  1858. }
  1859. }
  1860. },
  1861. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  1862. "post": {
  1863. "description": "蛋蛋积分持有者明细(获取)",
  1864. "consumes": [
  1865. "application/json"
  1866. ],
  1867. "produces": [
  1868. "application/json"
  1869. ],
  1870. "tags": [
  1871. "公排管理"
  1872. ],
  1873. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  1874. "parameters": [
  1875. {
  1876. "type": "string",
  1877. "description": "验证参数Bearer和token空格拼接",
  1878. "name": "Authorization",
  1879. "in": "header",
  1880. "required": true
  1881. },
  1882. {
  1883. "description": "落地页不填页大小默认20条数据",
  1884. "name": "req",
  1885. "in": "body",
  1886. "schema": {
  1887. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  1888. }
  1889. }
  1890. ],
  1891. "responses": {
  1892. "200": {
  1893. "description": "成功返回",
  1894. "schema": {
  1895. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  1896. }
  1897. },
  1898. "400": {
  1899. "description": "具体错误",
  1900. "schema": {
  1901. "$ref": "#/definitions/md.Response"
  1902. }
  1903. }
  1904. }
  1905. }
  1906. },
  1907. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  1908. "post": {
  1909. "description": "蛋蛋积分流水明细(查询)",
  1910. "consumes": [
  1911. "application/json"
  1912. ],
  1913. "produces": [
  1914. "application/json"
  1915. ],
  1916. "tags": [
  1917. "公排管理"
  1918. ],
  1919. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  1920. "parameters": [
  1921. {
  1922. "type": "string",
  1923. "description": "验证参数Bearer和token空格拼接",
  1924. "name": "Authorization",
  1925. "in": "header",
  1926. "required": true
  1927. },
  1928. {
  1929. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1930. "name": "req",
  1931. "in": "body",
  1932. "required": true,
  1933. "schema": {
  1934. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1935. }
  1936. }
  1937. ],
  1938. "responses": {
  1939. "200": {
  1940. "description": "成功返回",
  1941. "schema": {
  1942. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  1943. }
  1944. },
  1945. "400": {
  1946. "description": "具体错误",
  1947. "schema": {
  1948. "$ref": "#/definitions/md.Response"
  1949. }
  1950. }
  1951. }
  1952. }
  1953. },
  1954. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  1955. "post": {
  1956. "description": "社区分红(新增)",
  1957. "consumes": [
  1958. "application/json"
  1959. ],
  1960. "produces": [
  1961. "application/json"
  1962. ],
  1963. "tags": [
  1964. "公排管理"
  1965. ],
  1966. "summary": "制度中心-公排管理-社区分红(新增)",
  1967. "parameters": [
  1968. {
  1969. "type": "string",
  1970. "description": "验证参数Bearer和token空格拼接",
  1971. "name": "Authorization",
  1972. "in": "header",
  1973. "required": true
  1974. },
  1975. {
  1976. "description": "分红名称、分红总量",
  1977. "name": "req",
  1978. "in": "body",
  1979. "required": true,
  1980. "schema": {
  1981. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  1982. }
  1983. }
  1984. ],
  1985. "responses": {
  1986. "200": {
  1987. "description": "成功",
  1988. "schema": {
  1989. "type": "success"
  1990. }
  1991. },
  1992. "400": {
  1993. "description": "具体错误",
  1994. "schema": {
  1995. "$ref": "#/definitions/md.Response"
  1996. }
  1997. }
  1998. }
  1999. }
  2000. },
  2001. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  2002. "post": {
  2003. "description": "社区分红(查询)",
  2004. "consumes": [
  2005. "application/json"
  2006. ],
  2007. "produces": [
  2008. "application/json"
  2009. ],
  2010. "tags": [
  2011. "公排管理"
  2012. ],
  2013. "summary": "制度中心-公排管理-社区分红(查询)",
  2014. "parameters": [
  2015. {
  2016. "type": "string",
  2017. "description": "验证参数Bearer和token空格拼接",
  2018. "name": "Authorization",
  2019. "in": "header",
  2020. "required": true
  2021. },
  2022. {
  2023. "description": "页数、每页大小必填 起止时间、起止数量选填",
  2024. "name": "req",
  2025. "in": "body",
  2026. "required": true,
  2027. "schema": {
  2028. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  2029. }
  2030. }
  2031. ],
  2032. "responses": {
  2033. "200": {
  2034. "description": "具体数据",
  2035. "schema": {
  2036. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  2037. }
  2038. },
  2039. "400": {
  2040. "description": "具体错误",
  2041. "schema": {
  2042. "$ref": "#/definitions/md.Response"
  2043. }
  2044. }
  2045. }
  2046. }
  2047. },
  2048. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  2049. "post": {
  2050. "description": "社区长列表(新增)",
  2051. "consumes": [
  2052. "application/json"
  2053. ],
  2054. "produces": [
  2055. "application/json"
  2056. ],
  2057. "tags": [
  2058. "公排管理"
  2059. ],
  2060. "summary": "制度中心-公排管理-社区长列表(新增)",
  2061. "parameters": [
  2062. {
  2063. "type": "string",
  2064. "description": "验证参数Bearer和token空格拼接",
  2065. "name": "Authorization",
  2066. "in": "header",
  2067. "required": true
  2068. },
  2069. {
  2070. "description": "新增社区长 ID、备注",
  2071. "name": "req",
  2072. "in": "body",
  2073. "required": true,
  2074. "schema": {
  2075. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  2076. }
  2077. }
  2078. ],
  2079. "responses": {
  2080. "200": {
  2081. "description": "插入数据 ID",
  2082. "schema": {
  2083. "type": "int"
  2084. }
  2085. },
  2086. "400": {
  2087. "description": "具体错误",
  2088. "schema": {
  2089. "$ref": "#/definitions/md.Response"
  2090. }
  2091. }
  2092. }
  2093. }
  2094. },
  2095. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  2096. "post": {
  2097. "description": "社区长列表(查询)",
  2098. "consumes": [
  2099. "application/json"
  2100. ],
  2101. "produces": [
  2102. "application/json"
  2103. ],
  2104. "tags": [
  2105. "公排管理"
  2106. ],
  2107. "summary": "制度中心-公排管理-社区长列表(查询)",
  2108. "parameters": [
  2109. {
  2110. "type": "string",
  2111. "description": "验证参数Bearer和token空格拼接",
  2112. "name": "Authorization",
  2113. "in": "header",
  2114. "required": true
  2115. },
  2116. {
  2117. "description": "页数、每页大小必填 手机号、用户ID选填",
  2118. "name": "req",
  2119. "in": "body",
  2120. "required": true,
  2121. "schema": {
  2122. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  2123. }
  2124. }
  2125. ],
  2126. "responses": {
  2127. "200": {
  2128. "description": "社区长列表",
  2129. "schema": {
  2130. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  2131. }
  2132. },
  2133. "400": {
  2134. "description": "具体错误",
  2135. "schema": {
  2136. "$ref": "#/definitions/md.Response"
  2137. }
  2138. }
  2139. }
  2140. }
  2141. },
  2142. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  2143. "post": {
  2144. "description": "关系分布图(位置转换)",
  2145. "consumes": [
  2146. "application/json"
  2147. ],
  2148. "produces": [
  2149. "application/json"
  2150. ],
  2151. "tags": [
  2152. "公排管理"
  2153. ],
  2154. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  2155. "parameters": [
  2156. {
  2157. "type": "string",
  2158. "description": "验证参数Bearer和token空格拼接",
  2159. "name": "Authorization",
  2160. "in": "header",
  2161. "required": true
  2162. },
  2163. {
  2164. "description": "需要交换的两个位置",
  2165. "name": "req",
  2166. "in": "body",
  2167. "required": true,
  2168. "schema": {
  2169. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  2170. }
  2171. }
  2172. ],
  2173. "responses": {
  2174. "200": {
  2175. "description": "成功返回",
  2176. "schema": {
  2177. "type": ""
  2178. }
  2179. },
  2180. "400": {
  2181. "description": "具体错误",
  2182. "schema": {
  2183. "$ref": "#/definitions/md.Response"
  2184. }
  2185. }
  2186. }
  2187. }
  2188. },
  2189. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  2190. "get": {
  2191. "description": "关系分布图(获取指定用户上级)",
  2192. "consumes": [
  2193. "application/json"
  2194. ],
  2195. "produces": [
  2196. "application/json"
  2197. ],
  2198. "tags": [
  2199. "公排管理"
  2200. ],
  2201. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  2202. "parameters": [
  2203. {
  2204. "type": "string",
  2205. "description": "验证参数Bearer和token空格拼接",
  2206. "name": "Authorization",
  2207. "in": "header",
  2208. "required": true
  2209. },
  2210. {
  2211. "type": "string",
  2212. "description": "用户ID",
  2213. "name": "uid",
  2214. "in": "query",
  2215. "required": true
  2216. }
  2217. ],
  2218. "responses": {
  2219. "200": {
  2220. "description": "具体数据",
  2221. "schema": {
  2222. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  2223. }
  2224. },
  2225. "400": {
  2226. "description": "具体错误",
  2227. "schema": {
  2228. "$ref": "#/definitions/md.Response"
  2229. }
  2230. }
  2231. }
  2232. }
  2233. },
  2234. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  2235. "get": {
  2236. "description": "关系分布图(获取指定用户下级)",
  2237. "consumes": [
  2238. "application/json"
  2239. ],
  2240. "produces": [
  2241. "application/json"
  2242. ],
  2243. "tags": [
  2244. "公排管理"
  2245. ],
  2246. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  2247. "parameters": [
  2248. {
  2249. "type": "string",
  2250. "description": "验证参数Bearer和token空格拼接",
  2251. "name": "Authorization",
  2252. "in": "header",
  2253. "required": true
  2254. },
  2255. {
  2256. "type": "string",
  2257. "description": "用户ID",
  2258. "name": "uid",
  2259. "in": "query",
  2260. "required": true
  2261. }
  2262. ],
  2263. "responses": {
  2264. "200": {
  2265. "description": "具体数据",
  2266. "schema": {
  2267. "$ref": "#/definitions/md.TreeNode"
  2268. }
  2269. },
  2270. "400": {
  2271. "description": "具体错误",
  2272. "schema": {
  2273. "$ref": "#/definitions/md.Response"
  2274. }
  2275. }
  2276. }
  2277. }
  2278. },
  2279. "/api/institutionalManagement/publicPlatoon/getBasic": {
  2280. "get": {
  2281. "description": "公排基础设置(获取)",
  2282. "consumes": [
  2283. "application/json"
  2284. ],
  2285. "produces": [
  2286. "application/json"
  2287. ],
  2288. "tags": [
  2289. "公排管理"
  2290. ],
  2291. "summary": "制度中心-公排管理-公排基础设置(获取)",
  2292. "parameters": [
  2293. {
  2294. "type": "string",
  2295. "description": "验证参数Bearer和token空格拼接",
  2296. "name": "Authorization",
  2297. "in": "header",
  2298. "required": true
  2299. }
  2300. ],
  2301. "responses": {
  2302. "200": {
  2303. "description": "具体数据",
  2304. "schema": {
  2305. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  2306. }
  2307. },
  2308. "400": {
  2309. "description": "具体错误",
  2310. "schema": {
  2311. "$ref": "#/definitions/md.Response"
  2312. }
  2313. }
  2314. }
  2315. }
  2316. },
  2317. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  2318. "delete": {
  2319. "description": "免罚用户(删除)",
  2320. "consumes": [
  2321. "application/json"
  2322. ],
  2323. "produces": [
  2324. "application/json"
  2325. ],
  2326. "tags": [
  2327. "公排管理"
  2328. ],
  2329. "summary": "制度中心-公排管理-免罚用户(删除)",
  2330. "parameters": [
  2331. {
  2332. "type": "string",
  2333. "description": "验证参数Bearer和token空格拼接",
  2334. "name": "Authorization",
  2335. "in": "header",
  2336. "required": true
  2337. },
  2338. {
  2339. "description": "免罚用户ID",
  2340. "name": "req",
  2341. "in": "body",
  2342. "required": true,
  2343. "schema": {
  2344. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  2345. }
  2346. }
  2347. ],
  2348. "responses": {
  2349. "200": {
  2350. "description": "删除数据数量",
  2351. "schema": {
  2352. "type": "int"
  2353. }
  2354. },
  2355. "400": {
  2356. "description": "具体错误",
  2357. "schema": {
  2358. "$ref": "#/definitions/md.Response"
  2359. }
  2360. }
  2361. }
  2362. }
  2363. },
  2364. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  2365. "post": {
  2366. "description": "免罚用户(查询)",
  2367. "consumes": [
  2368. "application/json"
  2369. ],
  2370. "produces": [
  2371. "application/json"
  2372. ],
  2373. "tags": [
  2374. "公排管理"
  2375. ],
  2376. "summary": "制度中心-公排管理-免罚用户(查询)",
  2377. "parameters": [
  2378. {
  2379. "type": "string",
  2380. "description": "验证参数Bearer和token空格拼接",
  2381. "name": "Authorization",
  2382. "in": "header",
  2383. "required": true
  2384. },
  2385. {
  2386. "description": "页数和行数必填,uid选填",
  2387. "name": "req",
  2388. "in": "body",
  2389. "required": true,
  2390. "schema": {
  2391. "$ref": "#/definitions/md.GetFreePublishUserReq"
  2392. }
  2393. }
  2394. ],
  2395. "responses": {
  2396. "200": {
  2397. "description": "成功返回",
  2398. "schema": {
  2399. "$ref": "#/definitions/md.GetFreePublishUserResp"
  2400. }
  2401. },
  2402. "400": {
  2403. "description": "具体错误",
  2404. "schema": {
  2405. "$ref": "#/definitions/md.Response"
  2406. }
  2407. }
  2408. }
  2409. }
  2410. },
  2411. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  2412. "post": {
  2413. "description": "免罚用户(新增)",
  2414. "consumes": [
  2415. "application/json"
  2416. ],
  2417. "produces": [
  2418. "application/json"
  2419. ],
  2420. "tags": [
  2421. "公排管理"
  2422. ],
  2423. "summary": "制度中心-公排管理-免罚用户(新增)",
  2424. "parameters": [
  2425. {
  2426. "type": "string",
  2427. "description": "验证参数Bearer和token空格拼接",
  2428. "name": "Authorization",
  2429. "in": "header",
  2430. "required": true
  2431. },
  2432. {
  2433. "description": "免罚用户ID",
  2434. "name": "req",
  2435. "in": "body",
  2436. "required": true,
  2437. "schema": {
  2438. "$ref": "#/definitions/md.AddFreePublishUserReq"
  2439. }
  2440. }
  2441. ],
  2442. "responses": {
  2443. "200": {
  2444. "description": "插入数据 ID",
  2445. "schema": {
  2446. "type": "int"
  2447. }
  2448. },
  2449. "400": {
  2450. "description": "具体错误",
  2451. "schema": {
  2452. "$ref": "#/definitions/md.Response"
  2453. }
  2454. }
  2455. }
  2456. }
  2457. },
  2458. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  2459. "get": {
  2460. "description": "关系分布图(获取)",
  2461. "consumes": [
  2462. "application/json"
  2463. ],
  2464. "produces": [
  2465. "application/json"
  2466. ],
  2467. "tags": [
  2468. "公排管理"
  2469. ],
  2470. "summary": "制度中心-公排管理-关系分布图(获取)",
  2471. "parameters": [
  2472. {
  2473. "type": "string",
  2474. "description": "验证参数Bearer和token空格拼接",
  2475. "name": "Authorization",
  2476. "in": "header",
  2477. "required": true
  2478. },
  2479. {
  2480. "type": "string",
  2481. "description": "phone",
  2482. "name": "phone",
  2483. "in": "query",
  2484. "required": true
  2485. },
  2486. {
  2487. "type": "string",
  2488. "description": "uid",
  2489. "name": "uid",
  2490. "in": "query",
  2491. "required": true
  2492. }
  2493. ],
  2494. "responses": {
  2495. "200": {
  2496. "description": "具体数据",
  2497. "schema": {
  2498. "$ref": "#/definitions/md.TreeNode"
  2499. }
  2500. },
  2501. "400": {
  2502. "description": "具体错误",
  2503. "schema": {
  2504. "$ref": "#/definitions/md.Response"
  2505. }
  2506. }
  2507. }
  2508. }
  2509. },
  2510. "/api/institutionalManagement/publicPlatoon/selectMember": {
  2511. "post": {
  2512. "description": "公排基础设置选择会员(查询)",
  2513. "consumes": [
  2514. "application/json"
  2515. ],
  2516. "produces": [
  2517. "application/json"
  2518. ],
  2519. "tags": [
  2520. "公排管理"
  2521. ],
  2522. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  2523. "parameters": [
  2524. {
  2525. "type": "string",
  2526. "description": "验证参数Bearer和token空格拼接",
  2527. "name": "Authorization",
  2528. "in": "header",
  2529. "required": true
  2530. },
  2531. {
  2532. "description": "分页信息必填",
  2533. "name": "req",
  2534. "in": "body",
  2535. "required": true,
  2536. "schema": {
  2537. "$ref": "#/definitions/md.SelectMemberReq"
  2538. }
  2539. }
  2540. ],
  2541. "responses": {
  2542. "200": {
  2543. "description": "具体数据",
  2544. "schema": {
  2545. "$ref": "#/definitions/md.SelectMemberResp"
  2546. }
  2547. },
  2548. "400": {
  2549. "description": "具体错误",
  2550. "schema": {
  2551. "$ref": "#/definitions/md.Response"
  2552. }
  2553. }
  2554. }
  2555. }
  2556. },
  2557. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  2558. "put": {
  2559. "description": "公排基础设置(修改)",
  2560. "consumes": [
  2561. "application/json"
  2562. ],
  2563. "produces": [
  2564. "application/json"
  2565. ],
  2566. "tags": [
  2567. "公排管理"
  2568. ],
  2569. "summary": "制度中心-公排管理-公排基础设置(修改)",
  2570. "parameters": [
  2571. {
  2572. "type": "string",
  2573. "description": "验证参数Bearer和token空格拼接",
  2574. "name": "Authorization",
  2575. "in": "header",
  2576. "required": true
  2577. },
  2578. {
  2579. "description": "公排设置表单内容",
  2580. "name": "req",
  2581. "in": "body",
  2582. "required": true,
  2583. "schema": {
  2584. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  2585. }
  2586. }
  2587. ],
  2588. "responses": {
  2589. "200": {
  2590. "description": "success",
  2591. "schema": {
  2592. "type": "string"
  2593. }
  2594. },
  2595. "400": {
  2596. "description": "具体错误",
  2597. "schema": {
  2598. "$ref": "#/definitions/md.Response"
  2599. }
  2600. }
  2601. }
  2602. }
  2603. },
  2604. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  2605. "post": {
  2606. "description": "日活分析",
  2607. "consumes": [
  2608. "application/json"
  2609. ],
  2610. "produces": [
  2611. "application/json"
  2612. ],
  2613. "tags": [
  2614. "公排管理"
  2615. ],
  2616. "summary": "制度中心-公排管理-日活分析",
  2617. "parameters": [
  2618. {
  2619. "type": "string",
  2620. "description": "验证参数Bearer和token空格拼接",
  2621. "name": "Authorization",
  2622. "in": "header",
  2623. "required": true
  2624. },
  2625. {
  2626. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  2627. "name": "req",
  2628. "in": "body",
  2629. "required": true,
  2630. "schema": {
  2631. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  2632. }
  2633. }
  2634. ],
  2635. "responses": {
  2636. "200": {
  2637. "description": "具体数据",
  2638. "schema": {
  2639. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  2640. }
  2641. },
  2642. "400": {
  2643. "description": "具体错误",
  2644. "schema": {
  2645. "$ref": "#/definitions/md.Response"
  2646. }
  2647. }
  2648. }
  2649. }
  2650. },
  2651. "/api/login": {
  2652. "post": {
  2653. "description": "登入",
  2654. "consumes": [
  2655. "application/json"
  2656. ],
  2657. "produces": [
  2658. "application/json"
  2659. ],
  2660. "tags": [
  2661. "登录"
  2662. ],
  2663. "summary": "登陆",
  2664. "parameters": [
  2665. {
  2666. "description": "用户名密码",
  2667. "name": "req",
  2668. "in": "body",
  2669. "required": true,
  2670. "schema": {
  2671. "$ref": "#/definitions/md.LoginReq"
  2672. }
  2673. }
  2674. ],
  2675. "responses": {
  2676. "200": {
  2677. "description": "token",
  2678. "schema": {
  2679. "$ref": "#/definitions/md.LoginResponse"
  2680. }
  2681. },
  2682. "400": {
  2683. "description": "具体错误",
  2684. "schema": {
  2685. "$ref": "#/definitions/md.Response"
  2686. }
  2687. }
  2688. }
  2689. }
  2690. },
  2691. "/api/marketingApplications/newUserRedPackage/getBasic": {
  2692. "get": {
  2693. "description": "新人红包设置(获取)",
  2694. "consumes": [
  2695. "application/json"
  2696. ],
  2697. "produces": [
  2698. "application/json"
  2699. ],
  2700. "tags": [
  2701. "营销应用"
  2702. ],
  2703. "summary": "制度中心-营销应用-新人红包设置(获取)",
  2704. "parameters": [
  2705. {
  2706. "type": "string",
  2707. "description": "验证参数Bearer和token空格拼接",
  2708. "name": "Authorization",
  2709. "in": "header",
  2710. "required": true
  2711. }
  2712. ],
  2713. "responses": {
  2714. "200": {
  2715. "description": "具体数据",
  2716. "schema": {
  2717. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  2718. }
  2719. },
  2720. "400": {
  2721. "description": "具体错误",
  2722. "schema": {
  2723. "$ref": "#/definitions/md.Response"
  2724. }
  2725. }
  2726. }
  2727. }
  2728. },
  2729. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  2730. "post": {
  2731. "description": "新人红包列表明细(查询)",
  2732. "consumes": [
  2733. "application/json"
  2734. ],
  2735. "produces": [
  2736. "application/json"
  2737. ],
  2738. "tags": [
  2739. "营销应用"
  2740. ],
  2741. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  2742. "parameters": [
  2743. {
  2744. "type": "string",
  2745. "description": "验证参数Bearer和token空格拼接",
  2746. "name": "Authorization",
  2747. "in": "header",
  2748. "required": true
  2749. },
  2750. {
  2751. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  2752. "name": "req",
  2753. "in": "body",
  2754. "required": true,
  2755. "schema": {
  2756. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  2757. }
  2758. }
  2759. ],
  2760. "responses": {
  2761. "200": {
  2762. "description": "具体数据",
  2763. "schema": {
  2764. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  2765. }
  2766. },
  2767. "400": {
  2768. "description": "具体错误",
  2769. "schema": {
  2770. "$ref": "#/definitions/md.Response"
  2771. }
  2772. }
  2773. }
  2774. }
  2775. },
  2776. "/api/marketingApplications/newUserRedPackage/recordList": {
  2777. "post": {
  2778. "description": "新人红包列表(查询)",
  2779. "consumes": [
  2780. "application/json"
  2781. ],
  2782. "produces": [
  2783. "application/json"
  2784. ],
  2785. "tags": [
  2786. "营销应用"
  2787. ],
  2788. "summary": "制度中心-营销应用-新人红包列表(查询)",
  2789. "parameters": [
  2790. {
  2791. "type": "string",
  2792. "description": "验证参数Bearer和token空格拼接",
  2793. "name": "Authorization",
  2794. "in": "header",
  2795. "required": true
  2796. },
  2797. {
  2798. "description": "新人红包列表查询条件(分页信息必填)",
  2799. "name": "req",
  2800. "in": "body",
  2801. "required": true,
  2802. "schema": {
  2803. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  2804. }
  2805. }
  2806. ],
  2807. "responses": {
  2808. "200": {
  2809. "description": "具体数据",
  2810. "schema": {
  2811. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  2812. }
  2813. },
  2814. "400": {
  2815. "description": "具体错误",
  2816. "schema": {
  2817. "$ref": "#/definitions/md.Response"
  2818. }
  2819. }
  2820. }
  2821. }
  2822. },
  2823. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  2824. "put": {
  2825. "description": "新人红包设置(修改)",
  2826. "consumes": [
  2827. "application/json"
  2828. ],
  2829. "produces": [
  2830. "application/json"
  2831. ],
  2832. "tags": [
  2833. "营销应用"
  2834. ],
  2835. "summary": "制度中心-营销应用-新人红包设置(修改)",
  2836. "parameters": [
  2837. {
  2838. "type": "string",
  2839. "description": "验证参数Bearer和token空格拼接",
  2840. "name": "Authorization",
  2841. "in": "header",
  2842. "required": true
  2843. },
  2844. {
  2845. "description": "新人红包设置表单",
  2846. "name": "req",
  2847. "in": "body",
  2848. "required": true,
  2849. "schema": {
  2850. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  2851. }
  2852. }
  2853. ],
  2854. "responses": {
  2855. "200": {
  2856. "description": "success",
  2857. "schema": {
  2858. "type": "string"
  2859. }
  2860. },
  2861. "400": {
  2862. "description": "具体错误",
  2863. "schema": {
  2864. "$ref": "#/definitions/md.Response"
  2865. }
  2866. }
  2867. }
  2868. }
  2869. },
  2870. "/api/memberCenter/levelManagement/addLevel": {
  2871. "post": {
  2872. "description": "等级管理(新增)",
  2873. "consumes": [
  2874. "application/json"
  2875. ],
  2876. "produces": [
  2877. "application/json"
  2878. ],
  2879. "tags": [
  2880. "会员中心"
  2881. ],
  2882. "summary": "制度中心-会员中心-等级管理(新增)",
  2883. "parameters": [
  2884. {
  2885. "type": "string",
  2886. "description": "验证参数Bearer和token空格拼接",
  2887. "name": "Authorization",
  2888. "in": "header",
  2889. "required": true
  2890. },
  2891. {
  2892. "description": "需要新增的等级信息",
  2893. "name": "req",
  2894. "in": "body",
  2895. "required": true,
  2896. "schema": {
  2897. "$ref": "#/definitions/md.AddLevelReq"
  2898. }
  2899. }
  2900. ],
  2901. "responses": {
  2902. "200": {
  2903. "description": "新增等级ID",
  2904. "schema": {
  2905. "type": "int"
  2906. }
  2907. },
  2908. "400": {
  2909. "description": "具体错误",
  2910. "schema": {
  2911. "$ref": "#/definitions/md.Response"
  2912. }
  2913. }
  2914. }
  2915. }
  2916. },
  2917. "/api/memberCenter/levelManagement/addLevelTask": {
  2918. "post": {
  2919. "description": "等级任务(新增)",
  2920. "consumes": [
  2921. "application/json"
  2922. ],
  2923. "produces": [
  2924. "application/json"
  2925. ],
  2926. "tags": [
  2927. "会员中心"
  2928. ],
  2929. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  2930. "parameters": [
  2931. {
  2932. "type": "string",
  2933. "description": "验证参数Bearer和token空格拼接",
  2934. "name": "Authorization",
  2935. "in": "header",
  2936. "required": true
  2937. },
  2938. {
  2939. "description": "需要新增的任务信息",
  2940. "name": "req",
  2941. "in": "body",
  2942. "required": true,
  2943. "schema": {
  2944. "$ref": "#/definitions/md.AddLevelTaskReq"
  2945. }
  2946. }
  2947. ],
  2948. "responses": {
  2949. "200": {
  2950. "description": "新增的任务ID",
  2951. "schema": {
  2952. "type": "int"
  2953. }
  2954. },
  2955. "400": {
  2956. "description": "具体错误",
  2957. "schema": {
  2958. "$ref": "#/definitions/md.Response"
  2959. }
  2960. }
  2961. }
  2962. }
  2963. },
  2964. "/api/memberCenter/levelManagement/deleteLevel": {
  2965. "delete": {
  2966. "description": "等级管理(删除)",
  2967. "consumes": [
  2968. "application/json"
  2969. ],
  2970. "produces": [
  2971. "application/json"
  2972. ],
  2973. "tags": [
  2974. "会员中心"
  2975. ],
  2976. "summary": "制度中心-会员中心-等级管理(删除)",
  2977. "parameters": [
  2978. {
  2979. "type": "string",
  2980. "description": "验证参数Bearer和token空格拼接",
  2981. "name": "Authorization",
  2982. "in": "header",
  2983. "required": true
  2984. },
  2985. {
  2986. "description": "需要删除的等级 ID",
  2987. "name": "req",
  2988. "in": "body",
  2989. "required": true,
  2990. "schema": {
  2991. "$ref": "#/definitions/md.DeleteLevelReq"
  2992. }
  2993. }
  2994. ],
  2995. "responses": {
  2996. "200": {
  2997. "description": "成功删除数据数量",
  2998. "schema": {
  2999. "type": "int"
  3000. }
  3001. },
  3002. "400": {
  3003. "description": "具体错误",
  3004. "schema": {
  3005. "$ref": "#/definitions/md.Response"
  3006. }
  3007. }
  3008. }
  3009. }
  3010. },
  3011. "/api/memberCenter/levelManagement/deleteLevelTask": {
  3012. "delete": {
  3013. "description": "等级任务(删除)",
  3014. "consumes": [
  3015. "application/json"
  3016. ],
  3017. "produces": [
  3018. "application/json"
  3019. ],
  3020. "tags": [
  3021. "会员中心"
  3022. ],
  3023. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  3024. "parameters": [
  3025. {
  3026. "type": "string",
  3027. "description": "验证参数Bearer和token空格拼接",
  3028. "name": "Authorization",
  3029. "in": "header",
  3030. "required": true
  3031. },
  3032. {
  3033. "description": "需要删除的等级任务ID",
  3034. "name": "req",
  3035. "in": "body",
  3036. "required": true,
  3037. "schema": {
  3038. "$ref": "#/definitions/md.DeleteTaskReq"
  3039. }
  3040. }
  3041. ],
  3042. "responses": {
  3043. "200": {
  3044. "description": "成功删除数据数量",
  3045. "schema": {
  3046. "type": "int"
  3047. }
  3048. },
  3049. "400": {
  3050. "description": "具体错误",
  3051. "schema": {
  3052. "$ref": "#/definitions/md.Response"
  3053. }
  3054. }
  3055. }
  3056. }
  3057. },
  3058. "/api/memberCenter/levelManagement/getLevelList": {
  3059. "get": {
  3060. "description": "标签管理(获取)",
  3061. "consumes": [
  3062. "application/json"
  3063. ],
  3064. "produces": [
  3065. "application/json"
  3066. ],
  3067. "tags": [
  3068. "会员中心"
  3069. ],
  3070. "summary": "制度中心-会员中心-等级管理(获取)",
  3071. "parameters": [
  3072. {
  3073. "type": "string",
  3074. "description": "验证参数Bearer和token空格拼接",
  3075. "name": "Authorization",
  3076. "in": "header",
  3077. "required": true
  3078. },
  3079. {
  3080. "type": "integer",
  3081. "description": "每页大小",
  3082. "name": "limit",
  3083. "in": "query",
  3084. "required": true
  3085. },
  3086. {
  3087. "type": "integer",
  3088. "description": "页数",
  3089. "name": "page",
  3090. "in": "query",
  3091. "required": true
  3092. }
  3093. ],
  3094. "responses": {
  3095. "200": {
  3096. "description": "具体数据",
  3097. "schema": {
  3098. "$ref": "#/definitions/md.GetLevelListResp"
  3099. }
  3100. },
  3101. "400": {
  3102. "description": "具体错误",
  3103. "schema": {
  3104. "$ref": "#/definitions/md.Response"
  3105. }
  3106. }
  3107. }
  3108. }
  3109. },
  3110. "/api/memberCenter/levelManagement/getOneLevel": {
  3111. "get": {
  3112. "description": "等级明细(获取)",
  3113. "consumes": [
  3114. "application/json"
  3115. ],
  3116. "produces": [
  3117. "application/json"
  3118. ],
  3119. "tags": [
  3120. "会员中心"
  3121. ],
  3122. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  3123. "parameters": [
  3124. {
  3125. "type": "string",
  3126. "description": "验证参数Bearer和token空格拼接",
  3127. "name": "Authorization",
  3128. "in": "header",
  3129. "required": true
  3130. },
  3131. {
  3132. "type": "integer",
  3133. "description": "等级 ID",
  3134. "name": "level_id",
  3135. "in": "query",
  3136. "required": true
  3137. }
  3138. ],
  3139. "responses": {
  3140. "200": {
  3141. "description": "具体数据",
  3142. "schema": {
  3143. "$ref": "#/definitions/md.GetOneLevelResp"
  3144. }
  3145. },
  3146. "400": {
  3147. "description": "具体错误",
  3148. "schema": {
  3149. "$ref": "#/definitions/md.Response"
  3150. }
  3151. }
  3152. }
  3153. }
  3154. },
  3155. "/api/memberCenter/levelManagement/updateLevel": {
  3156. "post": {
  3157. "description": "等级管理(更新)",
  3158. "consumes": [
  3159. "application/json"
  3160. ],
  3161. "produces": [
  3162. "application/json"
  3163. ],
  3164. "tags": [
  3165. "会员中心"
  3166. ],
  3167. "summary": "制度中心-会员中心-等级管理(更新)",
  3168. "parameters": [
  3169. {
  3170. "type": "string",
  3171. "description": "验证参数Bearer和token空格拼接",
  3172. "name": "Authorization",
  3173. "in": "header",
  3174. "required": true
  3175. },
  3176. {
  3177. "description": "需要修改的等级信息",
  3178. "name": "req",
  3179. "in": "body",
  3180. "required": true,
  3181. "schema": {
  3182. "$ref": "#/definitions/md.UpdateLevelReq"
  3183. }
  3184. }
  3185. ],
  3186. "responses": {
  3187. "200": {
  3188. "description": "成功修改数据条数",
  3189. "schema": {
  3190. "type": "int"
  3191. }
  3192. },
  3193. "400": {
  3194. "description": "具体错误",
  3195. "schema": {
  3196. "$ref": "#/definitions/md.Response"
  3197. }
  3198. }
  3199. }
  3200. }
  3201. },
  3202. "/api/memberCenter/levelManagement/updateLevelTask": {
  3203. "post": {
  3204. "description": "等级任务(更新)",
  3205. "consumes": [
  3206. "application/json"
  3207. ],
  3208. "produces": [
  3209. "application/json"
  3210. ],
  3211. "tags": [
  3212. "会员中心"
  3213. ],
  3214. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  3215. "parameters": [
  3216. {
  3217. "type": "string",
  3218. "description": "验证参数Bearer和token空格拼接",
  3219. "name": "Authorization",
  3220. "in": "header",
  3221. "required": true
  3222. },
  3223. {
  3224. "description": "需要修改的等级任务信息",
  3225. "name": "req",
  3226. "in": "body",
  3227. "required": true,
  3228. "schema": {
  3229. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  3230. }
  3231. }
  3232. ],
  3233. "responses": {
  3234. "200": {
  3235. "description": "成功修改数据条数",
  3236. "schema": {
  3237. "type": "int"
  3238. }
  3239. },
  3240. "400": {
  3241. "description": "具体错误",
  3242. "schema": {
  3243. "$ref": "#/definitions/md.Response"
  3244. }
  3245. }
  3246. }
  3247. }
  3248. },
  3249. "/api/memberCenter/tagManagement/addTag": {
  3250. "post": {
  3251. "description": "标签管理(新增)",
  3252. "consumes": [
  3253. "application/json"
  3254. ],
  3255. "produces": [
  3256. "application/json"
  3257. ],
  3258. "tags": [
  3259. "会员中心"
  3260. ],
  3261. "summary": "制度中心-会员中心-标签管理(新增)",
  3262. "parameters": [
  3263. {
  3264. "type": "string",
  3265. "description": "验证参数Bearer和token空格拼接",
  3266. "name": "Authorization",
  3267. "in": "header",
  3268. "required": true
  3269. },
  3270. {
  3271. "description": "新增的标签信息",
  3272. "name": "req",
  3273. "in": "body",
  3274. "required": true,
  3275. "schema": {
  3276. "$ref": "#/definitions/md.AddTagReq"
  3277. }
  3278. }
  3279. ],
  3280. "responses": {
  3281. "200": {
  3282. "description": "新增的标签 ID",
  3283. "schema": {
  3284. "type": "int"
  3285. }
  3286. },
  3287. "400": {
  3288. "description": "具体错误",
  3289. "schema": {
  3290. "$ref": "#/definitions/md.Response"
  3291. }
  3292. }
  3293. }
  3294. }
  3295. },
  3296. "/api/memberCenter/tagManagement/deleteTag": {
  3297. "delete": {
  3298. "description": "标签管理(删除)",
  3299. "consumes": [
  3300. "application/json"
  3301. ],
  3302. "produces": [
  3303. "application/json"
  3304. ],
  3305. "tags": [
  3306. "会员中心"
  3307. ],
  3308. "summary": "制度中心-会员中心-标签管理(删除)",
  3309. "parameters": [
  3310. {
  3311. "type": "string",
  3312. "description": "验证参数Bearer和token空格拼接",
  3313. "name": "Authorization",
  3314. "in": "header",
  3315. "required": true
  3316. },
  3317. {
  3318. "description": "需要删除的标签 ID",
  3319. "name": "req",
  3320. "in": "body",
  3321. "required": true,
  3322. "schema": {
  3323. "$ref": "#/definitions/md.DeleteTagReq"
  3324. }
  3325. }
  3326. ],
  3327. "responses": {
  3328. "200": {
  3329. "description": "成功删除标签用户数",
  3330. "schema": {
  3331. "type": "int"
  3332. }
  3333. },
  3334. "400": {
  3335. "description": "具体错误",
  3336. "schema": {
  3337. "$ref": "#/definitions/md.Response"
  3338. }
  3339. }
  3340. }
  3341. }
  3342. },
  3343. "/api/memberCenter/tagManagement/getTagList": {
  3344. "get": {
  3345. "description": "标签管理(获取)",
  3346. "consumes": [
  3347. "application/json"
  3348. ],
  3349. "produces": [
  3350. "application/json"
  3351. ],
  3352. "tags": [
  3353. "会员中心"
  3354. ],
  3355. "summary": "制度中心-会员中心-标签管理(获取)",
  3356. "parameters": [
  3357. {
  3358. "type": "string",
  3359. "description": "验证参数Bearer和token空格拼接",
  3360. "name": "Authorization",
  3361. "in": "header",
  3362. "required": true
  3363. },
  3364. {
  3365. "type": "integer",
  3366. "description": "每页大小",
  3367. "name": "limit",
  3368. "in": "query",
  3369. "required": true
  3370. },
  3371. {
  3372. "type": "integer",
  3373. "description": "页数",
  3374. "name": "page",
  3375. "in": "query",
  3376. "required": true
  3377. }
  3378. ],
  3379. "responses": {
  3380. "200": {
  3381. "description": "具体数据",
  3382. "schema": {
  3383. "$ref": "#/definitions/md.GetTagListResp"
  3384. }
  3385. },
  3386. "400": {
  3387. "description": "具体错误",
  3388. "schema": {
  3389. "$ref": "#/definitions/md.Response"
  3390. }
  3391. }
  3392. }
  3393. }
  3394. },
  3395. "/api/memberCenter/tagManagement/updateTag": {
  3396. "post": {
  3397. "description": "标签管理(更新)",
  3398. "consumes": [
  3399. "application/json"
  3400. ],
  3401. "produces": [
  3402. "application/json"
  3403. ],
  3404. "tags": [
  3405. "会员中心"
  3406. ],
  3407. "summary": "制度中心-会员中心-标签管理(更新)",
  3408. "parameters": [
  3409. {
  3410. "type": "string",
  3411. "description": "验证参数Bearer和token空格拼接",
  3412. "name": "Authorization",
  3413. "in": "header",
  3414. "required": true
  3415. },
  3416. {
  3417. "description": "需要修改的标签信息",
  3418. "name": "req",
  3419. "in": "body",
  3420. "required": true,
  3421. "schema": {
  3422. "$ref": "#/definitions/md.UpdateTagReq"
  3423. }
  3424. }
  3425. ],
  3426. "responses": {
  3427. "200": {
  3428. "description": "成功修改数据条数",
  3429. "schema": {
  3430. "type": "int"
  3431. }
  3432. },
  3433. "400": {
  3434. "description": "具体错误",
  3435. "schema": {
  3436. "$ref": "#/definitions/md.Response"
  3437. }
  3438. }
  3439. }
  3440. }
  3441. },
  3442. "/api/memberCenter/userManagement/balanceDetail": {
  3443. "get": {
  3444. "description": "会员明细(余额获取)",
  3445. "consumes": [
  3446. "application/json"
  3447. ],
  3448. "produces": [
  3449. "application/json"
  3450. ],
  3451. "tags": [
  3452. "会员中心"
  3453. ],
  3454. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  3455. "parameters": [
  3456. {
  3457. "type": "string",
  3458. "description": "验证参数Bearer和token空格拼接",
  3459. "name": "Authorization",
  3460. "in": "header",
  3461. "required": true
  3462. },
  3463. {
  3464. "type": "string",
  3465. "description": "用户 ID",
  3466. "name": "uid",
  3467. "in": "query",
  3468. "required": true
  3469. },
  3470. {
  3471. "type": "string",
  3472. "description": "每页大小",
  3473. "name": "limit",
  3474. "in": "query",
  3475. "required": true
  3476. },
  3477. {
  3478. "type": "string",
  3479. "description": "页数",
  3480. "name": "page",
  3481. "in": "query",
  3482. "required": true
  3483. }
  3484. ],
  3485. "responses": {
  3486. "200": {
  3487. "description": "具体数据",
  3488. "schema": {
  3489. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  3490. }
  3491. },
  3492. "400": {
  3493. "description": "具体错误",
  3494. "schema": {
  3495. "$ref": "#/definitions/md.Response"
  3496. }
  3497. }
  3498. }
  3499. }
  3500. },
  3501. "/api/memberCenter/userManagement/getFans": {
  3502. "get": {
  3503. "description": "会员明细粉丝情况(获取)",
  3504. "consumes": [
  3505. "application/json"
  3506. ],
  3507. "produces": [
  3508. "application/json"
  3509. ],
  3510. "tags": [
  3511. "会员中心"
  3512. ],
  3513. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  3514. "parameters": [
  3515. {
  3516. "type": "string",
  3517. "description": "验证参数Bearer和token空格拼接",
  3518. "name": "Authorization",
  3519. "in": "header",
  3520. "required": true
  3521. },
  3522. {
  3523. "type": "string",
  3524. "description": "用户 ID",
  3525. "name": "uid",
  3526. "in": "query",
  3527. "required": true
  3528. },
  3529. {
  3530. "type": "string",
  3531. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  3532. "name": "type",
  3533. "in": "query",
  3534. "required": true
  3535. },
  3536. {
  3537. "type": "string",
  3538. "description": "每页大小",
  3539. "name": "limit",
  3540. "in": "query",
  3541. "required": true
  3542. },
  3543. {
  3544. "type": "string",
  3545. "description": "页数",
  3546. "name": "page",
  3547. "in": "query",
  3548. "required": true
  3549. }
  3550. ],
  3551. "responses": {
  3552. "200": {
  3553. "description": "具体数据",
  3554. "schema": {
  3555. "$ref": "#/definitions/md.UserManagementGetFansResp"
  3556. }
  3557. },
  3558. "400": {
  3559. "description": "具体错误",
  3560. "schema": {
  3561. "$ref": "#/definitions/md.Response"
  3562. }
  3563. }
  3564. }
  3565. }
  3566. },
  3567. "/api/memberCenter/userManagement/getUserList": {
  3568. "post": {
  3569. "description": "用户信息管理(获取)",
  3570. "consumes": [
  3571. "application/json"
  3572. ],
  3573. "produces": [
  3574. "application/json"
  3575. ],
  3576. "tags": [
  3577. "会员中心"
  3578. ],
  3579. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  3580. "parameters": [
  3581. {
  3582. "type": "string",
  3583. "description": "验证参数Bearer和token空格拼接",
  3584. "name": "Authorization",
  3585. "in": "header",
  3586. "required": true
  3587. },
  3588. {
  3589. "description": "分页信息必填",
  3590. "name": "req",
  3591. "in": "body",
  3592. "required": true,
  3593. "schema": {
  3594. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  3595. }
  3596. }
  3597. ],
  3598. "responses": {
  3599. "200": {
  3600. "description": "具体数据",
  3601. "schema": {
  3602. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  3603. }
  3604. },
  3605. "400": {
  3606. "description": "具体错误",
  3607. "schema": {
  3608. "$ref": "#/definitions/md.Response"
  3609. }
  3610. }
  3611. }
  3612. }
  3613. },
  3614. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  3615. "get": {
  3616. "description": "会员明细(积分明细获取)",
  3617. "consumes": [
  3618. "application/json"
  3619. ],
  3620. "produces": [
  3621. "application/json"
  3622. ],
  3623. "tags": [
  3624. "会员中心"
  3625. ],
  3626. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  3627. "parameters": [
  3628. {
  3629. "type": "string",
  3630. "description": "验证参数Bearer和token空格拼接",
  3631. "name": "Authorization",
  3632. "in": "header",
  3633. "required": true
  3634. },
  3635. {
  3636. "type": "string",
  3637. "description": "用户 ID",
  3638. "name": "uid",
  3639. "in": "query",
  3640. "required": true
  3641. },
  3642. {
  3643. "type": "string",
  3644. "description": "货币 ID",
  3645. "name": "coinId",
  3646. "in": "query",
  3647. "required": true
  3648. },
  3649. {
  3650. "type": "string",
  3651. "description": "每页大小",
  3652. "name": "limit",
  3653. "in": "query",
  3654. "required": true
  3655. },
  3656. {
  3657. "type": "string",
  3658. "description": "页数",
  3659. "name": "page",
  3660. "in": "query",
  3661. "required": true
  3662. }
  3663. ],
  3664. "responses": {
  3665. "200": {
  3666. "description": "具体数据",
  3667. "schema": {
  3668. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  3669. }
  3670. },
  3671. "400": {
  3672. "description": "具体错误",
  3673. "schema": {
  3674. "$ref": "#/definitions/md.Response"
  3675. }
  3676. }
  3677. }
  3678. }
  3679. },
  3680. "/api/memberCenter/userManagement/updateUserInfo": {
  3681. "post": {
  3682. "description": "用户信息管理(更新)",
  3683. "consumes": [
  3684. "application/json"
  3685. ],
  3686. "produces": [
  3687. "application/json"
  3688. ],
  3689. "tags": [
  3690. "会员中心"
  3691. ],
  3692. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  3693. "parameters": [
  3694. {
  3695. "type": "string",
  3696. "description": "验证参数Bearer和token空格拼接",
  3697. "name": "Authorization",
  3698. "in": "header",
  3699. "required": true
  3700. },
  3701. {
  3702. "description": "用户ID 必传",
  3703. "name": "req",
  3704. "in": "body",
  3705. "required": true,
  3706. "schema": {
  3707. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  3708. }
  3709. }
  3710. ],
  3711. "responses": {
  3712. "200": {
  3713. "description": "修改数据行数",
  3714. "schema": {
  3715. "type": "int"
  3716. }
  3717. },
  3718. "400": {
  3719. "description": "具体错误",
  3720. "schema": {
  3721. "$ref": "#/definitions/md.Response"
  3722. }
  3723. }
  3724. }
  3725. }
  3726. },
  3727. "/api/memberCenter/userManagement/userData": {
  3728. "get": {
  3729. "description": "会员明细概况(获取)",
  3730. "consumes": [
  3731. "application/json"
  3732. ],
  3733. "produces": [
  3734. "application/json"
  3735. ],
  3736. "tags": [
  3737. "会员中心"
  3738. ],
  3739. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  3740. "parameters": [
  3741. {
  3742. "type": "string",
  3743. "description": "验证参数Bearer和token空格拼接",
  3744. "name": "Authorization",
  3745. "in": "header",
  3746. "required": true
  3747. },
  3748. {
  3749. "type": "string",
  3750. "description": "用户 ID",
  3751. "name": "uid",
  3752. "in": "query",
  3753. "required": true
  3754. }
  3755. ],
  3756. "responses": {
  3757. "200": {
  3758. "description": "会员明细概况具体数据",
  3759. "schema": {
  3760. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  3761. }
  3762. },
  3763. "400": {
  3764. "description": "具体错误",
  3765. "schema": {
  3766. "$ref": "#/definitions/md.Response"
  3767. }
  3768. }
  3769. }
  3770. }
  3771. }
  3772. },
  3773. "definitions": {
  3774. "applet_app_md_financial_center.Paginate": {
  3775. "type": "object",
  3776. "properties": {
  3777. "limit": {
  3778. "description": "每页大小",
  3779. "type": "integer"
  3780. },
  3781. "page": {
  3782. "description": "页数",
  3783. "type": "integer"
  3784. },
  3785. "total": {
  3786. "description": "总数据量",
  3787. "type": "integer"
  3788. }
  3789. }
  3790. },
  3791. "applet_app_md_im.GetBasicResp": {
  3792. "type": "object",
  3793. "properties": {
  3794. "chat_sensitive_words": {
  3795. "type": "string",
  3796. "example": "聊天敏感词"
  3797. },
  3798. "is_allow_add_friends": {
  3799. "type": "string",
  3800. "example": "是否允许加好友"
  3801. },
  3802. "is_auto_add_friends": {
  3803. "type": "string",
  3804. "example": "是否自动加好友"
  3805. },
  3806. "prohibit_add_group_members": {
  3807. "type": "string",
  3808. "example": "是否禁止添加群成员"
  3809. },
  3810. "prohibit_remove_group_members": {
  3811. "type": "string",
  3812. "example": "是否禁止移出群成员"
  3813. },
  3814. "prohibit_update_group_name": {
  3815. "type": "string",
  3816. "example": "是否禁止修改群名称"
  3817. }
  3818. }
  3819. },
  3820. "applet_app_md_im.SetBasicReq": {
  3821. "type": "object",
  3822. "properties": {
  3823. "chat_sensitive_words": {
  3824. "type": "string",
  3825. "example": "聊天敏感词"
  3826. },
  3827. "is_allow_add_friends": {
  3828. "type": "string",
  3829. "example": "是否允许加好友"
  3830. },
  3831. "is_auto_add_friends": {
  3832. "type": "string",
  3833. "example": "是否自动加好友"
  3834. },
  3835. "prohibit_add_group_members": {
  3836. "type": "string",
  3837. "example": "是否禁止添加群成员"
  3838. },
  3839. "prohibit_remove_group_members": {
  3840. "type": "string",
  3841. "example": "是否禁止移出群成员"
  3842. },
  3843. "prohibit_update_group_name": {
  3844. "type": "string",
  3845. "example": "是否禁止修改群名称"
  3846. }
  3847. }
  3848. },
  3849. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  3850. "type": "object",
  3851. "properties": {
  3852. "direct_push_reward": {
  3853. "description": "直推奖励",
  3854. "allOf": [
  3855. {
  3856. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  3857. }
  3858. ]
  3859. },
  3860. "is_open": {
  3861. "description": "是否开启(1:开启 0:关闭)",
  3862. "type": "integer"
  3863. },
  3864. "person_egg_energy_coin_id": {
  3865. "description": "个人蛋蛋能量对应虚拟币 id",
  3866. "type": "integer"
  3867. },
  3868. "person_egg_points_coin_id": {
  3869. "description": "个人蛋蛋积分对应虚拟币 id",
  3870. "type": "integer"
  3871. },
  3872. "team_egg_energy_coin_id": {
  3873. "description": "团队蛋蛋能量对应虚拟币 id",
  3874. "type": "integer"
  3875. },
  3876. "team_egg_points_coin_id": {
  3877. "description": "团队蛋蛋积分对应虚拟币 id",
  3878. "type": "integer"
  3879. }
  3880. }
  3881. },
  3882. "applet_app_md_institutional_management_egg_energy.Paginate": {
  3883. "type": "object",
  3884. "properties": {
  3885. "limit": {
  3886. "description": "每页大小",
  3887. "type": "integer"
  3888. },
  3889. "page": {
  3890. "description": "页数",
  3891. "type": "integer"
  3892. },
  3893. "total": {
  3894. "description": "总数据量",
  3895. "type": "integer"
  3896. }
  3897. }
  3898. },
  3899. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  3900. "type": "object",
  3901. "properties": {
  3902. "id": {
  3903. "type": "integer"
  3904. },
  3905. "is_open": {
  3906. "description": "是否开启(1:开启 0:关闭)",
  3907. "type": "integer"
  3908. },
  3909. "is_self_active_get_team_revenue": {
  3910. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3911. "type": "integer"
  3912. },
  3913. "originator_uid": {
  3914. "description": "创始人uid",
  3915. "type": "integer"
  3916. },
  3917. "several_rows": {
  3918. "description": "几排",
  3919. "type": "integer"
  3920. },
  3921. "several_times": {
  3922. "description": "几乘",
  3923. "type": "integer"
  3924. },
  3925. "system_punish_replace": {
  3926. "description": "是否位置滑落 被新用户替换 0否 1是",
  3927. "type": "integer"
  3928. },
  3929. "system_punish_replace_value": {
  3930. "description": "xx天未活跃,处罚滑落",
  3931. "type": "integer"
  3932. }
  3933. }
  3934. },
  3935. "applet_app_md_institutional_management_public_platoon.Paginate": {
  3936. "type": "object",
  3937. "properties": {
  3938. "limit": {
  3939. "description": "每页大小",
  3940. "type": "integer"
  3941. },
  3942. "page": {
  3943. "description": "页数",
  3944. "type": "integer"
  3945. },
  3946. "total": {
  3947. "description": "总数据量",
  3948. "type": "integer"
  3949. }
  3950. }
  3951. },
  3952. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  3953. "type": "object",
  3954. "properties": {
  3955. "limit": {
  3956. "type": "integer"
  3957. },
  3958. "page": {
  3959. "type": "integer"
  3960. },
  3961. "total": {
  3962. "type": "integer"
  3963. }
  3964. }
  3965. },
  3966. "applet_app_md_member_center.Paginate": {
  3967. "type": "object",
  3968. "properties": {
  3969. "limit": {
  3970. "description": "每页大小",
  3971. "type": "integer"
  3972. },
  3973. "page": {
  3974. "description": "页数",
  3975. "type": "integer"
  3976. },
  3977. "total": {
  3978. "description": "总数据量",
  3979. "type": "integer"
  3980. }
  3981. }
  3982. },
  3983. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  3984. "type": "object",
  3985. "properties": {
  3986. "oss_access_key_id": {
  3987. "type": "string",
  3988. "example": "oss访问秘钥id"
  3989. },
  3990. "oss_access_key_secret": {
  3991. "type": "string",
  3992. "example": "oss访问秘钥"
  3993. },
  3994. "oss_bucket_name": {
  3995. "type": "string",
  3996. "example": "oss存储桶名称"
  3997. },
  3998. "oss_bucket_scheme": {
  3999. "type": "string",
  4000. "example": "oss上传方式"
  4001. },
  4002. "oss_endpoint": {
  4003. "type": "string",
  4004. "example": "oss地域节点"
  4005. },
  4006. "oss_object_domain": {
  4007. "type": "string",
  4008. "example": "oss域名"
  4009. }
  4010. }
  4011. },
  4012. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  4013. "type": "object",
  4014. "properties": {
  4015. "oss_access_key_id": {
  4016. "type": "string",
  4017. "example": "oss访问秘钥id"
  4018. },
  4019. "oss_access_key_secret": {
  4020. "type": "string",
  4021. "example": "oss访问秘钥"
  4022. },
  4023. "oss_bucket_name": {
  4024. "type": "string",
  4025. "example": "oss存储桶名称"
  4026. },
  4027. "oss_bucket_scheme": {
  4028. "type": "string",
  4029. "example": "oss上传方式"
  4030. },
  4031. "oss_endpoint": {
  4032. "type": "string",
  4033. "example": "oss地域节点"
  4034. },
  4035. "oss_object_domain": {
  4036. "type": "string",
  4037. "example": "oss域名"
  4038. }
  4039. }
  4040. },
  4041. "md.ActivePointsWalletNode": {
  4042. "type": "object",
  4043. "properties": {
  4044. "amount": {
  4045. "type": "string",
  4046. "example": "账户余额"
  4047. },
  4048. "uid": {
  4049. "description": "用户 ID",
  4050. "type": "integer"
  4051. },
  4052. "user_name": {
  4053. "type": "string",
  4054. "example": "用户名"
  4055. },
  4056. "user_phone": {
  4057. "type": "string",
  4058. "example": "手机号"
  4059. }
  4060. }
  4061. },
  4062. "md.AddCommunityDividendsReq": {
  4063. "type": "object",
  4064. "properties": {
  4065. "amount": {
  4066. "description": "社区分红数量",
  4067. "type": "string"
  4068. },
  4069. "name": {
  4070. "type": "string",
  4071. "example": "社区分红名称"
  4072. }
  4073. }
  4074. },
  4075. "md.AddCommunityDividendsWithUserReq": {
  4076. "type": "object",
  4077. "properties": {
  4078. "memo": {
  4079. "type": "string",
  4080. "example": "备注"
  4081. },
  4082. "uid": {
  4083. "description": "新增社区长用户 ID",
  4084. "type": "integer"
  4085. }
  4086. }
  4087. },
  4088. "md.AddCustomerServiceReq": {
  4089. "type": "object",
  4090. "properties": {
  4091. "memo": {
  4092. "description": "备注",
  4093. "type": "string",
  4094. "example": "备注"
  4095. },
  4096. "phone": {
  4097. "type": "string",
  4098. "example": "手机号"
  4099. },
  4100. "weight": {
  4101. "description": "权重",
  4102. "type": "integer"
  4103. }
  4104. }
  4105. },
  4106. "md.AddEmoticonReq": {
  4107. "type": "object",
  4108. "properties": {
  4109. "img_url": {
  4110. "type": "string",
  4111. "example": "图片地址"
  4112. },
  4113. "memo": {
  4114. "description": "备注",
  4115. "type": "string",
  4116. "example": "备注"
  4117. },
  4118. "name": {
  4119. "type": "string",
  4120. "example": "名称"
  4121. },
  4122. "sort": {
  4123. "description": "排序",
  4124. "type": "integer"
  4125. }
  4126. }
  4127. },
  4128. "md.AddFreePublishUserReq": {
  4129. "type": "object",
  4130. "properties": {
  4131. "uid": {
  4132. "type": "integer"
  4133. }
  4134. }
  4135. },
  4136. "md.AddFundDataReq": {
  4137. "type": "object",
  4138. "properties": {
  4139. "frequency": {
  4140. "description": "频率(分钟)",
  4141. "type": "integer"
  4142. },
  4143. "hours": {
  4144. "description": "时长(小时)",
  4145. "type": "integer"
  4146. },
  4147. "kind": {
  4148. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  4149. "type": "integer"
  4150. },
  4151. "memo": {
  4152. "type": "string",
  4153. "example": "备注"
  4154. },
  4155. "total_amount": {
  4156. "description": "金额",
  4157. "type": "string"
  4158. }
  4159. }
  4160. },
  4161. "md.AddLevelReq": {
  4162. "type": "object",
  4163. "properties": {
  4164. "auto_update": {
  4165. "description": "自动升级 0关闭 1开启",
  4166. "type": "string"
  4167. },
  4168. "choosable_num": {
  4169. "description": "可选任务数量",
  4170. "type": "string"
  4171. },
  4172. "is_use": {
  4173. "description": "是否开启(0.否, 1.是)",
  4174. "type": "string"
  4175. },
  4176. "level_name": {
  4177. "description": "等级名称",
  4178. "type": "string"
  4179. },
  4180. "level_weight": {
  4181. "description": "等级权重",
  4182. "type": "string"
  4183. },
  4184. "memo": {
  4185. "description": "备注",
  4186. "type": "string"
  4187. }
  4188. }
  4189. },
  4190. "md.AddLevelTaskReq": {
  4191. "type": "object",
  4192. "properties": {
  4193. "finish_count": {
  4194. "description": "多少天内完成的指标",
  4195. "type": "string"
  4196. },
  4197. "is_must_task": {
  4198. "description": "是否必做(0,1)",
  4199. "type": "string"
  4200. },
  4201. "level_id": {
  4202. "description": "等级 ID",
  4203. "type": "string"
  4204. },
  4205. "task_type": {
  4206. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  4207. "type": "string"
  4208. },
  4209. "task_type_level_id": {
  4210. "description": "会员等级 ID (task_type=3时生效)",
  4211. "type": "string"
  4212. },
  4213. "within_days": {
  4214. "description": "多少天内完成",
  4215. "type": "string"
  4216. }
  4217. }
  4218. },
  4219. "md.AddPlatformRevenueReq": {
  4220. "type": "object",
  4221. "properties": {
  4222. "frequency": {
  4223. "description": "频率(分钟)",
  4224. "type": "integer"
  4225. },
  4226. "hours": {
  4227. "description": "时长(小时)",
  4228. "type": "integer"
  4229. },
  4230. "kind": {
  4231. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  4232. "type": "integer"
  4233. },
  4234. "memo": {
  4235. "type": "string",
  4236. "example": "备注"
  4237. },
  4238. "total_amount": {
  4239. "description": "金额",
  4240. "type": "string"
  4241. }
  4242. }
  4243. },
  4244. "md.AddTagReq": {
  4245. "type": "object",
  4246. "properties": {
  4247. "is_punish": {
  4248. "description": "是否为处罚标签(0:否 1:是)",
  4249. "type": "string"
  4250. },
  4251. "memo": {
  4252. "description": "备注",
  4253. "type": "string"
  4254. },
  4255. "name": {
  4256. "description": "标签名称",
  4257. "type": "string"
  4258. }
  4259. }
  4260. },
  4261. "md.BalanceDetailNode": {
  4262. "type": "object",
  4263. "properties": {
  4264. "after_amount": {
  4265. "description": "变更后余额",
  4266. "type": "string"
  4267. },
  4268. "amount": {
  4269. "description": "变更数量",
  4270. "type": "string"
  4271. },
  4272. "before_amount": {
  4273. "description": "变更前余额",
  4274. "type": "string"
  4275. },
  4276. "create_at": {
  4277. "description": "创建时间",
  4278. "type": "string"
  4279. },
  4280. "id": {
  4281. "description": "记录ID",
  4282. "type": "integer"
  4283. },
  4284. "kind": {
  4285. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  4286. "type": "string"
  4287. }
  4288. }
  4289. },
  4290. "md.BasicInfoNode": {
  4291. "type": "object",
  4292. "properties": {
  4293. "avatar": {
  4294. "description": "头像",
  4295. "type": "string"
  4296. },
  4297. "level_name": {
  4298. "description": "会员等级名称",
  4299. "type": "string"
  4300. },
  4301. "memo": {
  4302. "description": "备注",
  4303. "type": "string"
  4304. },
  4305. "nickname": {
  4306. "description": "用户名称",
  4307. "type": "string"
  4308. },
  4309. "parent_name": {
  4310. "description": "推荐人名称",
  4311. "type": "string"
  4312. },
  4313. "parent_phone": {
  4314. "description": "推荐人手机号",
  4315. "type": "string"
  4316. },
  4317. "parent_uid": {
  4318. "description": "推荐人",
  4319. "type": "integer"
  4320. },
  4321. "password": {
  4322. "description": "登录密码",
  4323. "type": "string"
  4324. },
  4325. "phone": {
  4326. "description": "手机号",
  4327. "type": "string"
  4328. },
  4329. "sex": {
  4330. "description": "性别",
  4331. "type": "integer"
  4332. },
  4333. "state": {
  4334. "description": "账号状态 1正常,2冻结",
  4335. "type": "integer"
  4336. },
  4337. "tag_name": {
  4338. "description": "标签名称",
  4339. "type": "string"
  4340. },
  4341. "union_id": {
  4342. "description": "微信号",
  4343. "type": "string"
  4344. }
  4345. }
  4346. },
  4347. "md.DailyActivityAnalysisTopData": {
  4348. "type": "object",
  4349. "properties": {
  4350. "activity_count": {
  4351. "description": "子节点活跃天数",
  4352. "type": "integer"
  4353. },
  4354. "team_activity_user_count": {
  4355. "description": "子节点活跃人数",
  4356. "type": "integer"
  4357. },
  4358. "team_user_count": {
  4359. "description": "团队人数",
  4360. "type": "integer"
  4361. }
  4362. }
  4363. },
  4364. "md.DataSetting": {
  4365. "type": "object",
  4366. "properties": {
  4367. "total_angel_investor": {
  4368. "description": "天使投资人",
  4369. "type": "string",
  4370. "example": "天使投资人"
  4371. },
  4372. "total_ecological_development": {
  4373. "description": "生态建设",
  4374. "type": "string",
  4375. "example": "当前价格"
  4376. },
  4377. "total_issuance_amount": {
  4378. "description": "总发行量",
  4379. "type": "string",
  4380. "example": "总发行量"
  4381. },
  4382. "total_operate_fund": {
  4383. "description": "运营资金",
  4384. "type": "string",
  4385. "example": "运营资金"
  4386. },
  4387. "total_team_dividends": {
  4388. "description": "团队分红",
  4389. "type": "string",
  4390. "example": "团队分红"
  4391. },
  4392. "total_technology_team": {
  4393. "description": "技术团队",
  4394. "type": "string",
  4395. "example": "技术团队"
  4396. },
  4397. "total_user_for_person": {
  4398. "description": "个人区域",
  4399. "type": "string",
  4400. "example": "个人区域"
  4401. },
  4402. "total_user_for_team": {
  4403. "description": "团队区域",
  4404. "type": "string",
  4405. "example": "团队区域"
  4406. }
  4407. }
  4408. },
  4409. "md.DeleteEmoticonReq": {
  4410. "type": "object",
  4411. "properties": {
  4412. "id": {
  4413. "description": "拥有用户数量",
  4414. "type": "integer"
  4415. }
  4416. }
  4417. },
  4418. "md.DeleteFreePublishUserReq": {
  4419. "type": "object",
  4420. "properties": {
  4421. "uid": {
  4422. "type": "string"
  4423. }
  4424. }
  4425. },
  4426. "md.DeleteLevelReq": {
  4427. "type": "object",
  4428. "properties": {
  4429. "level_id": {
  4430. "type": "string"
  4431. }
  4432. }
  4433. },
  4434. "md.DeleteTagReq": {
  4435. "type": "object",
  4436. "properties": {
  4437. "tag_id": {
  4438. "description": "标签 ID",
  4439. "type": "string"
  4440. }
  4441. }
  4442. },
  4443. "md.DeleteTaskReq": {
  4444. "type": "object",
  4445. "properties": {
  4446. "task_id": {
  4447. "type": "string"
  4448. }
  4449. }
  4450. },
  4451. "md.DestructionSettingStruct": {
  4452. "type": "object",
  4453. "properties": {
  4454. "community_dividends": {
  4455. "description": "社区分红百分比",
  4456. "type": "string"
  4457. },
  4458. "destruction_quantity": {
  4459. "description": "销毁百分比",
  4460. "type": "string"
  4461. },
  4462. "development_committee": {
  4463. "description": "发展委员会百分比",
  4464. "type": "string"
  4465. },
  4466. "marketplace_merchant": {
  4467. "description": "市商数量百分比",
  4468. "type": "string"
  4469. },
  4470. "public_welfare_and_charity": {
  4471. "description": "公益慈善百分比",
  4472. "type": "string"
  4473. },
  4474. "star_level_dividends": {
  4475. "description": "星级分红百分比",
  4476. "type": "string"
  4477. }
  4478. }
  4479. },
  4480. "md.DynamicDataFlowListReq": {
  4481. "type": "object",
  4482. "properties": {
  4483. "end_at": {
  4484. "description": "结束时间",
  4485. "type": "string",
  4486. "example": "结束时间"
  4487. },
  4488. "kind": {
  4489. "description": "持有类型",
  4490. "type": "integer"
  4491. },
  4492. "page": {
  4493. "description": "页数",
  4494. "type": "integer"
  4495. },
  4496. "page_size": {
  4497. "description": "每页大小",
  4498. "type": "integer"
  4499. },
  4500. "start_at": {
  4501. "description": "开始时间",
  4502. "type": "string",
  4503. "example": "开始时间"
  4504. }
  4505. }
  4506. },
  4507. "md.DynamicDataFlowListResp": {
  4508. "type": "object",
  4509. "properties": {
  4510. "kind_list": {
  4511. "description": "类型列表",
  4512. "type": "array",
  4513. "items": {
  4514. "type": "object",
  4515. "additionalProperties": true
  4516. }
  4517. },
  4518. "list": {
  4519. "description": "动态数据流水列表",
  4520. "type": "array",
  4521. "items": {
  4522. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  4523. }
  4524. },
  4525. "paginate": {
  4526. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4527. }
  4528. }
  4529. },
  4530. "md.EggEnergyAvailableEnergyFlow": {
  4531. "type": "object",
  4532. "properties": {
  4533. "after_community_dividends": {
  4534. "description": "变更后-社区分红区块币数量",
  4535. "type": "string"
  4536. },
  4537. "after_destruction_quantity_values": {
  4538. "description": "变更后-销毁区块币数量",
  4539. "type": "string"
  4540. },
  4541. "after_development_committee_values": {
  4542. "description": "变更后-发展委员会区块币数量",
  4543. "type": "string"
  4544. },
  4545. "after_marketplace_merchant_fund_values": {
  4546. "description": "变更后-市商资金值",
  4547. "type": "string"
  4548. },
  4549. "after_marketplace_merchant_values": {
  4550. "description": "变更后-市商区块币数量",
  4551. "type": "string"
  4552. },
  4553. "after_now_energy_total_nums": {
  4554. "description": "变更后-现行总量",
  4555. "type": "string"
  4556. },
  4557. "after_planet_total_value": {
  4558. "description": "变更后-星球总价值",
  4559. "type": "string"
  4560. },
  4561. "after_price": {
  4562. "description": "变更后-价格",
  4563. "type": "string"
  4564. },
  4565. "after_public_welfare_and_charity_values": {
  4566. "description": "变更后-公益慈善区块币数量",
  4567. "type": "string"
  4568. },
  4569. "after_star_level_dividends_values": {
  4570. "description": "变更后-星级分红区块币数量",
  4571. "type": "string"
  4572. },
  4573. "amount": {
  4574. "description": "变更数量",
  4575. "type": "string"
  4576. },
  4577. "before_community_dividends": {
  4578. "description": "变更前-社区分红区块币数量",
  4579. "type": "string"
  4580. },
  4581. "before_destruction_quantity_values": {
  4582. "description": "变更前-销毁区块币数量",
  4583. "type": "string"
  4584. },
  4585. "before_development_committee_values": {
  4586. "description": "变更前-发展委员会区块币数量",
  4587. "type": "string"
  4588. },
  4589. "before_marketplace_merchant_fund_values": {
  4590. "description": "变更前-市商资金值",
  4591. "type": "string"
  4592. },
  4593. "before_marketplace_merchant_values": {
  4594. "description": "变更前-市商区块币数量",
  4595. "type": "string"
  4596. },
  4597. "before_now_energy_total_nums": {
  4598. "description": "变更前-现行总量",
  4599. "type": "string"
  4600. },
  4601. "before_planet_total_value": {
  4602. "description": "变更前-星球总价值",
  4603. "type": "string"
  4604. },
  4605. "before_price": {
  4606. "description": "变更前-价格",
  4607. "type": "string"
  4608. },
  4609. "before_public_welfare_and_charity_values": {
  4610. "description": "变更前-公益慈善区块币数量",
  4611. "type": "string"
  4612. },
  4613. "before_star_level_dividends_values": {
  4614. "description": "变更前-星级分红区块币数量",
  4615. "type": "string"
  4616. },
  4617. "create_time": {
  4618. "description": "创建时间",
  4619. "type": "string"
  4620. },
  4621. "id": {
  4622. "type": "integer"
  4623. },
  4624. "kind": {
  4625. "description": "种类",
  4626. "type": "integer"
  4627. },
  4628. "title": {
  4629. "description": "标题",
  4630. "type": "string"
  4631. }
  4632. }
  4633. },
  4634. "md.EggEnergyCommunityDividends": {
  4635. "type": "object",
  4636. "properties": {
  4637. "amount": {
  4638. "description": "分红数量",
  4639. "type": "string"
  4640. },
  4641. "coin_id": {
  4642. "description": "虚拟币 id",
  4643. "type": "integer"
  4644. },
  4645. "create_at": {
  4646. "description": "分红时间",
  4647. "type": "string"
  4648. },
  4649. "id": {
  4650. "type": "integer"
  4651. },
  4652. "is_over": {
  4653. "description": "是否分红完毕",
  4654. "type": "integer"
  4655. },
  4656. "name": {
  4657. "type": "string",
  4658. "example": "名称"
  4659. },
  4660. "persons_num": {
  4661. "description": "分红人数",
  4662. "type": "integer"
  4663. },
  4664. "update_at": {
  4665. "type": "string"
  4666. }
  4667. }
  4668. },
  4669. "md.EggEnergyCommunityDividendsWithUser": {
  4670. "type": "object",
  4671. "properties": {
  4672. "id": {
  4673. "type": "integer"
  4674. },
  4675. "memo": {
  4676. "type": "string",
  4677. "example": "备注"
  4678. },
  4679. "nickname": {
  4680. "type": "string"
  4681. },
  4682. "phone": {
  4683. "type": "string"
  4684. },
  4685. "uid": {
  4686. "type": "integer"
  4687. }
  4688. }
  4689. },
  4690. "md.ExchangeRulesStruct": {
  4691. "type": "object",
  4692. "properties": {
  4693. "auto_exchange_nums_by_person": {
  4694. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  4695. "type": "string"
  4696. },
  4697. "auto_exchange_nums_by_team": {
  4698. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  4699. "type": "string"
  4700. },
  4701. "auto_exchange_rate_by_person": {
  4702. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  4703. "type": "string"
  4704. },
  4705. "auto_exchange_rate_by_team": {
  4706. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  4707. "type": "string"
  4708. }
  4709. }
  4710. },
  4711. "md.ExchangeUserPositionReq": {
  4712. "type": "object",
  4713. "properties": {
  4714. "position_1": {
  4715. "description": "位置1,具体值取返回数据中的 system_id",
  4716. "type": "integer"
  4717. },
  4718. "position_2": {
  4719. "description": "位置2,具体值取返回数据中的 system_id",
  4720. "type": "integer"
  4721. }
  4722. }
  4723. },
  4724. "md.FansNode": {
  4725. "type": "object",
  4726. "properties": {
  4727. "amount": {
  4728. "description": "可提现余额",
  4729. "type": "string"
  4730. },
  4731. "id": {
  4732. "description": "用户ID",
  4733. "type": "integer"
  4734. },
  4735. "level_total": {
  4736. "description": "所属代数",
  4737. "type": "integer"
  4738. },
  4739. "nickname": {
  4740. "type": "string",
  4741. "example": "用户昵称"
  4742. },
  4743. "phone": {
  4744. "type": "string",
  4745. "example": "手机号"
  4746. },
  4747. "register_at": {
  4748. "description": "注册时间",
  4749. "type": "string"
  4750. },
  4751. "total_income": {
  4752. "description": "累计收益",
  4753. "type": "string"
  4754. }
  4755. }
  4756. },
  4757. "md.FindSubUserRelationshipMapResp": {
  4758. "type": "object",
  4759. "properties": {
  4760. "basic_setting": {
  4761. "description": "公排设置",
  4762. "allOf": [
  4763. {
  4764. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  4765. }
  4766. ]
  4767. },
  4768. "search_uid": {
  4769. "description": "查找的用户 ID",
  4770. "type": "string"
  4771. },
  4772. "sub_user": {
  4773. "description": "上级用户信息",
  4774. "allOf": [
  4775. {
  4776. "$ref": "#/definitions/md.SubUser"
  4777. }
  4778. ]
  4779. }
  4780. }
  4781. },
  4782. "md.FreePublishUserNode": {
  4783. "type": "object",
  4784. "properties": {
  4785. "nickname": {
  4786. "type": "string",
  4787. "example": "昵称"
  4788. },
  4789. "phone": {
  4790. "type": "string",
  4791. "example": "手机号"
  4792. },
  4793. "uid": {
  4794. "type": "integer"
  4795. }
  4796. }
  4797. },
  4798. "md.FundDataNode": {
  4799. "type": "object",
  4800. "properties": {
  4801. "balance_amount": {
  4802. "description": "余额",
  4803. "type": "string"
  4804. },
  4805. "balance_times": {
  4806. "description": "剩余执行次数",
  4807. "type": "integer"
  4808. },
  4809. "create_at": {
  4810. "description": "创建时间",
  4811. "type": "string"
  4812. },
  4813. "hours": {
  4814. "description": "时长",
  4815. "type": "integer"
  4816. },
  4817. "kind": {
  4818. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  4819. "type": "integer"
  4820. },
  4821. "memo": {
  4822. "description": "备注",
  4823. "type": "string"
  4824. },
  4825. "system_id": {
  4826. "type": "integer"
  4827. },
  4828. "total_amount": {
  4829. "description": "金额",
  4830. "type": "string"
  4831. }
  4832. }
  4833. },
  4834. "md.FundDataRecordNode": {
  4835. "type": "object",
  4836. "properties": {
  4837. "after_planet_total_value": {
  4838. "description": "执行后-星球价值",
  4839. "type": "string"
  4840. },
  4841. "after_price": {
  4842. "description": "执行后-价格",
  4843. "type": "string"
  4844. },
  4845. "balance_amount": {
  4846. "description": "余额",
  4847. "type": "string"
  4848. },
  4849. "balance_times": {
  4850. "description": "剩余执行次数",
  4851. "type": "integer"
  4852. },
  4853. "before_planet_total_value": {
  4854. "description": "执行前-星球价值",
  4855. "type": "string"
  4856. },
  4857. "before_price": {
  4858. "description": "执行前-价格",
  4859. "type": "string"
  4860. },
  4861. "create_at": {
  4862. "type": "string"
  4863. },
  4864. "total_amount": {
  4865. "description": "金额",
  4866. "type": "string"
  4867. }
  4868. }
  4869. },
  4870. "md.GetActivePointsUserCoinFlowListReq": {
  4871. "type": "object",
  4872. "properties": {
  4873. "coin_id": {
  4874. "description": "货币类型 ID",
  4875. "type": "integer"
  4876. },
  4877. "direction": {
  4878. "description": "流水方向:1收入 2支出",
  4879. "type": "integer"
  4880. },
  4881. "end_at": {
  4882. "description": "结束时间",
  4883. "type": "string"
  4884. },
  4885. "page": {
  4886. "description": "页数",
  4887. "type": "integer"
  4888. },
  4889. "page_size": {
  4890. "description": "每页大小",
  4891. "type": "integer"
  4892. },
  4893. "start_at": {
  4894. "description": "开始时间",
  4895. "type": "string"
  4896. },
  4897. "uid": {
  4898. "description": "用户 ID",
  4899. "type": "integer"
  4900. }
  4901. }
  4902. },
  4903. "md.GetActivePointsUserCoinFlowListResp": {
  4904. "type": "object",
  4905. "properties": {
  4906. "list": {
  4907. "description": "流水信息",
  4908. "type": "array",
  4909. "items": {
  4910. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  4911. }
  4912. },
  4913. "paginate": {
  4914. "description": "分页信息",
  4915. "allOf": [
  4916. {
  4917. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4918. }
  4919. ]
  4920. },
  4921. "select_data": {
  4922. "description": "流水类型",
  4923. "allOf": [
  4924. {
  4925. "$ref": "#/definitions/md.SelectData"
  4926. }
  4927. ]
  4928. }
  4929. }
  4930. },
  4931. "md.GetActivePointsUserCoinListReq": {
  4932. "type": "object",
  4933. "properties": {
  4934. "end_coin": {
  4935. "type": "string",
  4936. "example": "最大金额"
  4937. },
  4938. "kind": {
  4939. "description": "虚拟币种类编号",
  4940. "type": "integer"
  4941. },
  4942. "page": {
  4943. "description": "页数",
  4944. "type": "integer"
  4945. },
  4946. "page_size": {
  4947. "description": "单页大小",
  4948. "type": "integer"
  4949. },
  4950. "start_coin": {
  4951. "type": "string",
  4952. "example": "最小金额"
  4953. },
  4954. "uid": {
  4955. "description": "指定查询用户 ID",
  4956. "type": "integer"
  4957. },
  4958. "user_name": {
  4959. "type": "string",
  4960. "example": "用户名称"
  4961. },
  4962. "user_phone": {
  4963. "type": "string",
  4964. "example": "手机号"
  4965. }
  4966. }
  4967. },
  4968. "md.GetActivePointsUserCoinListResp": {
  4969. "type": "object",
  4970. "properties": {
  4971. "kind_list": {
  4972. "description": "货币类型集合",
  4973. "type": "array",
  4974. "items": {
  4975. "$ref": "#/definitions/md.VirtualCoinListNode"
  4976. }
  4977. },
  4978. "list": {
  4979. "description": "余额集合",
  4980. "type": "array",
  4981. "items": {
  4982. "$ref": "#/definitions/md.ActivePointsWalletNode"
  4983. }
  4984. },
  4985. "sum_user_amount": {
  4986. "description": "用户持有总数",
  4987. "type": "number"
  4988. },
  4989. "total": {
  4990. "description": "持有该类型用户数",
  4991. "type": "integer"
  4992. }
  4993. }
  4994. },
  4995. "md.GetContributionValueBasicSettingResp": {
  4996. "type": "object",
  4997. "properties": {
  4998. "hand_out_red_package": {
  4999. "description": "发红包获得x点",
  5000. "type": "integer"
  5001. },
  5002. "id": {
  5003. "type": "integer"
  5004. },
  5005. "posting_comment_liked": {
  5006. "description": "发布评论被官方点赞获得x点",
  5007. "type": "integer"
  5008. },
  5009. "posting_dynamic_liked": {
  5010. "description": "发布动态被官方点赞获得x点",
  5011. "type": "integer"
  5012. },
  5013. "publish_creation": {
  5014. "description": "发布创作获得x点",
  5015. "type": "integer"
  5016. }
  5017. }
  5018. },
  5019. "md.GetEggCoreDataListResp": {
  5020. "type": "object",
  5021. "properties": {
  5022. "now_energy_total_nums": {
  5023. "description": "现行总量",
  5024. "type": "string",
  5025. "example": "现行总量"
  5026. },
  5027. "now_price": {
  5028. "description": "当前价格",
  5029. "type": "string",
  5030. "example": "当前价格"
  5031. },
  5032. "planet_total_value": {
  5033. "description": "星球价值",
  5034. "type": "string",
  5035. "example": "星球价值"
  5036. },
  5037. "user_hold_total_nums": {
  5038. "description": "用户持有总量",
  5039. "type": "string"
  5040. }
  5041. }
  5042. },
  5043. "md.GetEggEnergyBasicResp": {
  5044. "type": "object",
  5045. "properties": {
  5046. "basic_setting": {
  5047. "description": "基础设置",
  5048. "allOf": [
  5049. {
  5050. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  5051. }
  5052. ]
  5053. },
  5054. "data_setting": {
  5055. "description": "数据设置",
  5056. "allOf": [
  5057. {
  5058. "$ref": "#/definitions/md.DataSetting"
  5059. }
  5060. ]
  5061. },
  5062. "destruction_setting": {
  5063. "description": "销毁设置",
  5064. "allOf": [
  5065. {
  5066. "$ref": "#/definitions/md.DestructionSettingStruct"
  5067. }
  5068. ]
  5069. },
  5070. "exchange_rules": {
  5071. "description": "兑换规则",
  5072. "allOf": [
  5073. {
  5074. "$ref": "#/definitions/md.ExchangeRulesStruct"
  5075. }
  5076. ]
  5077. },
  5078. "new_user_incentive_rules": {
  5079. "description": "新用户奖励规则",
  5080. "allOf": [
  5081. {
  5082. "$ref": "#/definitions/md.NewUserRewardRules"
  5083. }
  5084. ]
  5085. },
  5086. "price_setting": {
  5087. "description": "价格设置",
  5088. "allOf": [
  5089. {
  5090. "$ref": "#/definitions/md.PriceSettingStruct"
  5091. }
  5092. ]
  5093. },
  5094. "reward_system": {
  5095. "description": "圈层奖励",
  5096. "type": "array",
  5097. "items": {
  5098. "$ref": "#/definitions/md.RewardSystemStruct"
  5099. }
  5100. },
  5101. "system_id": {
  5102. "description": "该设置系统 ID",
  5103. "type": "integer"
  5104. },
  5105. "video_reward_setting": {
  5106. "description": "视频奖励",
  5107. "allOf": [
  5108. {
  5109. "$ref": "#/definitions/md.VideoRewardSetting"
  5110. }
  5111. ]
  5112. }
  5113. }
  5114. },
  5115. "md.GetEggEnergyVipSettingResp": {
  5116. "type": "object",
  5117. "properties": {
  5118. "level_list": {
  5119. "description": "会员等级列表",
  5120. "type": "array",
  5121. "items": {
  5122. "type": "object",
  5123. "additionalProperties": true
  5124. }
  5125. },
  5126. "list": {
  5127. "description": "会员权益设置",
  5128. "type": "array",
  5129. "items": {
  5130. "$ref": "#/definitions/md.VipEquitySettingNode"
  5131. }
  5132. }
  5133. }
  5134. },
  5135. "md.GetFreePublishUserReq": {
  5136. "type": "object",
  5137. "properties": {
  5138. "limit": {
  5139. "description": "每页大小",
  5140. "type": "integer"
  5141. },
  5142. "page": {
  5143. "description": "当前页数",
  5144. "type": "integer"
  5145. },
  5146. "uid": {
  5147. "description": "筛选的用户 ID",
  5148. "type": "integer"
  5149. }
  5150. }
  5151. },
  5152. "md.GetFreePublishUserResp": {
  5153. "type": "object",
  5154. "properties": {
  5155. "list": {
  5156. "description": "免罚用户列表",
  5157. "type": "array",
  5158. "items": {
  5159. "$ref": "#/definitions/md.FreePublishUserNode"
  5160. }
  5161. },
  5162. "paginate": {
  5163. "description": "分页信息",
  5164. "allOf": [
  5165. {
  5166. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5167. }
  5168. ]
  5169. }
  5170. }
  5171. },
  5172. "md.GetFundDataListReq": {
  5173. "type": "object",
  5174. "properties": {
  5175. "end_at": {
  5176. "type": "string",
  5177. "example": "结束时间"
  5178. },
  5179. "kind": {
  5180. "description": "数据类型",
  5181. "type": "integer"
  5182. },
  5183. "limit": {
  5184. "description": "每页大小",
  5185. "type": "integer"
  5186. },
  5187. "page": {
  5188. "description": "页数",
  5189. "type": "integer"
  5190. },
  5191. "start_at": {
  5192. "type": "string",
  5193. "example": "开始时间"
  5194. }
  5195. }
  5196. },
  5197. "md.GetFundDataListResp": {
  5198. "type": "object",
  5199. "properties": {
  5200. "kind_list": {
  5201. "description": "类型列表",
  5202. "type": "array",
  5203. "items": {
  5204. "type": "object",
  5205. "additionalProperties": true
  5206. }
  5207. },
  5208. "list": {
  5209. "description": "数据列表",
  5210. "type": "array",
  5211. "items": {
  5212. "$ref": "#/definitions/md.FundDataNode"
  5213. }
  5214. },
  5215. "paginate": {
  5216. "description": "分页数据",
  5217. "allOf": [
  5218. {
  5219. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5220. }
  5221. ]
  5222. }
  5223. }
  5224. },
  5225. "md.GetFundDataRecordListReq": {
  5226. "type": "object",
  5227. "properties": {
  5228. "limit": {
  5229. "description": "页面大小",
  5230. "type": "integer"
  5231. },
  5232. "page": {
  5233. "description": "页数",
  5234. "type": "integer"
  5235. },
  5236. "system_id": {
  5237. "description": "数据在系统中的 ID",
  5238. "type": "integer"
  5239. }
  5240. }
  5241. },
  5242. "md.GetFundDataRecordListResp": {
  5243. "type": "object",
  5244. "properties": {
  5245. "list": {
  5246. "type": "array",
  5247. "items": {
  5248. "$ref": "#/definitions/md.FundDataRecordNode"
  5249. }
  5250. },
  5251. "paginate": {
  5252. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5253. }
  5254. }
  5255. },
  5256. "md.GetGreenEnergyUserCoinFlowListReq": {
  5257. "type": "object",
  5258. "properties": {
  5259. "coin_id": {
  5260. "description": "货币类型 ID",
  5261. "type": "integer"
  5262. },
  5263. "direction": {
  5264. "description": "流水方向:1收入 2支出",
  5265. "type": "integer"
  5266. },
  5267. "end_at": {
  5268. "description": "结束时间",
  5269. "type": "string"
  5270. },
  5271. "page": {
  5272. "description": "页数",
  5273. "type": "integer"
  5274. },
  5275. "page_size": {
  5276. "description": "每页大小",
  5277. "type": "integer"
  5278. },
  5279. "start_at": {
  5280. "description": "开始时间",
  5281. "type": "string"
  5282. },
  5283. "uid": {
  5284. "description": "用户 ID",
  5285. "type": "integer"
  5286. }
  5287. }
  5288. },
  5289. "md.GetGreenEnergyUserCoinFlowListResp": {
  5290. "type": "object",
  5291. "properties": {
  5292. "list": {
  5293. "description": "流水信息",
  5294. "type": "array",
  5295. "items": {
  5296. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  5297. }
  5298. },
  5299. "paginate": {
  5300. "description": "分页信息",
  5301. "allOf": [
  5302. {
  5303. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5304. }
  5305. ]
  5306. },
  5307. "select_data": {
  5308. "description": "流水类型",
  5309. "allOf": [
  5310. {
  5311. "$ref": "#/definitions/md.SelectData"
  5312. }
  5313. ]
  5314. }
  5315. }
  5316. },
  5317. "md.GetGreenEnergyUserCoinListReq": {
  5318. "type": "object",
  5319. "properties": {
  5320. "end_coin": {
  5321. "type": "string",
  5322. "example": "最大金额"
  5323. },
  5324. "kind": {
  5325. "description": "虚拟币种类编号",
  5326. "type": "integer"
  5327. },
  5328. "page": {
  5329. "description": "页数",
  5330. "type": "integer"
  5331. },
  5332. "page_size": {
  5333. "description": "单页大小",
  5334. "type": "integer"
  5335. },
  5336. "start_coin": {
  5337. "type": "string",
  5338. "example": "最小金额"
  5339. },
  5340. "uid": {
  5341. "description": "指定查询用户 ID",
  5342. "type": "integer"
  5343. },
  5344. "user_name": {
  5345. "type": "string",
  5346. "example": "用户名称"
  5347. },
  5348. "user_phone": {
  5349. "type": "string",
  5350. "example": "手机号"
  5351. }
  5352. }
  5353. },
  5354. "md.GetGreenEnergyUserCoinListResp": {
  5355. "type": "object",
  5356. "properties": {
  5357. "kind_list": {
  5358. "description": "货币类型集合",
  5359. "type": "array",
  5360. "items": {
  5361. "$ref": "#/definitions/md.VirtualCoinListNode"
  5362. }
  5363. },
  5364. "list": {
  5365. "description": "余额集合",
  5366. "type": "array",
  5367. "items": {
  5368. "$ref": "#/definitions/md.ActivePointsWalletNode"
  5369. }
  5370. },
  5371. "sum_user_amount": {
  5372. "description": "用户持有总数",
  5373. "type": "number"
  5374. },
  5375. "total": {
  5376. "description": "持有该类型用户数",
  5377. "type": "integer"
  5378. }
  5379. }
  5380. },
  5381. "md.GetLevelListResp": {
  5382. "type": "object",
  5383. "properties": {
  5384. "list": {
  5385. "type": "array",
  5386. "items": {
  5387. "$ref": "#/definitions/md.LevelListNode"
  5388. }
  5389. },
  5390. "paginate": {
  5391. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  5392. }
  5393. }
  5394. },
  5395. "md.GetOneLevelResp": {
  5396. "type": "object",
  5397. "properties": {
  5398. "auto_update": {
  5399. "description": "自动升级 0关闭,1开启",
  5400. "type": "integer"
  5401. },
  5402. "choosable_num": {
  5403. "description": "可选任务数量",
  5404. "type": "integer"
  5405. },
  5406. "is_use": {
  5407. "description": "是否开启(0.否, 1.是)",
  5408. "type": "integer"
  5409. },
  5410. "level_id": {
  5411. "description": "等级 ID",
  5412. "type": "integer"
  5413. },
  5414. "level_name": {
  5415. "description": "等级名称",
  5416. "type": "string"
  5417. },
  5418. "level_weight": {
  5419. "description": "等级权重",
  5420. "type": "integer"
  5421. },
  5422. "memo": {
  5423. "description": "备注",
  5424. "type": "string"
  5425. },
  5426. "task_type": {
  5427. "description": "任务类型关系",
  5428. "type": "array",
  5429. "items": {
  5430. "type": "object",
  5431. "additionalProperties": true
  5432. }
  5433. },
  5434. "user_level_tasks": {
  5435. "type": "array",
  5436. "items": {
  5437. "$ref": "#/definitions/model.UserLevelTask"
  5438. }
  5439. }
  5440. }
  5441. },
  5442. "md.GetPriceCurveResp": {
  5443. "type": "object",
  5444. "properties": {
  5445. "x_data": {
  5446. "type": "array",
  5447. "items": {}
  5448. },
  5449. "y_data": {
  5450. "type": "array",
  5451. "items": {}
  5452. }
  5453. }
  5454. },
  5455. "md.GetPublicPlatoonBasicResp": {
  5456. "type": "object",
  5457. "properties": {
  5458. "is_open": {
  5459. "description": "是否开启(1:开启 0:关闭)",
  5460. "type": "integer"
  5461. },
  5462. "is_self_active_get_team_revenue": {
  5463. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  5464. "type": "integer"
  5465. },
  5466. "originator_name": {
  5467. "description": "创始人名称",
  5468. "type": "string"
  5469. },
  5470. "originator_uid": {
  5471. "description": "创始人uid",
  5472. "type": "integer"
  5473. },
  5474. "several_rows": {
  5475. "description": "几排",
  5476. "type": "integer"
  5477. },
  5478. "several_times": {
  5479. "description": "几乘",
  5480. "type": "integer"
  5481. },
  5482. "system_punish_replace": {
  5483. "description": "是否位置滑落 被新用户替换 0否 1是",
  5484. "type": "integer"
  5485. },
  5486. "system_punish_replace_value": {
  5487. "description": "xx天未活跃,处罚滑落",
  5488. "type": "integer"
  5489. }
  5490. }
  5491. },
  5492. "md.GetTagListResp": {
  5493. "type": "object",
  5494. "properties": {
  5495. "list": {
  5496. "type": "array",
  5497. "items": {
  5498. "$ref": "#/definitions/md.TagListNode"
  5499. }
  5500. },
  5501. "paginate": {
  5502. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  5503. }
  5504. }
  5505. },
  5506. "md.GetVideoRewardResp": {
  5507. "type": "object",
  5508. "properties": {
  5509. "ecmp": {
  5510. "description": "当前 Ecpm 值",
  5511. "type": "string"
  5512. },
  5513. "unit_price": {
  5514. "description": "单价",
  5515. "type": "string"
  5516. }
  5517. }
  5518. },
  5519. "md.GetWithdrawApplyListNode": {
  5520. "type": "object",
  5521. "properties": {
  5522. "actual_receipt": {
  5523. "description": "实际到账",
  5524. "type": "string"
  5525. },
  5526. "ali_pay_account": {
  5527. "description": "支付宝账号",
  5528. "type": "string"
  5529. },
  5530. "ali_pay_name": {
  5531. "description": "支付宝昵称",
  5532. "type": "string"
  5533. },
  5534. "amount": {
  5535. "description": "提现金额",
  5536. "type": "string"
  5537. },
  5538. "apply_at": {
  5539. "description": "申请时间",
  5540. "type": "string"
  5541. },
  5542. "invite_code": {
  5543. "description": "邀请码",
  5544. "type": "string"
  5545. },
  5546. "memo": {
  5547. "description": "备注",
  5548. "type": "string"
  5549. },
  5550. "nickname": {
  5551. "description": "用户名称",
  5552. "type": "string"
  5553. },
  5554. "parentID": {
  5555. "description": "推荐人ID",
  5556. "type": "integer"
  5557. },
  5558. "parentPhone": {
  5559. "description": "推荐人手机号",
  5560. "type": "string"
  5561. },
  5562. "pay_at": {
  5563. "description": "到账时间",
  5564. "type": "string"
  5565. },
  5566. "state": {
  5567. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  5568. "type": "integer"
  5569. },
  5570. "sys_fee": {
  5571. "description": "手续费",
  5572. "type": "string"
  5573. },
  5574. "tag": {
  5575. "description": "标签",
  5576. "type": "string"
  5577. },
  5578. "user_id": {
  5579. "description": "会员 ID",
  5580. "type": "integer"
  5581. },
  5582. "wechat_pay_account": {
  5583. "description": "微信账号",
  5584. "type": "string"
  5585. },
  5586. "wechat_pay_name": {
  5587. "description": "微信昵称",
  5588. "type": "string"
  5589. },
  5590. "withdraw_type": {
  5591. "description": "提现方式(1:支付宝 2:微信)",
  5592. "type": "integer"
  5593. }
  5594. }
  5595. },
  5596. "md.GetWithdrawApplyListReq": {
  5597. "type": "object",
  5598. "properties": {
  5599. "amount_begin": {
  5600. "description": "最小金额",
  5601. "type": "string"
  5602. },
  5603. "amount_end": {
  5604. "description": "最大金额",
  5605. "type": "string"
  5606. },
  5607. "apply_end_at": {
  5608. "description": "申请结束时间",
  5609. "type": "string"
  5610. },
  5611. "apply_start_at": {
  5612. "description": "申请开始时间",
  5613. "type": "string"
  5614. },
  5615. "examine_end_at": {
  5616. "description": "审核结束时间",
  5617. "type": "string"
  5618. },
  5619. "examine_start_at": {
  5620. "description": "审核开始时间",
  5621. "type": "string"
  5622. },
  5623. "is_first": {
  5624. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  5625. "type": "string"
  5626. },
  5627. "level": {
  5628. "description": "会员等级",
  5629. "type": "string"
  5630. },
  5631. "limit": {
  5632. "description": "页面大小",
  5633. "type": "integer"
  5634. },
  5635. "nickname": {
  5636. "description": "用户昵称",
  5637. "type": "string"
  5638. },
  5639. "page": {
  5640. "description": "页数",
  5641. "type": "integer"
  5642. },
  5643. "parent_id": {
  5644. "description": "推荐人 ID",
  5645. "type": "string"
  5646. },
  5647. "payment_type": {
  5648. "description": "打款类型 1:手动;2:自动",
  5649. "type": "string"
  5650. },
  5651. "phone": {
  5652. "description": "用户手机号",
  5653. "type": "string"
  5654. },
  5655. "state": {
  5656. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  5657. "type": "string"
  5658. },
  5659. "uid": {
  5660. "description": "用户 ID",
  5661. "type": "string"
  5662. },
  5663. "withdraw_account": {
  5664. "description": "支付宝/微信昵称",
  5665. "type": "string"
  5666. },
  5667. "withdraw_name": {
  5668. "description": "支付宝姓名",
  5669. "type": "string"
  5670. },
  5671. "withdraw_type": {
  5672. "description": "提现方式(1:支付宝 2:微信)",
  5673. "type": "string"
  5674. }
  5675. }
  5676. },
  5677. "md.GetWithdrawApplyListResp": {
  5678. "type": "object",
  5679. "properties": {
  5680. "levels_list": {
  5681. "description": "等级列表",
  5682. "type": "array",
  5683. "items": {
  5684. "type": "object",
  5685. "additionalProperties": true
  5686. }
  5687. },
  5688. "list": {
  5689. "type": "array",
  5690. "items": {
  5691. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  5692. }
  5693. },
  5694. "paginate": {
  5695. "description": "分页信息",
  5696. "allOf": [
  5697. {
  5698. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  5699. }
  5700. ]
  5701. },
  5702. "tags_list": {
  5703. "description": "标签列表",
  5704. "type": "array",
  5705. "items": {
  5706. "type": "object",
  5707. "additionalProperties": true
  5708. }
  5709. }
  5710. }
  5711. },
  5712. "md.GetWithdrawSettingResp": {
  5713. "type": "object",
  5714. "properties": {
  5715. "create_at": {
  5716. "description": "申请时间",
  5717. "type": "string"
  5718. },
  5719. "frequency_set": {
  5720. "description": "频率设置(0:日 1:周 2:月 3:年)",
  5721. "allOf": [
  5722. {
  5723. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  5724. }
  5725. ]
  5726. },
  5727. "id": {
  5728. "type": "integer"
  5729. },
  5730. "is_auto": {
  5731. "description": "是否开启自动提现(0:否 1:是)",
  5732. "type": "integer"
  5733. },
  5734. "is_real_name": {
  5735. "description": "是否实名(0:否 1:是)",
  5736. "type": "integer"
  5737. },
  5738. "is_support_decimal_point": {
  5739. "description": "是否支持小数点(0:否 1:是)",
  5740. "type": "integer"
  5741. },
  5742. "update_at": {
  5743. "description": "处理时间",
  5744. "type": "string"
  5745. },
  5746. "vip_level_limit": {
  5747. "description": "提现等级限制",
  5748. "type": "integer"
  5749. },
  5750. "withdraw_amount_limit": {
  5751. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  5752. "type": "string"
  5753. },
  5754. "withdraw_fee_set": {
  5755. "description": "提现手续费设置",
  5756. "type": "string"
  5757. },
  5758. "withdraw_multiple_limit": {
  5759. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  5760. "type": "string"
  5761. },
  5762. "withdraw_nums_limit": {
  5763. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  5764. "type": "integer"
  5765. },
  5766. "withdraw_time_interval": {
  5767. "description": "提现时段",
  5768. "type": "string"
  5769. },
  5770. "withdraw_type": {
  5771. "description": "提现方式(1:支付宝 2:微信)",
  5772. "type": "integer"
  5773. }
  5774. }
  5775. },
  5776. "md.LevelListNode": {
  5777. "type": "object",
  5778. "properties": {
  5779. "count": {
  5780. "description": "等级人数",
  5781. "type": "string"
  5782. },
  5783. "create_at": {
  5784. "description": "创建时间",
  5785. "type": "string"
  5786. },
  5787. "is_use": {
  5788. "description": "是否开启(0.否, 1.是)",
  5789. "type": "integer"
  5790. },
  5791. "level_id": {
  5792. "description": "等级 ID",
  5793. "type": "integer"
  5794. },
  5795. "level_name": {
  5796. "description": "等级名称",
  5797. "type": "string"
  5798. },
  5799. "level_weight": {
  5800. "description": "等级权重",
  5801. "type": "integer"
  5802. },
  5803. "memo": {
  5804. "description": "备注",
  5805. "type": "string"
  5806. }
  5807. }
  5808. },
  5809. "md.ListCommunityDividendsReq": {
  5810. "type": "object",
  5811. "properties": {
  5812. "end_at": {
  5813. "description": "结束时间",
  5814. "type": "string"
  5815. },
  5816. "end_nums": {
  5817. "description": "分红总量上限",
  5818. "type": "integer"
  5819. },
  5820. "limit": {
  5821. "description": "每页大小",
  5822. "type": "integer"
  5823. },
  5824. "page": {
  5825. "description": "页数",
  5826. "type": "integer"
  5827. },
  5828. "start_at": {
  5829. "description": "开始时间",
  5830. "type": "string"
  5831. },
  5832. "start_nums": {
  5833. "description": "分红总量下限",
  5834. "type": "integer"
  5835. }
  5836. }
  5837. },
  5838. "md.ListCommunityDividendsResp": {
  5839. "type": "object",
  5840. "properties": {
  5841. "list": {
  5842. "type": "array",
  5843. "items": {
  5844. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  5845. }
  5846. },
  5847. "paginate": {
  5848. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5849. }
  5850. }
  5851. },
  5852. "md.ListCommunityDividendsWithUserReq": {
  5853. "type": "object",
  5854. "properties": {
  5855. "limit": {
  5856. "type": "integer"
  5857. },
  5858. "page": {
  5859. "type": "integer"
  5860. },
  5861. "phone": {
  5862. "type": "string"
  5863. },
  5864. "uid": {
  5865. "type": "integer"
  5866. }
  5867. }
  5868. },
  5869. "md.ListCommunityDividendsWithUserResp": {
  5870. "type": "object",
  5871. "properties": {
  5872. "list": {
  5873. "type": "array",
  5874. "items": {
  5875. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  5876. }
  5877. },
  5878. "paginate": {
  5879. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5880. }
  5881. }
  5882. },
  5883. "md.ListPlatformRevenueReq": {
  5884. "type": "object",
  5885. "properties": {
  5886. "end_at": {
  5887. "type": "string",
  5888. "example": "结束时间"
  5889. },
  5890. "kind": {
  5891. "description": "数据类型",
  5892. "type": "integer"
  5893. },
  5894. "limit": {
  5895. "description": "每页大小",
  5896. "type": "integer"
  5897. },
  5898. "page": {
  5899. "description": "页数",
  5900. "type": "integer"
  5901. },
  5902. "start_at": {
  5903. "type": "string",
  5904. "example": "开始时间"
  5905. }
  5906. }
  5907. },
  5908. "md.ListPlatformRevenueResp": {
  5909. "type": "object",
  5910. "properties": {
  5911. "kind_list": {
  5912. "description": "类型列表",
  5913. "type": "array",
  5914. "items": {
  5915. "type": "object",
  5916. "additionalProperties": true
  5917. }
  5918. },
  5919. "list": {
  5920. "description": "数据列表",
  5921. "type": "array",
  5922. "items": {
  5923. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  5924. }
  5925. },
  5926. "paginate": {
  5927. "description": "分页数据",
  5928. "allOf": [
  5929. {
  5930. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5931. }
  5932. ]
  5933. }
  5934. }
  5935. },
  5936. "md.LoginReq": {
  5937. "type": "object",
  5938. "required": [
  5939. "password",
  5940. "username"
  5941. ],
  5942. "properties": {
  5943. "code": {
  5944. "type": "string",
  5945. "example": "验证码"
  5946. },
  5947. "password": {
  5948. "type": "string",
  5949. "example": "登录密码"
  5950. },
  5951. "username": {
  5952. "type": "string",
  5953. "example": "登录账号"
  5954. }
  5955. }
  5956. },
  5957. "md.LoginResponse": {
  5958. "type": "object",
  5959. "properties": {
  5960. "token": {
  5961. "type": "string"
  5962. }
  5963. }
  5964. },
  5965. "md.ManualScoreReq": {
  5966. "type": "object",
  5967. "properties": {
  5968. "index_id": {
  5969. "description": "文档id",
  5970. "type": "string"
  5971. },
  5972. "score": {
  5973. "type": "string",
  5974. "example": "分数"
  5975. }
  5976. }
  5977. },
  5978. "md.NewUserRedPackageGetBasicResp": {
  5979. "type": "object",
  5980. "properties": {
  5981. "create_at": {
  5982. "type": "string"
  5983. },
  5984. "days": {
  5985. "description": "天数",
  5986. "type": "integer"
  5987. },
  5988. "is_double": {
  5989. "description": "是否翻倍",
  5990. "type": "integer"
  5991. },
  5992. "is_open": {
  5993. "description": "是否开启(1:开启 0:关闭)",
  5994. "type": "integer"
  5995. },
  5996. "total_amount": {
  5997. "type": "string",
  5998. "example": "总金额"
  5999. },
  6000. "update_at": {
  6001. "type": "string"
  6002. }
  6003. }
  6004. },
  6005. "md.NewUserRedPackageRecordFlowListReq": {
  6006. "type": "object",
  6007. "properties": {
  6008. "end_at": {
  6009. "description": "结束时间",
  6010. "type": "string"
  6011. },
  6012. "limit": {
  6013. "description": "每页大小",
  6014. "type": "integer"
  6015. },
  6016. "page": {
  6017. "description": "页数",
  6018. "type": "integer"
  6019. },
  6020. "start_at": {
  6021. "description": "开始时间",
  6022. "type": "string"
  6023. },
  6024. "uid": {
  6025. "description": "用户 ID",
  6026. "type": "integer"
  6027. }
  6028. }
  6029. },
  6030. "md.NewUserRedPackageRecordFlowListResp": {
  6031. "type": "object",
  6032. "properties": {
  6033. "list": {
  6034. "type": "array",
  6035. "items": {
  6036. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  6037. }
  6038. },
  6039. "paginate": {
  6040. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  6041. }
  6042. }
  6043. },
  6044. "md.NewUserRedPackageRecordFlowNode": {
  6045. "type": "object",
  6046. "properties": {
  6047. "balance_amount": {
  6048. "description": "剩余金额",
  6049. "type": "string"
  6050. },
  6051. "balance_days": {
  6052. "description": "剩余天数",
  6053. "type": "integer"
  6054. },
  6055. "basic_amount": {
  6056. "description": "基础金额",
  6057. "type": "string"
  6058. },
  6059. "create_at": {
  6060. "description": "创建时间",
  6061. "type": "string"
  6062. },
  6063. "day_num": {
  6064. "description": "第x天",
  6065. "type": "integer"
  6066. },
  6067. "double_rate": {
  6068. "description": "倍率",
  6069. "type": "string"
  6070. },
  6071. "id": {
  6072. "description": "流水 ID",
  6073. "type": "integer"
  6074. },
  6075. "is_double": {
  6076. "description": "是否翻倍",
  6077. "type": "integer"
  6078. },
  6079. "receive_days": {
  6080. "description": "领取天数",
  6081. "type": "integer"
  6082. },
  6083. "total_amount": {
  6084. "description": "实际金额",
  6085. "type": "string"
  6086. },
  6087. "uid": {
  6088. "description": "用户 ID",
  6089. "type": "integer"
  6090. }
  6091. }
  6092. },
  6093. "md.NewUserRedPackageRecordListReq": {
  6094. "type": "object",
  6095. "properties": {
  6096. "end_at": {
  6097. "description": "结束时间",
  6098. "type": "string"
  6099. },
  6100. "limit": {
  6101. "description": "每页大小",
  6102. "type": "integer"
  6103. },
  6104. "page": {
  6105. "description": "页数",
  6106. "type": "integer"
  6107. },
  6108. "start_at": {
  6109. "description": "开始时间",
  6110. "type": "string"
  6111. },
  6112. "uid": {
  6113. "description": "用户 ID",
  6114. "type": "integer"
  6115. }
  6116. }
  6117. },
  6118. "md.NewUserRedPackageRecordListResp": {
  6119. "type": "object",
  6120. "properties": {
  6121. "list": {
  6122. "type": "array",
  6123. "items": {
  6124. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  6125. }
  6126. },
  6127. "paginate": {
  6128. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  6129. }
  6130. }
  6131. },
  6132. "md.NewUserRedPackageRecordNode": {
  6133. "type": "object",
  6134. "properties": {
  6135. "balance_amount": {
  6136. "description": "剩余金额",
  6137. "type": "string"
  6138. },
  6139. "balance_days": {
  6140. "description": "剩余天数",
  6141. "type": "integer"
  6142. },
  6143. "create_at": {
  6144. "description": "创建时间",
  6145. "type": "string"
  6146. },
  6147. "days": {
  6148. "description": "天数",
  6149. "type": "integer"
  6150. },
  6151. "receive_days": {
  6152. "description": "领取天数",
  6153. "type": "integer"
  6154. },
  6155. "state": {
  6156. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  6157. "type": "integer"
  6158. },
  6159. "system_id": {
  6160. "description": "系统中记录的 ID",
  6161. "type": "integer"
  6162. },
  6163. "total_amount": {
  6164. "description": "金额",
  6165. "type": "string"
  6166. },
  6167. "uid": {
  6168. "description": "用户 ID",
  6169. "type": "integer"
  6170. },
  6171. "update_at": {
  6172. "description": "修改时间",
  6173. "type": "string"
  6174. }
  6175. }
  6176. },
  6177. "md.NewUserRedPackageUpdateBasicReq": {
  6178. "type": "object",
  6179. "properties": {
  6180. "days": {
  6181. "description": "天数",
  6182. "type": "integer"
  6183. },
  6184. "is_double": {
  6185. "description": "是否翻倍",
  6186. "type": "integer"
  6187. },
  6188. "is_open": {
  6189. "description": "是否开启(1:开启 0:关闭)",
  6190. "type": "integer"
  6191. },
  6192. "total_amount": {
  6193. "type": "string",
  6194. "example": "总金额"
  6195. }
  6196. }
  6197. },
  6198. "md.NewUserRewardRules": {
  6199. "type": "object",
  6200. "properties": {
  6201. "continue_days": {
  6202. "description": "连续x天",
  6203. "type": "integer"
  6204. },
  6205. "invite_user_reward_value": {
  6206. "description": "拉新用户奖励x个活跃积分",
  6207. "type": "integer"
  6208. },
  6209. "reward_coefficient": {
  6210. "description": "奖励系数",
  6211. "type": "number"
  6212. }
  6213. }
  6214. },
  6215. "md.OtherNode": {
  6216. "type": "object",
  6217. "properties": {
  6218. "create_at": {
  6219. "description": "注册时间",
  6220. "type": "string"
  6221. },
  6222. "last_login_at": {
  6223. "description": "最近登录时间",
  6224. "type": "string"
  6225. },
  6226. "last_login_ip": {
  6227. "description": "最后登录 IP",
  6228. "type": "string"
  6229. }
  6230. }
  6231. },
  6232. "md.PageCustomerServiceReq": {
  6233. "type": "object",
  6234. "properties": {
  6235. "memo": {
  6236. "type": "string",
  6237. "example": "备注"
  6238. },
  6239. "page": {
  6240. "type": "integer"
  6241. },
  6242. "page_size": {
  6243. "type": "integer"
  6244. },
  6245. "state": {
  6246. "description": "状态",
  6247. "type": "integer"
  6248. }
  6249. }
  6250. },
  6251. "md.PageEmoticonReq": {
  6252. "type": "object",
  6253. "properties": {
  6254. "memo": {
  6255. "type": "string",
  6256. "example": "备注"
  6257. },
  6258. "page": {
  6259. "type": "integer"
  6260. },
  6261. "page_size": {
  6262. "type": "integer"
  6263. },
  6264. "state": {
  6265. "description": "状态",
  6266. "type": "integer"
  6267. }
  6268. }
  6269. },
  6270. "md.PlatformRevenueDataNode": {
  6271. "type": "object",
  6272. "properties": {
  6273. "balance_amount": {
  6274. "description": "余额",
  6275. "type": "string"
  6276. },
  6277. "balance_times": {
  6278. "description": "剩余执行次数",
  6279. "type": "integer"
  6280. },
  6281. "create_at": {
  6282. "description": "创建时间",
  6283. "type": "string"
  6284. },
  6285. "hours": {
  6286. "description": "时长",
  6287. "type": "integer"
  6288. },
  6289. "kind": {
  6290. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6291. "type": "integer"
  6292. },
  6293. "memo": {
  6294. "description": "备注",
  6295. "type": "string"
  6296. },
  6297. "system_id": {
  6298. "type": "integer"
  6299. },
  6300. "total_amount": {
  6301. "description": "金额",
  6302. "type": "string"
  6303. }
  6304. }
  6305. },
  6306. "md.PriceSettingStruct": {
  6307. "type": "object",
  6308. "properties": {
  6309. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  6310. "description": "市商资金单笔x元自动兑换",
  6311. "type": "string"
  6312. },
  6313. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  6314. "description": "市商数量单笔x数量自动兑换",
  6315. "type": "string"
  6316. },
  6317. "price_below_value": {
  6318. "description": "低于x元",
  6319. "type": "string"
  6320. },
  6321. "price_higher_than_value": {
  6322. "description": "高于x元",
  6323. "type": "string"
  6324. }
  6325. }
  6326. },
  6327. "md.Response": {
  6328. "type": "object",
  6329. "properties": {
  6330. "code": {
  6331. "type": "string",
  6332. "example": "响应码"
  6333. },
  6334. "data": {
  6335. "description": "内容"
  6336. },
  6337. "msg": {
  6338. "type": "string",
  6339. "example": "具体错误原因"
  6340. }
  6341. }
  6342. },
  6343. "md.RewardSystemStruct": {
  6344. "type": "object",
  6345. "properties": {
  6346. "level": {
  6347. "description": "圈层",
  6348. "type": "integer"
  6349. },
  6350. "reward_condition": {
  6351. "description": "奖励条件",
  6352. "type": "string"
  6353. },
  6354. "reward_value": {
  6355. "description": "奖励值",
  6356. "type": "string"
  6357. }
  6358. }
  6359. },
  6360. "md.SelectData": {
  6361. "type": "object",
  6362. "properties": {
  6363. "direction": {
  6364. "type": "array",
  6365. "items": {
  6366. "type": "object",
  6367. "additionalProperties": {
  6368. "type": "string"
  6369. }
  6370. }
  6371. }
  6372. }
  6373. },
  6374. "md.SelectMemberNode": {
  6375. "type": "object",
  6376. "properties": {
  6377. "avatar": {
  6378. "description": "会员头像",
  6379. "type": "string"
  6380. },
  6381. "level": {
  6382. "description": "会员等级",
  6383. "type": "string"
  6384. },
  6385. "nickname": {
  6386. "description": "会员昵称",
  6387. "type": "string"
  6388. },
  6389. "phone": {
  6390. "description": "会员手机号",
  6391. "type": "string"
  6392. },
  6393. "uid": {
  6394. "description": "会员 ID",
  6395. "type": "integer"
  6396. }
  6397. }
  6398. },
  6399. "md.SelectMemberReq": {
  6400. "type": "object",
  6401. "properties": {
  6402. "level": {
  6403. "description": "会员等级",
  6404. "type": "integer"
  6405. },
  6406. "limit": {
  6407. "description": "每页大小",
  6408. "type": "integer"
  6409. },
  6410. "nickname": {
  6411. "description": "会员昵称",
  6412. "type": "string"
  6413. },
  6414. "page": {
  6415. "description": "页数",
  6416. "type": "integer"
  6417. },
  6418. "phone": {
  6419. "description": "会员手机号",
  6420. "type": "string"
  6421. },
  6422. "uid": {
  6423. "description": "会员 ID",
  6424. "type": "integer"
  6425. }
  6426. }
  6427. },
  6428. "md.SelectMemberResp": {
  6429. "type": "object",
  6430. "properties": {
  6431. "level_list": {
  6432. "description": "会员等级列表",
  6433. "type": "array",
  6434. "items": {
  6435. "type": "object",
  6436. "additionalProperties": true
  6437. }
  6438. },
  6439. "list": {
  6440. "description": "会员数据",
  6441. "type": "array",
  6442. "items": {
  6443. "$ref": "#/definitions/md.SelectMemberNode"
  6444. }
  6445. },
  6446. "paginate": {
  6447. "description": "分页信息",
  6448. "allOf": [
  6449. {
  6450. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  6451. }
  6452. ]
  6453. }
  6454. }
  6455. },
  6456. "md.SetCustomerServiceStateReq": {
  6457. "type": "object",
  6458. "properties": {
  6459. "id": {
  6460. "description": "拥有用户数量",
  6461. "type": "integer"
  6462. },
  6463. "state": {
  6464. "description": "状态",
  6465. "type": "integer"
  6466. }
  6467. }
  6468. },
  6469. "md.SetEmoticonStateReq": {
  6470. "type": "object",
  6471. "properties": {
  6472. "id": {
  6473. "description": "拥有用户数量",
  6474. "type": "integer"
  6475. },
  6476. "state": {
  6477. "description": "状态",
  6478. "type": "integer"
  6479. }
  6480. }
  6481. },
  6482. "md.SetVideoRewardReq": {
  6483. "type": "object",
  6484. "properties": {
  6485. "ecpm": {
  6486. "description": "当前 Ecpm 值",
  6487. "type": "string"
  6488. },
  6489. "unit_price": {
  6490. "description": "单价",
  6491. "type": "string"
  6492. }
  6493. }
  6494. },
  6495. "md.SonUserDailyActivityAnalysisNode": {
  6496. "type": "object",
  6497. "properties": {
  6498. "activity_day_nums": {
  6499. "description": "活跃子节点活跃天数",
  6500. "type": "integer"
  6501. },
  6502. "nickname": {
  6503. "type": "string",
  6504. "example": "昵称"
  6505. },
  6506. "phone": {
  6507. "type": "string",
  6508. "example": "手机号"
  6509. },
  6510. "uid": {
  6511. "description": "查询用户活跃子节点 ID",
  6512. "type": "integer"
  6513. }
  6514. }
  6515. },
  6516. "md.StatisticsEggPointReq": {
  6517. "type": "object",
  6518. "properties": {
  6519. "week": {
  6520. "type": "string",
  6521. "example": "周份"
  6522. },
  6523. "year": {
  6524. "type": "string",
  6525. "example": "年份"
  6526. }
  6527. }
  6528. },
  6529. "md.StatisticsEggPointResp": {
  6530. "type": "object",
  6531. "properties": {
  6532. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  6533. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  6534. "type": "array",
  6535. "items": {
  6536. "type": "object",
  6537. "additionalProperties": {
  6538. "type": "string"
  6539. }
  6540. }
  6541. },
  6542. "statistics_user_egg_browse_interface_nums_range": {
  6543. "description": "统计用户\"浏览界面次数\"范围",
  6544. "type": "array",
  6545. "items": {
  6546. "type": "object",
  6547. "additionalProperties": {
  6548. "type": "string"
  6549. }
  6550. }
  6551. },
  6552. "statistics_user_egg_college_learning_nums_range": {
  6553. "description": "统计用户\"学院学习次数\"范围",
  6554. "type": "array",
  6555. "items": {
  6556. "type": "object",
  6557. "additionalProperties": {
  6558. "type": "string"
  6559. }
  6560. }
  6561. },
  6562. "statistics_user_egg_ecpm_range": {
  6563. "description": "统计用户\"ecpm\"范围",
  6564. "type": "array",
  6565. "items": {
  6566. "type": "object",
  6567. "additionalProperties": {
  6568. "type": "string"
  6569. }
  6570. }
  6571. },
  6572. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  6573. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  6574. "type": "array",
  6575. "items": {
  6576. "type": "object",
  6577. "additionalProperties": {
  6578. "type": "string"
  6579. }
  6580. }
  6581. },
  6582. "statistics_user_egg_forum_comments_nums_range": {
  6583. "description": "统计用户\"论坛评论次数\"范围",
  6584. "type": "array",
  6585. "items": {
  6586. "type": "object",
  6587. "additionalProperties": {
  6588. "type": "string"
  6589. }
  6590. }
  6591. },
  6592. "statistics_user_egg_invite_user_nums_range": {
  6593. "description": "统计用户\"拉新人数\"范围",
  6594. "type": "array",
  6595. "items": {
  6596. "type": "object",
  6597. "additionalProperties": {
  6598. "type": "string"
  6599. }
  6600. }
  6601. },
  6602. "statistics_user_egg_kind_proportion": {
  6603. "description": "统计用户蛋蛋分\"评比类型\"占比",
  6604. "type": "array",
  6605. "items": {
  6606. "type": "object",
  6607. "additionalProperties": true
  6608. }
  6609. },
  6610. "statistics_user_egg_person_add_activity_value_range": {
  6611. "description": "统计用户\"个人活跃积分增量值\"范围",
  6612. "type": "array",
  6613. "items": {
  6614. "type": "object",
  6615. "additionalProperties": {
  6616. "type": "string"
  6617. }
  6618. }
  6619. },
  6620. "statistics_user_egg_score_value_range": {
  6621. "description": "统计用户蛋蛋分范围",
  6622. "type": "array",
  6623. "items": {
  6624. "type": "object",
  6625. "additionalProperties": {
  6626. "type": "string"
  6627. }
  6628. }
  6629. },
  6630. "statistics_user_egg_send_circle_of_friend_nums_range": {
  6631. "description": "统计用户\"发朋友圈次数\"范围",
  6632. "type": "array",
  6633. "items": {
  6634. "type": "object",
  6635. "additionalProperties": {
  6636. "type": "string"
  6637. }
  6638. }
  6639. },
  6640. "statistics_user_egg_send_red_package_nums_range": {
  6641. "description": "统计用户\"发红包次数\"范围",
  6642. "type": "array",
  6643. "items": {
  6644. "type": "object",
  6645. "additionalProperties": {
  6646. "type": "string"
  6647. }
  6648. }
  6649. },
  6650. "statistics_user_egg_sign_in_nums_range": {
  6651. "description": "统计用户\"签到次数\"范围",
  6652. "type": "array",
  6653. "items": {
  6654. "type": "object",
  6655. "additionalProperties": {
  6656. "type": "string"
  6657. }
  6658. }
  6659. },
  6660. "statistics_user_egg_team_activity_nums_range": {
  6661. "description": "统计用户\"团队活跃次数\"范围",
  6662. "type": "array",
  6663. "items": {
  6664. "type": "object",
  6665. "additionalProperties": {
  6666. "type": "string"
  6667. }
  6668. }
  6669. },
  6670. "statistics_user_egg_violate_nums_range": {
  6671. "description": "统计用户\"违规次数\"范围",
  6672. "type": "array",
  6673. "items": {
  6674. "type": "object",
  6675. "additionalProperties": {
  6676. "type": "string"
  6677. }
  6678. }
  6679. },
  6680. "week": {
  6681. "type": "string",
  6682. "example": "周份"
  6683. },
  6684. "year": {
  6685. "type": "string",
  6686. "example": "年份"
  6687. },
  6688. "year_list": {
  6689. "description": "年份\u0026\u0026周份列表",
  6690. "type": "object",
  6691. "additionalProperties": {
  6692. "type": "array",
  6693. "items": {
  6694. "type": "string"
  6695. }
  6696. }
  6697. }
  6698. }
  6699. },
  6700. "md.SubUser": {
  6701. "type": "object",
  6702. "properties": {
  6703. "avatar_url": {
  6704. "type": "string",
  6705. "example": "头像"
  6706. },
  6707. "level": {
  6708. "description": "整个系统中的等级",
  6709. "type": "integer"
  6710. },
  6711. "nickname": {
  6712. "type": "string",
  6713. "example": "昵称"
  6714. },
  6715. "phone": {
  6716. "type": "string",
  6717. "example": "手机号"
  6718. },
  6719. "pid": {
  6720. "type": "integer"
  6721. },
  6722. "position": {
  6723. "description": "以pid1为创始人中网的位置",
  6724. "type": "integer"
  6725. },
  6726. "uid": {
  6727. "type": "integer"
  6728. }
  6729. }
  6730. },
  6731. "md.TagListNode": {
  6732. "type": "object",
  6733. "properties": {
  6734. "count": {
  6735. "description": "标签人数",
  6736. "type": "string"
  6737. },
  6738. "create_at": {
  6739. "description": "创建时间",
  6740. "type": "string"
  6741. },
  6742. "memo": {
  6743. "description": "备注",
  6744. "type": "string"
  6745. },
  6746. "name": {
  6747. "description": "名称",
  6748. "type": "string"
  6749. },
  6750. "tag_id": {
  6751. "description": "标签 ID",
  6752. "type": "string"
  6753. }
  6754. }
  6755. },
  6756. "md.TeamRewardSettingStruct": {
  6757. "type": "object",
  6758. "properties": {
  6759. "member_self_is_open_get_team_reward": {
  6760. "description": "会员是否活跃得到团队奖励",
  6761. "type": "string"
  6762. },
  6763. "one_round_duration": {
  6764. "description": "一轮持续时间",
  6765. "type": "string"
  6766. },
  6767. "reward_decrement_value": {
  6768. "description": "递减百分比",
  6769. "type": "string"
  6770. },
  6771. "reward_end_value": {
  6772. "description": "奖励结束值",
  6773. "type": "string"
  6774. }
  6775. }
  6776. },
  6777. "md.TreeNode": {
  6778. "type": "object",
  6779. "properties": {
  6780. "avatar_url": {
  6781. "type": "string",
  6782. "example": "头像"
  6783. },
  6784. "level": {
  6785. "type": "integer"
  6786. },
  6787. "nickname": {
  6788. "type": "string",
  6789. "example": "昵称"
  6790. },
  6791. "phone": {
  6792. "type": "string",
  6793. "example": "手机号"
  6794. },
  6795. "pid": {
  6796. "type": "integer"
  6797. },
  6798. "position": {
  6799. "type": "integer"
  6800. },
  6801. "son": {
  6802. "type": "array",
  6803. "items": {
  6804. "$ref": "#/definitions/md.TreeNode"
  6805. }
  6806. },
  6807. "system_id": {
  6808. "description": "公排网中id",
  6809. "type": "integer"
  6810. },
  6811. "uid": {
  6812. "type": "integer"
  6813. }
  6814. }
  6815. },
  6816. "md.UpdateContributionValueBasicSettingReq": {
  6817. "type": "object",
  6818. "properties": {
  6819. "hand_out_red_package": {
  6820. "description": "发红包获得x点",
  6821. "type": "string"
  6822. },
  6823. "id": {
  6824. "type": "string"
  6825. },
  6826. "posting_comment_liked": {
  6827. "description": "发布评论被官方点赞获得x点",
  6828. "type": "string"
  6829. },
  6830. "posting_dynamic_liked": {
  6831. "description": "发布动态被官方点赞获得x点",
  6832. "type": "string"
  6833. },
  6834. "publish_creation": {
  6835. "description": "发布创作获得x点",
  6836. "type": "string"
  6837. }
  6838. }
  6839. },
  6840. "md.UpdateCustomerServiceMemoReq": {
  6841. "type": "object",
  6842. "properties": {
  6843. "id": {
  6844. "description": "拥有用户数量",
  6845. "type": "integer"
  6846. },
  6847. "memo": {
  6848. "description": "备注",
  6849. "type": "string",
  6850. "example": "备注"
  6851. }
  6852. }
  6853. },
  6854. "md.UpdateEggEnergyBasicReq": {
  6855. "type": "object",
  6856. "properties": {
  6857. "basic_setting": {
  6858. "description": "基础设置",
  6859. "allOf": [
  6860. {
  6861. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  6862. }
  6863. ]
  6864. },
  6865. "data_setting": {
  6866. "description": "数据设置",
  6867. "allOf": [
  6868. {
  6869. "$ref": "#/definitions/md.DataSetting"
  6870. }
  6871. ]
  6872. },
  6873. "destruction_setting": {
  6874. "description": "销毁设置",
  6875. "allOf": [
  6876. {
  6877. "$ref": "#/definitions/md.DestructionSettingStruct"
  6878. }
  6879. ]
  6880. },
  6881. "exchange_rules": {
  6882. "description": "兑换规则",
  6883. "allOf": [
  6884. {
  6885. "$ref": "#/definitions/md.ExchangeRulesStruct"
  6886. }
  6887. ]
  6888. },
  6889. "new_user_incentive_rules": {
  6890. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  6891. "allOf": [
  6892. {
  6893. "$ref": "#/definitions/md.NewUserRewardRules"
  6894. }
  6895. ]
  6896. },
  6897. "price_setting": {
  6898. "description": "价格设置",
  6899. "allOf": [
  6900. {
  6901. "$ref": "#/definitions/md.PriceSettingStruct"
  6902. }
  6903. ]
  6904. },
  6905. "reward_system": {
  6906. "description": "圈层奖励",
  6907. "type": "array",
  6908. "items": {
  6909. "$ref": "#/definitions/md.RewardSystemStruct"
  6910. }
  6911. },
  6912. "system_id": {
  6913. "description": "该设置系统 ID",
  6914. "type": "integer"
  6915. },
  6916. "video_reward_setting": {
  6917. "description": "视频奖励",
  6918. "allOf": [
  6919. {
  6920. "$ref": "#/definitions/md.VideoRewardSetting"
  6921. }
  6922. ]
  6923. }
  6924. }
  6925. },
  6926. "md.UpdateEggEnergyVipSettingReq": {
  6927. "type": "object",
  6928. "properties": {
  6929. "list": {
  6930. "description": "更新后数据",
  6931. "type": "array",
  6932. "items": {
  6933. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  6934. }
  6935. }
  6936. }
  6937. },
  6938. "md.UpdateEmoticonReq": {
  6939. "type": "object",
  6940. "properties": {
  6941. "id": {
  6942. "description": "拥有用户数量",
  6943. "type": "integer"
  6944. },
  6945. "img_url": {
  6946. "type": "string",
  6947. "example": "图片地址"
  6948. },
  6949. "memo": {
  6950. "description": "备注",
  6951. "type": "string",
  6952. "example": "备注"
  6953. },
  6954. "name": {
  6955. "type": "string",
  6956. "example": "名称"
  6957. },
  6958. "sort": {
  6959. "description": "排序",
  6960. "type": "integer"
  6961. }
  6962. }
  6963. },
  6964. "md.UpdateLevelReq": {
  6965. "type": "object",
  6966. "properties": {
  6967. "auto_update": {
  6968. "description": "自动升级 0关闭 1开启",
  6969. "type": "string"
  6970. },
  6971. "choosable_num": {
  6972. "description": "可选任务数量",
  6973. "type": "string"
  6974. },
  6975. "is_use": {
  6976. "description": "是否开启(0.否, 1.是)",
  6977. "type": "string"
  6978. },
  6979. "level_id": {
  6980. "type": "string"
  6981. },
  6982. "level_name": {
  6983. "description": "等级名称",
  6984. "type": "string"
  6985. },
  6986. "level_weight": {
  6987. "description": "等级权重",
  6988. "type": "string"
  6989. },
  6990. "memo": {
  6991. "description": "备注",
  6992. "type": "string"
  6993. }
  6994. }
  6995. },
  6996. "md.UpdateLevelTaskReq": {
  6997. "type": "object",
  6998. "properties": {
  6999. "finish_count": {
  7000. "description": "多少天内完成的指标",
  7001. "type": "string"
  7002. },
  7003. "is_must_task": {
  7004. "description": "是否必做(0,1)",
  7005. "type": "string"
  7006. },
  7007. "task_id": {
  7008. "description": "等级 ID",
  7009. "type": "string"
  7010. },
  7011. "task_type": {
  7012. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7013. "type": "string"
  7014. },
  7015. "task_type_level_id": {
  7016. "description": "会员等级 ID (task_type=3时生效)",
  7017. "type": "string"
  7018. },
  7019. "within_days": {
  7020. "description": "多少天内完成",
  7021. "type": "string"
  7022. }
  7023. }
  7024. },
  7025. "md.UpdatePublicPlatoonBasicReq": {
  7026. "type": "object",
  7027. "properties": {
  7028. "is_open": {
  7029. "description": "是否开启(1:开启 0:关闭)",
  7030. "type": "integer"
  7031. },
  7032. "is_self_active_get_team_revenue": {
  7033. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7034. "type": "integer"
  7035. },
  7036. "originator_uid": {
  7037. "description": "创始人uid",
  7038. "type": "integer"
  7039. },
  7040. "several_rows": {
  7041. "description": "几排",
  7042. "type": "integer"
  7043. },
  7044. "several_times": {
  7045. "description": "几乘",
  7046. "type": "integer"
  7047. },
  7048. "system_punish_replace": {
  7049. "description": "是否位置滑落 被新用户替换 0否 1是",
  7050. "type": "integer"
  7051. },
  7052. "system_punish_replace_value": {
  7053. "description": "xx天未活跃,处罚滑落",
  7054. "type": "integer"
  7055. }
  7056. }
  7057. },
  7058. "md.UpdateTagReq": {
  7059. "type": "object",
  7060. "properties": {
  7061. "memo": {
  7062. "description": "备注",
  7063. "type": "string"
  7064. },
  7065. "name": {
  7066. "description": "标签名称",
  7067. "type": "string"
  7068. },
  7069. "tag_id": {
  7070. "description": "标签 ID",
  7071. "type": "string"
  7072. }
  7073. }
  7074. },
  7075. "md.UpdateVipEquitySettingNode": {
  7076. "type": "object",
  7077. "properties": {
  7078. "dividend_ratio": {
  7079. "description": "分红比例",
  7080. "type": "string"
  7081. },
  7082. "exchange_account_balance_fee": {
  7083. "description": "兑换余额手续费",
  7084. "type": "string"
  7085. },
  7086. "vip_level_id": {
  7087. "description": "会员等级ID",
  7088. "type": "string"
  7089. }
  7090. }
  7091. },
  7092. "md.UpdateWithdrawSettingReq": {
  7093. "type": "object",
  7094. "properties": {
  7095. "frequency_set": {
  7096. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  7097. "allOf": [
  7098. {
  7099. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  7100. }
  7101. ]
  7102. },
  7103. "id": {
  7104. "type": "integer"
  7105. },
  7106. "is_auto": {
  7107. "description": "是否开启自动提现(0:否 1:是)",
  7108. "type": "integer"
  7109. },
  7110. "is_real_name": {
  7111. "description": "是否实名(0:否 1:是)",
  7112. "type": "integer"
  7113. },
  7114. "is_support_decimal_point": {
  7115. "description": "是否支持小数点(0:否 1:是)",
  7116. "type": "integer"
  7117. },
  7118. "vip_level_limit": {
  7119. "description": "提现等级限制",
  7120. "type": "integer"
  7121. },
  7122. "withdraw_amount_limit": {
  7123. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  7124. "type": "string"
  7125. },
  7126. "withdraw_fee_set": {
  7127. "description": "提现手续费设置",
  7128. "type": "string"
  7129. },
  7130. "withdraw_multiple_limit": {
  7131. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  7132. "type": "string"
  7133. },
  7134. "withdraw_nums_limit": {
  7135. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  7136. "type": "integer"
  7137. },
  7138. "withdraw_time_interval": {
  7139. "description": "提现时段",
  7140. "type": "string"
  7141. },
  7142. "withdraw_type": {
  7143. "description": "提现方式(1:支付宝 2:微信)",
  7144. "type": "integer"
  7145. }
  7146. }
  7147. },
  7148. "md.UserDailyActivityAnalysisReq": {
  7149. "type": "object",
  7150. "properties": {
  7151. "end_date": {
  7152. "type": "string",
  7153. "example": "结束日期"
  7154. },
  7155. "page": {
  7156. "description": "页数",
  7157. "type": "integer"
  7158. },
  7159. "page_size": {
  7160. "description": "每页大小",
  7161. "type": "integer"
  7162. },
  7163. "start_date": {
  7164. "type": "string",
  7165. "example": "开始日期"
  7166. },
  7167. "uid": {
  7168. "description": "查询用户 ID",
  7169. "type": "integer"
  7170. }
  7171. }
  7172. },
  7173. "md.UserDailyActivityAnalysisResp": {
  7174. "type": "object",
  7175. "properties": {
  7176. "son_user_data": {
  7177. "description": "被查询用户子节点信息",
  7178. "type": "array",
  7179. "items": {
  7180. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  7181. }
  7182. },
  7183. "top_data": {
  7184. "description": "统计信息",
  7185. "allOf": [
  7186. {
  7187. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  7188. }
  7189. ]
  7190. }
  7191. }
  7192. },
  7193. "md.UserEggFlowReq": {
  7194. "type": "object",
  7195. "properties": {
  7196. "account_balance_exchange_egg_energy_nums_end": {
  7197. "type": "string",
  7198. "example": "余额兑换蛋蛋能量数量-结束值"
  7199. },
  7200. "account_balance_exchange_egg_energy_nums_start": {
  7201. "type": "string",
  7202. "example": "余额兑换蛋蛋能量数量-起始值"
  7203. },
  7204. "browse_interface_nums_end": {
  7205. "type": "string",
  7206. "example": "浏览界面次数-结束值"
  7207. },
  7208. "browse_interface_nums_start": {
  7209. "type": "string",
  7210. "example": "浏览界面次数-起始值"
  7211. },
  7212. "college_learning_nums_end": {
  7213. "type": "string",
  7214. "example": "学院学习次数-结束值"
  7215. },
  7216. "college_learning_nums_start": {
  7217. "type": "string",
  7218. "example": "学院学习次数-起始值"
  7219. },
  7220. "ecpm_end": {
  7221. "type": "string",
  7222. "example": "ecpm-结束值"
  7223. },
  7224. "ecpm_start": {
  7225. "type": "string",
  7226. "example": "ecpm-起始值"
  7227. },
  7228. "egg_energy_exchange_account_balance_end": {
  7229. "type": "string",
  7230. "example": "蛋蛋能量兑换余额数量-结束值"
  7231. },
  7232. "egg_energy_exchange_account_balance_start": {
  7233. "type": "string",
  7234. "example": "蛋蛋能量兑换余额数量-起始值"
  7235. },
  7236. "forum_comments_nums_end": {
  7237. "type": "string",
  7238. "example": "论坛评论次数-结束值"
  7239. },
  7240. "forum_comments_nums_start": {
  7241. "type": "string",
  7242. "example": "论坛评论次数-起始值"
  7243. },
  7244. "im_activity_nums_end": {
  7245. "type": "string",
  7246. "example": "im活跃次数-结束值"
  7247. },
  7248. "im_activity_nums_start": {
  7249. "type": "string",
  7250. "example": "im活跃次数-起始值"
  7251. },
  7252. "invite_user_nums_end": {
  7253. "type": "string",
  7254. "example": "拉新人数-结束值"
  7255. },
  7256. "invite_user_nums_start": {
  7257. "type": "string",
  7258. "example": "拉新人数-起始值"
  7259. },
  7260. "page": {
  7261. "description": "页数",
  7262. "type": "integer"
  7263. },
  7264. "page_size": {
  7265. "description": "每页大小",
  7266. "type": "integer"
  7267. },
  7268. "person_add_activity_value_end": {
  7269. "type": "string",
  7270. "example": "个人活跃积分-结束值"
  7271. },
  7272. "person_add_activity_value_start": {
  7273. "type": "string",
  7274. "example": "个人活跃积分-起始值"
  7275. },
  7276. "score_value_end": {
  7277. "type": "string",
  7278. "example": "蛋蛋分-结束值"
  7279. },
  7280. "score_value_kind": {
  7281. "description": "评分类型(0:未知 1:人工 2:系统)",
  7282. "type": "integer"
  7283. },
  7284. "score_value_start": {
  7285. "type": "string",
  7286. "example": "蛋蛋分-起始值"
  7287. },
  7288. "send_circle_of_friend_nums_end": {
  7289. "type": "string",
  7290. "example": "发朋友圈次数-结束值"
  7291. },
  7292. "send_circle_of_friend_nums_start": {
  7293. "type": "string",
  7294. "example": "发朋友圈次数-起始值"
  7295. },
  7296. "send_red_package_nums_end": {
  7297. "type": "string",
  7298. "example": "发红包次数-结束值"
  7299. },
  7300. "send_red_package_nums_start": {
  7301. "type": "string",
  7302. "example": "发红包次数-起始值"
  7303. },
  7304. "sign_in_nums_end": {
  7305. "type": "string",
  7306. "example": "签到次数-结束值"
  7307. },
  7308. "sign_in_nums_start": {
  7309. "type": "string",
  7310. "example": "签到次数-起始值"
  7311. },
  7312. "team-activity-nums-end": {
  7313. "type": "string",
  7314. "example": "团队活跃次数-结束值"
  7315. },
  7316. "team_activity_nums_start": {
  7317. "type": "string",
  7318. "example": "团队活跃次数-起始值"
  7319. },
  7320. "violate_nums_end": {
  7321. "type": "string",
  7322. "example": "违规次数-结束值"
  7323. },
  7324. "violate_nums_start": {
  7325. "type": "string",
  7326. "example": "违规次数-起始值"
  7327. },
  7328. "week": {
  7329. "type": "string",
  7330. "example": "周份"
  7331. },
  7332. "year": {
  7333. "type": "string",
  7334. "example": "年份"
  7335. }
  7336. }
  7337. },
  7338. "md.UserEggFlowReqResp": {
  7339. "type": "object",
  7340. "properties": {
  7341. "list": {
  7342. "type": "array",
  7343. "items": {
  7344. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  7345. }
  7346. },
  7347. "page": {
  7348. "description": "页数",
  7349. "type": "integer"
  7350. },
  7351. "page_size": {
  7352. "description": "每页大小",
  7353. "type": "integer"
  7354. },
  7355. "score_value_kind_map": {
  7356. "description": "评分类型(0:未知 1:人工 2:系统)",
  7357. "type": "array",
  7358. "items": {
  7359. "type": "object",
  7360. "additionalProperties": true
  7361. }
  7362. },
  7363. "total": {
  7364. "description": "总数量",
  7365. "type": "integer"
  7366. },
  7367. "week": {
  7368. "type": "string",
  7369. "example": "周份"
  7370. },
  7371. "year": {
  7372. "type": "string",
  7373. "example": "年份"
  7374. }
  7375. }
  7376. },
  7377. "md.UserEggFlowReqRespList": {
  7378. "type": "object",
  7379. "properties": {
  7380. "account_balance_exchange_egg_energy_nums": {
  7381. "description": "余额兑换蛋蛋能量数量",
  7382. "type": "integer"
  7383. },
  7384. "browse_interface_nums": {
  7385. "description": "浏览界面次数",
  7386. "type": "integer"
  7387. },
  7388. "college_learning_nums": {
  7389. "description": "学院学习次数",
  7390. "type": "integer"
  7391. },
  7392. "ecpm": {
  7393. "description": "ecpm",
  7394. "type": "number"
  7395. },
  7396. "egg_energy_exchange_account_balance": {
  7397. "description": "蛋蛋能量兑换余额数量",
  7398. "type": "integer"
  7399. },
  7400. "forum_comments_nums": {
  7401. "description": "论坛评论次数",
  7402. "type": "integer"
  7403. },
  7404. "im_activity_nums": {
  7405. "description": "im活跃次数",
  7406. "type": "integer"
  7407. },
  7408. "index_id": {
  7409. "description": "文档id",
  7410. "type": "string"
  7411. },
  7412. "invite_user_nums": {
  7413. "description": "拉新人数",
  7414. "type": "integer"
  7415. },
  7416. "person_add_activity_value": {
  7417. "description": "个人活跃积分",
  7418. "type": "integer"
  7419. },
  7420. "score_value": {
  7421. "description": "蛋蛋分-起始值",
  7422. "type": "number"
  7423. },
  7424. "score_value_kind": {
  7425. "description": "评分类型(0:未知 1:人工 2:系统)",
  7426. "type": "integer"
  7427. },
  7428. "send_circle_of_friend_nums": {
  7429. "description": "发朋友圈次数",
  7430. "type": "integer"
  7431. },
  7432. "send_red_package_nums": {
  7433. "description": "发红包次数",
  7434. "type": "integer"
  7435. },
  7436. "sign_in_nums": {
  7437. "description": "签到次数",
  7438. "type": "integer"
  7439. },
  7440. "team_activity_nums": {
  7441. "description": "团队活跃次数",
  7442. "type": "integer"
  7443. },
  7444. "violate_nums": {
  7445. "description": "违规次数",
  7446. "type": "integer"
  7447. }
  7448. }
  7449. },
  7450. "md.UserEggIndexReq": {
  7451. "type": "object",
  7452. "properties": {
  7453. "week": {
  7454. "type": "string",
  7455. "example": "周份"
  7456. },
  7457. "year": {
  7458. "type": "string",
  7459. "example": "年份"
  7460. }
  7461. }
  7462. },
  7463. "md.UserEggIndexResp": {
  7464. "type": "object",
  7465. "properties": {
  7466. "egg_energy_user_egg_index_weight": {
  7467. "description": "蛋蛋分系数权重",
  7468. "allOf": [
  7469. {
  7470. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  7471. }
  7472. ]
  7473. },
  7474. "statistics_user_egg_kind_proportion": {
  7475. "description": "统计用户蛋蛋分\"评比类型\"占比",
  7476. "type": "array",
  7477. "items": {
  7478. "type": "object",
  7479. "additionalProperties": true
  7480. }
  7481. },
  7482. "statistics_user_egg_score_value_range": {
  7483. "description": "统计用户蛋蛋分范围",
  7484. "type": "array",
  7485. "items": {
  7486. "type": "object",
  7487. "additionalProperties": {
  7488. "type": "string"
  7489. }
  7490. }
  7491. },
  7492. "week": {
  7493. "type": "string",
  7494. "example": "周份"
  7495. },
  7496. "year": {
  7497. "type": "string",
  7498. "example": "年份"
  7499. },
  7500. "year_list": {
  7501. "description": "年份\u0026\u0026周份列表",
  7502. "type": "object",
  7503. "additionalProperties": {
  7504. "type": "array",
  7505. "items": {
  7506. "type": "string"
  7507. }
  7508. }
  7509. }
  7510. }
  7511. },
  7512. "md.UserManagementGetBalanceDetailResp": {
  7513. "type": "object",
  7514. "properties": {
  7515. "list": {
  7516. "type": "array",
  7517. "items": {
  7518. "$ref": "#/definitions/md.BalanceDetailNode"
  7519. }
  7520. },
  7521. "paginate": {
  7522. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7523. }
  7524. }
  7525. },
  7526. "md.UserManagementGetFansResp": {
  7527. "type": "object",
  7528. "properties": {
  7529. "list": {
  7530. "description": "用户数据",
  7531. "type": "array",
  7532. "items": {
  7533. "$ref": "#/definitions/md.FansNode"
  7534. }
  7535. },
  7536. "paginate": {
  7537. "description": "分页信息",
  7538. "allOf": [
  7539. {
  7540. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7541. }
  7542. ]
  7543. }
  7544. }
  7545. },
  7546. "md.UserManagementGetOneBasicResp": {
  7547. "type": "object",
  7548. "properties": {
  7549. "basic_info": {
  7550. "description": "基本信息",
  7551. "allOf": [
  7552. {
  7553. "$ref": "#/definitions/md.BasicInfoNode"
  7554. }
  7555. ]
  7556. },
  7557. "levels_list": {
  7558. "description": "等级列表",
  7559. "type": "array",
  7560. "items": {
  7561. "type": "object",
  7562. "additionalProperties": true
  7563. }
  7564. },
  7565. "other_info": {
  7566. "description": "其他信息",
  7567. "allOf": [
  7568. {
  7569. "$ref": "#/definitions/md.OtherNode"
  7570. }
  7571. ]
  7572. },
  7573. "tags_list": {
  7574. "description": "标签列表",
  7575. "type": "array",
  7576. "items": {
  7577. "type": "object",
  7578. "additionalProperties": true
  7579. }
  7580. }
  7581. }
  7582. },
  7583. "md.UserManagementGetUserListNode": {
  7584. "type": "object",
  7585. "properties": {
  7586. "avatar": {
  7587. "description": "头像",
  7588. "type": "string"
  7589. },
  7590. "id": {
  7591. "description": "会员 ID",
  7592. "type": "integer"
  7593. },
  7594. "invite_code": {
  7595. "type": "string",
  7596. "example": "会员邀请码"
  7597. },
  7598. "is_real_name": {
  7599. "description": "是否实名 0.未实名,1.已实名",
  7600. "type": "integer"
  7601. },
  7602. "last_login_at": {
  7603. "description": "最后登录时间",
  7604. "type": "string"
  7605. },
  7606. "level_name": {
  7607. "description": "会员等级",
  7608. "type": "string"
  7609. },
  7610. "memo": {
  7611. "description": "备注",
  7612. "type": "string"
  7613. },
  7614. "nickname": {
  7615. "description": "昵称",
  7616. "type": "string"
  7617. },
  7618. "parent_id": {
  7619. "description": "推荐人 ID",
  7620. "type": "integer"
  7621. },
  7622. "parent_invite_code": {
  7623. "type": "string",
  7624. "example": "推荐人邀请码"
  7625. },
  7626. "parent_phone": {
  7627. "type": "string",
  7628. "example": "推荐人手机号"
  7629. },
  7630. "phone": {
  7631. "description": "手机号",
  7632. "type": "string"
  7633. },
  7634. "register_time": {
  7635. "description": "注册时间",
  7636. "type": "string"
  7637. },
  7638. "register_type": {
  7639. "description": "注册类型",
  7640. "type": "integer"
  7641. },
  7642. "sex": {
  7643. "description": "性别(0:未知 1:男 2:女)",
  7644. "type": "integer"
  7645. },
  7646. "state": {
  7647. "description": "状态",
  7648. "type": "integer"
  7649. },
  7650. "tag_name": {
  7651. "description": "会员标签",
  7652. "type": "string"
  7653. },
  7654. "wechat": {
  7655. "description": "微信号",
  7656. "type": "string"
  7657. }
  7658. }
  7659. },
  7660. "md.UserManagementGetUserListReq": {
  7661. "type": "object",
  7662. "properties": {
  7663. "effective": {
  7664. "description": "有效会员",
  7665. "type": "integer"
  7666. },
  7667. "id": {
  7668. "description": "会员 ID",
  7669. "type": "integer"
  7670. },
  7671. "invite_code": {
  7672. "type": "string",
  7673. "example": "会员邀请码"
  7674. },
  7675. "is_real_name": {
  7676. "description": "是否实名 0.未实名,1.已实名",
  7677. "type": "integer"
  7678. },
  7679. "level": {
  7680. "description": "会员等级",
  7681. "type": "integer"
  7682. },
  7683. "limit": {
  7684. "type": "integer"
  7685. },
  7686. "login_after": {
  7687. "description": "最近登录结束时间",
  7688. "type": "string"
  7689. },
  7690. "login_before": {
  7691. "description": "最近登录开始时间",
  7692. "type": "string"
  7693. },
  7694. "memo": {
  7695. "description": "备注",
  7696. "type": "string"
  7697. },
  7698. "nickname": {
  7699. "type": "string",
  7700. "example": "会员昵称"
  7701. },
  7702. "page": {
  7703. "type": "integer"
  7704. },
  7705. "parent_invite_code": {
  7706. "type": "string",
  7707. "example": "上级邀请码"
  7708. },
  7709. "parent_phone": {
  7710. "type": "string",
  7711. "example": "上级手机号"
  7712. },
  7713. "phone": {
  7714. "type": "string",
  7715. "example": "会员手机号"
  7716. },
  7717. "recommend_id": {
  7718. "description": "推荐人 ID",
  7719. "type": "integer"
  7720. },
  7721. "register_after": {
  7722. "description": "注册时间终点",
  7723. "type": "string"
  7724. },
  7725. "register_before": {
  7726. "description": "注册时间起点",
  7727. "type": "string"
  7728. },
  7729. "register_type": {
  7730. "description": "注册类型(1:APP注册、2:H5注册)",
  7731. "type": "integer"
  7732. },
  7733. "sex": {
  7734. "description": "性别(0:未知 1:男 2:女)",
  7735. "type": "integer"
  7736. },
  7737. "state": {
  7738. "description": "状态",
  7739. "type": "integer"
  7740. },
  7741. "tag": {
  7742. "description": "标签 id",
  7743. "type": "integer"
  7744. },
  7745. "union_id": {
  7746. "type": "string",
  7747. "example": "微信号"
  7748. }
  7749. }
  7750. },
  7751. "md.UserManagementGetUserListResp": {
  7752. "type": "object",
  7753. "properties": {
  7754. "levels_list": {
  7755. "description": "等级列表",
  7756. "type": "array",
  7757. "items": {
  7758. "type": "object",
  7759. "additionalProperties": true
  7760. }
  7761. },
  7762. "list": {
  7763. "type": "array",
  7764. "items": {
  7765. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  7766. }
  7767. },
  7768. "paginate": {
  7769. "description": "分页信息",
  7770. "allOf": [
  7771. {
  7772. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7773. }
  7774. ]
  7775. },
  7776. "state_list": {
  7777. "description": "状态列表",
  7778. "type": "array",
  7779. "items": {
  7780. "type": "object",
  7781. "additionalProperties": true
  7782. }
  7783. },
  7784. "tags_list": {
  7785. "description": "标签列表",
  7786. "type": "array",
  7787. "items": {
  7788. "type": "object",
  7789. "additionalProperties": true
  7790. }
  7791. }
  7792. }
  7793. },
  7794. "md.UserManagementGetVirtualCoinDetailResp": {
  7795. "type": "object",
  7796. "properties": {
  7797. "coin_list": {
  7798. "type": "array",
  7799. "items": {
  7800. "type": "object",
  7801. "additionalProperties": true
  7802. }
  7803. },
  7804. "list": {
  7805. "type": "array",
  7806. "items": {
  7807. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  7808. }
  7809. },
  7810. "paginate": {
  7811. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7812. }
  7813. }
  7814. },
  7815. "md.UserManagementUpdateUserInfoReq": {
  7816. "type": "object",
  7817. "properties": {
  7818. "avatar": {
  7819. "description": "头像",
  7820. "type": "string"
  7821. },
  7822. "last_login_ip": {
  7823. "description": "用户最后登录 IP",
  7824. "type": "string"
  7825. },
  7826. "level": {
  7827. "description": "会员等级 ID",
  7828. "type": "string"
  7829. },
  7830. "memo": {
  7831. "type": "string",
  7832. "example": "备注"
  7833. },
  7834. "nickname": {
  7835. "description": "用户名",
  7836. "type": "string"
  7837. },
  7838. "parent_uid": {
  7839. "description": "邀请人 ID",
  7840. "type": "string"
  7841. },
  7842. "phone": {
  7843. "description": "手机号",
  7844. "type": "string"
  7845. },
  7846. "sex": {
  7847. "description": "性别(0:未知 1:男 2:女)",
  7848. "type": "string"
  7849. },
  7850. "state": {
  7851. "description": "账号状态 1正常,2冻结",
  7852. "type": "string"
  7853. },
  7854. "tag": {
  7855. "description": "用户标签 ID",
  7856. "type": "string"
  7857. },
  7858. "uid": {
  7859. "type": "integer"
  7860. },
  7861. "union_id": {
  7862. "description": "微信号",
  7863. "type": "string"
  7864. }
  7865. }
  7866. },
  7867. "md.UserVirtualCoinFlow": {
  7868. "type": "object",
  7869. "properties": {
  7870. "after_amount": {
  7871. "type": "string",
  7872. "example": "变更后数量"
  7873. },
  7874. "amount": {
  7875. "type": "string",
  7876. "example": "变更数量"
  7877. },
  7878. "before_amount": {
  7879. "type": "string",
  7880. "example": "变更前数量"
  7881. },
  7882. "coin_id": {
  7883. "description": "虚拟币 ID",
  7884. "type": "integer"
  7885. },
  7886. "create_at": {
  7887. "type": "string",
  7888. "example": "创建时间"
  7889. },
  7890. "direction": {
  7891. "description": "方向:1收入 2支出",
  7892. "type": "integer"
  7893. },
  7894. "id": {
  7895. "type": "integer"
  7896. },
  7897. "sys_fee": {
  7898. "type": "string",
  7899. "example": "手续费"
  7900. },
  7901. "title": {
  7902. "type": "string",
  7903. "example": "标题"
  7904. },
  7905. "transfer_type": {
  7906. "description": "转账类型",
  7907. "type": "integer"
  7908. },
  7909. "uid": {
  7910. "description": "用户 ID",
  7911. "type": "integer"
  7912. },
  7913. "update_at": {
  7914. "type": "string",
  7915. "example": "更新时间"
  7916. }
  7917. }
  7918. },
  7919. "md.VideoRewardSetting": {
  7920. "type": "object",
  7921. "properties": {
  7922. "video_reward_is_open": {
  7923. "description": "视频奖励是否开启(1:开启 0:关闭)",
  7924. "type": "integer"
  7925. },
  7926. "video_reward_system": {
  7927. "description": "视频奖励机制",
  7928. "allOf": [
  7929. {
  7930. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  7931. }
  7932. ]
  7933. }
  7934. }
  7935. },
  7936. "md.VideoRewardSystemStruct": {
  7937. "type": "object",
  7938. "properties": {
  7939. "each_round_hour": {
  7940. "description": "每一轮X个小时",
  7941. "type": "string"
  7942. },
  7943. "interval_minutes": {
  7944. "description": "间隔X秒",
  7945. "type": "string"
  7946. },
  7947. "reward_total_num": {
  7948. "description": "一共X个奖励视屏",
  7949. "type": "string"
  7950. },
  7951. "reward_value": {
  7952. "description": "奖励X个活跃积分",
  7953. "type": "string"
  7954. }
  7955. }
  7956. },
  7957. "md.VipEquitySettingNode": {
  7958. "type": "object",
  7959. "properties": {
  7960. "dividend_ratio": {
  7961. "description": "分红比例",
  7962. "type": "string"
  7963. },
  7964. "exchange_account_balance_fee": {
  7965. "description": "兑换余额手续费",
  7966. "type": "string"
  7967. },
  7968. "vip_level_id": {
  7969. "description": "会员等级ID",
  7970. "type": "string"
  7971. },
  7972. "vip_level_name": {
  7973. "description": "会员等级名称",
  7974. "type": "string"
  7975. }
  7976. }
  7977. },
  7978. "md.VirtualCoin": {
  7979. "type": "object",
  7980. "properties": {
  7981. "create_at": {
  7982. "type": "string"
  7983. },
  7984. "exchange_ratio": {
  7985. "description": "兑换比例(与金额)",
  7986. "type": "string",
  7987. "example": "兑换比例(与金额)"
  7988. },
  7989. "id": {
  7990. "type": "integer"
  7991. },
  7992. "is_use": {
  7993. "description": "是否开启: 0否 1是",
  7994. "type": "integer"
  7995. },
  7996. "name": {
  7997. "description": "名称",
  7998. "type": "string"
  7999. },
  8000. "update_at": {
  8001. "type": "string"
  8002. }
  8003. }
  8004. },
  8005. "md.VirtualCoinDetailNode": {
  8006. "type": "object",
  8007. "properties": {
  8008. "after_amount": {
  8009. "description": "变更后积分余额",
  8010. "type": "string"
  8011. },
  8012. "amount": {
  8013. "description": "变更数量",
  8014. "type": "string"
  8015. },
  8016. "create_at": {
  8017. "description": "创建时间",
  8018. "type": "string"
  8019. },
  8020. "direction": {
  8021. "description": "类型 1.收入 2.支出",
  8022. "type": "integer"
  8023. },
  8024. "uid": {
  8025. "description": "用户 ID",
  8026. "type": "integer"
  8027. }
  8028. }
  8029. },
  8030. "md.VirtualCoinListNode": {
  8031. "type": "object",
  8032. "properties": {
  8033. "coin_id": {
  8034. "description": "货币类型 ID",
  8035. "type": "integer"
  8036. },
  8037. "kind": {
  8038. "description": "货币序号",
  8039. "type": "integer"
  8040. },
  8041. "name": {
  8042. "type": "string",
  8043. "example": "货币类型名称"
  8044. }
  8045. }
  8046. },
  8047. "md.WithdrawFrequencySettingStruct": {
  8048. "type": "object",
  8049. "properties": {
  8050. "duration": {
  8051. "description": "周期 (0.天 1.小时 2.周 3.天 4.月 5.年)",
  8052. "type": "integer"
  8053. },
  8054. "num": {
  8055. "description": "周期数",
  8056. "type": "integer"
  8057. }
  8058. }
  8059. },
  8060. "model.EggEnergyUserEggIndexWeight": {
  8061. "type": "object",
  8062. "properties": {
  8063. "account_balance_exchange_egg_energy_nums": {
  8064. "type": "string"
  8065. },
  8066. "browse_interface_nums": {
  8067. "type": "string"
  8068. },
  8069. "college_learning_nums": {
  8070. "type": "string"
  8071. },
  8072. "create_at": {
  8073. "type": "string"
  8074. },
  8075. "ecpm": {
  8076. "type": "string"
  8077. },
  8078. "egg_energy_exchange_account_balance": {
  8079. "type": "string"
  8080. },
  8081. "forum_comments_nums": {
  8082. "type": "string"
  8083. },
  8084. "id": {
  8085. "type": "integer"
  8086. },
  8087. "im_activity_nums": {
  8088. "type": "string"
  8089. },
  8090. "invite_user_nums": {
  8091. "type": "string"
  8092. },
  8093. "person_add_activity_value": {
  8094. "type": "string"
  8095. },
  8096. "send_circle_of_friend_nums": {
  8097. "type": "string"
  8098. },
  8099. "send_red_package_nums": {
  8100. "type": "string"
  8101. },
  8102. "sign_in_nums": {
  8103. "type": "string"
  8104. },
  8105. "team_activity_nums": {
  8106. "type": "string"
  8107. },
  8108. "update_at": {
  8109. "type": "string"
  8110. },
  8111. "violate_nums": {
  8112. "type": "string"
  8113. }
  8114. }
  8115. },
  8116. "model.UserLevelTask": {
  8117. "type": "object",
  8118. "properties": {
  8119. "create_at": {
  8120. "type": "string"
  8121. },
  8122. "finish_count": {
  8123. "type": "integer"
  8124. },
  8125. "id": {
  8126. "type": "integer"
  8127. },
  8128. "is_must_task": {
  8129. "type": "integer"
  8130. },
  8131. "level_id": {
  8132. "type": "integer"
  8133. },
  8134. "task_type": {
  8135. "type": "integer"
  8136. },
  8137. "task_type_level_id": {
  8138. "type": "integer"
  8139. },
  8140. "update_at": {
  8141. "type": "string"
  8142. },
  8143. "within_days": {
  8144. "type": "integer"
  8145. }
  8146. }
  8147. }
  8148. },
  8149. "securityDefinitions": {
  8150. "MasterID": {
  8151. "type": "apiKey",
  8152. "name": "MasterID",
  8153. "in": "header"
  8154. }
  8155. }
  8156. }`
  8157. // SwaggerInfo holds exported Swagger Info so clients can modify it
  8158. var SwaggerInfo = &swag.Spec{
  8159. Version: "1.0",
  8160. Host: "localhost:4001",
  8161. BasePath: "",
  8162. Schemes: []string{},
  8163. Title: "蛋蛋星球-管理后台",
  8164. Description: "管理后台接口文档",
  8165. InfoInstanceName: "swagger",
  8166. SwaggerTemplate: docTemplate,
  8167. LeftDelim: "{{",
  8168. RightDelim: "}}",
  8169. }
  8170. func init() {
  8171. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  8172. }