广告平台(站长使用)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

6579 行
220 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "站长后台接口",
  5. "title": "广告联盟-站长平台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:1002 or xxxx.advertisement.dengbiao.top",
  19. "paths": {
  20. "/api/agentQualification/bank": {
  21. "post": {
  22. "description": "渠道资质-银行资质",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "渠道资质------嘉俊"
  31. ],
  32. "summary": "银行资质",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "请求参数",
  43. "name": "args",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体看返回内容 这是data里面的数据",
  54. "schema": {
  55. "$ref": "#/definitions/md.AgentQualificationBankRes"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/agentQualification/bank/audit": {
  68. "post": {
  69. "description": "渠道资质-银行资质审核",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "渠道资质------嘉俊"
  78. ],
  79. "summary": "银行资质审核",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "请求参数",
  90. "name": "args",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体看返回内容",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/agentQualification/contact": {
  115. "post": {
  116. "description": "渠道资质-联系方式",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "渠道资质------嘉俊"
  125. ],
  126. "summary": "联系方式",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "请求参数",
  137. "name": "args",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体看返回内容 这是data里面的数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AgentQualificationContactRes"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/agentQualification/contact/audit": {
  162. "post": {
  163. "description": "渠道资质-联系方式审核",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "渠道资质------嘉俊"
  172. ],
  173. "summary": "联系方式审核",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "请求参数",
  184. "name": "args",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体看返回内容",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/agentQualification/enterprise": {
  209. "post": {
  210. "description": "渠道资质-主体资质",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "渠道资质------嘉俊"
  219. ],
  220. "summary": "主体资质",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "请求参数",
  231. "name": "args",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体看返回内容 这是data里面的数据",
  242. "schema": {
  243. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/agentQualification/enterprise/audit": {
  256. "post": {
  257. "description": "渠道资质-主体资质审核",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "渠道资质------嘉俊"
  266. ],
  267. "summary": "主体资质审核",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "验证参数Bearer和token空格拼接",
  272. "name": "Authorization",
  273. "in": "header",
  274. "required": true
  275. },
  276. {
  277. "description": "请求参数",
  278. "name": "args",
  279. "in": "body",
  280. "required": true,
  281. "schema": {
  282. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  283. }
  284. }
  285. ],
  286. "responses": {
  287. "200": {
  288. "description": "具体看返回内容",
  289. "schema": {
  290. "type": "string"
  291. }
  292. },
  293. "400": {
  294. "description": "具体错误",
  295. "schema": {
  296. "$ref": "#/definitions/md.Response"
  297. }
  298. }
  299. }
  300. }
  301. },
  302. "/api/dataCenter/generate/data/del": {
  303. "post": {
  304. "description": "数据中心-分成数据-删除",
  305. "consumes": [
  306. "application/json"
  307. ],
  308. "produces": [
  309. "application/json"
  310. ],
  311. "tags": [
  312. "数据中心------嘉俊"
  313. ],
  314. "summary": "分成数据-删除",
  315. "parameters": [
  316. {
  317. "type": "string",
  318. "description": "验证参数Bearer和token空格拼接",
  319. "name": "Authorization",
  320. "in": "header",
  321. "required": true
  322. },
  323. {
  324. "description": "请求参数",
  325. "name": "args",
  326. "in": "body",
  327. "required": true,
  328. "schema": {
  329. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  330. }
  331. }
  332. ],
  333. "responses": {
  334. "200": {
  335. "description": "具体看返回内容 ",
  336. "schema": {
  337. "type": "string"
  338. }
  339. },
  340. "400": {
  341. "description": "具体错误",
  342. "schema": {
  343. "$ref": "#/definitions/md.Response"
  344. }
  345. }
  346. }
  347. }
  348. },
  349. "/api/dataCenter/generate/data/detail": {
  350. "post": {
  351. "description": "数据中心-分成数据-详情",
  352. "consumes": [
  353. "application/json"
  354. ],
  355. "produces": [
  356. "application/json"
  357. ],
  358. "tags": [
  359. "数据中心------嘉俊"
  360. ],
  361. "summary": "分成数据-详情",
  362. "parameters": [
  363. {
  364. "type": "string",
  365. "description": "验证参数Bearer和token空格拼接",
  366. "name": "Authorization",
  367. "in": "header",
  368. "required": true
  369. },
  370. {
  371. "description": "请求参数",
  372. "name": "args",
  373. "in": "body",
  374. "required": true,
  375. "schema": {
  376. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  377. }
  378. }
  379. ],
  380. "responses": {
  381. "200": {
  382. "description": "具体看返回内容 ",
  383. "schema": {
  384. "$ref": "#/definitions/md.DataCenterGenerateDataDetailData"
  385. }
  386. },
  387. "400": {
  388. "description": "具体错误",
  389. "schema": {
  390. "$ref": "#/definitions/md.Response"
  391. }
  392. }
  393. }
  394. }
  395. },
  396. "/api/dataCenter/generate/data/doing": {
  397. "post": {
  398. "description": "数据中心-分成数据-应用操作",
  399. "consumes": [
  400. "application/json"
  401. ],
  402. "produces": [
  403. "application/json"
  404. ],
  405. "tags": [
  406. "数据中心------嘉俊"
  407. ],
  408. "summary": "分成数据-应用操作",
  409. "parameters": [
  410. {
  411. "type": "string",
  412. "description": "验证参数Bearer和token空格拼接",
  413. "name": "Authorization",
  414. "in": "header",
  415. "required": true
  416. },
  417. {
  418. "description": "请求参数",
  419. "name": "args",
  420. "in": "body",
  421. "required": true,
  422. "schema": {
  423. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  424. }
  425. }
  426. ],
  427. "responses": {
  428. "200": {
  429. "description": "具体看返回内容 ",
  430. "schema": {
  431. "type": "string"
  432. }
  433. },
  434. "400": {
  435. "description": "具体错误",
  436. "schema": {
  437. "$ref": "#/definitions/md.Response"
  438. }
  439. }
  440. }
  441. }
  442. },
  443. "/api/dataCenter/generate/data/list": {
  444. "post": {
  445. "description": "数据中心-分成数据-列表",
  446. "consumes": [
  447. "application/json"
  448. ],
  449. "produces": [
  450. "application/json"
  451. ],
  452. "tags": [
  453. "数据中心------嘉俊"
  454. ],
  455. "summary": "分成数据-列表",
  456. "parameters": [
  457. {
  458. "type": "string",
  459. "description": "验证参数Bearer和token空格拼接",
  460. "name": "Authorization",
  461. "in": "header",
  462. "required": true
  463. },
  464. {
  465. "description": "请求参数",
  466. "name": "args",
  467. "in": "body",
  468. "required": true,
  469. "schema": {
  470. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  471. }
  472. }
  473. ],
  474. "responses": {
  475. "200": {
  476. "description": "具体看返回内容 这是data里面的数据",
  477. "schema": {
  478. "$ref": "#/definitions/md.DataCenterGenerateDataRes"
  479. }
  480. },
  481. "400": {
  482. "description": "具体错误",
  483. "schema": {
  484. "$ref": "#/definitions/md.Response"
  485. }
  486. }
  487. }
  488. }
  489. },
  490. "/api/dataCenter/income/data/detail": {
  491. "post": {
  492. "description": "数据中心-收益报表-详情",
  493. "consumes": [
  494. "application/json"
  495. ],
  496. "produces": [
  497. "application/json"
  498. ],
  499. "tags": [
  500. "数据中心------嘉俊"
  501. ],
  502. "summary": "收益报表-详情",
  503. "parameters": [
  504. {
  505. "type": "string",
  506. "description": "验证参数Bearer和token空格拼接",
  507. "name": "Authorization",
  508. "in": "header",
  509. "required": true
  510. },
  511. {
  512. "description": "请求参数",
  513. "name": "args",
  514. "in": "body",
  515. "required": true,
  516. "schema": {
  517. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  518. }
  519. }
  520. ],
  521. "responses": {
  522. "200": {
  523. "description": "具体看返回内容 这是data里面的数据",
  524. "schema": {
  525. "$ref": "#/definitions/md.DataCenterIncomeDataDetail"
  526. }
  527. },
  528. "400": {
  529. "description": "具体错误",
  530. "schema": {
  531. "$ref": "#/definitions/md.Response"
  532. }
  533. }
  534. }
  535. }
  536. },
  537. "/api/dataCenter/income/data/list": {
  538. "post": {
  539. "description": "数据中心-收益报表-列表",
  540. "consumes": [
  541. "application/json"
  542. ],
  543. "produces": [
  544. "application/json"
  545. ],
  546. "tags": [
  547. "数据中心------嘉俊"
  548. ],
  549. "summary": "收益报表-列表",
  550. "parameters": [
  551. {
  552. "type": "string",
  553. "description": "验证参数Bearer和token空格拼接",
  554. "name": "Authorization",
  555. "in": "header",
  556. "required": true
  557. },
  558. {
  559. "description": "请求参数",
  560. "name": "args",
  561. "in": "body",
  562. "required": true,
  563. "schema": {
  564. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  565. }
  566. }
  567. ],
  568. "responses": {
  569. "200": {
  570. "description": "具体看返回内容 这是data里面的数据",
  571. "schema": {
  572. "$ref": "#/definitions/md.DataCenterIncomeDataRes"
  573. }
  574. },
  575. "400": {
  576. "description": "具体错误",
  577. "schema": {
  578. "$ref": "#/definitions/md.Response"
  579. }
  580. }
  581. }
  582. }
  583. },
  584. "/api/dataCenter/original/data/del": {
  585. "post": {
  586. "description": "数据中心-原始数据-删除",
  587. "consumes": [
  588. "application/json"
  589. ],
  590. "produces": [
  591. "application/json"
  592. ],
  593. "tags": [
  594. "数据中心------嘉俊"
  595. ],
  596. "summary": "原始数据-删除",
  597. "parameters": [
  598. {
  599. "type": "string",
  600. "description": "验证参数Bearer和token空格拼接",
  601. "name": "Authorization",
  602. "in": "header",
  603. "required": true
  604. },
  605. {
  606. "description": "请求参数",
  607. "name": "args",
  608. "in": "body",
  609. "required": true,
  610. "schema": {
  611. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  612. }
  613. }
  614. ],
  615. "responses": {
  616. "200": {
  617. "description": "具体看返回内容 ",
  618. "schema": {
  619. "type": "string"
  620. }
  621. },
  622. "400": {
  623. "description": "具体错误",
  624. "schema": {
  625. "$ref": "#/definitions/md.Response"
  626. }
  627. }
  628. }
  629. }
  630. },
  631. "/api/dataCenter/original/data/doing": {
  632. "post": {
  633. "description": "数据中心-原始数据-应用操作",
  634. "consumes": [
  635. "application/json"
  636. ],
  637. "produces": [
  638. "application/json"
  639. ],
  640. "tags": [
  641. "数据中心------嘉俊"
  642. ],
  643. "summary": "原始数据-应用操作",
  644. "parameters": [
  645. {
  646. "type": "string",
  647. "description": "验证参数Bearer和token空格拼接",
  648. "name": "Authorization",
  649. "in": "header",
  650. "required": true
  651. },
  652. {
  653. "description": "请求参数",
  654. "name": "args",
  655. "in": "body",
  656. "required": true,
  657. "schema": {
  658. "$ref": "#/definitions/md.DataCenterDataCenterOriginalDataDoingReq"
  659. }
  660. }
  661. ],
  662. "responses": {
  663. "200": {
  664. "description": "具体看返回内容 ",
  665. "schema": {
  666. "type": "string"
  667. }
  668. },
  669. "400": {
  670. "description": "具体错误",
  671. "schema": {
  672. "$ref": "#/definitions/md.Response"
  673. }
  674. }
  675. }
  676. }
  677. },
  678. "/api/dataCenter/original/data/list": {
  679. "post": {
  680. "description": "数据中心-原始数据-列表",
  681. "consumes": [
  682. "application/json"
  683. ],
  684. "produces": [
  685. "application/json"
  686. ],
  687. "tags": [
  688. "数据中心------嘉俊"
  689. ],
  690. "summary": "原始数据-列表",
  691. "parameters": [
  692. {
  693. "type": "string",
  694. "description": "验证参数Bearer和token空格拼接",
  695. "name": "Authorization",
  696. "in": "header",
  697. "required": true
  698. },
  699. {
  700. "description": "请求参数",
  701. "name": "args",
  702. "in": "body",
  703. "required": true,
  704. "schema": {
  705. "$ref": "#/definitions/md.DataCenterOriginalDataReq"
  706. }
  707. }
  708. ],
  709. "responses": {
  710. "200": {
  711. "description": "具体看返回内容 这是data里面的数据",
  712. "schema": {
  713. "$ref": "#/definitions/md.DataCenterOriginalDataRes"
  714. }
  715. },
  716. "400": {
  717. "description": "具体错误",
  718. "schema": {
  719. "$ref": "#/definitions/md.Response"
  720. }
  721. }
  722. }
  723. }
  724. },
  725. "/api/dataCenter/original/data/more/application": {
  726. "post": {
  727. "description": "数据中心-原始数据-一键导入应用列表",
  728. "consumes": [
  729. "application/json"
  730. ],
  731. "produces": [
  732. "application/json"
  733. ],
  734. "tags": [
  735. "数据中心------嘉俊"
  736. ],
  737. "summary": "原始数据-一键导入应用列表",
  738. "parameters": [
  739. {
  740. "type": "string",
  741. "description": "验证参数Bearer和token空格拼接",
  742. "name": "Authorization",
  743. "in": "header",
  744. "required": true
  745. },
  746. {
  747. "description": "请求参数",
  748. "name": "args",
  749. "in": "body",
  750. "required": true,
  751. "schema": {
  752. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationReq"
  753. }
  754. }
  755. ],
  756. "responses": {
  757. "200": {
  758. "description": "具体看返回内容 这是data里面的数据",
  759. "schema": {
  760. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationRes"
  761. }
  762. },
  763. "400": {
  764. "description": "具体错误",
  765. "schema": {
  766. "$ref": "#/definitions/md.Response"
  767. }
  768. }
  769. }
  770. }
  771. },
  772. "/api/dataCenter/original/data/more/application/doing": {
  773. "post": {
  774. "description": "数据中心-原始数据-一键导入操作",
  775. "consumes": [
  776. "application/json"
  777. ],
  778. "produces": [
  779. "application/json"
  780. ],
  781. "tags": [
  782. "数据中心------嘉俊"
  783. ],
  784. "summary": "原始数据-一键导入操作",
  785. "parameters": [
  786. {
  787. "type": "string",
  788. "description": "验证参数Bearer和token空格拼接",
  789. "name": "Authorization",
  790. "in": "header",
  791. "required": true
  792. },
  793. {
  794. "description": "请求参数",
  795. "name": "args",
  796. "in": "body",
  797. "required": true,
  798. "schema": {
  799. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  800. }
  801. }
  802. ],
  803. "responses": {
  804. "200": {
  805. "description": "具体看返回内容 ",
  806. "schema": {
  807. "type": "string"
  808. }
  809. },
  810. "400": {
  811. "description": "具体错误",
  812. "schema": {
  813. "$ref": "#/definitions/md.Response"
  814. }
  815. }
  816. }
  817. }
  818. },
  819. "/api/dataCenter/original/data/more/application/state": {
  820. "get": {
  821. "description": "数据中心-原始数据-一键导入操作状态",
  822. "consumes": [
  823. "application/json"
  824. ],
  825. "produces": [
  826. "application/json"
  827. ],
  828. "tags": [
  829. "数据中心------嘉俊"
  830. ],
  831. "summary": "原始数据-一键导入操作状态",
  832. "parameters": [
  833. {
  834. "type": "string",
  835. "description": "验证参数Bearer和token空格拼接",
  836. "name": "Authorization",
  837. "in": "header",
  838. "required": true
  839. },
  840. {
  841. "description": "请求参数",
  842. "name": "args",
  843. "in": "body",
  844. "required": true,
  845. "schema": {
  846. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  847. }
  848. }
  849. ],
  850. "responses": {
  851. "200": {
  852. "description": "具体看返回内容 state=1 进行中",
  853. "schema": {
  854. "type": "string"
  855. }
  856. },
  857. "400": {
  858. "description": "具体错误",
  859. "schema": {
  860. "$ref": "#/definitions/md.Response"
  861. }
  862. }
  863. }
  864. }
  865. },
  866. "/api/dataCenter/original/data/one/application": {
  867. "get": {
  868. "description": "数据中心-原始数据-单个导入应用列表",
  869. "consumes": [
  870. "application/json"
  871. ],
  872. "produces": [
  873. "application/json"
  874. ],
  875. "tags": [
  876. "数据中心------嘉俊"
  877. ],
  878. "summary": "原始数据-单个导入应用列表",
  879. "parameters": [
  880. {
  881. "type": "string",
  882. "description": "验证参数Bearer和token空格拼接",
  883. "name": "Authorization",
  884. "in": "header",
  885. "required": true
  886. }
  887. ],
  888. "responses": {
  889. "200": {
  890. "description": "具体看返回内容 这是data里面的数据",
  891. "schema": {
  892. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationRes"
  893. }
  894. },
  895. "400": {
  896. "description": "具体错误",
  897. "schema": {
  898. "$ref": "#/definitions/md.Response"
  899. }
  900. }
  901. }
  902. }
  903. },
  904. "/api/dataCenter/original/data/one/application/ad/list": {
  905. "post": {
  906. "description": "数据中心-原始数据-单个导入应用-广告位列表",
  907. "consumes": [
  908. "application/json"
  909. ],
  910. "produces": [
  911. "application/json"
  912. ],
  913. "tags": [
  914. "数据中心------嘉俊"
  915. ],
  916. "summary": "原始数据-单个导入应用-广告位列表",
  917. "parameters": [
  918. {
  919. "type": "string",
  920. "description": "验证参数Bearer和token空格拼接",
  921. "name": "Authorization",
  922. "in": "header",
  923. "required": true
  924. },
  925. {
  926. "description": "请求参数",
  927. "name": "args",
  928. "in": "body",
  929. "required": true,
  930. "schema": {
  931. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListReq"
  932. }
  933. }
  934. ],
  935. "responses": {
  936. "200": {
  937. "description": "具体看返回内容 这是data里面的数据",
  938. "schema": {
  939. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListRes"
  940. }
  941. },
  942. "400": {
  943. "description": "具体错误",
  944. "schema": {
  945. "$ref": "#/definitions/md.Response"
  946. }
  947. }
  948. }
  949. }
  950. },
  951. "/api/dataCenter/original/data/one/application/doing": {
  952. "post": {
  953. "description": "数据中心-原始数据-单个应用数据操作",
  954. "consumes": [
  955. "application/json"
  956. ],
  957. "produces": [
  958. "application/json"
  959. ],
  960. "tags": [
  961. "数据中心------嘉俊"
  962. ],
  963. "summary": "原始数据-单个应用数据操作",
  964. "parameters": [
  965. {
  966. "type": "string",
  967. "description": "验证参数Bearer和token空格拼接",
  968. "name": "Authorization",
  969. "in": "header",
  970. "required": true
  971. },
  972. {
  973. "description": "请求参数",
  974. "name": "args",
  975. "in": "body",
  976. "required": true,
  977. "schema": {
  978. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  979. }
  980. }
  981. ],
  982. "responses": {
  983. "200": {
  984. "description": "具体看返回内容 ",
  985. "schema": {
  986. "type": "string"
  987. }
  988. },
  989. "400": {
  990. "description": "具体错误",
  991. "schema": {
  992. "$ref": "#/definitions/md.Response"
  993. }
  994. }
  995. }
  996. }
  997. },
  998. "/api/dataCenter/original/data/one/application/total": {
  999. "post": {
  1000. "description": "数据中心-原始数据-单个应用数据统计",
  1001. "consumes": [
  1002. "application/json"
  1003. ],
  1004. "produces": [
  1005. "application/json"
  1006. ],
  1007. "tags": [
  1008. "数据中心------嘉俊"
  1009. ],
  1010. "summary": "原始数据-单个应用数据统计",
  1011. "parameters": [
  1012. {
  1013. "type": "string",
  1014. "description": "验证参数Bearer和token空格拼接",
  1015. "name": "Authorization",
  1016. "in": "header",
  1017. "required": true
  1018. },
  1019. {
  1020. "description": "请求参数",
  1021. "name": "args",
  1022. "in": "body",
  1023. "required": true,
  1024. "schema": {
  1025. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  1026. }
  1027. }
  1028. ],
  1029. "responses": {
  1030. "200": {
  1031. "description": "具体看返回内容 ",
  1032. "schema": {
  1033. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingRes"
  1034. }
  1035. },
  1036. "400": {
  1037. "description": "具体错误",
  1038. "schema": {
  1039. "$ref": "#/definitions/md.Response"
  1040. }
  1041. }
  1042. }
  1043. }
  1044. },
  1045. "/api/dataCenter/original/data/total": {
  1046. "post": {
  1047. "description": "数据中心-原始数据-记录应用时统计",
  1048. "consumes": [
  1049. "application/json"
  1050. ],
  1051. "produces": [
  1052. "application/json"
  1053. ],
  1054. "tags": [
  1055. "数据中心------嘉俊"
  1056. ],
  1057. "summary": "原始数据-记录应用时统计",
  1058. "parameters": [
  1059. {
  1060. "type": "string",
  1061. "description": "验证参数Bearer和token空格拼接",
  1062. "name": "Authorization",
  1063. "in": "header",
  1064. "required": true
  1065. },
  1066. {
  1067. "description": "请求参数",
  1068. "name": "args",
  1069. "in": "body",
  1070. "required": true,
  1071. "schema": {
  1072. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  1073. }
  1074. }
  1075. ],
  1076. "responses": {
  1077. "200": {
  1078. "description": "具体看返回内容 ",
  1079. "schema": {
  1080. "type": "string"
  1081. }
  1082. },
  1083. "400": {
  1084. "description": "具体错误",
  1085. "schema": {
  1086. "$ref": "#/definitions/md.Response"
  1087. }
  1088. }
  1089. }
  1090. }
  1091. },
  1092. "/api/divisionStrategy/detail": {
  1093. "post": {
  1094. "description": "分成策略-详情",
  1095. "consumes": [
  1096. "application/json"
  1097. ],
  1098. "produces": [
  1099. "application/json"
  1100. ],
  1101. "tags": [
  1102. "分成策略------嘉俊"
  1103. ],
  1104. "summary": "详情",
  1105. "parameters": [
  1106. {
  1107. "type": "string",
  1108. "description": "验证参数Bearer和token空格拼接",
  1109. "name": "Authorization",
  1110. "in": "header",
  1111. "required": true
  1112. },
  1113. {
  1114. "description": "请求参数",
  1115. "name": "args",
  1116. "in": "body",
  1117. "required": true,
  1118. "schema": {
  1119. "$ref": "#/definitions/md.DivisionStrategyDetailReq"
  1120. }
  1121. }
  1122. ],
  1123. "responses": {
  1124. "200": {
  1125. "description": "具体看返回内容 这是data里面的数据",
  1126. "schema": {
  1127. "$ref": "#/definitions/md.DivisionStrategyDetailRes"
  1128. }
  1129. },
  1130. "400": {
  1131. "description": "具体错误",
  1132. "schema": {
  1133. "$ref": "#/definitions/md.Response"
  1134. }
  1135. }
  1136. }
  1137. }
  1138. },
  1139. "/api/divisionStrategy/list": {
  1140. "post": {
  1141. "description": "分成策略-列表",
  1142. "consumes": [
  1143. "application/json"
  1144. ],
  1145. "produces": [
  1146. "application/json"
  1147. ],
  1148. "tags": [
  1149. "分成策略------嘉俊"
  1150. ],
  1151. "summary": "列表",
  1152. "parameters": [
  1153. {
  1154. "type": "string",
  1155. "description": "验证参数Bearer和token空格拼接",
  1156. "name": "Authorization",
  1157. "in": "header",
  1158. "required": true
  1159. },
  1160. {
  1161. "description": "请求参数",
  1162. "name": "args",
  1163. "in": "body",
  1164. "required": true,
  1165. "schema": {
  1166. "$ref": "#/definitions/md.DivisionStrategyReq"
  1167. }
  1168. }
  1169. ],
  1170. "responses": {
  1171. "200": {
  1172. "description": "具体看返回内容 这是data里面的数据",
  1173. "schema": {
  1174. "$ref": "#/definitions/md.DivisionStrategyRes"
  1175. }
  1176. },
  1177. "400": {
  1178. "description": "具体错误",
  1179. "schema": {
  1180. "$ref": "#/definitions/md.Response"
  1181. }
  1182. }
  1183. }
  1184. }
  1185. },
  1186. "/api/divisionStrategy/save": {
  1187. "post": {
  1188. "description": "分成策略-保存",
  1189. "consumes": [
  1190. "application/json"
  1191. ],
  1192. "produces": [
  1193. "application/json"
  1194. ],
  1195. "tags": [
  1196. "分成策略------嘉俊"
  1197. ],
  1198. "summary": "保存",
  1199. "parameters": [
  1200. {
  1201. "type": "string",
  1202. "description": "验证参数Bearer和token空格拼接",
  1203. "name": "Authorization",
  1204. "in": "header",
  1205. "required": true
  1206. },
  1207. {
  1208. "description": "请求参数",
  1209. "name": "args",
  1210. "in": "body",
  1211. "required": true,
  1212. "schema": {
  1213. "$ref": "#/definitions/md.DivisionStrategyDetailRes"
  1214. }
  1215. }
  1216. ],
  1217. "responses": {
  1218. "200": {
  1219. "description": "具体看返回内容 ",
  1220. "schema": {
  1221. "type": "string"
  1222. }
  1223. },
  1224. "400": {
  1225. "description": "具体错误",
  1226. "schema": {
  1227. "$ref": "#/definitions/md.Response"
  1228. }
  1229. }
  1230. }
  1231. }
  1232. },
  1233. "/api/financeCenter/medium/detail": {
  1234. "post": {
  1235. "description": "财务中心-媒体详情",
  1236. "consumes": [
  1237. "application/json"
  1238. ],
  1239. "produces": [
  1240. "application/json"
  1241. ],
  1242. "tags": [
  1243. "财务中心------嘉俊"
  1244. ],
  1245. "summary": "媒体详情",
  1246. "parameters": [
  1247. {
  1248. "type": "string",
  1249. "description": "验证参数Bearer和token空格拼接",
  1250. "name": "Authorization",
  1251. "in": "header",
  1252. "required": true
  1253. },
  1254. {
  1255. "description": "请求参数",
  1256. "name": "args",
  1257. "in": "body",
  1258. "required": true,
  1259. "schema": {
  1260. "$ref": "#/definitions/md.CommDetailReq"
  1261. }
  1262. }
  1263. ],
  1264. "responses": {
  1265. "200": {
  1266. "description": "具体看返回内容 这是data里面的数据",
  1267. "schema": {
  1268. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1269. }
  1270. },
  1271. "400": {
  1272. "description": "具体错误",
  1273. "schema": {
  1274. "$ref": "#/definitions/md.Response"
  1275. }
  1276. }
  1277. }
  1278. }
  1279. },
  1280. "/api/financeCenter/medium/invoice/save": {
  1281. "post": {
  1282. "description": "财务中心-媒体详情-发票保存",
  1283. "consumes": [
  1284. "application/json"
  1285. ],
  1286. "produces": [
  1287. "application/json"
  1288. ],
  1289. "tags": [
  1290. "财务中心------嘉俊"
  1291. ],
  1292. "summary": "媒体详情-发票保存",
  1293. "parameters": [
  1294. {
  1295. "type": "string",
  1296. "description": "验证参数Bearer和token空格拼接",
  1297. "name": "Authorization",
  1298. "in": "header",
  1299. "required": true
  1300. },
  1301. {
  1302. "description": "请求参数",
  1303. "name": "args",
  1304. "in": "body",
  1305. "required": true,
  1306. "schema": {
  1307. "$ref": "#/definitions/md.InvoiceReq"
  1308. }
  1309. }
  1310. ],
  1311. "responses": {
  1312. "200": {
  1313. "description": "具体看返回内容 这是data里面的数据",
  1314. "schema": {
  1315. "type": "string"
  1316. }
  1317. },
  1318. "400": {
  1319. "description": "具体错误",
  1320. "schema": {
  1321. "$ref": "#/definitions/md.Response"
  1322. }
  1323. }
  1324. }
  1325. }
  1326. },
  1327. "/api/financeCenter/medium/list": {
  1328. "post": {
  1329. "description": "财务中心-媒体列表",
  1330. "consumes": [
  1331. "application/json"
  1332. ],
  1333. "produces": [
  1334. "application/json"
  1335. ],
  1336. "tags": [
  1337. "财务中心------嘉俊"
  1338. ],
  1339. "summary": "媒体列表",
  1340. "parameters": [
  1341. {
  1342. "type": "string",
  1343. "description": "验证参数Bearer和token空格拼接",
  1344. "name": "Authorization",
  1345. "in": "header",
  1346. "required": true
  1347. },
  1348. {
  1349. "description": "请求参数",
  1350. "name": "args",
  1351. "in": "body",
  1352. "required": true,
  1353. "schema": {
  1354. "$ref": "#/definitions/md.FinanceCenterDataReq"
  1355. }
  1356. }
  1357. ],
  1358. "responses": {
  1359. "200": {
  1360. "description": "具体看返回内容 这是data里面的数据",
  1361. "schema": {
  1362. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1363. }
  1364. },
  1365. "400": {
  1366. "description": "具体错误",
  1367. "schema": {
  1368. "$ref": "#/definitions/md.Response"
  1369. }
  1370. }
  1371. }
  1372. }
  1373. },
  1374. "/api/financeCenter/medium/other/income/save": {
  1375. "post": {
  1376. "description": "财务中心-媒体详情-其他收益调整",
  1377. "consumes": [
  1378. "application/json"
  1379. ],
  1380. "produces": [
  1381. "application/json"
  1382. ],
  1383. "tags": [
  1384. "财务中心------嘉俊"
  1385. ],
  1386. "summary": "媒体详情-其他收益调整",
  1387. "parameters": [
  1388. {
  1389. "type": "string",
  1390. "description": "验证参数Bearer和token空格拼接",
  1391. "name": "Authorization",
  1392. "in": "header",
  1393. "required": true
  1394. },
  1395. {
  1396. "description": "请求参数",
  1397. "name": "args",
  1398. "in": "body",
  1399. "required": true,
  1400. "schema": {
  1401. "$ref": "#/definitions/md.OtherIncomeReq"
  1402. }
  1403. }
  1404. ],
  1405. "responses": {
  1406. "200": {
  1407. "description": "具体看返回内容 这是data里面的数据",
  1408. "schema": {
  1409. "type": "string"
  1410. }
  1411. },
  1412. "400": {
  1413. "description": "具体错误",
  1414. "schema": {
  1415. "$ref": "#/definitions/md.Response"
  1416. }
  1417. }
  1418. }
  1419. }
  1420. },
  1421. "/api/financeCenter/medium/pay/save": {
  1422. "post": {
  1423. "description": "财务中心-媒体详情-确认支付",
  1424. "consumes": [
  1425. "application/json"
  1426. ],
  1427. "produces": [
  1428. "application/json"
  1429. ],
  1430. "tags": [
  1431. "财务中心------嘉俊"
  1432. ],
  1433. "summary": "媒体详情-确认支付",
  1434. "parameters": [
  1435. {
  1436. "type": "string",
  1437. "description": "验证参数Bearer和token空格拼接",
  1438. "name": "Authorization",
  1439. "in": "header",
  1440. "required": true
  1441. },
  1442. {
  1443. "description": "请求参数",
  1444. "name": "args",
  1445. "in": "body",
  1446. "required": true,
  1447. "schema": {
  1448. "$ref": "#/definitions/md.CommDetailReq"
  1449. }
  1450. }
  1451. ],
  1452. "responses": {
  1453. "200": {
  1454. "description": "具体看返回内容 这是data里面的数据",
  1455. "schema": {
  1456. "type": "string"
  1457. }
  1458. },
  1459. "400": {
  1460. "description": "具体错误",
  1461. "schema": {
  1462. "$ref": "#/definitions/md.Response"
  1463. }
  1464. }
  1465. }
  1466. }
  1467. },
  1468. "/api/financeCenter/medium/settle/file/save": {
  1469. "post": {
  1470. "description": "财务中心-媒体详情-结算单保存",
  1471. "consumes": [
  1472. "application/json"
  1473. ],
  1474. "produces": [
  1475. "application/json"
  1476. ],
  1477. "tags": [
  1478. "财务中心------嘉俊"
  1479. ],
  1480. "summary": "媒体详情-结算单保存",
  1481. "parameters": [
  1482. {
  1483. "type": "string",
  1484. "description": "验证参数Bearer和token空格拼接",
  1485. "name": "Authorization",
  1486. "in": "header",
  1487. "required": true
  1488. },
  1489. {
  1490. "description": "请求参数",
  1491. "name": "args",
  1492. "in": "body",
  1493. "required": true,
  1494. "schema": {
  1495. "$ref": "#/definitions/md.SettleFileReq"
  1496. }
  1497. }
  1498. ],
  1499. "responses": {
  1500. "200": {
  1501. "description": "具体看返回内容 这是data里面的数据",
  1502. "schema": {
  1503. "type": "string"
  1504. }
  1505. },
  1506. "400": {
  1507. "description": "具体错误",
  1508. "schema": {
  1509. "$ref": "#/definitions/md.Response"
  1510. }
  1511. }
  1512. }
  1513. }
  1514. },
  1515. "/api/login": {
  1516. "post": {
  1517. "description": "登入",
  1518. "consumes": [
  1519. "application/json"
  1520. ],
  1521. "produces": [
  1522. "application/json"
  1523. ],
  1524. "tags": [
  1525. "登录"
  1526. ],
  1527. "summary": "登陆",
  1528. "parameters": [
  1529. {
  1530. "description": "用户名密码",
  1531. "name": "req",
  1532. "in": "body",
  1533. "required": true,
  1534. "schema": {
  1535. "$ref": "#/definitions/md.LoginReq"
  1536. }
  1537. }
  1538. ],
  1539. "responses": {
  1540. "200": {
  1541. "description": "token",
  1542. "schema": {
  1543. "$ref": "#/definitions/md.LoginResponse"
  1544. }
  1545. },
  1546. "400": {
  1547. "description": "具体错误",
  1548. "schema": {
  1549. "$ref": "#/definitions/md.Response"
  1550. }
  1551. }
  1552. }
  1553. }
  1554. },
  1555. "/api/mediumCenter/agent/bind/medium/list": {
  1556. "post": {
  1557. "description": "媒体中心-代理绑定媒体列表",
  1558. "consumes": [
  1559. "application/json"
  1560. ],
  1561. "produces": [
  1562. "application/json"
  1563. ],
  1564. "tags": [
  1565. "媒体中心------嘉俊"
  1566. ],
  1567. "summary": "代理绑定媒体列表",
  1568. "parameters": [
  1569. {
  1570. "type": "string",
  1571. "description": "验证参数Bearer和token空格拼接",
  1572. "name": "Authorization",
  1573. "in": "header",
  1574. "required": true
  1575. },
  1576. {
  1577. "description": "请求参数",
  1578. "name": "args",
  1579. "in": "body",
  1580. "required": true,
  1581. "schema": {
  1582. "$ref": "#/definitions/md.MediumListReq"
  1583. }
  1584. }
  1585. ],
  1586. "responses": {
  1587. "200": {
  1588. "description": "具体看返回内容 这是data里面的数据",
  1589. "schema": {
  1590. "$ref": "#/definitions/md.MediumListRes"
  1591. }
  1592. },
  1593. "400": {
  1594. "description": "具体错误",
  1595. "schema": {
  1596. "$ref": "#/definitions/md.Response"
  1597. }
  1598. }
  1599. }
  1600. }
  1601. },
  1602. "/api/mediumCenter/agent/list": {
  1603. "post": {
  1604. "description": "媒体中心-代理列表",
  1605. "consumes": [
  1606. "application/json"
  1607. ],
  1608. "produces": [
  1609. "application/json"
  1610. ],
  1611. "tags": [
  1612. "媒体中心------嘉俊"
  1613. ],
  1614. "summary": "代理列表",
  1615. "parameters": [
  1616. {
  1617. "type": "string",
  1618. "description": "验证参数Bearer和token空格拼接",
  1619. "name": "Authorization",
  1620. "in": "header",
  1621. "required": true
  1622. },
  1623. {
  1624. "description": "请求参数",
  1625. "name": "args",
  1626. "in": "body",
  1627. "required": true,
  1628. "schema": {
  1629. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  1630. }
  1631. }
  1632. ],
  1633. "responses": {
  1634. "200": {
  1635. "description": "具体看返回内容 这是data里面的数据",
  1636. "schema": {
  1637. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  1638. }
  1639. },
  1640. "400": {
  1641. "description": "具体错误",
  1642. "schema": {
  1643. "$ref": "#/definitions/md.Response"
  1644. }
  1645. }
  1646. }
  1647. }
  1648. },
  1649. "/api/mediumCenter/applet/application/ad/space/audit": {
  1650. "post": {
  1651. "description": "小程序应用-广告位审核",
  1652. "consumes": [
  1653. "application/json"
  1654. ],
  1655. "produces": [
  1656. "application/json"
  1657. ],
  1658. "tags": [
  1659. "媒体中心------嘉俊"
  1660. ],
  1661. "summary": "广告位审核",
  1662. "parameters": [
  1663. {
  1664. "type": "string",
  1665. "description": "验证参数Bearer和token空格拼接",
  1666. "name": "Authorization",
  1667. "in": "header",
  1668. "required": true
  1669. },
  1670. {
  1671. "description": "请求参数",
  1672. "name": "args",
  1673. "in": "body",
  1674. "required": true,
  1675. "schema": {
  1676. "$ref": "#/definitions/md.AppletApplicationAdSpaceSaveReq"
  1677. }
  1678. }
  1679. ],
  1680. "responses": {
  1681. "200": {
  1682. "description": "具体看返回内容",
  1683. "schema": {
  1684. "type": "string"
  1685. }
  1686. },
  1687. "400": {
  1688. "description": "具体错误",
  1689. "schema": {
  1690. "$ref": "#/definitions/md.Response"
  1691. }
  1692. }
  1693. }
  1694. }
  1695. },
  1696. "/api/mediumCenter/applet/application/ad/space/list": {
  1697. "post": {
  1698. "description": "媒体中心-媒体列表",
  1699. "consumes": [
  1700. "application/json"
  1701. ],
  1702. "produces": [
  1703. "application/json"
  1704. ],
  1705. "tags": [
  1706. "媒体中心------嘉俊"
  1707. ],
  1708. "summary": "媒体列表",
  1709. "parameters": [
  1710. {
  1711. "type": "string",
  1712. "description": "验证参数Bearer和token空格拼接",
  1713. "name": "Authorization",
  1714. "in": "header",
  1715. "required": true
  1716. },
  1717. {
  1718. "description": "请求参数",
  1719. "name": "args",
  1720. "in": "body",
  1721. "required": true,
  1722. "schema": {
  1723. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListReq"
  1724. }
  1725. }
  1726. ],
  1727. "responses": {
  1728. "200": {
  1729. "description": "具体看返回内容---这是data里面的数据",
  1730. "schema": {
  1731. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListRes"
  1732. }
  1733. },
  1734. "400": {
  1735. "description": "具体错误",
  1736. "schema": {
  1737. "$ref": "#/definitions/md.Response"
  1738. }
  1739. }
  1740. }
  1741. }
  1742. },
  1743. "/api/mediumCenter/applet/application/ad/space/save": {
  1744. "post": {
  1745. "description": "小程序应用-广告位列表",
  1746. "consumes": [
  1747. "application/json"
  1748. ],
  1749. "produces": [
  1750. "application/json"
  1751. ],
  1752. "tags": [
  1753. "媒体中心------嘉俊"
  1754. ],
  1755. "summary": "广告位列表",
  1756. "parameters": [
  1757. {
  1758. "type": "string",
  1759. "description": "验证参数Bearer和token空格拼接",
  1760. "name": "Authorization",
  1761. "in": "header",
  1762. "required": true
  1763. },
  1764. {
  1765. "description": "请求参数",
  1766. "name": "args",
  1767. "in": "body",
  1768. "required": true,
  1769. "schema": {
  1770. "$ref": "#/definitions/md.AppletApplicationAdSpaceListReq"
  1771. }
  1772. }
  1773. ],
  1774. "responses": {
  1775. "200": {
  1776. "description": "具体看返回内容---这是data里面的数据",
  1777. "schema": {
  1778. "$ref": "#/definitions/md.AppletApplicationAdSpaceListRes"
  1779. }
  1780. },
  1781. "400": {
  1782. "description": "具体错误",
  1783. "schema": {
  1784. "$ref": "#/definitions/md.Response"
  1785. }
  1786. }
  1787. }
  1788. }
  1789. },
  1790. "/api/mediumCenter/applet/application/audit": {
  1791. "post": {
  1792. "description": "小程序应用-审核",
  1793. "consumes": [
  1794. "application/json"
  1795. ],
  1796. "produces": [
  1797. "application/json"
  1798. ],
  1799. "tags": [
  1800. "媒体中心------嘉俊"
  1801. ],
  1802. "summary": "审核",
  1803. "parameters": [
  1804. {
  1805. "type": "string",
  1806. "description": "验证参数Bearer和token空格拼接",
  1807. "name": "Authorization",
  1808. "in": "header",
  1809. "required": true
  1810. },
  1811. {
  1812. "description": "请求参数",
  1813. "name": "args",
  1814. "in": "body",
  1815. "required": true,
  1816. "schema": {
  1817. "$ref": "#/definitions/md.AppletApplicationSaveReq"
  1818. }
  1819. }
  1820. ],
  1821. "responses": {
  1822. "200": {
  1823. "description": "具体看返回内容",
  1824. "schema": {
  1825. "type": "string"
  1826. }
  1827. },
  1828. "400": {
  1829. "description": "具体错误",
  1830. "schema": {
  1831. "$ref": "#/definitions/md.Response"
  1832. }
  1833. }
  1834. }
  1835. }
  1836. },
  1837. "/api/mediumCenter/applet/application/list": {
  1838. "post": {
  1839. "description": "小程序应用-列表数据",
  1840. "consumes": [
  1841. "application/json"
  1842. ],
  1843. "produces": [
  1844. "application/json"
  1845. ],
  1846. "tags": [
  1847. "媒体中心------嘉俊"
  1848. ],
  1849. "summary": "应用列表",
  1850. "parameters": [
  1851. {
  1852. "type": "string",
  1853. "description": "验证参数Bearer和token空格拼接",
  1854. "name": "Authorization",
  1855. "in": "header",
  1856. "required": true
  1857. },
  1858. {
  1859. "description": "请求参数",
  1860. "name": "args",
  1861. "in": "body",
  1862. "required": true,
  1863. "schema": {
  1864. "$ref": "#/definitions/md.AppletApplicationListReq"
  1865. }
  1866. }
  1867. ],
  1868. "responses": {
  1869. "200": {
  1870. "description": "具体看返回内容---这是data里面的数据",
  1871. "schema": {
  1872. "$ref": "#/definitions/md.AppletApplicationListRes"
  1873. }
  1874. },
  1875. "400": {
  1876. "description": "具体错误",
  1877. "schema": {
  1878. "$ref": "#/definitions/md.Response"
  1879. }
  1880. }
  1881. }
  1882. }
  1883. },
  1884. "/api/mediumCenter/applet/application/medium/list": {
  1885. "post": {
  1886. "description": "媒体中心-媒体列表",
  1887. "consumes": [
  1888. "application/json"
  1889. ],
  1890. "produces": [
  1891. "application/json"
  1892. ],
  1893. "tags": [
  1894. "媒体中心------嘉俊"
  1895. ],
  1896. "summary": "媒体列表",
  1897. "parameters": [
  1898. {
  1899. "type": "string",
  1900. "description": "验证参数Bearer和token空格拼接",
  1901. "name": "Authorization",
  1902. "in": "header",
  1903. "required": true
  1904. },
  1905. {
  1906. "description": "请求参数",
  1907. "name": "args",
  1908. "in": "body",
  1909. "required": true,
  1910. "schema": {
  1911. "$ref": "#/definitions/md.AppletApplicationMediumListReq"
  1912. }
  1913. }
  1914. ],
  1915. "responses": {
  1916. "200": {
  1917. "description": "具体看返回内容---这是data里面的数据",
  1918. "schema": {
  1919. "$ref": "#/definitions/md.AppletApplicationMediumListRes"
  1920. }
  1921. },
  1922. "400": {
  1923. "description": "具体错误",
  1924. "schema": {
  1925. "$ref": "#/definitions/md.Response"
  1926. }
  1927. }
  1928. }
  1929. }
  1930. },
  1931. "/api/mediumCenter/medium/bind/agent/del": {
  1932. "post": {
  1933. "description": "媒体中心-媒体绑定代理删除",
  1934. "consumes": [
  1935. "application/json"
  1936. ],
  1937. "produces": [
  1938. "application/json"
  1939. ],
  1940. "tags": [
  1941. "媒体中心------嘉俊"
  1942. ],
  1943. "summary": "媒体绑定代理删除",
  1944. "parameters": [
  1945. {
  1946. "type": "string",
  1947. "description": "验证参数Bearer和token空格拼接",
  1948. "name": "Authorization",
  1949. "in": "header",
  1950. "required": true
  1951. },
  1952. {
  1953. "description": "请求参数",
  1954. "name": "args",
  1955. "in": "body",
  1956. "required": true,
  1957. "schema": {
  1958. "$ref": "#/definitions/md.MediumListDelReq"
  1959. }
  1960. }
  1961. ],
  1962. "responses": {
  1963. "200": {
  1964. "description": "具体看返回内容 ",
  1965. "schema": {
  1966. "type": "string"
  1967. }
  1968. },
  1969. "400": {
  1970. "description": "具体错误",
  1971. "schema": {
  1972. "$ref": "#/definitions/md.Response"
  1973. }
  1974. }
  1975. }
  1976. }
  1977. },
  1978. "/api/mediumCenter/medium/bind/agent/list": {
  1979. "post": {
  1980. "description": "媒体中心-媒体绑定代理列表",
  1981. "consumes": [
  1982. "application/json"
  1983. ],
  1984. "produces": [
  1985. "application/json"
  1986. ],
  1987. "tags": [
  1988. "媒体中心------嘉俊"
  1989. ],
  1990. "summary": "媒体绑定代理列表",
  1991. "parameters": [
  1992. {
  1993. "type": "string",
  1994. "description": "验证参数Bearer和token空格拼接",
  1995. "name": "Authorization",
  1996. "in": "header",
  1997. "required": true
  1998. },
  1999. {
  2000. "description": "请求参数",
  2001. "name": "args",
  2002. "in": "body",
  2003. "required": true,
  2004. "schema": {
  2005. "$ref": "#/definitions/md.MediumListReq"
  2006. }
  2007. }
  2008. ],
  2009. "responses": {
  2010. "200": {
  2011. "description": "具体看返回内容 这是data里面的数据",
  2012. "schema": {
  2013. "$ref": "#/definitions/md.MediumListRes"
  2014. }
  2015. },
  2016. "400": {
  2017. "description": "具体错误",
  2018. "schema": {
  2019. "$ref": "#/definitions/md.Response"
  2020. }
  2021. }
  2022. }
  2023. }
  2024. },
  2025. "/api/mediumCenter/medium/bind/agent/save": {
  2026. "post": {
  2027. "description": "媒体中心-媒体绑定代理操作",
  2028. "consumes": [
  2029. "application/json"
  2030. ],
  2031. "produces": [
  2032. "application/json"
  2033. ],
  2034. "tags": [
  2035. "媒体中心------嘉俊"
  2036. ],
  2037. "summary": "媒体绑定代理操作",
  2038. "parameters": [
  2039. {
  2040. "type": "string",
  2041. "description": "验证参数Bearer和token空格拼接",
  2042. "name": "Authorization",
  2043. "in": "header",
  2044. "required": true
  2045. },
  2046. {
  2047. "description": "请求参数",
  2048. "name": "args",
  2049. "in": "body",
  2050. "required": true,
  2051. "schema": {
  2052. "$ref": "#/definitions/md.MediumListSaveReq"
  2053. }
  2054. }
  2055. ],
  2056. "responses": {
  2057. "200": {
  2058. "description": "具体看返回内容 ",
  2059. "schema": {
  2060. "type": "string"
  2061. }
  2062. },
  2063. "400": {
  2064. "description": "具体错误",
  2065. "schema": {
  2066. "$ref": "#/definitions/md.Response"
  2067. }
  2068. }
  2069. }
  2070. }
  2071. },
  2072. "/api/mediumCenter/medium/list": {
  2073. "post": {
  2074. "description": "媒体中心-媒体列表",
  2075. "consumes": [
  2076. "application/json"
  2077. ],
  2078. "produces": [
  2079. "application/json"
  2080. ],
  2081. "tags": [
  2082. "媒体中心------嘉俊"
  2083. ],
  2084. "summary": "媒体列表",
  2085. "parameters": [
  2086. {
  2087. "type": "string",
  2088. "description": "验证参数Bearer和token空格拼接",
  2089. "name": "Authorization",
  2090. "in": "header",
  2091. "required": true
  2092. },
  2093. {
  2094. "description": "请求参数",
  2095. "name": "args",
  2096. "in": "body",
  2097. "required": true,
  2098. "schema": {
  2099. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2100. }
  2101. }
  2102. ],
  2103. "responses": {
  2104. "200": {
  2105. "description": "具体看返回内容 这是data里面的数据",
  2106. "schema": {
  2107. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  2108. }
  2109. },
  2110. "400": {
  2111. "description": "具体错误",
  2112. "schema": {
  2113. "$ref": "#/definitions/md.Response"
  2114. }
  2115. }
  2116. }
  2117. }
  2118. },
  2119. "/api/mediumQualification/bank": {
  2120. "post": {
  2121. "responses": {
  2122. "400": {
  2123. "description": "具体错误",
  2124. "schema": {
  2125. "$ref": "#/definitions/md.Response"
  2126. }
  2127. }
  2128. }
  2129. }
  2130. },
  2131. "/api/mediumQualification/bank/audit": {
  2132. "post": {
  2133. "description": "媒体资质-银行资质审核",
  2134. "consumes": [
  2135. "application/json"
  2136. ],
  2137. "produces": [
  2138. "application/json"
  2139. ],
  2140. "tags": [
  2141. "媒体资质------嘉俊"
  2142. ],
  2143. "summary": "银行资质审核",
  2144. "parameters": [
  2145. {
  2146. "type": "string",
  2147. "description": "验证参数Bearer和token空格拼接",
  2148. "name": "Authorization",
  2149. "in": "header",
  2150. "required": true
  2151. },
  2152. {
  2153. "description": "请求参数",
  2154. "name": "args",
  2155. "in": "body",
  2156. "required": true,
  2157. "schema": {
  2158. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  2159. }
  2160. }
  2161. ],
  2162. "responses": {
  2163. "200": {
  2164. "description": "具体看返回内容",
  2165. "schema": {
  2166. "type": "string"
  2167. }
  2168. },
  2169. "400": {
  2170. "description": "具体错误",
  2171. "schema": {
  2172. "$ref": "#/definitions/md.Response"
  2173. }
  2174. }
  2175. }
  2176. }
  2177. },
  2178. "/api/mediumQualification/contact": {
  2179. "post": {
  2180. "description": "媒体资质-联系方式",
  2181. "consumes": [
  2182. "application/json"
  2183. ],
  2184. "produces": [
  2185. "application/json"
  2186. ],
  2187. "tags": [
  2188. "媒体资质------嘉俊"
  2189. ],
  2190. "summary": "联系方式",
  2191. "parameters": [
  2192. {
  2193. "type": "string",
  2194. "description": "验证参数Bearer和token空格拼接",
  2195. "name": "Authorization",
  2196. "in": "header",
  2197. "required": true
  2198. },
  2199. {
  2200. "description": "请求参数",
  2201. "name": "args",
  2202. "in": "body",
  2203. "required": true,
  2204. "schema": {
  2205. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2206. }
  2207. }
  2208. ],
  2209. "responses": {
  2210. "200": {
  2211. "description": "具体看返回内容 这是data里面的数据",
  2212. "schema": {
  2213. "$ref": "#/definitions/md.MediumQualificationContactRes"
  2214. }
  2215. },
  2216. "400": {
  2217. "description": "具体错误",
  2218. "schema": {
  2219. "$ref": "#/definitions/md.Response"
  2220. }
  2221. }
  2222. }
  2223. }
  2224. },
  2225. "/api/mediumQualification/contact/audit": {
  2226. "post": {
  2227. "description": "媒体资质-联系方式审核",
  2228. "consumes": [
  2229. "application/json"
  2230. ],
  2231. "produces": [
  2232. "application/json"
  2233. ],
  2234. "tags": [
  2235. "媒体资质------嘉俊"
  2236. ],
  2237. "summary": "联系方式审核",
  2238. "parameters": [
  2239. {
  2240. "type": "string",
  2241. "description": "验证参数Bearer和token空格拼接",
  2242. "name": "Authorization",
  2243. "in": "header",
  2244. "required": true
  2245. },
  2246. {
  2247. "description": "请求参数",
  2248. "name": "args",
  2249. "in": "body",
  2250. "required": true,
  2251. "schema": {
  2252. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  2253. }
  2254. }
  2255. ],
  2256. "responses": {
  2257. "200": {
  2258. "description": "具体看返回内容",
  2259. "schema": {
  2260. "type": "string"
  2261. }
  2262. },
  2263. "400": {
  2264. "description": "具体错误",
  2265. "schema": {
  2266. "$ref": "#/definitions/md.Response"
  2267. }
  2268. }
  2269. }
  2270. }
  2271. },
  2272. "/api/mediumQualification/enterprise": {
  2273. "post": {
  2274. "description": "媒体资质-主体资质",
  2275. "consumes": [
  2276. "application/json"
  2277. ],
  2278. "produces": [
  2279. "application/json"
  2280. ],
  2281. "tags": [
  2282. "媒体资质------嘉俊"
  2283. ],
  2284. "summary": "主体资质",
  2285. "parameters": [
  2286. {
  2287. "type": "string",
  2288. "description": "验证参数Bearer和token空格拼接",
  2289. "name": "Authorization",
  2290. "in": "header",
  2291. "required": true
  2292. },
  2293. {
  2294. "description": "请求参数",
  2295. "name": "args",
  2296. "in": "body",
  2297. "required": true,
  2298. "schema": {
  2299. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2300. }
  2301. }
  2302. ],
  2303. "responses": {
  2304. "200": {
  2305. "description": "具体看返回内容 这是data里面的数据",
  2306. "schema": {
  2307. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  2308. }
  2309. },
  2310. "400": {
  2311. "description": "具体错误",
  2312. "schema": {
  2313. "$ref": "#/definitions/md.Response"
  2314. }
  2315. }
  2316. }
  2317. }
  2318. },
  2319. "/api/mediumQualification/enterprise/audit": {
  2320. "post": {
  2321. "description": "媒体资质-主体资质审核",
  2322. "consumes": [
  2323. "application/json"
  2324. ],
  2325. "produces": [
  2326. "application/json"
  2327. ],
  2328. "tags": [
  2329. "媒体资质------嘉俊"
  2330. ],
  2331. "summary": "主体资质审核",
  2332. "parameters": [
  2333. {
  2334. "type": "string",
  2335. "description": "验证参数Bearer和token空格拼接",
  2336. "name": "Authorization",
  2337. "in": "header",
  2338. "required": true
  2339. },
  2340. {
  2341. "description": "请求参数",
  2342. "name": "args",
  2343. "in": "body",
  2344. "required": true,
  2345. "schema": {
  2346. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  2347. }
  2348. }
  2349. ],
  2350. "responses": {
  2351. "200": {
  2352. "description": "具体看返回内容",
  2353. "schema": {
  2354. "type": "string"
  2355. }
  2356. },
  2357. "400": {
  2358. "description": "具体错误",
  2359. "schema": {
  2360. "$ref": "#/definitions/md.Response"
  2361. }
  2362. }
  2363. }
  2364. }
  2365. },
  2366. "/api/registerForAgent": {
  2367. "post": {
  2368. "description": "注册模块-渠道代理注册",
  2369. "consumes": [
  2370. "application/json"
  2371. ],
  2372. "produces": [
  2373. "application/json"
  2374. ],
  2375. "tags": [
  2376. "注册模块"
  2377. ],
  2378. "summary": "渠道代理注册",
  2379. "parameters": [
  2380. {
  2381. "description": "用户名密码",
  2382. "name": "req",
  2383. "in": "body",
  2384. "required": true,
  2385. "schema": {
  2386. "$ref": "#/definitions/md.RegisterForAgentReq"
  2387. }
  2388. }
  2389. ],
  2390. "responses": {
  2391. "200": {
  2392. "description": "success",
  2393. "schema": {
  2394. "type": "string"
  2395. }
  2396. },
  2397. "400": {
  2398. "description": "具体错误",
  2399. "schema": {
  2400. "$ref": "#/definitions/md.Response"
  2401. }
  2402. }
  2403. }
  2404. }
  2405. },
  2406. "/api/registerForMedium": {
  2407. "post": {
  2408. "description": "注册模块-媒体注册",
  2409. "consumes": [
  2410. "application/json"
  2411. ],
  2412. "produces": [
  2413. "application/json"
  2414. ],
  2415. "tags": [
  2416. "注册模块"
  2417. ],
  2418. "summary": "媒体注册",
  2419. "parameters": [
  2420. {
  2421. "description": "用户名密码",
  2422. "name": "req",
  2423. "in": "body",
  2424. "required": true,
  2425. "schema": {
  2426. "$ref": "#/definitions/md.RegisterForMediumReq"
  2427. }
  2428. }
  2429. ],
  2430. "responses": {
  2431. "200": {
  2432. "description": "success",
  2433. "schema": {
  2434. "type": "string"
  2435. }
  2436. },
  2437. "400": {
  2438. "description": "具体错误",
  2439. "schema": {
  2440. "$ref": "#/definitions/md.Response"
  2441. }
  2442. }
  2443. }
  2444. }
  2445. },
  2446. "/api/role/addAdmin": {
  2447. "post": {
  2448. "description": "权限管理-新增管理员",
  2449. "consumes": [
  2450. "application/json"
  2451. ],
  2452. "produces": [
  2453. "application/json"
  2454. ],
  2455. "tags": [
  2456. "权限管理"
  2457. ],
  2458. "summary": "新增管理员",
  2459. "parameters": [
  2460. {
  2461. "type": "string",
  2462. "description": "验证参数Bearer和token空格拼接",
  2463. "name": "Authorization",
  2464. "in": "header",
  2465. "required": true
  2466. },
  2467. {
  2468. "description": "请求参数",
  2469. "name": "args",
  2470. "in": "body",
  2471. "required": true,
  2472. "schema": {
  2473. "$ref": "#/definitions/md.AddAdminReq"
  2474. }
  2475. }
  2476. ],
  2477. "responses": {
  2478. "200": {
  2479. "description": "success",
  2480. "schema": {
  2481. "type": "string"
  2482. }
  2483. },
  2484. "400": {
  2485. "description": "具体错误",
  2486. "schema": {
  2487. "$ref": "#/definitions/md.Response"
  2488. }
  2489. }
  2490. }
  2491. }
  2492. },
  2493. "/api/role/addRole": {
  2494. "post": {
  2495. "description": "权限管理-添加角色",
  2496. "consumes": [
  2497. "application/json"
  2498. ],
  2499. "produces": [
  2500. "application/json"
  2501. ],
  2502. "tags": [
  2503. "权限管理"
  2504. ],
  2505. "summary": "添加角色",
  2506. "parameters": [
  2507. {
  2508. "type": "string",
  2509. "description": "验证参数Bearer和token空格拼接",
  2510. "name": "Authorization",
  2511. "in": "header",
  2512. "required": true
  2513. },
  2514. {
  2515. "description": "请求参数",
  2516. "name": "args",
  2517. "in": "body",
  2518. "required": true,
  2519. "schema": {
  2520. "$ref": "#/definitions/md.AddRoleReq"
  2521. }
  2522. }
  2523. ],
  2524. "responses": {
  2525. "200": {
  2526. "description": "success",
  2527. "schema": {
  2528. "type": "string"
  2529. }
  2530. },
  2531. "400": {
  2532. "description": "具体错误",
  2533. "schema": {
  2534. "$ref": "#/definitions/md.Response"
  2535. }
  2536. }
  2537. }
  2538. }
  2539. },
  2540. "/api/role/adminInfo": {
  2541. "get": {
  2542. "description": "权限管理-管理员信息",
  2543. "consumes": [
  2544. "application/json"
  2545. ],
  2546. "produces": [
  2547. "application/json"
  2548. ],
  2549. "tags": [
  2550. "权限管理"
  2551. ],
  2552. "summary": "管理员信息",
  2553. "parameters": [
  2554. {
  2555. "type": "string",
  2556. "description": "验证参数Bearer和token空格拼接",
  2557. "name": "Authorization",
  2558. "in": "header",
  2559. "required": true
  2560. },
  2561. {
  2562. "type": "string",
  2563. "description": "管理员id",
  2564. "name": "adm_id",
  2565. "in": "query",
  2566. "required": true
  2567. }
  2568. ],
  2569. "responses": {
  2570. "200": {
  2571. "description": "具体看返回内容",
  2572. "schema": {
  2573. "type": "string"
  2574. }
  2575. },
  2576. "400": {
  2577. "description": "具体错误",
  2578. "schema": {
  2579. "$ref": "#/definitions/md.Response"
  2580. }
  2581. }
  2582. }
  2583. }
  2584. },
  2585. "/api/role/adminList": {
  2586. "post": {
  2587. "description": "权限管理-管理员列表",
  2588. "consumes": [
  2589. "application/json"
  2590. ],
  2591. "produces": [
  2592. "application/json"
  2593. ],
  2594. "tags": [
  2595. "权限管理"
  2596. ],
  2597. "summary": "管理员列表",
  2598. "parameters": [
  2599. {
  2600. "type": "string",
  2601. "description": "验证参数Bearer和token空格拼接",
  2602. "name": "Authorization",
  2603. "in": "header",
  2604. "required": true
  2605. },
  2606. {
  2607. "description": "请求参数",
  2608. "name": "args",
  2609. "in": "body",
  2610. "required": true,
  2611. "schema": {
  2612. "$ref": "#/definitions/md.AdminListReq"
  2613. }
  2614. }
  2615. ],
  2616. "responses": {
  2617. "200": {
  2618. "description": "具体看返回内容",
  2619. "schema": {
  2620. "type": "string"
  2621. }
  2622. },
  2623. "400": {
  2624. "description": "具体错误",
  2625. "schema": {
  2626. "$ref": "#/definitions/md.Response"
  2627. }
  2628. }
  2629. }
  2630. }
  2631. },
  2632. "/api/role/bindAdminRole/": {
  2633. "post": {
  2634. "description": "权限管理-管理员绑定角色",
  2635. "consumes": [
  2636. "application/json"
  2637. ],
  2638. "produces": [
  2639. "application/json"
  2640. ],
  2641. "tags": [
  2642. "权限管理"
  2643. ],
  2644. "summary": "管理员绑定角色",
  2645. "parameters": [
  2646. {
  2647. "type": "string",
  2648. "description": "验证参数Bearer和token空格拼接",
  2649. "name": "Authorization",
  2650. "in": "header",
  2651. "required": true
  2652. },
  2653. {
  2654. "description": "请求参数",
  2655. "name": "args",
  2656. "in": "body",
  2657. "required": true,
  2658. "schema": {
  2659. "$ref": "#/definitions/md.BindAdminRoleReq"
  2660. }
  2661. }
  2662. ],
  2663. "responses": {
  2664. "200": {
  2665. "description": "success",
  2666. "schema": {
  2667. "type": "string"
  2668. }
  2669. },
  2670. "400": {
  2671. "description": "具体错误",
  2672. "schema": {
  2673. "$ref": "#/definitions/md.Response"
  2674. }
  2675. }
  2676. }
  2677. }
  2678. },
  2679. "/api/role/deleteAdmin/{$adm_id}": {
  2680. "delete": {
  2681. "description": "权限管理-删除管理员",
  2682. "consumes": [
  2683. "application/json"
  2684. ],
  2685. "produces": [
  2686. "application/json"
  2687. ],
  2688. "tags": [
  2689. "权限管理"
  2690. ],
  2691. "summary": "删除管理员",
  2692. "parameters": [
  2693. {
  2694. "type": "string",
  2695. "description": "验证参数Bearer和token空格拼接",
  2696. "name": "Authorization",
  2697. "in": "header",
  2698. "required": true
  2699. }
  2700. ],
  2701. "responses": {
  2702. "200": {
  2703. "description": "success",
  2704. "schema": {
  2705. "type": "string"
  2706. }
  2707. },
  2708. "400": {
  2709. "description": "具体错误",
  2710. "schema": {
  2711. "$ref": "#/definitions/md.Response"
  2712. }
  2713. }
  2714. }
  2715. }
  2716. },
  2717. "/api/role/deleteRole/{$id}": {
  2718. "delete": {
  2719. "description": "权限管理-删除角色",
  2720. "consumes": [
  2721. "application/json"
  2722. ],
  2723. "produces": [
  2724. "application/json"
  2725. ],
  2726. "tags": [
  2727. "权限管理"
  2728. ],
  2729. "summary": "删除角色",
  2730. "parameters": [
  2731. {
  2732. "type": "string",
  2733. "description": "验证参数Bearer和token空格拼接",
  2734. "name": "Authorization",
  2735. "in": "header",
  2736. "required": true
  2737. },
  2738. {
  2739. "description": "请求参数",
  2740. "name": "args",
  2741. "in": "body",
  2742. "required": true,
  2743. "schema": {
  2744. "$ref": "#/definitions/md.UpdateRoleStateReq"
  2745. }
  2746. }
  2747. ],
  2748. "responses": {
  2749. "200": {
  2750. "description": "success",
  2751. "schema": {
  2752. "type": "string"
  2753. }
  2754. },
  2755. "400": {
  2756. "description": "具体错误",
  2757. "schema": {
  2758. "$ref": "#/definitions/md.Response"
  2759. }
  2760. }
  2761. }
  2762. }
  2763. },
  2764. "/api/role/roleBindPermissionGroup": {
  2765. "post": {
  2766. "description": "权限管理-角色绑定权限组",
  2767. "consumes": [
  2768. "application/json"
  2769. ],
  2770. "produces": [
  2771. "application/json"
  2772. ],
  2773. "tags": [
  2774. "权限管理"
  2775. ],
  2776. "summary": "角色绑定权限组",
  2777. "parameters": [
  2778. {
  2779. "type": "string",
  2780. "description": "验证参数Bearer和token空格拼接",
  2781. "name": "Authorization",
  2782. "in": "header",
  2783. "required": true
  2784. },
  2785. {
  2786. "description": "请求参数",
  2787. "name": "args",
  2788. "in": "body",
  2789. "required": true,
  2790. "schema": {
  2791. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  2792. }
  2793. }
  2794. ],
  2795. "responses": {
  2796. "200": {
  2797. "description": "success",
  2798. "schema": {
  2799. "type": "string"
  2800. }
  2801. },
  2802. "400": {
  2803. "description": "具体错误",
  2804. "schema": {
  2805. "$ref": "#/definitions/md.Response"
  2806. }
  2807. }
  2808. }
  2809. }
  2810. },
  2811. "/api/role/roleList": {
  2812. "get": {
  2813. "description": "权限管理-角色列表",
  2814. "consumes": [
  2815. "application/json"
  2816. ],
  2817. "produces": [
  2818. "application/json"
  2819. ],
  2820. "tags": [
  2821. "权限管理"
  2822. ],
  2823. "summary": "角色列表",
  2824. "parameters": [
  2825. {
  2826. "type": "string",
  2827. "description": "验证参数Bearer和token空格拼接",
  2828. "name": "Authorization",
  2829. "in": "header",
  2830. "required": true
  2831. }
  2832. ],
  2833. "responses": {
  2834. "200": {
  2835. "description": "具体看返回内容",
  2836. "schema": {
  2837. "type": "string"
  2838. }
  2839. },
  2840. "400": {
  2841. "description": "具体错误",
  2842. "schema": {
  2843. "$ref": "#/definitions/md.Response"
  2844. }
  2845. }
  2846. }
  2847. }
  2848. },
  2849. "/api/role/updateAdmin": {
  2850. "post": {
  2851. "description": "权限管理-修改管理员信息",
  2852. "consumes": [
  2853. "application/json"
  2854. ],
  2855. "produces": [
  2856. "application/json"
  2857. ],
  2858. "tags": [
  2859. "权限管理"
  2860. ],
  2861. "summary": "修改管理员信息",
  2862. "parameters": [
  2863. {
  2864. "type": "string",
  2865. "description": "验证参数Bearer和token空格拼接",
  2866. "name": "Authorization",
  2867. "in": "header",
  2868. "required": true
  2869. },
  2870. {
  2871. "description": "请求参数",
  2872. "name": "args",
  2873. "in": "body",
  2874. "required": true,
  2875. "schema": {
  2876. "$ref": "#/definitions/md.UpdateAdminReq"
  2877. }
  2878. }
  2879. ],
  2880. "responses": {
  2881. "200": {
  2882. "description": "success",
  2883. "schema": {
  2884. "type": "string"
  2885. }
  2886. },
  2887. "400": {
  2888. "description": "具体错误",
  2889. "schema": {
  2890. "$ref": "#/definitions/md.Response"
  2891. }
  2892. }
  2893. }
  2894. }
  2895. },
  2896. "/api/role/updateAdminState": {
  2897. "post": {
  2898. "description": "权限管理-修改管理员状态",
  2899. "consumes": [
  2900. "application/json"
  2901. ],
  2902. "produces": [
  2903. "application/json"
  2904. ],
  2905. "tags": [
  2906. "权限管理"
  2907. ],
  2908. "summary": "修改管理员状态",
  2909. "parameters": [
  2910. {
  2911. "type": "string",
  2912. "description": "验证参数Bearer和token空格拼接",
  2913. "name": "Authorization",
  2914. "in": "header",
  2915. "required": true
  2916. },
  2917. {
  2918. "description": "请求参数",
  2919. "name": "args",
  2920. "in": "body",
  2921. "required": true,
  2922. "schema": {
  2923. "$ref": "#/definitions/md.UpdateAdminStateReq"
  2924. }
  2925. }
  2926. ],
  2927. "responses": {
  2928. "200": {
  2929. "description": "success",
  2930. "schema": {
  2931. "type": "string"
  2932. }
  2933. },
  2934. "400": {
  2935. "description": "具体错误",
  2936. "schema": {
  2937. "$ref": "#/definitions/md.Response"
  2938. }
  2939. }
  2940. }
  2941. }
  2942. },
  2943. "/api/role/updateRole": {
  2944. "post": {
  2945. "description": "权限管理-修改角色",
  2946. "consumes": [
  2947. "application/json"
  2948. ],
  2949. "produces": [
  2950. "application/json"
  2951. ],
  2952. "tags": [
  2953. "权限管理"
  2954. ],
  2955. "summary": "修改角色",
  2956. "parameters": [
  2957. {
  2958. "type": "string",
  2959. "description": "验证参数Bearer和token空格拼接",
  2960. "name": "Authorization",
  2961. "in": "header",
  2962. "required": true
  2963. },
  2964. {
  2965. "description": "请求参数",
  2966. "name": "args",
  2967. "in": "body",
  2968. "required": true,
  2969. "schema": {
  2970. "$ref": "#/definitions/md.UpdateRoleReq"
  2971. }
  2972. }
  2973. ],
  2974. "responses": {
  2975. "200": {
  2976. "description": "success",
  2977. "schema": {
  2978. "type": "string"
  2979. }
  2980. },
  2981. "400": {
  2982. "description": "具体错误",
  2983. "schema": {
  2984. "$ref": "#/definitions/md.Response"
  2985. }
  2986. }
  2987. }
  2988. }
  2989. },
  2990. "/api/role/updateRoleState": {
  2991. "post": {
  2992. "description": "权限管理-修改角色状态",
  2993. "consumes": [
  2994. "application/json"
  2995. ],
  2996. "produces": [
  2997. "application/json"
  2998. ],
  2999. "tags": [
  3000. "权限管理"
  3001. ],
  3002. "summary": "修改角色状态",
  3003. "parameters": [
  3004. {
  3005. "type": "string",
  3006. "description": "验证参数Bearer和token空格拼接",
  3007. "name": "Authorization",
  3008. "in": "header",
  3009. "required": true
  3010. },
  3011. {
  3012. "description": "请求参数",
  3013. "name": "args",
  3014. "in": "body",
  3015. "required": true,
  3016. "schema": {
  3017. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3018. }
  3019. }
  3020. ],
  3021. "responses": {
  3022. "200": {
  3023. "description": "success",
  3024. "schema": {
  3025. "type": "string"
  3026. }
  3027. },
  3028. "400": {
  3029. "description": "具体错误",
  3030. "schema": {
  3031. "$ref": "#/definitions/md.Response"
  3032. }
  3033. }
  3034. }
  3035. }
  3036. },
  3037. "/api/setCenter/applet/add": {
  3038. "post": {
  3039. "description": "小程序设置-新增",
  3040. "consumes": [
  3041. "application/json"
  3042. ],
  3043. "produces": [
  3044. "application/json"
  3045. ],
  3046. "tags": [
  3047. "设置中心-小程序设置"
  3048. ],
  3049. "summary": "新增",
  3050. "parameters": [
  3051. {
  3052. "type": "string",
  3053. "description": "验证参数Bearer和token空格拼接",
  3054. "name": "Authorization",
  3055. "in": "header",
  3056. "required": true
  3057. },
  3058. {
  3059. "description": "请求参数",
  3060. "name": "args",
  3061. "in": "body",
  3062. "required": true,
  3063. "schema": {
  3064. "$ref": "#/definitions/md.AppletAddReq"
  3065. }
  3066. }
  3067. ],
  3068. "responses": {
  3069. "200": {
  3070. "description": "success",
  3071. "schema": {
  3072. "type": "string"
  3073. }
  3074. },
  3075. "400": {
  3076. "description": "具体错误",
  3077. "schema": {
  3078. "$ref": "#/definitions/md.Response"
  3079. }
  3080. }
  3081. }
  3082. }
  3083. },
  3084. "/api/setCenter/applet/authorize": {
  3085. "get": {
  3086. "description": "设置中心-基础设置",
  3087. "consumes": [
  3088. "application/json"
  3089. ],
  3090. "produces": [
  3091. "application/json"
  3092. ],
  3093. "tags": [
  3094. "设置中心"
  3095. ],
  3096. "summary": "设置中心-基础设置-微信三方应用获取",
  3097. "parameters": [
  3098. {
  3099. "type": "string",
  3100. "description": "验证参数Bearer和token空格拼接",
  3101. "name": "Authorization",
  3102. "in": "header",
  3103. "required": true
  3104. }
  3105. ],
  3106. "responses": {
  3107. "200": {
  3108. "description": "微信授权界面url",
  3109. "schema": {
  3110. "type": "string"
  3111. }
  3112. },
  3113. "400": {
  3114. "description": "具体错误",
  3115. "schema": {
  3116. "$ref": "#/definitions/md.Response"
  3117. }
  3118. }
  3119. }
  3120. }
  3121. },
  3122. "/api/setCenter/applet/list": {
  3123. "get": {
  3124. "description": "小程序设置-列表",
  3125. "consumes": [
  3126. "application/json"
  3127. ],
  3128. "produces": [
  3129. "application/json"
  3130. ],
  3131. "tags": [
  3132. "设置中心-小程序设置"
  3133. ],
  3134. "summary": "列表",
  3135. "parameters": [
  3136. {
  3137. "type": "string",
  3138. "description": "验证参数Bearer和token空格拼接",
  3139. "name": "Authorization",
  3140. "in": "header",
  3141. "required": true
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "OK",
  3147. "schema": {
  3148. "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/setCenter/applet/unauthorized": {
  3161. "get": {
  3162. "description": "设置中心-基础设置",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "设置中心"
  3171. ],
  3172. "summary": "设置中心-基础设置-微信三方应用获取",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. }
  3181. ],
  3182. "responses": {
  3183. "200": {
  3184. "description": "success",
  3185. "schema": {
  3186. "type": "string"
  3187. }
  3188. },
  3189. "400": {
  3190. "description": "具体错误",
  3191. "schema": {
  3192. "$ref": "#/definitions/md.Response"
  3193. }
  3194. }
  3195. }
  3196. }
  3197. },
  3198. "/api/setCenter/applet/update": {
  3199. "post": {
  3200. "description": "小程序设置-更新",
  3201. "consumes": [
  3202. "application/json"
  3203. ],
  3204. "produces": [
  3205. "application/json"
  3206. ],
  3207. "tags": [
  3208. "设置中心-小程序设置"
  3209. ],
  3210. "summary": "更新",
  3211. "parameters": [
  3212. {
  3213. "type": "string",
  3214. "description": "验证参数Bearer和token空格拼接",
  3215. "name": "Authorization",
  3216. "in": "header",
  3217. "required": true
  3218. },
  3219. {
  3220. "description": "请求参数",
  3221. "name": "args",
  3222. "in": "body",
  3223. "required": true,
  3224. "schema": {
  3225. "$ref": "#/definitions/md.AppletUpdateReq"
  3226. }
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "success",
  3232. "schema": {
  3233. "type": "string"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/setCenter/basic/getMob": {
  3246. "get": {
  3247. "description": "基础设置-mob获取",
  3248. "consumes": [
  3249. "application/json"
  3250. ],
  3251. "produces": [
  3252. "application/json"
  3253. ],
  3254. "tags": [
  3255. "设置中心-基础设置"
  3256. ],
  3257. "summary": "mob获取",
  3258. "parameters": [
  3259. {
  3260. "type": "string",
  3261. "description": "验证参数Bearer和token空格拼接",
  3262. "name": "Authorization",
  3263. "in": "header",
  3264. "required": true
  3265. }
  3266. ],
  3267. "responses": {
  3268. "200": {
  3269. "description": "OK",
  3270. "schema": {
  3271. "$ref": "#/definitions/md.SetOssResp"
  3272. }
  3273. },
  3274. "400": {
  3275. "description": "具体错误",
  3276. "schema": {
  3277. "$ref": "#/definitions/md.Response"
  3278. }
  3279. }
  3280. }
  3281. }
  3282. },
  3283. "/api/setCenter/basic/getOss": {
  3284. "get": {
  3285. "description": "基础设置-oss获取",
  3286. "consumes": [
  3287. "application/json"
  3288. ],
  3289. "produces": [
  3290. "application/json"
  3291. ],
  3292. "tags": [
  3293. "设置中心-基础设置"
  3294. ],
  3295. "summary": "oss获取",
  3296. "parameters": [
  3297. {
  3298. "type": "string",
  3299. "description": "验证参数Bearer和token空格拼接",
  3300. "name": "Authorization",
  3301. "in": "header",
  3302. "required": true
  3303. }
  3304. ],
  3305. "responses": {
  3306. "200": {
  3307. "description": "OK",
  3308. "schema": {
  3309. "$ref": "#/definitions/md.SetOssResp"
  3310. }
  3311. },
  3312. "400": {
  3313. "description": "具体错误",
  3314. "schema": {
  3315. "$ref": "#/definitions/md.Response"
  3316. }
  3317. }
  3318. }
  3319. }
  3320. },
  3321. "/api/setCenter/basic/setMob": {
  3322. "post": {
  3323. "description": "基础设置-mob设置",
  3324. "consumes": [
  3325. "application/json"
  3326. ],
  3327. "produces": [
  3328. "application/json"
  3329. ],
  3330. "tags": [
  3331. "设置中心-基础设置"
  3332. ],
  3333. "summary": "mob设置",
  3334. "parameters": [
  3335. {
  3336. "type": "string",
  3337. "description": "验证参数Bearer和token空格拼接",
  3338. "name": "Authorization",
  3339. "in": "header",
  3340. "required": true
  3341. },
  3342. {
  3343. "description": "请求参数",
  3344. "name": "args",
  3345. "in": "body",
  3346. "required": true,
  3347. "schema": {
  3348. "$ref": "#/definitions/md.SetMobReq"
  3349. }
  3350. }
  3351. ],
  3352. "responses": {
  3353. "200": {
  3354. "description": "success",
  3355. "schema": {
  3356. "type": "string"
  3357. }
  3358. },
  3359. "400": {
  3360. "description": "具体错误",
  3361. "schema": {
  3362. "$ref": "#/definitions/md.Response"
  3363. }
  3364. }
  3365. }
  3366. }
  3367. },
  3368. "/api/setCenter/basic/setOss": {
  3369. "post": {
  3370. "description": "基础设置-oss设置",
  3371. "consumes": [
  3372. "application/json"
  3373. ],
  3374. "produces": [
  3375. "application/json"
  3376. ],
  3377. "tags": [
  3378. "设置中心-基础设置"
  3379. ],
  3380. "summary": "oss设置",
  3381. "parameters": [
  3382. {
  3383. "type": "string",
  3384. "description": "验证参数Bearer和token空格拼接",
  3385. "name": "Authorization",
  3386. "in": "header",
  3387. "required": true
  3388. },
  3389. {
  3390. "description": "请求参数",
  3391. "name": "args",
  3392. "in": "body",
  3393. "required": true,
  3394. "schema": {
  3395. "$ref": "#/definitions/md.SetOssReq"
  3396. }
  3397. }
  3398. ],
  3399. "responses": {
  3400. "200": {
  3401. "description": "success",
  3402. "schema": {
  3403. "type": "string"
  3404. }
  3405. },
  3406. "400": {
  3407. "description": "具体错误",
  3408. "schema": {
  3409. "$ref": "#/definitions/md.Response"
  3410. }
  3411. }
  3412. }
  3413. }
  3414. },
  3415. "/api/setCenter/basic/wxOpenGet": {
  3416. "get": {
  3417. "description": "基础设置-微信三方应用获取",
  3418. "consumes": [
  3419. "application/json"
  3420. ],
  3421. "produces": [
  3422. "application/json"
  3423. ],
  3424. "tags": [
  3425. "设置中心-基础设置"
  3426. ],
  3427. "summary": "微信三方应用获取",
  3428. "parameters": [
  3429. {
  3430. "type": "string",
  3431. "description": "验证参数Bearer和token空格拼接",
  3432. "name": "Authorization",
  3433. "in": "header",
  3434. "required": true
  3435. }
  3436. ],
  3437. "responses": {
  3438. "200": {
  3439. "description": "OK",
  3440. "schema": {
  3441. "$ref": "#/definitions/md.WxOpenGetResp"
  3442. }
  3443. },
  3444. "400": {
  3445. "description": "具体错误",
  3446. "schema": {
  3447. "$ref": "#/definitions/md.Response"
  3448. }
  3449. }
  3450. }
  3451. }
  3452. },
  3453. "/api/setCenter/basic/wxOpenSet": {
  3454. "post": {
  3455. "description": "基础设置-微信三方应用设置",
  3456. "consumes": [
  3457. "application/json"
  3458. ],
  3459. "produces": [
  3460. "application/json"
  3461. ],
  3462. "tags": [
  3463. "设置中心-基础设置"
  3464. ],
  3465. "summary": "微信三方应用设置",
  3466. "parameters": [
  3467. {
  3468. "type": "string",
  3469. "description": "验证参数Bearer和token空格拼接",
  3470. "name": "Authorization",
  3471. "in": "header",
  3472. "required": true
  3473. },
  3474. {
  3475. "description": "请求参数",
  3476. "name": "args",
  3477. "in": "body",
  3478. "required": true,
  3479. "schema": {
  3480. "$ref": "#/definitions/md.WxOpenSetReq"
  3481. }
  3482. }
  3483. ],
  3484. "responses": {
  3485. "200": {
  3486. "description": "success",
  3487. "schema": {
  3488. "type": "string"
  3489. }
  3490. },
  3491. "400": {
  3492. "description": "具体错误",
  3493. "schema": {
  3494. "$ref": "#/definitions/md.Response"
  3495. }
  3496. }
  3497. }
  3498. }
  3499. },
  3500. "/api/setCenter/share/index": {
  3501. "get": {
  3502. "description": "邀请链接界面接口",
  3503. "consumes": [
  3504. "application/json"
  3505. ],
  3506. "produces": [
  3507. "application/json"
  3508. ],
  3509. "tags": [
  3510. "设置中心-邀请链接"
  3511. ],
  3512. "summary": "邀请链接",
  3513. "parameters": [
  3514. {
  3515. "type": "string",
  3516. "description": "验证参数Bearer和token空格拼接",
  3517. "name": "Authorization",
  3518. "in": "header",
  3519. "required": true
  3520. }
  3521. ],
  3522. "responses": {
  3523. "200": {
  3524. "description": "OK",
  3525. "schema": {
  3526. "$ref": "#/definitions/md.ShareIndexResp"
  3527. }
  3528. },
  3529. "400": {
  3530. "description": "具体错误",
  3531. "schema": {
  3532. "$ref": "#/definitions/md.Response"
  3533. }
  3534. }
  3535. }
  3536. }
  3537. },
  3538. "/api/settleCenter/agent/detail": {
  3539. "post": {
  3540. "description": "结算中心-代理列表",
  3541. "consumes": [
  3542. "application/json"
  3543. ],
  3544. "produces": [
  3545. "application/json"
  3546. ],
  3547. "tags": [
  3548. "结算中心------嘉俊"
  3549. ],
  3550. "summary": "代理列表",
  3551. "parameters": [
  3552. {
  3553. "type": "string",
  3554. "description": "验证参数Bearer和token空格拼接",
  3555. "name": "Authorization",
  3556. "in": "header",
  3557. "required": true
  3558. },
  3559. {
  3560. "description": "请求参数",
  3561. "name": "args",
  3562. "in": "body",
  3563. "required": true,
  3564. "schema": {
  3565. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  3566. }
  3567. }
  3568. ],
  3569. "responses": {
  3570. "200": {
  3571. "description": "具体看返回内容 这是data里面的数据",
  3572. "schema": {
  3573. "type": "string"
  3574. }
  3575. },
  3576. "400": {
  3577. "description": "具体错误",
  3578. "schema": {
  3579. "$ref": "#/definitions/md.Response"
  3580. }
  3581. }
  3582. }
  3583. }
  3584. },
  3585. "/api/settleCenter/agent/list": {
  3586. "post": {
  3587. "description": "结算中心-代理列表",
  3588. "consumes": [
  3589. "application/json"
  3590. ],
  3591. "produces": [
  3592. "application/json"
  3593. ],
  3594. "tags": [
  3595. "结算中心------嘉俊"
  3596. ],
  3597. "summary": "代理列表",
  3598. "parameters": [
  3599. {
  3600. "type": "string",
  3601. "description": "验证参数Bearer和token空格拼接",
  3602. "name": "Authorization",
  3603. "in": "header",
  3604. "required": true
  3605. },
  3606. {
  3607. "description": "请求参数",
  3608. "name": "args",
  3609. "in": "body",
  3610. "required": true,
  3611. "schema": {
  3612. "$ref": "#/definitions/md.SettleCenterDataReq"
  3613. }
  3614. }
  3615. ],
  3616. "responses": {
  3617. "200": {
  3618. "description": "具体看返回内容 这是data里面的数据",
  3619. "schema": {
  3620. "$ref": "#/definitions/md.SettleCenterDataRes"
  3621. }
  3622. },
  3623. "400": {
  3624. "description": "具体错误",
  3625. "schema": {
  3626. "$ref": "#/definitions/md.Response"
  3627. }
  3628. }
  3629. }
  3630. }
  3631. },
  3632. "/api/settleCenter/agent/save": {
  3633. "post": {
  3634. "description": "结算中心-代理列表",
  3635. "consumes": [
  3636. "application/json"
  3637. ],
  3638. "produces": [
  3639. "application/json"
  3640. ],
  3641. "tags": [
  3642. "结算中心------嘉俊"
  3643. ],
  3644. "summary": "代理列表",
  3645. "parameters": [
  3646. {
  3647. "type": "string",
  3648. "description": "验证参数Bearer和token空格拼接",
  3649. "name": "Authorization",
  3650. "in": "header",
  3651. "required": true
  3652. },
  3653. {
  3654. "description": "请求参数",
  3655. "name": "args",
  3656. "in": "body",
  3657. "required": true,
  3658. "schema": {
  3659. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  3660. }
  3661. }
  3662. ],
  3663. "responses": {
  3664. "200": {
  3665. "description": "具体看返回内容 这是data里面的数据",
  3666. "schema": {
  3667. "type": "string"
  3668. }
  3669. },
  3670. "400": {
  3671. "description": "具体错误",
  3672. "schema": {
  3673. "$ref": "#/definitions/md.Response"
  3674. }
  3675. }
  3676. }
  3677. }
  3678. },
  3679. "/api/settleCenter/medium/detail": {
  3680. "post": {
  3681. "description": "结算中心-媒体列表",
  3682. "consumes": [
  3683. "application/json"
  3684. ],
  3685. "produces": [
  3686. "application/json"
  3687. ],
  3688. "tags": [
  3689. "结算中心------嘉俊"
  3690. ],
  3691. "summary": "媒体列表",
  3692. "parameters": [
  3693. {
  3694. "type": "string",
  3695. "description": "验证参数Bearer和token空格拼接",
  3696. "name": "Authorization",
  3697. "in": "header",
  3698. "required": true
  3699. },
  3700. {
  3701. "description": "请求参数",
  3702. "name": "args",
  3703. "in": "body",
  3704. "required": true,
  3705. "schema": {
  3706. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  3707. }
  3708. }
  3709. ],
  3710. "responses": {
  3711. "200": {
  3712. "description": "具体看返回内容 这是data里面的数据",
  3713. "schema": {
  3714. "type": "string"
  3715. }
  3716. },
  3717. "400": {
  3718. "description": "具体错误",
  3719. "schema": {
  3720. "$ref": "#/definitions/md.Response"
  3721. }
  3722. }
  3723. }
  3724. }
  3725. },
  3726. "/api/settleCenter/medium/list": {
  3727. "post": {
  3728. "description": "结算中心-媒体列表",
  3729. "consumes": [
  3730. "application/json"
  3731. ],
  3732. "produces": [
  3733. "application/json"
  3734. ],
  3735. "tags": [
  3736. "结算中心------嘉俊"
  3737. ],
  3738. "summary": "媒体列表",
  3739. "parameters": [
  3740. {
  3741. "type": "string",
  3742. "description": "验证参数Bearer和token空格拼接",
  3743. "name": "Authorization",
  3744. "in": "header",
  3745. "required": true
  3746. },
  3747. {
  3748. "description": "请求参数",
  3749. "name": "args",
  3750. "in": "body",
  3751. "required": true,
  3752. "schema": {
  3753. "$ref": "#/definitions/md.SettleCenterDataReq"
  3754. }
  3755. }
  3756. ],
  3757. "responses": {
  3758. "200": {
  3759. "description": "具体看返回内容 这是data里面的数据",
  3760. "schema": {
  3761. "$ref": "#/definitions/md.SettleCenterDataRes"
  3762. }
  3763. },
  3764. "400": {
  3765. "description": "具体错误",
  3766. "schema": {
  3767. "$ref": "#/definitions/md.Response"
  3768. }
  3769. }
  3770. }
  3771. }
  3772. },
  3773. "/api/settleCenter/medium/save": {
  3774. "post": {
  3775. "description": "结算中心-媒体列表",
  3776. "consumes": [
  3777. "application/json"
  3778. ],
  3779. "produces": [
  3780. "application/json"
  3781. ],
  3782. "tags": [
  3783. "结算中心------嘉俊"
  3784. ],
  3785. "summary": "媒体列表",
  3786. "parameters": [
  3787. {
  3788. "type": "string",
  3789. "description": "验证参数Bearer和token空格拼接",
  3790. "name": "Authorization",
  3791. "in": "header",
  3792. "required": true
  3793. },
  3794. {
  3795. "description": "请求参数",
  3796. "name": "args",
  3797. "in": "body",
  3798. "required": true,
  3799. "schema": {
  3800. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  3801. }
  3802. }
  3803. ],
  3804. "responses": {
  3805. "200": {
  3806. "description": "具体看返回内容 这是data里面的数据",
  3807. "schema": {
  3808. "type": "string"
  3809. }
  3810. },
  3811. "400": {
  3812. "description": "具体错误",
  3813. "schema": {
  3814. "$ref": "#/definitions/md.Response"
  3815. }
  3816. }
  3817. }
  3818. }
  3819. },
  3820. "/role/permissionGroupList": {
  3821. "get": {
  3822. "description": "权限管理-权限组列表",
  3823. "consumes": [
  3824. "application/json"
  3825. ],
  3826. "produces": [
  3827. "application/json"
  3828. ],
  3829. "tags": [
  3830. "权限管理"
  3831. ],
  3832. "summary": "权限组列表",
  3833. "parameters": [
  3834. {
  3835. "type": "string",
  3836. "description": "验证参数Bearer和token空格拼接",
  3837. "name": "Authorization",
  3838. "in": "header",
  3839. "required": true
  3840. },
  3841. {
  3842. "type": "string",
  3843. "description": "管理员id",
  3844. "name": "adm_id",
  3845. "in": "query",
  3846. "required": true
  3847. }
  3848. ],
  3849. "responses": {
  3850. "200": {
  3851. "description": "具体看返回内容",
  3852. "schema": {
  3853. "type": "string"
  3854. }
  3855. },
  3856. "400": {
  3857. "description": "具体错误",
  3858. "schema": {
  3859. "$ref": "#/definitions/md.Response"
  3860. }
  3861. }
  3862. }
  3863. }
  3864. },
  3865. "/v1/banner/delete/{$id}": {
  3866. "delete": {
  3867. "description": "小程序设置-删除",
  3868. "consumes": [
  3869. "application/json"
  3870. ],
  3871. "produces": [
  3872. "application/json"
  3873. ],
  3874. "tags": [
  3875. "设置中心-小程序设置"
  3876. ],
  3877. "summary": "删除",
  3878. "parameters": [
  3879. {
  3880. "type": "string",
  3881. "description": "验证参数Bearer和token空格拼接",
  3882. "name": "Authorization",
  3883. "in": "header",
  3884. "required": true
  3885. }
  3886. ],
  3887. "responses": {
  3888. "200": {
  3889. "description": "success",
  3890. "schema": {
  3891. "type": "string"
  3892. }
  3893. },
  3894. "400": {
  3895. "description": "具体错误",
  3896. "schema": {
  3897. "$ref": "#/definitions/md.Response"
  3898. }
  3899. }
  3900. }
  3901. }
  3902. }
  3903. },
  3904. "definitions": {
  3905. "hdl.WxOpenThirdPartyAppList": {
  3906. "type": "object",
  3907. "properties": {
  3908. "aes_key": {
  3909. "type": "string"
  3910. },
  3911. "app_secret": {
  3912. "type": "string"
  3913. },
  3914. "appid": {
  3915. "type": "string"
  3916. },
  3917. "component_access_token": {
  3918. "type": "string"
  3919. },
  3920. "component_verify_ticket": {
  3921. "type": "string"
  3922. },
  3923. "create_at": {
  3924. "type": "string"
  3925. },
  3926. "id": {
  3927. "type": "integer"
  3928. },
  3929. "token": {
  3930. "type": "string"
  3931. },
  3932. "update_at": {
  3933. "type": "string"
  3934. },
  3935. "uuid": {
  3936. "type": "integer"
  3937. }
  3938. }
  3939. },
  3940. "md.AddAdminReq": {
  3941. "type": "object",
  3942. "required": [
  3943. "password",
  3944. "username"
  3945. ],
  3946. "properties": {
  3947. "memo": {
  3948. "type": "string"
  3949. },
  3950. "password": {
  3951. "type": "string"
  3952. },
  3953. "username": {
  3954. "type": "string"
  3955. }
  3956. }
  3957. },
  3958. "md.AddRoleReq": {
  3959. "type": "object",
  3960. "required": [
  3961. "memo",
  3962. "name"
  3963. ],
  3964. "properties": {
  3965. "memo": {
  3966. "type": "string"
  3967. },
  3968. "name": {
  3969. "type": "string"
  3970. }
  3971. }
  3972. },
  3973. "md.AdminListReq": {
  3974. "type": "object",
  3975. "properties": {
  3976. "limit": {
  3977. "type": "integer"
  3978. },
  3979. "page": {
  3980. "type": "integer"
  3981. },
  3982. "state": {
  3983. "type": "integer"
  3984. },
  3985. "username": {
  3986. "type": "string"
  3987. }
  3988. }
  3989. },
  3990. "md.AgentQualificationBankData": {
  3991. "type": "object",
  3992. "properties": {
  3993. "account": {
  3994. "type": "string",
  3995. "example": "账号"
  3996. },
  3997. "agent_id": {
  3998. "type": "string",
  3999. "example": "代理id"
  4000. },
  4001. "bank": {
  4002. "type": "string",
  4003. "example": "开户银行"
  4004. },
  4005. "bank_branch": {
  4006. "type": "string",
  4007. "example": "开户银行分行"
  4008. },
  4009. "bank_no": {
  4010. "type": "string",
  4011. "example": "银行卡号"
  4012. },
  4013. "company_name": {
  4014. "type": "string",
  4015. "example": "公司名称"
  4016. },
  4017. "currency_conf": {
  4018. "type": "string",
  4019. "example": "结算币种 0人民币"
  4020. },
  4021. "id": {
  4022. "type": "string",
  4023. "example": "id"
  4024. },
  4025. "kind": {
  4026. "type": "string",
  4027. "example": "类型(1:企业 2:个人)"
  4028. },
  4029. "licence": {
  4030. "type": "string",
  4031. "example": "开户许可证"
  4032. },
  4033. "memo": {
  4034. "type": "string",
  4035. "example": "备注 审核时填写的"
  4036. },
  4037. "state": {
  4038. "type": "string",
  4039. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4040. },
  4041. "unified_social_credit_code": {
  4042. "type": "string",
  4043. "example": "统一社会信用代码"
  4044. }
  4045. }
  4046. },
  4047. "md.AgentQualificationBankRes": {
  4048. "type": "object",
  4049. "properties": {
  4050. "currency_conf": {
  4051. "type": "array",
  4052. "items": {
  4053. "$ref": "#/definitions/md.SelectData"
  4054. }
  4055. },
  4056. "list": {
  4057. "type": "array",
  4058. "items": {
  4059. "$ref": "#/definitions/md.AgentQualificationBankData"
  4060. }
  4061. },
  4062. "state": {
  4063. "type": "array",
  4064. "items": {
  4065. "$ref": "#/definitions/md.SelectData"
  4066. }
  4067. },
  4068. "total": {
  4069. "type": "integer"
  4070. },
  4071. "type": {
  4072. "type": "array",
  4073. "items": {
  4074. "$ref": "#/definitions/md.SelectData"
  4075. }
  4076. }
  4077. }
  4078. },
  4079. "md.AgentQualificationContactData": {
  4080. "type": "object",
  4081. "properties": {
  4082. "account": {
  4083. "type": "string",
  4084. "example": "账号"
  4085. },
  4086. "address": {
  4087. "type": "string",
  4088. "example": "联系地址"
  4089. },
  4090. "agent_id": {
  4091. "type": "string",
  4092. "example": "代理id"
  4093. },
  4094. "company_name": {
  4095. "type": "string",
  4096. "example": "公司名称"
  4097. },
  4098. "email": {
  4099. "type": "string",
  4100. "example": "邮箱地址"
  4101. },
  4102. "id": {
  4103. "type": "string",
  4104. "example": "id"
  4105. },
  4106. "kind": {
  4107. "type": "string",
  4108. "example": "类型(1:企业 2:个人)"
  4109. },
  4110. "memo": {
  4111. "type": "string",
  4112. "example": "备注 审核时填写的"
  4113. },
  4114. "name": {
  4115. "type": "string",
  4116. "example": "联系人"
  4117. },
  4118. "phone": {
  4119. "type": "string",
  4120. "example": "联系电话"
  4121. },
  4122. "state": {
  4123. "type": "string",
  4124. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4125. }
  4126. }
  4127. },
  4128. "md.AgentQualificationContactRes": {
  4129. "type": "object",
  4130. "properties": {
  4131. "list": {
  4132. "type": "array",
  4133. "items": {
  4134. "$ref": "#/definitions/md.AgentQualificationContactData"
  4135. }
  4136. },
  4137. "state": {
  4138. "type": "array",
  4139. "items": {
  4140. "$ref": "#/definitions/md.SelectData"
  4141. }
  4142. },
  4143. "total": {
  4144. "type": "integer"
  4145. }
  4146. }
  4147. },
  4148. "md.AgentQualificationEnterpriseAuditReq": {
  4149. "type": "object",
  4150. "properties": {
  4151. "agent_id": {
  4152. "type": "string"
  4153. },
  4154. "memo": {
  4155. "type": "string"
  4156. },
  4157. "state": {
  4158. "type": "string"
  4159. }
  4160. }
  4161. },
  4162. "md.AgentQualificationEnterpriseData": {
  4163. "type": "object",
  4164. "properties": {
  4165. "account": {
  4166. "type": "string",
  4167. "example": "账号"
  4168. },
  4169. "agent_id": {
  4170. "type": "string",
  4171. "example": "代理id"
  4172. },
  4173. "business_license_address": {
  4174. "type": "string",
  4175. "example": "营业执照地址"
  4176. },
  4177. "business_license_img_url": {
  4178. "type": "string",
  4179. "example": "营业执照照片"
  4180. },
  4181. "certificate_first_type": {
  4182. "type": "string",
  4183. "example": "证件类型 1级类目id"
  4184. },
  4185. "certificate_type": {
  4186. "type": "string",
  4187. "example": "证件类型 2级类目id"
  4188. },
  4189. "certificate_validity": {
  4190. "type": "string",
  4191. "example": "证件有效期"
  4192. },
  4193. "company_abbreviation": {
  4194. "type": "string",
  4195. "example": "公司简称"
  4196. },
  4197. "company_name": {
  4198. "type": "string",
  4199. "example": "公司名称"
  4200. },
  4201. "country_region": {
  4202. "type": "string",
  4203. "example": "国家地区"
  4204. },
  4205. "country_region_id": {
  4206. "type": "string",
  4207. "example": "国家地区id"
  4208. },
  4209. "id": {
  4210. "type": "string",
  4211. "example": "状态选择"
  4212. },
  4213. "kind": {
  4214. "type": "string",
  4215. "example": "类型(1:企业 2:个人)"
  4216. },
  4217. "legal_representative": {
  4218. "type": "string",
  4219. "example": "法定代表人"
  4220. },
  4221. "memo": {
  4222. "type": "string",
  4223. "example": "备注 审核时填写的"
  4224. },
  4225. "registered_address": {
  4226. "type": "string",
  4227. "example": "注册地址"
  4228. },
  4229. "registered_address_city_id": {
  4230. "type": "string",
  4231. "example": "注册地址-市id"
  4232. },
  4233. "registered_address_country_id": {
  4234. "type": "string",
  4235. "example": "注册地址-国家id"
  4236. },
  4237. "registered_address_county_id": {
  4238. "type": "string",
  4239. "example": "注册地址-县/区id"
  4240. },
  4241. "registered_address_province_id": {
  4242. "type": "string",
  4243. "example": "册地址-省份id"
  4244. },
  4245. "state": {
  4246. "type": "string",
  4247. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4248. },
  4249. "unified_social_credit_code": {
  4250. "type": "string",
  4251. "example": "统一社会信用代码"
  4252. },
  4253. "uuid": {
  4254. "type": "string",
  4255. "example": "站长id"
  4256. }
  4257. }
  4258. },
  4259. "md.AgentQualificationEnterpriseReq": {
  4260. "type": "object",
  4261. "properties": {
  4262. "limit": {
  4263. "type": "string"
  4264. },
  4265. "name": {
  4266. "type": "string"
  4267. },
  4268. "page": {
  4269. "type": "string"
  4270. },
  4271. "state": {
  4272. "type": "string"
  4273. }
  4274. }
  4275. },
  4276. "md.AgentQualificationEnterpriseRes": {
  4277. "type": "object",
  4278. "properties": {
  4279. "list": {
  4280. "type": "array",
  4281. "items": {
  4282. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  4283. }
  4284. },
  4285. "state": {
  4286. "type": "array",
  4287. "items": {
  4288. "$ref": "#/definitions/md.SelectData"
  4289. }
  4290. },
  4291. "total": {
  4292. "type": "integer"
  4293. },
  4294. "type": {
  4295. "type": "array",
  4296. "items": {
  4297. "$ref": "#/definitions/md.SelectData"
  4298. }
  4299. }
  4300. }
  4301. },
  4302. "md.AppletAddReq": {
  4303. "type": "object",
  4304. "required": [
  4305. "appid",
  4306. "logo",
  4307. "name",
  4308. "original_id"
  4309. ],
  4310. "properties": {
  4311. "appid": {
  4312. "type": "string",
  4313. "example": "授权小程序appid"
  4314. },
  4315. "logo": {
  4316. "type": "string",
  4317. "example": "小程序logo"
  4318. },
  4319. "name": {
  4320. "type": "string",
  4321. "example": "小程序名称"
  4322. },
  4323. "original_id": {
  4324. "type": "string",
  4325. "example": "授权小程序原始id"
  4326. }
  4327. }
  4328. },
  4329. "md.AppletApplicationAdSpaceListData": {
  4330. "type": "object",
  4331. "properties": {
  4332. "ad_id": {
  4333. "type": "string",
  4334. "example": "广告位id"
  4335. },
  4336. "app_id": {
  4337. "type": "string",
  4338. "example": "小程序appid"
  4339. },
  4340. "cooperate_state": {
  4341. "type": "string",
  4342. "example": "合作状态"
  4343. },
  4344. "id": {
  4345. "type": "string",
  4346. "example": "id"
  4347. },
  4348. "kind": {
  4349. "type": "string",
  4350. "example": "广告位类型"
  4351. },
  4352. "logo": {
  4353. "type": "string",
  4354. "example": "logo"
  4355. },
  4356. "memo": {
  4357. "type": "string",
  4358. "example": "备注"
  4359. },
  4360. "name": {
  4361. "type": "string",
  4362. "example": "应用名称"
  4363. },
  4364. "platform": {
  4365. "type": "string",
  4366. "example": "平台"
  4367. },
  4368. "state": {
  4369. "type": "string",
  4370. "example": "应用状态 state=2 才能再次编辑"
  4371. }
  4372. }
  4373. },
  4374. "md.AppletApplicationAdSpaceListReq": {
  4375. "type": "object",
  4376. "properties": {
  4377. "ad_type": {
  4378. "type": "string",
  4379. "example": ""
  4380. },
  4381. "cooperate_state": {
  4382. "type": "string",
  4383. "example": "合作状态"
  4384. },
  4385. "limit": {
  4386. "type": "string"
  4387. },
  4388. "medium_id": {
  4389. "type": "string",
  4390. "example": "媒体id"
  4391. },
  4392. "name": {
  4393. "type": "string"
  4394. },
  4395. "page": {
  4396. "type": "string"
  4397. },
  4398. "platform": {
  4399. "type": "string"
  4400. }
  4401. }
  4402. },
  4403. "md.AppletApplicationAdSpaceListRes": {
  4404. "type": "object",
  4405. "properties": {
  4406. "ad_type": {
  4407. "type": "array",
  4408. "items": {
  4409. "$ref": "#/definitions/md.SelectData"
  4410. }
  4411. },
  4412. "cooperate_state": {
  4413. "type": "array",
  4414. "items": {
  4415. "$ref": "#/definitions/md.SelectData"
  4416. }
  4417. },
  4418. "list": {
  4419. "type": "array",
  4420. "items": {
  4421. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  4422. }
  4423. },
  4424. "platform": {
  4425. "type": "array",
  4426. "items": {
  4427. "$ref": "#/definitions/md.SelectData"
  4428. }
  4429. },
  4430. "state": {
  4431. "type": "array",
  4432. "items": {
  4433. "$ref": "#/definitions/md.SelectData"
  4434. }
  4435. },
  4436. "total": {
  4437. "type": "integer"
  4438. }
  4439. }
  4440. },
  4441. "md.AppletApplicationAdSpaceMediumListData": {
  4442. "type": "object",
  4443. "properties": {
  4444. "account": {
  4445. "type": "string",
  4446. "example": "账号"
  4447. },
  4448. "contact_name": {
  4449. "type": "string",
  4450. "example": "联系人"
  4451. },
  4452. "count": {
  4453. "type": "string",
  4454. "example": "广告位数量"
  4455. },
  4456. "id": {
  4457. "type": "string",
  4458. "example": "id"
  4459. },
  4460. "medium_id": {
  4461. "type": "string",
  4462. "example": "媒体id"
  4463. },
  4464. "name": {
  4465. "type": "string",
  4466. "example": "名称"
  4467. },
  4468. "phone": {
  4469. "type": "string",
  4470. "example": "联系电话"
  4471. }
  4472. }
  4473. },
  4474. "md.AppletApplicationAdSpaceMediumListReq": {
  4475. "type": "object",
  4476. "properties": {
  4477. "account": {
  4478. "type": "string",
  4479. "example": "媒体账号"
  4480. },
  4481. "limit": {
  4482. "type": "string"
  4483. },
  4484. "name": {
  4485. "type": "string",
  4486. "example": "媒体名称"
  4487. },
  4488. "page": {
  4489. "type": "string"
  4490. }
  4491. }
  4492. },
  4493. "md.AppletApplicationAdSpaceMediumListRes": {
  4494. "type": "object",
  4495. "properties": {
  4496. "list": {
  4497. "type": "array",
  4498. "items": {
  4499. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  4500. }
  4501. },
  4502. "total": {
  4503. "type": "integer"
  4504. }
  4505. }
  4506. },
  4507. "md.AppletApplicationAdSpaceSaveReq": {
  4508. "type": "object",
  4509. "properties": {
  4510. "id": {
  4511. "type": "string",
  4512. "example": "id 多个逗号隔开"
  4513. },
  4514. "memo": {
  4515. "type": "string",
  4516. "example": "备注"
  4517. },
  4518. "state": {
  4519. "type": "string",
  4520. "example": "审核状态"
  4521. }
  4522. }
  4523. },
  4524. "md.AppletApplicationListData": {
  4525. "type": "object",
  4526. "properties": {
  4527. "app_id": {
  4528. "type": "string",
  4529. "example": "小程序appid"
  4530. },
  4531. "cooperate_state": {
  4532. "type": "string",
  4533. "example": "合作状态"
  4534. },
  4535. "id": {
  4536. "type": "string",
  4537. "example": "id"
  4538. },
  4539. "logo": {
  4540. "type": "string",
  4541. "example": "logo"
  4542. },
  4543. "memo": {
  4544. "type": "string",
  4545. "example": "备注"
  4546. },
  4547. "name": {
  4548. "type": "string",
  4549. "example": "应用名称"
  4550. },
  4551. "original_id": {
  4552. "type": "string",
  4553. "example": "小程序id"
  4554. },
  4555. "platform": {
  4556. "type": "string",
  4557. "example": "平台"
  4558. },
  4559. "state": {
  4560. "type": "string",
  4561. "example": "应用状态 state=3 才能再次编辑"
  4562. }
  4563. }
  4564. },
  4565. "md.AppletApplicationListReq": {
  4566. "type": "object",
  4567. "properties": {
  4568. "cooperate_state": {
  4569. "type": "string",
  4570. "example": "合作状态"
  4571. },
  4572. "limit": {
  4573. "type": "string"
  4574. },
  4575. "medium_id": {
  4576. "type": "string",
  4577. "example": "媒体id"
  4578. },
  4579. "name": {
  4580. "type": "string"
  4581. },
  4582. "page": {
  4583. "type": "string"
  4584. },
  4585. "platform": {
  4586. "type": "string"
  4587. }
  4588. }
  4589. },
  4590. "md.AppletApplicationListRes": {
  4591. "type": "object",
  4592. "properties": {
  4593. "cooperate_state": {
  4594. "type": "array",
  4595. "items": {
  4596. "$ref": "#/definitions/md.SelectData"
  4597. }
  4598. },
  4599. "list": {
  4600. "type": "array",
  4601. "items": {
  4602. "$ref": "#/definitions/md.AppletApplicationListData"
  4603. }
  4604. },
  4605. "platform": {
  4606. "type": "array",
  4607. "items": {
  4608. "$ref": "#/definitions/md.SelectData"
  4609. }
  4610. },
  4611. "state": {
  4612. "type": "array",
  4613. "items": {
  4614. "$ref": "#/definitions/md.SelectData"
  4615. }
  4616. },
  4617. "total": {
  4618. "type": "integer"
  4619. }
  4620. }
  4621. },
  4622. "md.AppletApplicationMediumListData": {
  4623. "type": "object",
  4624. "properties": {
  4625. "account": {
  4626. "type": "string",
  4627. "example": "账号"
  4628. },
  4629. "contact_name": {
  4630. "type": "string",
  4631. "example": "联系人"
  4632. },
  4633. "count": {
  4634. "type": "string",
  4635. "example": "应用数量"
  4636. },
  4637. "id": {
  4638. "type": "string",
  4639. "example": "id"
  4640. },
  4641. "medium_id": {
  4642. "type": "string",
  4643. "example": "媒体id"
  4644. },
  4645. "name": {
  4646. "type": "string",
  4647. "example": "名称"
  4648. },
  4649. "phone": {
  4650. "type": "string",
  4651. "example": "联系电话"
  4652. }
  4653. }
  4654. },
  4655. "md.AppletApplicationMediumListReq": {
  4656. "type": "object",
  4657. "properties": {
  4658. "account": {
  4659. "type": "string",
  4660. "example": "媒体账号"
  4661. },
  4662. "limit": {
  4663. "type": "string"
  4664. },
  4665. "name": {
  4666. "type": "string",
  4667. "example": "媒体名称"
  4668. },
  4669. "page": {
  4670. "type": "string"
  4671. }
  4672. }
  4673. },
  4674. "md.AppletApplicationMediumListRes": {
  4675. "type": "object",
  4676. "properties": {
  4677. "list": {
  4678. "type": "array",
  4679. "items": {
  4680. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  4681. }
  4682. },
  4683. "total": {
  4684. "type": "integer"
  4685. }
  4686. }
  4687. },
  4688. "md.AppletApplicationSaveReq": {
  4689. "type": "object",
  4690. "properties": {
  4691. "id": {
  4692. "type": "string",
  4693. "example": "id 多个逗号隔开"
  4694. },
  4695. "memo": {
  4696. "type": "string",
  4697. "example": "备注"
  4698. },
  4699. "state": {
  4700. "type": "string",
  4701. "example": "审核状态"
  4702. }
  4703. }
  4704. },
  4705. "md.AppletUpdateReq": {
  4706. "type": "object",
  4707. "required": [
  4708. "id",
  4709. "logo",
  4710. "name"
  4711. ],
  4712. "properties": {
  4713. "id": {
  4714. "type": "integer"
  4715. },
  4716. "logo": {
  4717. "type": "string",
  4718. "example": "小程序logo"
  4719. },
  4720. "name": {
  4721. "type": "string",
  4722. "example": "小程序名称"
  4723. }
  4724. }
  4725. },
  4726. "md.BindAdminRoleReq": {
  4727. "type": "object",
  4728. "required": [
  4729. "adm_id"
  4730. ],
  4731. "properties": {
  4732. "adm_id": {
  4733. "type": "integer"
  4734. },
  4735. "role_ids": {
  4736. "type": "array",
  4737. "items": {
  4738. "type": "integer"
  4739. }
  4740. }
  4741. }
  4742. },
  4743. "md.CommDetailReq": {
  4744. "type": "object",
  4745. "properties": {
  4746. "id": {
  4747. "type": "string",
  4748. "example": "列表id"
  4749. }
  4750. }
  4751. },
  4752. "md.DataCenterDataCenterOriginalDataDoingReq": {
  4753. "type": "object",
  4754. "properties": {
  4755. "id": {
  4756. "type": "string",
  4757. "example": "列表id"
  4758. },
  4759. "now_ecpm": {
  4760. "type": "string",
  4761. "example": "现-广告千次曝光收益(元)"
  4762. },
  4763. "now_exposure_count": {
  4764. "type": "string",
  4765. "example": "现-曝光量"
  4766. }
  4767. }
  4768. },
  4769. "md.DataCenterGenerateDataCommReq": {
  4770. "type": "object",
  4771. "properties": {
  4772. "id": {
  4773. "type": "string",
  4774. "example": "列表id"
  4775. }
  4776. }
  4777. },
  4778. "md.DataCenterGenerateDataData": {
  4779. "type": "object",
  4780. "properties": {
  4781. "adv_name": {
  4782. "type": "string",
  4783. "example": "广告位"
  4784. },
  4785. "agent_revenue": {
  4786. "type": "string",
  4787. "example": "代理收益(元)"
  4788. },
  4789. "agreement_sharing": {
  4790. "type": "string",
  4791. "example": "协议分成(元)"
  4792. },
  4793. "agreement_sharing_total": {
  4794. "type": "string",
  4795. "example": "协议总分成(元)"
  4796. },
  4797. "click_count": {
  4798. "type": "string",
  4799. "example": "现-点击量"
  4800. },
  4801. "click_rate": {
  4802. "type": "string",
  4803. "example": "现-点击率"
  4804. },
  4805. "commission_retention": {
  4806. "type": "string",
  4807. "example": "佣金留存(元)"
  4808. },
  4809. "date": {
  4810. "type": "string",
  4811. "example": "日期"
  4812. },
  4813. "ecpm": {
  4814. "type": "string",
  4815. "example": "'现-ecpm(元)"
  4816. },
  4817. "exposure_count": {
  4818. "type": "string",
  4819. "example": "现-曝光量"
  4820. },
  4821. "extra_revenue": {
  4822. "type": "string",
  4823. "example": "额外收益(元)"
  4824. },
  4825. "id": {
  4826. "type": "string",
  4827. "example": "id"
  4828. },
  4829. "is_generate_report": {
  4830. "type": "string",
  4831. "example": "是否已生成报表(0:未 1:已)"
  4832. },
  4833. "media_revenue": {
  4834. "type": "string",
  4835. "example": "媒体收益(元)"
  4836. },
  4837. "name": {
  4838. "type": "string",
  4839. "example": "名称"
  4840. },
  4841. "old_click_count": {
  4842. "type": "string",
  4843. "example": "原-点击量"
  4844. },
  4845. "old_click_rate": {
  4846. "type": "string",
  4847. "example": "原-点击率"
  4848. },
  4849. "old_ecpm": {
  4850. "type": "string",
  4851. "example": "'原-ecpm(元)"
  4852. },
  4853. "old_exposure_count": {
  4854. "type": "string",
  4855. "example": "原-曝光量"
  4856. },
  4857. "platform": {
  4858. "type": "string",
  4859. "example": "平台名称"
  4860. },
  4861. "platform_retention": {
  4862. "type": "string",
  4863. "example": "平台留存(元)"
  4864. },
  4865. "price_adjustment_retention": {
  4866. "type": "string",
  4867. "example": "调价留存(元)"
  4868. },
  4869. "state": {
  4870. "type": "string",
  4871. "example": "状态id"
  4872. }
  4873. }
  4874. },
  4875. "md.DataCenterGenerateDataDetailAgentReward": {
  4876. "type": "object",
  4877. "properties": {
  4878. "account": {
  4879. "type": "string"
  4880. },
  4881. "agent_revenue": {
  4882. "type": "string",
  4883. "example": "代理收益(元)"
  4884. },
  4885. "agent_revenue_rate": {
  4886. "type": "string",
  4887. "example": "代理收益百分比"
  4888. },
  4889. "extra_revenue": {
  4890. "type": "string",
  4891. "example": "额外收益(元)"
  4892. },
  4893. "extra_revenue_rate": {
  4894. "type": "string",
  4895. "example": "'额外收益百分比"
  4896. },
  4897. "name": {
  4898. "type": "string"
  4899. }
  4900. }
  4901. },
  4902. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  4903. "type": "object",
  4904. "properties": {
  4905. "account": {
  4906. "type": "string"
  4907. },
  4908. "agent_revenue": {
  4909. "type": "string",
  4910. "example": "代理收益(元)"
  4911. },
  4912. "agent_revenue_rate": {
  4913. "type": "string",
  4914. "example": "代理收益百分比"
  4915. },
  4916. "name": {
  4917. "type": "string"
  4918. }
  4919. }
  4920. },
  4921. "md.DataCenterGenerateDataDetailData": {
  4922. "type": "object",
  4923. "properties": {
  4924. "agent_revenue_rate": {
  4925. "type": "string",
  4926. "example": "代理收益百分比"
  4927. },
  4928. "agent_reward": {
  4929. "type": "array",
  4930. "items": {
  4931. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  4932. }
  4933. },
  4934. "agreement_sharing_rate": {
  4935. "type": "string",
  4936. "example": "协议分成百分比"
  4937. },
  4938. "commission_retention_rate": {
  4939. "type": "string",
  4940. "example": "佣金留存百分比"
  4941. },
  4942. "create_at": {
  4943. "type": "string"
  4944. },
  4945. "extra_revenue_rate": {
  4946. "type": "string",
  4947. "example": "额外收益百分比"
  4948. },
  4949. "media_revenue_rate": {
  4950. "type": "string",
  4951. "example": "媒体收益百分比"
  4952. },
  4953. "platform_retention_rate": {
  4954. "type": "string",
  4955. "example": "平台留存百分比"
  4956. },
  4957. "update_at": {
  4958. "type": "string"
  4959. }
  4960. }
  4961. },
  4962. "md.DataCenterGenerateDataReq": {
  4963. "type": "object",
  4964. "properties": {
  4965. "end_time": {
  4966. "type": "string"
  4967. },
  4968. "limit": {
  4969. "type": "string"
  4970. },
  4971. "name": {
  4972. "type": "string"
  4973. },
  4974. "page": {
  4975. "type": "string"
  4976. },
  4977. "platform": {
  4978. "type": "string"
  4979. },
  4980. "start_time": {
  4981. "type": "string"
  4982. },
  4983. "state": {
  4984. "type": "string"
  4985. }
  4986. }
  4987. },
  4988. "md.DataCenterGenerateDataRes": {
  4989. "type": "object",
  4990. "properties": {
  4991. "list": {
  4992. "type": "array",
  4993. "items": {
  4994. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  4995. }
  4996. },
  4997. "platform": {
  4998. "type": "array",
  4999. "items": {
  5000. "$ref": "#/definitions/md.SelectData"
  5001. }
  5002. },
  5003. "state": {
  5004. "type": "array",
  5005. "items": {
  5006. "$ref": "#/definitions/md.SelectData"
  5007. }
  5008. },
  5009. "total": {
  5010. "type": "integer"
  5011. }
  5012. }
  5013. },
  5014. "md.DataCenterIncomeDataData": {
  5015. "type": "object",
  5016. "properties": {
  5017. "adv_name": {
  5018. "type": "string",
  5019. "example": "广告位"
  5020. },
  5021. "agent_revenue": {
  5022. "type": "string",
  5023. "example": "代理收益(元)"
  5024. },
  5025. "agreement_sharing": {
  5026. "type": "string",
  5027. "example": "平台收益(元)"
  5028. },
  5029. "click_count": {
  5030. "type": "string",
  5031. "example": "现-点击量"
  5032. },
  5033. "click_rate": {
  5034. "type": "string",
  5035. "example": "现-点击率"
  5036. },
  5037. "date": {
  5038. "type": "string",
  5039. "example": "日期"
  5040. },
  5041. "ecpm": {
  5042. "type": "string",
  5043. "example": "'现-ecpm(元)"
  5044. },
  5045. "exposure_count": {
  5046. "type": "string",
  5047. "example": "现-曝光量"
  5048. },
  5049. "id": {
  5050. "type": "string",
  5051. "example": "id"
  5052. },
  5053. "media_revenue": {
  5054. "type": "string",
  5055. "example": "媒体收益(元)"
  5056. },
  5057. "name": {
  5058. "type": "string",
  5059. "example": "名称"
  5060. },
  5061. "platform": {
  5062. "type": "string",
  5063. "example": "平台名称"
  5064. },
  5065. "settle_amount": {
  5066. "type": "string",
  5067. "example": "结算收益(元)"
  5068. },
  5069. "state": {
  5070. "type": "string",
  5071. "example": "状态id"
  5072. }
  5073. }
  5074. },
  5075. "md.DataCenterIncomeDataDetail": {
  5076. "type": "object",
  5077. "properties": {
  5078. "agent_revenue": {
  5079. "type": "string",
  5080. "example": "代理收益(元)"
  5081. },
  5082. "agent_revenue_rate": {
  5083. "type": "string",
  5084. "example": "代理收益百分比"
  5085. },
  5086. "agent_reward": {
  5087. "type": "array",
  5088. "items": {
  5089. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  5090. }
  5091. },
  5092. "agreement_sharing": {
  5093. "type": "string",
  5094. "example": "平台收益(元)"
  5095. },
  5096. "agreement_sharing_rate": {
  5097. "type": "string",
  5098. "example": "平台收益百分比"
  5099. },
  5100. "create_at": {
  5101. "type": "string"
  5102. },
  5103. "data_source": {
  5104. "type": "string",
  5105. "example": "数据来源"
  5106. },
  5107. "media_revenue": {
  5108. "type": "string",
  5109. "example": "媒体收益(元)"
  5110. },
  5111. "media_revenue_rate": {
  5112. "type": "string",
  5113. "example": "媒体收益百分比"
  5114. },
  5115. "medium_name": {
  5116. "type": "string",
  5117. "example": "媒体名称"
  5118. },
  5119. "platform": {
  5120. "type": "string",
  5121. "example": "填充来源"
  5122. },
  5123. "update_at": {
  5124. "type": "string"
  5125. }
  5126. }
  5127. },
  5128. "md.DataCenterIncomeDataRes": {
  5129. "type": "object",
  5130. "properties": {
  5131. "list": {
  5132. "type": "array",
  5133. "items": {
  5134. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  5135. }
  5136. },
  5137. "platform": {
  5138. "type": "array",
  5139. "items": {
  5140. "$ref": "#/definitions/md.SelectData"
  5141. }
  5142. },
  5143. "state": {
  5144. "type": "array",
  5145. "items": {
  5146. "$ref": "#/definitions/md.SelectData"
  5147. }
  5148. },
  5149. "total": {
  5150. "type": "integer"
  5151. }
  5152. }
  5153. },
  5154. "md.DataCenterOriginalDataCommReq": {
  5155. "type": "object",
  5156. "properties": {
  5157. "id": {
  5158. "type": "string",
  5159. "example": "列表id"
  5160. }
  5161. }
  5162. },
  5163. "md.DataCenterOriginalDataData": {
  5164. "type": "object",
  5165. "properties": {
  5166. "adv_name": {
  5167. "type": "string",
  5168. "example": "广告位"
  5169. },
  5170. "click_count": {
  5171. "type": "string",
  5172. "example": "点击量"
  5173. },
  5174. "click_rate": {
  5175. "type": "string",
  5176. "example": "点击率"
  5177. },
  5178. "date": {
  5179. "type": "string",
  5180. "example": "日期"
  5181. },
  5182. "ecpm": {
  5183. "type": "string",
  5184. "example": "'ecpm(元)"
  5185. },
  5186. "exposure_count": {
  5187. "type": "string",
  5188. "example": "曝光量"
  5189. },
  5190. "exposure_rate": {
  5191. "type": "string",
  5192. "example": "曝光率"
  5193. },
  5194. "id": {
  5195. "type": "string",
  5196. "example": "id"
  5197. },
  5198. "is_apply": {
  5199. "type": "string",
  5200. "example": "是否已应用"
  5201. },
  5202. "name": {
  5203. "type": "string",
  5204. "example": "名称"
  5205. },
  5206. "platform": {
  5207. "type": "string",
  5208. "example": "平台名称"
  5209. },
  5210. "publisher_income": {
  5211. "type": "string",
  5212. "example": "总收益(元)"
  5213. },
  5214. "req_succ_count": {
  5215. "type": "string",
  5216. "example": "拉取量"
  5217. },
  5218. "state": {
  5219. "type": "string",
  5220. "example": "状态id"
  5221. }
  5222. }
  5223. },
  5224. "md.DataCenterOriginalDataMoreApplicationData": {
  5225. "type": "object",
  5226. "properties": {
  5227. "ad_id": {
  5228. "type": "string",
  5229. "example": "广告位id"
  5230. },
  5231. "adv_name": {
  5232. "type": "string",
  5233. "example": "广告位"
  5234. },
  5235. "app_id": {
  5236. "type": "string",
  5237. "example": "小程序id"
  5238. },
  5239. "id": {
  5240. "type": "string",
  5241. "example": "id"
  5242. },
  5243. "logo": {
  5244. "type": "string"
  5245. },
  5246. "name": {
  5247. "type": "string",
  5248. "example": "名称"
  5249. },
  5250. "state": {
  5251. "type": "string",
  5252. "example": "状态id"
  5253. }
  5254. }
  5255. },
  5256. "md.DataCenterOriginalDataMoreApplicationReq": {
  5257. "type": "object",
  5258. "properties": {
  5259. "limit": {
  5260. "type": "string"
  5261. },
  5262. "name": {
  5263. "type": "string"
  5264. },
  5265. "page": {
  5266. "type": "string"
  5267. }
  5268. }
  5269. },
  5270. "md.DataCenterOriginalDataMoreApplicationRes": {
  5271. "type": "object",
  5272. "properties": {
  5273. "list": {
  5274. "type": "array",
  5275. "items": {
  5276. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  5277. }
  5278. },
  5279. "state": {
  5280. "type": "array",
  5281. "items": {
  5282. "$ref": "#/definitions/md.SelectData"
  5283. }
  5284. },
  5285. "total": {
  5286. "type": "integer"
  5287. }
  5288. }
  5289. },
  5290. "md.DataCenterOriginalDataOneApplicationAdListData": {
  5291. "type": "object",
  5292. "properties": {
  5293. "ad_id": {
  5294. "type": "string",
  5295. "example": "广告位id"
  5296. },
  5297. "id": {
  5298. "type": "string",
  5299. "example": "id"
  5300. },
  5301. "name": {
  5302. "type": "string",
  5303. "example": "名称"
  5304. },
  5305. "state": {
  5306. "type": "string",
  5307. "example": "状态id"
  5308. }
  5309. }
  5310. },
  5311. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  5312. "type": "object",
  5313. "properties": {
  5314. "app_id": {
  5315. "type": "string"
  5316. }
  5317. }
  5318. },
  5319. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  5320. "type": "object",
  5321. "properties": {
  5322. "list": {
  5323. "type": "array",
  5324. "items": {
  5325. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  5326. }
  5327. },
  5328. "state": {
  5329. "type": "array",
  5330. "items": {
  5331. "$ref": "#/definitions/md.SelectData"
  5332. }
  5333. }
  5334. }
  5335. },
  5336. "md.DataCenterOriginalDataOneApplicationData": {
  5337. "type": "object",
  5338. "properties": {
  5339. "app_id": {
  5340. "type": "string",
  5341. "example": "小程序id"
  5342. },
  5343. "id": {
  5344. "type": "string",
  5345. "example": "id"
  5346. },
  5347. "logo": {
  5348. "type": "string"
  5349. },
  5350. "name": {
  5351. "type": "string",
  5352. "example": "名称"
  5353. }
  5354. }
  5355. },
  5356. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  5357. "type": "object",
  5358. "properties": {
  5359. "ad_id": {
  5360. "type": "string"
  5361. },
  5362. "app_id": {
  5363. "type": "string"
  5364. },
  5365. "date": {
  5366. "type": "string",
  5367. "example": "2024-08-28"
  5368. }
  5369. }
  5370. },
  5371. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  5372. "type": "object",
  5373. "properties": {
  5374. "ad_id": {
  5375. "type": "string"
  5376. },
  5377. "ad_slot": {
  5378. "type": "string",
  5379. "example": "广告位类型名称"
  5380. },
  5381. "click_count": {
  5382. "type": "string",
  5383. "example": "点击量"
  5384. },
  5385. "click_rate": {
  5386. "type": "string",
  5387. "example": "点击率"
  5388. },
  5389. "ecpm": {
  5390. "type": "string",
  5391. "example": "ecpm(元)"
  5392. },
  5393. "exposure_count": {
  5394. "type": "string",
  5395. "example": "曝光量"
  5396. },
  5397. "exposure_rate": {
  5398. "type": "string",
  5399. "example": "曝光率"
  5400. },
  5401. "publisher_income": {
  5402. "type": "string",
  5403. "example": "总收益(元)"
  5404. },
  5405. "req_succ_count": {
  5406. "type": "string",
  5407. "example": "拉取量"
  5408. }
  5409. }
  5410. },
  5411. "md.DataCenterOriginalDataOneApplicationRes": {
  5412. "type": "object",
  5413. "properties": {
  5414. "list": {
  5415. "type": "array",
  5416. "items": {
  5417. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  5418. }
  5419. }
  5420. }
  5421. },
  5422. "md.DataCenterOriginalDataReq": {
  5423. "type": "object",
  5424. "properties": {
  5425. "end_time": {
  5426. "type": "string"
  5427. },
  5428. "limit": {
  5429. "type": "string"
  5430. },
  5431. "name": {
  5432. "type": "string"
  5433. },
  5434. "page": {
  5435. "type": "string"
  5436. },
  5437. "platform": {
  5438. "type": "string"
  5439. },
  5440. "start_time": {
  5441. "type": "string"
  5442. },
  5443. "state": {
  5444. "type": "string"
  5445. }
  5446. }
  5447. },
  5448. "md.DataCenterOriginalDataRes": {
  5449. "type": "object",
  5450. "properties": {
  5451. "list": {
  5452. "type": "array",
  5453. "items": {
  5454. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  5455. }
  5456. },
  5457. "platform": {
  5458. "type": "array",
  5459. "items": {
  5460. "$ref": "#/definitions/md.SelectData"
  5461. }
  5462. },
  5463. "state": {
  5464. "type": "array",
  5465. "items": {
  5466. "$ref": "#/definitions/md.SelectData"
  5467. }
  5468. },
  5469. "total": {
  5470. "type": "integer"
  5471. }
  5472. }
  5473. },
  5474. "md.DivisionStrategyData": {
  5475. "type": "object",
  5476. "properties": {
  5477. "account": {
  5478. "type": "string",
  5479. "example": "账号"
  5480. },
  5481. "agent_revenue_rate": {
  5482. "type": "string",
  5483. "example": "代理收益百分比"
  5484. },
  5485. "agreement_sharing_rate": {
  5486. "type": "string",
  5487. "example": "协议分成百分比"
  5488. },
  5489. "commission_retention_rate": {
  5490. "type": "string",
  5491. "example": "佣金留存百分比"
  5492. },
  5493. "extra_revenue_rate": {
  5494. "type": "string",
  5495. "example": "额外收益百分比"
  5496. },
  5497. "id": {
  5498. "type": "string",
  5499. "example": "id"
  5500. },
  5501. "media_revenue_rate": {
  5502. "type": "string",
  5503. "example": "媒体收益百分比"
  5504. },
  5505. "medium_id": {
  5506. "type": "string",
  5507. "example": "媒体id"
  5508. },
  5509. "name": {
  5510. "type": "string",
  5511. "example": "名称"
  5512. },
  5513. "platform_retention_rate": {
  5514. "type": "string",
  5515. "example": "平台留存百分比"
  5516. }
  5517. }
  5518. },
  5519. "md.DivisionStrategyDetailByAgent": {
  5520. "type": "object",
  5521. "properties": {
  5522. "account": {
  5523. "type": "string",
  5524. "example": "账号"
  5525. },
  5526. "agent_id": {
  5527. "type": "string",
  5528. "example": "代理id"
  5529. },
  5530. "agent_revenue_rate": {
  5531. "type": "string",
  5532. "example": "佣金比例"
  5533. },
  5534. "extra_revenue_rate": {
  5535. "type": "string",
  5536. "example": "额外奖励"
  5537. },
  5538. "name": {
  5539. "type": "string",
  5540. "example": "名称"
  5541. }
  5542. }
  5543. },
  5544. "md.DivisionStrategyDetailReq": {
  5545. "type": "object",
  5546. "properties": {
  5547. "medium_id": {
  5548. "type": "string"
  5549. }
  5550. }
  5551. },
  5552. "md.DivisionStrategyDetailRes": {
  5553. "type": "object",
  5554. "properties": {
  5555. "account": {
  5556. "type": "string",
  5557. "example": "账号"
  5558. },
  5559. "agent_list": {
  5560. "type": "array",
  5561. "items": {
  5562. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  5563. }
  5564. },
  5565. "agent_revenue_rate": {
  5566. "type": "string",
  5567. "example": "代理收益百分比"
  5568. },
  5569. "agreement_sharing_rate": {
  5570. "type": "string",
  5571. "example": "协议分成百分比"
  5572. },
  5573. "commission_retention_rate": {
  5574. "type": "string",
  5575. "example": "佣金留存百分比"
  5576. },
  5577. "extra_revenue_rate": {
  5578. "type": "string",
  5579. "example": "额外收益百分比"
  5580. },
  5581. "media_revenue_rate": {
  5582. "type": "string",
  5583. "example": "媒体收益百分比"
  5584. },
  5585. "medium_id": {
  5586. "type": "string",
  5587. "example": "媒体id"
  5588. },
  5589. "name": {
  5590. "type": "string",
  5591. "example": "名称"
  5592. },
  5593. "platform_retention_rate": {
  5594. "type": "string",
  5595. "example": "平台留存百分比"
  5596. }
  5597. }
  5598. },
  5599. "md.DivisionStrategyReq": {
  5600. "type": "object",
  5601. "properties": {
  5602. "limit": {
  5603. "type": "string"
  5604. },
  5605. "name": {
  5606. "type": "string"
  5607. },
  5608. "page": {
  5609. "type": "string"
  5610. }
  5611. }
  5612. },
  5613. "md.DivisionStrategyRes": {
  5614. "type": "object",
  5615. "properties": {
  5616. "list": {
  5617. "type": "array",
  5618. "items": {
  5619. "$ref": "#/definitions/md.DivisionStrategyData"
  5620. }
  5621. },
  5622. "total": {
  5623. "type": "integer"
  5624. }
  5625. }
  5626. },
  5627. "md.FinanceCenterDataData": {
  5628. "type": "object",
  5629. "properties": {
  5630. "all_income": {
  5631. "type": "string",
  5632. "example": "合计收益"
  5633. },
  5634. "change_income": {
  5635. "type": "string",
  5636. "example": "调价留存"
  5637. },
  5638. "commission_income": {
  5639. "type": "string",
  5640. "example": "佣金留存"
  5641. },
  5642. "id": {
  5643. "type": "string"
  5644. },
  5645. "label": {
  5646. "type": "string"
  5647. },
  5648. "medium_income": {
  5649. "type": "string",
  5650. "example": "媒体结算"
  5651. },
  5652. "name": {
  5653. "type": "string",
  5654. "example": "媒体名称"
  5655. },
  5656. "other_income": {
  5657. "type": "string",
  5658. "example": "其他调整"
  5659. },
  5660. "pay_state": {
  5661. "type": "string",
  5662. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  5663. },
  5664. "platform_income": {
  5665. "type": "string",
  5666. "example": "平台留存"
  5667. },
  5668. "settle_type": {
  5669. "type": "string",
  5670. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  5671. },
  5672. "state": {
  5673. "type": "string",
  5674. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  5675. },
  5676. "time_str": {
  5677. "type": "string",
  5678. "example": "业务时间"
  5679. },
  5680. "top_income": {
  5681. "type": "string",
  5682. "example": "上游结算"
  5683. }
  5684. }
  5685. },
  5686. "md.FinanceCenterDataReq": {
  5687. "type": "object",
  5688. "properties": {
  5689. "end_time": {
  5690. "type": "string"
  5691. },
  5692. "limit": {
  5693. "type": "string"
  5694. },
  5695. "page": {
  5696. "type": "string"
  5697. },
  5698. "pay_state": {
  5699. "type": "string",
  5700. "example": "读 settle_pay_state返回的"
  5701. },
  5702. "start_time": {
  5703. "type": "string",
  5704. "example": "2024-08-29"
  5705. }
  5706. }
  5707. },
  5708. "md.FinanceCenterDataRes": {
  5709. "type": "object",
  5710. "properties": {
  5711. "business_kind": {
  5712. "type": "array",
  5713. "items": {
  5714. "$ref": "#/definitions/md.SelectData"
  5715. }
  5716. },
  5717. "list": {
  5718. "type": "array",
  5719. "items": {
  5720. "$ref": "#/definitions/md.FinanceCenterDataData"
  5721. }
  5722. },
  5723. "settle_pay_state": {
  5724. "type": "array",
  5725. "items": {
  5726. "$ref": "#/definitions/md.SelectData"
  5727. }
  5728. },
  5729. "settle_state": {
  5730. "type": "array",
  5731. "items": {
  5732. "$ref": "#/definitions/md.SelectData"
  5733. }
  5734. },
  5735. "settle_type": {
  5736. "type": "array",
  5737. "items": {
  5738. "$ref": "#/definitions/md.SelectData"
  5739. }
  5740. },
  5741. "total": {
  5742. "type": "integer"
  5743. }
  5744. }
  5745. },
  5746. "md.InvoiceFile": {
  5747. "type": "object",
  5748. "properties": {
  5749. "state": {
  5750. "type": "string",
  5751. "example": "0待确认 1审核通过 2审核失败"
  5752. },
  5753. "url": {
  5754. "type": "string"
  5755. }
  5756. }
  5757. },
  5758. "md.InvoiceReq": {
  5759. "type": "object",
  5760. "properties": {
  5761. "file": {
  5762. "type": "array",
  5763. "items": {
  5764. "$ref": "#/definitions/md.InvoiceFile"
  5765. }
  5766. },
  5767. "id": {
  5768. "type": "string",
  5769. "example": "列表id"
  5770. },
  5771. "state": {
  5772. "type": "string",
  5773. "example": "1审核通过 2审核失败"
  5774. }
  5775. }
  5776. },
  5777. "md.LoginReq": {
  5778. "type": "object",
  5779. "required": [
  5780. "password",
  5781. "username"
  5782. ],
  5783. "properties": {
  5784. "code": {
  5785. "type": "string",
  5786. "example": "验证码"
  5787. },
  5788. "password": {
  5789. "type": "string",
  5790. "example": "登录密码"
  5791. },
  5792. "username": {
  5793. "type": "string",
  5794. "example": "登录账号"
  5795. }
  5796. }
  5797. },
  5798. "md.LoginResponse": {
  5799. "type": "object",
  5800. "properties": {
  5801. "token": {
  5802. "type": "string"
  5803. }
  5804. }
  5805. },
  5806. "md.MediumListData": {
  5807. "type": "object",
  5808. "properties": {
  5809. "account": {
  5810. "type": "string",
  5811. "example": "媒体账号"
  5812. },
  5813. "business_license_address": {
  5814. "type": "string",
  5815. "example": "营业执照地址"
  5816. },
  5817. "company_name": {
  5818. "type": "string",
  5819. "example": "公司名称"
  5820. },
  5821. "id": {
  5822. "type": "string",
  5823. "example": "id"
  5824. },
  5825. "legal_representative": {
  5826. "type": "string",
  5827. "example": "法定代表人"
  5828. },
  5829. "medium_id": {
  5830. "type": "string",
  5831. "example": "媒体id"
  5832. },
  5833. "memo": {
  5834. "type": "string",
  5835. "example": "备注 审核时填写的"
  5836. },
  5837. "state": {
  5838. "type": "string",
  5839. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5840. },
  5841. "unified_social_credit_code": {
  5842. "type": "string",
  5843. "example": "统一社会信用代码"
  5844. }
  5845. }
  5846. },
  5847. "md.MediumListDelReq": {
  5848. "type": "object",
  5849. "properties": {
  5850. "id": {
  5851. "type": "string",
  5852. "example": "列表id"
  5853. }
  5854. }
  5855. },
  5856. "md.MediumListReq": {
  5857. "type": "object",
  5858. "properties": {
  5859. "id": {
  5860. "type": "string"
  5861. },
  5862. "limit": {
  5863. "type": "string"
  5864. },
  5865. "name": {
  5866. "type": "string"
  5867. },
  5868. "page": {
  5869. "type": "string"
  5870. },
  5871. "state": {
  5872. "type": "string"
  5873. }
  5874. }
  5875. },
  5876. "md.MediumListRes": {
  5877. "type": "object",
  5878. "properties": {
  5879. "list": {
  5880. "type": "array",
  5881. "items": {
  5882. "$ref": "#/definitions/md.MediumListData"
  5883. }
  5884. },
  5885. "state": {
  5886. "type": "array",
  5887. "items": {
  5888. "$ref": "#/definitions/md.SelectData"
  5889. }
  5890. },
  5891. "total": {
  5892. "type": "integer"
  5893. }
  5894. }
  5895. },
  5896. "md.MediumListSaveReq": {
  5897. "type": "object",
  5898. "properties": {
  5899. "medium_id": {
  5900. "type": "string"
  5901. },
  5902. "username": {
  5903. "type": "string"
  5904. }
  5905. }
  5906. },
  5907. "md.MediumQualificationContactData": {
  5908. "type": "object",
  5909. "properties": {
  5910. "account": {
  5911. "type": "string",
  5912. "example": "账号"
  5913. },
  5914. "address": {
  5915. "type": "string",
  5916. "example": "联系地址"
  5917. },
  5918. "company_name": {
  5919. "type": "string",
  5920. "example": "公司名称"
  5921. },
  5922. "email": {
  5923. "type": "string",
  5924. "example": "邮箱地址"
  5925. },
  5926. "id": {
  5927. "type": "string",
  5928. "example": "id"
  5929. },
  5930. "kind": {
  5931. "type": "string",
  5932. "example": "类型(1:企业 2:个人)"
  5933. },
  5934. "medium_id": {
  5935. "type": "string",
  5936. "example": "代理id"
  5937. },
  5938. "memo": {
  5939. "type": "string",
  5940. "example": "备注 审核时填写的"
  5941. },
  5942. "name": {
  5943. "type": "string",
  5944. "example": "联系人"
  5945. },
  5946. "phone": {
  5947. "type": "string",
  5948. "example": "联系电话"
  5949. },
  5950. "state": {
  5951. "type": "string",
  5952. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5953. }
  5954. }
  5955. },
  5956. "md.MediumQualificationContactRes": {
  5957. "type": "object",
  5958. "properties": {
  5959. "list": {
  5960. "type": "array",
  5961. "items": {
  5962. "$ref": "#/definitions/md.MediumQualificationContactData"
  5963. }
  5964. },
  5965. "state": {
  5966. "type": "array",
  5967. "items": {
  5968. "$ref": "#/definitions/md.SelectData"
  5969. }
  5970. },
  5971. "total": {
  5972. "type": "integer"
  5973. }
  5974. }
  5975. },
  5976. "md.MediumQualificationEnterpriseAuditReq": {
  5977. "type": "object",
  5978. "properties": {
  5979. "medium_id": {
  5980. "type": "string"
  5981. },
  5982. "memo": {
  5983. "type": "string"
  5984. },
  5985. "state": {
  5986. "type": "string"
  5987. }
  5988. }
  5989. },
  5990. "md.MediumQualificationEnterpriseData": {
  5991. "type": "object",
  5992. "properties": {
  5993. "account": {
  5994. "type": "string",
  5995. "example": "账号"
  5996. },
  5997. "business_license_address": {
  5998. "type": "string",
  5999. "example": "营业执照地址"
  6000. },
  6001. "business_license_img_url": {
  6002. "type": "string",
  6003. "example": "营业执照照片"
  6004. },
  6005. "certificate_first_type": {
  6006. "type": "string",
  6007. "example": "证件类型 1级类目id"
  6008. },
  6009. "certificate_type": {
  6010. "type": "string",
  6011. "example": "证件类型 2级类目id"
  6012. },
  6013. "certificate_validity": {
  6014. "type": "string",
  6015. "example": "证件有效期"
  6016. },
  6017. "company_abbreviation": {
  6018. "type": "string",
  6019. "example": "公司简称"
  6020. },
  6021. "company_name": {
  6022. "type": "string",
  6023. "example": "公司名称"
  6024. },
  6025. "country_region": {
  6026. "type": "string",
  6027. "example": "国家地区"
  6028. },
  6029. "country_region_id": {
  6030. "type": "string",
  6031. "example": "国家地区id"
  6032. },
  6033. "id": {
  6034. "type": "string",
  6035. "example": "状态选择"
  6036. },
  6037. "kind": {
  6038. "type": "string",
  6039. "example": "类型(1:企业 2:个人)"
  6040. },
  6041. "legal_representative": {
  6042. "type": "string",
  6043. "example": "法定代表人"
  6044. },
  6045. "medium_id": {
  6046. "type": "string",
  6047. "example": "代理id"
  6048. },
  6049. "memo": {
  6050. "type": "string",
  6051. "example": "备注 审核时填写的"
  6052. },
  6053. "registered_address": {
  6054. "type": "string",
  6055. "example": "注册地址"
  6056. },
  6057. "registered_address_city_id": {
  6058. "type": "string",
  6059. "example": "注册地址-市id"
  6060. },
  6061. "registered_address_country_id": {
  6062. "type": "string",
  6063. "example": "注册地址-国家id"
  6064. },
  6065. "registered_address_county_id": {
  6066. "type": "string",
  6067. "example": "注册地址-县/区id"
  6068. },
  6069. "registered_address_province_id": {
  6070. "type": "string",
  6071. "example": "册地址-省份id"
  6072. },
  6073. "state": {
  6074. "type": "string",
  6075. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  6076. },
  6077. "unified_social_credit_code": {
  6078. "type": "string",
  6079. "example": "统一社会信用代码"
  6080. },
  6081. "uuid": {
  6082. "type": "string",
  6083. "example": "站长id"
  6084. }
  6085. }
  6086. },
  6087. "md.MediumQualificationEnterpriseReq": {
  6088. "type": "object",
  6089. "properties": {
  6090. "limit": {
  6091. "type": "string"
  6092. },
  6093. "name": {
  6094. "type": "string"
  6095. },
  6096. "page": {
  6097. "type": "string"
  6098. },
  6099. "state": {
  6100. "type": "string"
  6101. }
  6102. }
  6103. },
  6104. "md.MediumQualificationEnterpriseRes": {
  6105. "type": "object",
  6106. "properties": {
  6107. "list": {
  6108. "type": "array",
  6109. "items": {
  6110. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  6111. }
  6112. },
  6113. "state": {
  6114. "type": "array",
  6115. "items": {
  6116. "$ref": "#/definitions/md.SelectData"
  6117. }
  6118. },
  6119. "total": {
  6120. "type": "integer"
  6121. },
  6122. "type": {
  6123. "type": "array",
  6124. "items": {
  6125. "$ref": "#/definitions/md.SelectData"
  6126. }
  6127. }
  6128. }
  6129. },
  6130. "md.OtherIncomeReq": {
  6131. "type": "object",
  6132. "properties": {
  6133. "amount": {
  6134. "type": "string",
  6135. "example": "其他收益"
  6136. },
  6137. "id": {
  6138. "type": "string",
  6139. "example": "列表id"
  6140. }
  6141. }
  6142. },
  6143. "md.QiNiuBucketRegion": {
  6144. "type": "object",
  6145. "properties": {
  6146. "region_domain": {
  6147. "type": "string",
  6148. "example": "区域域名"
  6149. },
  6150. "region_id": {
  6151. "type": "string",
  6152. "example": "区域id"
  6153. },
  6154. "region_name": {
  6155. "type": "string",
  6156. "example": "区域名称"
  6157. }
  6158. }
  6159. },
  6160. "md.RegisterForAgentReq": {
  6161. "type": "object",
  6162. "required": [
  6163. "password",
  6164. "phone"
  6165. ],
  6166. "properties": {
  6167. "code": {
  6168. "type": "string",
  6169. "example": "验证码"
  6170. },
  6171. "password": {
  6172. "type": "string",
  6173. "example": "登录密码"
  6174. },
  6175. "phone": {
  6176. "type": "string",
  6177. "example": "登录账号"
  6178. }
  6179. }
  6180. },
  6181. "md.RegisterForMediumReq": {
  6182. "type": "object",
  6183. "required": [
  6184. "password",
  6185. "phone"
  6186. ],
  6187. "properties": {
  6188. "code": {
  6189. "type": "string",
  6190. "example": "验证码"
  6191. },
  6192. "password": {
  6193. "type": "string",
  6194. "example": "登录密码"
  6195. },
  6196. "phone": {
  6197. "type": "string",
  6198. "example": "登录账号"
  6199. }
  6200. }
  6201. },
  6202. "md.Response": {
  6203. "type": "object",
  6204. "properties": {
  6205. "code": {
  6206. "type": "string",
  6207. "example": "响应码"
  6208. },
  6209. "data": {
  6210. "description": "内容"
  6211. },
  6212. "msg": {
  6213. "type": "string",
  6214. "example": "具体错误原因"
  6215. }
  6216. }
  6217. },
  6218. "md.RoleBindPermissionGroupReq": {
  6219. "type": "object",
  6220. "required": [
  6221. "role_id"
  6222. ],
  6223. "properties": {
  6224. "permission_ids": {
  6225. "type": "array",
  6226. "items": {
  6227. "type": "integer"
  6228. }
  6229. },
  6230. "role_id": {
  6231. "type": "integer"
  6232. }
  6233. }
  6234. },
  6235. "md.SelectData": {
  6236. "type": "object",
  6237. "properties": {
  6238. "name": {
  6239. "type": "string",
  6240. "example": "名称"
  6241. },
  6242. "value": {
  6243. "type": "string",
  6244. "example": "值"
  6245. }
  6246. }
  6247. },
  6248. "md.SetMobReq": {
  6249. "type": "object",
  6250. "properties": {
  6251. "mob_app_key": {
  6252. "type": "string"
  6253. },
  6254. "mob_app_secret": {
  6255. "type": "string"
  6256. }
  6257. }
  6258. },
  6259. "md.SetOssReq": {
  6260. "type": "object",
  6261. "required": [
  6262. "file_access_key",
  6263. "file_bucket",
  6264. "file_bucket_host",
  6265. "file_bucket_region",
  6266. "file_secret_key"
  6267. ],
  6268. "properties": {
  6269. "file_access_key": {
  6270. "type": "string",
  6271. "example": "对象存储AccessToken"
  6272. },
  6273. "file_bucket": {
  6274. "type": "string",
  6275. "example": "对象存储bucket(空间)"
  6276. },
  6277. "file_bucket_host": {
  6278. "type": "string",
  6279. "example": "对象存储域名"
  6280. },
  6281. "file_bucket_region": {
  6282. "type": "string",
  6283. "example": "文件所属区域"
  6284. },
  6285. "file_secret_key": {
  6286. "type": "string",
  6287. "example": "对象存储SecretToken"
  6288. }
  6289. }
  6290. },
  6291. "md.SetOssResp": {
  6292. "type": "object",
  6293. "properties": {
  6294. "data": {
  6295. "description": "数据内容",
  6296. "allOf": [
  6297. {
  6298. "$ref": "#/definitions/md.SetOssReq"
  6299. }
  6300. ]
  6301. },
  6302. "qi_niu_bucket_region_list": {
  6303. "description": "七牛云存储区域列表",
  6304. "type": "array",
  6305. "items": {
  6306. "$ref": "#/definitions/md.QiNiuBucketRegion"
  6307. }
  6308. }
  6309. }
  6310. },
  6311. "md.SettleCenterDataData": {
  6312. "type": "object",
  6313. "properties": {
  6314. "account": {
  6315. "type": "string"
  6316. },
  6317. "id": {
  6318. "type": "string"
  6319. },
  6320. "name": {
  6321. "type": "string"
  6322. },
  6323. "settle_type": {
  6324. "type": "string"
  6325. },
  6326. "update_at": {
  6327. "type": "string"
  6328. }
  6329. }
  6330. },
  6331. "md.SettleCenterDataDetailReq": {
  6332. "type": "object",
  6333. "properties": {
  6334. "end_time": {
  6335. "type": "string"
  6336. },
  6337. "id": {
  6338. "type": "string"
  6339. },
  6340. "limit": {
  6341. "type": "string"
  6342. },
  6343. "page": {
  6344. "type": "string"
  6345. },
  6346. "start_time": {
  6347. "type": "string",
  6348. "example": "2024-08-29"
  6349. }
  6350. }
  6351. },
  6352. "md.SettleCenterDataReq": {
  6353. "type": "object",
  6354. "properties": {
  6355. "account": {
  6356. "type": "string"
  6357. },
  6358. "limit": {
  6359. "type": "string"
  6360. },
  6361. "name": {
  6362. "type": "string"
  6363. },
  6364. "page": {
  6365. "type": "string"
  6366. },
  6367. "state": {
  6368. "type": "string"
  6369. }
  6370. }
  6371. },
  6372. "md.SettleCenterDataRes": {
  6373. "type": "object",
  6374. "properties": {
  6375. "list": {
  6376. "type": "array",
  6377. "items": {
  6378. "$ref": "#/definitions/md.SettleCenterDataData"
  6379. }
  6380. },
  6381. "state": {
  6382. "type": "array",
  6383. "items": {
  6384. "$ref": "#/definitions/md.SelectData"
  6385. }
  6386. },
  6387. "total": {
  6388. "type": "integer"
  6389. }
  6390. }
  6391. },
  6392. "md.SettleCenterDataSaveReq": {
  6393. "type": "object",
  6394. "properties": {
  6395. "id": {
  6396. "type": "string"
  6397. },
  6398. "settle_type": {
  6399. "type": "string"
  6400. }
  6401. }
  6402. },
  6403. "md.SettleFileReq": {
  6404. "type": "object",
  6405. "properties": {
  6406. "file": {
  6407. "type": "string",
  6408. "example": "七牛云链接 带http"
  6409. },
  6410. "id": {
  6411. "type": "string",
  6412. "example": "列表id"
  6413. }
  6414. }
  6415. },
  6416. "md.ShareIndexResp": {
  6417. "type": "object",
  6418. "properties": {
  6419. "agent_domain": {
  6420. "type": "string",
  6421. "example": "代理分享地址"
  6422. },
  6423. "master_id": {
  6424. "type": "string"
  6425. },
  6426. "medium_domain": {
  6427. "type": "string",
  6428. "example": "媒体分享地址"
  6429. }
  6430. }
  6431. },
  6432. "md.UpdateAdminReq": {
  6433. "type": "object",
  6434. "required": [
  6435. "adm_id",
  6436. "password",
  6437. "username"
  6438. ],
  6439. "properties": {
  6440. "adm_id": {
  6441. "type": "integer"
  6442. },
  6443. "memo": {
  6444. "type": "string"
  6445. },
  6446. "password": {
  6447. "type": "string"
  6448. },
  6449. "username": {
  6450. "type": "string"
  6451. }
  6452. }
  6453. },
  6454. "md.UpdateAdminStateReq": {
  6455. "type": "object",
  6456. "required": [
  6457. "adm_id",
  6458. "state"
  6459. ],
  6460. "properties": {
  6461. "adm_id": {
  6462. "type": "integer"
  6463. },
  6464. "state": {
  6465. "type": "integer"
  6466. }
  6467. }
  6468. },
  6469. "md.UpdateRoleReq": {
  6470. "type": "object",
  6471. "required": [
  6472. "memo",
  6473. "name",
  6474. "role_id"
  6475. ],
  6476. "properties": {
  6477. "memo": {
  6478. "type": "string"
  6479. },
  6480. "name": {
  6481. "type": "string"
  6482. },
  6483. "role_id": {
  6484. "type": "integer"
  6485. }
  6486. }
  6487. },
  6488. "md.UpdateRoleStateReq": {
  6489. "type": "object",
  6490. "required": [
  6491. "role_id",
  6492. "state"
  6493. ],
  6494. "properties": {
  6495. "role_id": {
  6496. "type": "integer"
  6497. },
  6498. "state": {
  6499. "type": "integer"
  6500. }
  6501. }
  6502. },
  6503. "md.WxOpenGetResp": {
  6504. "type": "object",
  6505. "properties": {
  6506. "aes_key": {
  6507. "type": "string",
  6508. "example": "消息加解密Key"
  6509. },
  6510. "app_secret": {
  6511. "type": "string",
  6512. "example": "appSecret"
  6513. },
  6514. "appid": {
  6515. "type": "string",
  6516. "example": "appid"
  6517. },
  6518. "token": {
  6519. "type": "string",
  6520. "example": "消息校验Token"
  6521. },
  6522. "wx_open_applet_server_domain": {
  6523. "type": "string",
  6524. "example": "微信开放平台-小程序服务器域名"
  6525. },
  6526. "wx_open_authorization_event_receiving_configuration": {
  6527. "type": "string",
  6528. "example": "微信开放平台-授权事件接收配置"
  6529. },
  6530. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  6531. "type": "string",
  6532. "example": "微信开放平台-登录授权的发起页域名"
  6533. },
  6534. "wx_open_message_and_event_reception_configuration": {
  6535. "type": "string",
  6536. "example": "微信开放平台-消息与事件接收配置"
  6537. },
  6538. "wx_open_white_list_ip": {
  6539. "type": "string",
  6540. "example": "微信开放平台-白名单ip"
  6541. }
  6542. }
  6543. },
  6544. "md.WxOpenSetReq": {
  6545. "type": "object",
  6546. "required": [
  6547. "aes_key",
  6548. "app_secret",
  6549. "appid",
  6550. "token"
  6551. ],
  6552. "properties": {
  6553. "aes_key": {
  6554. "type": "string",
  6555. "example": "消息加解密Key"
  6556. },
  6557. "app_secret": {
  6558. "type": "string",
  6559. "example": "appSecret"
  6560. },
  6561. "appid": {
  6562. "type": "string",
  6563. "example": "appid"
  6564. },
  6565. "token": {
  6566. "type": "string",
  6567. "example": "消息校验Token"
  6568. }
  6569. }
  6570. }
  6571. },
  6572. "securityDefinitions": {
  6573. "MasterID": {
  6574. "type": "apiKey",
  6575. "name": "MasterID",
  6576. "in": "header"
  6577. }
  6578. }
  6579. }