广告平台(站长使用)
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

9550 řádky
321 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/agentQualification/bank": {
  26. "post": {
  27. "description": "渠道资质-银行资质",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "渠道资质------嘉俊"
  36. ],
  37. "summary": "银行资质",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "请求参数",
  48. "name": "args",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体看返回内容 这是data里面的数据",
  59. "schema": {
  60. "$ref": "#/definitions/md.AgentQualificationBankRes"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/agentQualification/bank/audit": {
  73. "post": {
  74. "description": "渠道资质-银行资质审核",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "渠道资质------嘉俊"
  83. ],
  84. "summary": "银行资质审核",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "请求参数",
  95. "name": "args",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体看返回内容",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/agentQualification/contact": {
  120. "post": {
  121. "description": "渠道资质-联系方式",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "渠道资质------嘉俊"
  130. ],
  131. "summary": "联系方式",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "请求参数",
  142. "name": "args",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体看返回内容 这是data里面的数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AgentQualificationContactRes"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/agentQualification/contact/audit": {
  167. "post": {
  168. "description": "渠道资质-联系方式审核",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "渠道资质------嘉俊"
  177. ],
  178. "summary": "联系方式审核",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "请求参数",
  189. "name": "args",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体看返回内容",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/agentQualification/enterprise": {
  214. "post": {
  215. "description": "渠道资质-主体资质",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "渠道资质------嘉俊"
  224. ],
  225. "summary": "主体资质",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. },
  234. {
  235. "description": "请求参数",
  236. "name": "args",
  237. "in": "body",
  238. "required": true,
  239. "schema": {
  240. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  241. }
  242. }
  243. ],
  244. "responses": {
  245. "200": {
  246. "description": "具体看返回内容 这是data里面的数据",
  247. "schema": {
  248. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  249. }
  250. },
  251. "400": {
  252. "description": "具体错误",
  253. "schema": {
  254. "$ref": "#/definitions/md.Response"
  255. }
  256. }
  257. }
  258. }
  259. },
  260. "/api/agentQualification/enterprise/audit": {
  261. "post": {
  262. "description": "渠道资质-主体资质审核",
  263. "consumes": [
  264. "application/json"
  265. ],
  266. "produces": [
  267. "application/json"
  268. ],
  269. "tags": [
  270. "渠道资质------嘉俊"
  271. ],
  272. "summary": "主体资质审核",
  273. "parameters": [
  274. {
  275. "type": "string",
  276. "description": "验证参数Bearer和token空格拼接",
  277. "name": "Authorization",
  278. "in": "header",
  279. "required": true
  280. },
  281. {
  282. "description": "请求参数",
  283. "name": "args",
  284. "in": "body",
  285. "required": true,
  286. "schema": {
  287. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  288. }
  289. }
  290. ],
  291. "responses": {
  292. "200": {
  293. "description": "具体看返回内容",
  294. "schema": {
  295. "type": "string"
  296. }
  297. },
  298. "400": {
  299. "description": "具体错误",
  300. "schema": {
  301. "$ref": "#/definitions/md.Response"
  302. }
  303. }
  304. }
  305. }
  306. },
  307. "/api/dataCenter/generate/data/del": {
  308. "post": {
  309. "description": "数据中心-分成数据-删除",
  310. "consumes": [
  311. "application/json"
  312. ],
  313. "produces": [
  314. "application/json"
  315. ],
  316. "tags": [
  317. "数据中心------嘉俊"
  318. ],
  319. "summary": "分成数据-删除",
  320. "parameters": [
  321. {
  322. "type": "string",
  323. "description": "验证参数Bearer和token空格拼接",
  324. "name": "Authorization",
  325. "in": "header",
  326. "required": true
  327. },
  328. {
  329. "description": "请求参数",
  330. "name": "args",
  331. "in": "body",
  332. "required": true,
  333. "schema": {
  334. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  335. }
  336. }
  337. ],
  338. "responses": {
  339. "200": {
  340. "description": "具体看返回内容 ",
  341. "schema": {
  342. "type": "string"
  343. }
  344. },
  345. "400": {
  346. "description": "具体错误",
  347. "schema": {
  348. "$ref": "#/definitions/md.Response"
  349. }
  350. }
  351. }
  352. }
  353. },
  354. "/api/dataCenter/generate/data/detail": {
  355. "post": {
  356. "description": "数据中心-分成数据-详情",
  357. "consumes": [
  358. "application/json"
  359. ],
  360. "produces": [
  361. "application/json"
  362. ],
  363. "tags": [
  364. "数据中心------嘉俊"
  365. ],
  366. "summary": "分成数据-详情",
  367. "parameters": [
  368. {
  369. "type": "string",
  370. "description": "验证参数Bearer和token空格拼接",
  371. "name": "Authorization",
  372. "in": "header",
  373. "required": true
  374. },
  375. {
  376. "description": "请求参数",
  377. "name": "args",
  378. "in": "body",
  379. "required": true,
  380. "schema": {
  381. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  382. }
  383. }
  384. ],
  385. "responses": {
  386. "200": {
  387. "description": "具体看返回内容 ",
  388. "schema": {
  389. "$ref": "#/definitions/md.DataCenterGenerateDataDetailData"
  390. }
  391. },
  392. "400": {
  393. "description": "具体错误",
  394. "schema": {
  395. "$ref": "#/definitions/md.Response"
  396. }
  397. }
  398. }
  399. }
  400. },
  401. "/api/dataCenter/generate/data/doing": {
  402. "post": {
  403. "description": "数据中心-分成数据-应用操作",
  404. "consumes": [
  405. "application/json"
  406. ],
  407. "produces": [
  408. "application/json"
  409. ],
  410. "tags": [
  411. "数据中心------嘉俊"
  412. ],
  413. "summary": "分成数据-应用操作",
  414. "parameters": [
  415. {
  416. "type": "string",
  417. "description": "验证参数Bearer和token空格拼接",
  418. "name": "Authorization",
  419. "in": "header",
  420. "required": true
  421. },
  422. {
  423. "description": "请求参数",
  424. "name": "args",
  425. "in": "body",
  426. "required": true,
  427. "schema": {
  428. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  429. }
  430. }
  431. ],
  432. "responses": {
  433. "200": {
  434. "description": "具体看返回内容 ",
  435. "schema": {
  436. "type": "string"
  437. }
  438. },
  439. "400": {
  440. "description": "具体错误",
  441. "schema": {
  442. "$ref": "#/definitions/md.Response"
  443. }
  444. }
  445. }
  446. }
  447. },
  448. "/api/dataCenter/generate/data/list": {
  449. "post": {
  450. "description": "数据中心-分成数据-列表",
  451. "consumes": [
  452. "application/json"
  453. ],
  454. "produces": [
  455. "application/json"
  456. ],
  457. "tags": [
  458. "数据中心------嘉俊"
  459. ],
  460. "summary": "分成数据-列表",
  461. "parameters": [
  462. {
  463. "type": "string",
  464. "description": "验证参数Bearer和token空格拼接",
  465. "name": "Authorization",
  466. "in": "header",
  467. "required": true
  468. },
  469. {
  470. "description": "请求参数",
  471. "name": "args",
  472. "in": "body",
  473. "required": true,
  474. "schema": {
  475. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  476. }
  477. }
  478. ],
  479. "responses": {
  480. "200": {
  481. "description": "具体看返回内容 这是data里面的数据",
  482. "schema": {
  483. "$ref": "#/definitions/md.DataCenterGenerateDataRes"
  484. }
  485. },
  486. "400": {
  487. "description": "具体错误",
  488. "schema": {
  489. "$ref": "#/definitions/md.Response"
  490. }
  491. }
  492. }
  493. }
  494. },
  495. "/api/dataCenter/income/data/detail": {
  496. "post": {
  497. "description": "数据中心-收益报表-详情",
  498. "consumes": [
  499. "application/json"
  500. ],
  501. "produces": [
  502. "application/json"
  503. ],
  504. "tags": [
  505. "数据中心------嘉俊"
  506. ],
  507. "summary": "收益报表-详情",
  508. "parameters": [
  509. {
  510. "type": "string",
  511. "description": "验证参数Bearer和token空格拼接",
  512. "name": "Authorization",
  513. "in": "header",
  514. "required": true
  515. },
  516. {
  517. "description": "请求参数",
  518. "name": "args",
  519. "in": "body",
  520. "required": true,
  521. "schema": {
  522. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  523. }
  524. }
  525. ],
  526. "responses": {
  527. "200": {
  528. "description": "具体看返回内容 这是data里面的数据",
  529. "schema": {
  530. "$ref": "#/definitions/md.DataCenterIncomeDataDetail"
  531. }
  532. },
  533. "400": {
  534. "description": "具体错误",
  535. "schema": {
  536. "$ref": "#/definitions/md.Response"
  537. }
  538. }
  539. }
  540. }
  541. },
  542. "/api/dataCenter/income/data/list": {
  543. "post": {
  544. "description": "数据中心-收益报表-列表",
  545. "consumes": [
  546. "application/json"
  547. ],
  548. "produces": [
  549. "application/json"
  550. ],
  551. "tags": [
  552. "数据中心------嘉俊"
  553. ],
  554. "summary": "收益报表-列表",
  555. "parameters": [
  556. {
  557. "type": "string",
  558. "description": "验证参数Bearer和token空格拼接",
  559. "name": "Authorization",
  560. "in": "header",
  561. "required": true
  562. },
  563. {
  564. "description": "请求参数",
  565. "name": "args",
  566. "in": "body",
  567. "required": true,
  568. "schema": {
  569. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  570. }
  571. }
  572. ],
  573. "responses": {
  574. "200": {
  575. "description": "具体看返回内容 这是data里面的数据",
  576. "schema": {
  577. "$ref": "#/definitions/md.DataCenterIncomeDataRes"
  578. }
  579. },
  580. "400": {
  581. "description": "具体错误",
  582. "schema": {
  583. "$ref": "#/definitions/md.Response"
  584. }
  585. }
  586. }
  587. }
  588. },
  589. "/api/dataCenter/income/data/listForOpen": {
  590. "post": {
  591. "description": "数据中心-收益报表-列表",
  592. "consumes": [
  593. "application/json"
  594. ],
  595. "produces": [
  596. "application/json"
  597. ],
  598. "tags": [
  599. "数据中心-----OPEN"
  600. ],
  601. "summary": "收益报表-列表",
  602. "parameters": [
  603. {
  604. "type": "string",
  605. "description": "验证参数Bearer和token空格拼接",
  606. "name": "Authorization",
  607. "in": "header",
  608. "required": true
  609. },
  610. {
  611. "description": "请求参数",
  612. "name": "args",
  613. "in": "body",
  614. "required": true,
  615. "schema": {
  616. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  617. }
  618. }
  619. ],
  620. "responses": {
  621. "200": {
  622. "description": "具体看返回内容 这是data里面的数据",
  623. "schema": {
  624. "$ref": "#/definitions/md.DataCenterIncomeDataRes"
  625. }
  626. },
  627. "400": {
  628. "description": "具体错误",
  629. "schema": {
  630. "$ref": "#/definitions/md.Response"
  631. }
  632. }
  633. }
  634. }
  635. },
  636. "/api/dataCenter/original/data/del": {
  637. "post": {
  638. "description": "数据中心-原始数据-删除",
  639. "consumes": [
  640. "application/json"
  641. ],
  642. "produces": [
  643. "application/json"
  644. ],
  645. "tags": [
  646. "数据中心------嘉俊"
  647. ],
  648. "summary": "原始数据-删除",
  649. "parameters": [
  650. {
  651. "type": "string",
  652. "description": "验证参数Bearer和token空格拼接",
  653. "name": "Authorization",
  654. "in": "header",
  655. "required": true
  656. },
  657. {
  658. "description": "请求参数",
  659. "name": "args",
  660. "in": "body",
  661. "required": true,
  662. "schema": {
  663. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  664. }
  665. }
  666. ],
  667. "responses": {
  668. "200": {
  669. "description": "具体看返回内容 ",
  670. "schema": {
  671. "type": "string"
  672. }
  673. },
  674. "400": {
  675. "description": "具体错误",
  676. "schema": {
  677. "$ref": "#/definitions/md.Response"
  678. }
  679. }
  680. }
  681. }
  682. },
  683. "/api/dataCenter/original/data/doing": {
  684. "post": {
  685. "description": "数据中心-原始数据-应用操作",
  686. "consumes": [
  687. "application/json"
  688. ],
  689. "produces": [
  690. "application/json"
  691. ],
  692. "tags": [
  693. "数据中心------嘉俊"
  694. ],
  695. "summary": "原始数据-应用操作",
  696. "parameters": [
  697. {
  698. "type": "string",
  699. "description": "验证参数Bearer和token空格拼接",
  700. "name": "Authorization",
  701. "in": "header",
  702. "required": true
  703. },
  704. {
  705. "description": "请求参数",
  706. "name": "args",
  707. "in": "body",
  708. "required": true,
  709. "schema": {
  710. "$ref": "#/definitions/md.DataCenterDataCenterOriginalDataDoingReq"
  711. }
  712. }
  713. ],
  714. "responses": {
  715. "200": {
  716. "description": "具体看返回内容 ",
  717. "schema": {
  718. "type": "string"
  719. }
  720. },
  721. "400": {
  722. "description": "具体错误",
  723. "schema": {
  724. "$ref": "#/definitions/md.Response"
  725. }
  726. }
  727. }
  728. }
  729. },
  730. "/api/dataCenter/original/data/list": {
  731. "post": {
  732. "description": "数据中心-原始数据-列表",
  733. "consumes": [
  734. "application/json"
  735. ],
  736. "produces": [
  737. "application/json"
  738. ],
  739. "tags": [
  740. "数据中心------嘉俊"
  741. ],
  742. "summary": "原始数据-列表",
  743. "parameters": [
  744. {
  745. "type": "string",
  746. "description": "验证参数Bearer和token空格拼接",
  747. "name": "Authorization",
  748. "in": "header",
  749. "required": true
  750. },
  751. {
  752. "description": "请求参数",
  753. "name": "args",
  754. "in": "body",
  755. "required": true,
  756. "schema": {
  757. "$ref": "#/definitions/md.DataCenterOriginalDataReq"
  758. }
  759. }
  760. ],
  761. "responses": {
  762. "200": {
  763. "description": "具体看返回内容 这是data里面的数据",
  764. "schema": {
  765. "$ref": "#/definitions/md.DataCenterOriginalDataRes"
  766. }
  767. },
  768. "400": {
  769. "description": "具体错误",
  770. "schema": {
  771. "$ref": "#/definitions/md.Response"
  772. }
  773. }
  774. }
  775. }
  776. },
  777. "/api/dataCenter/original/data/more/application": {
  778. "post": {
  779. "description": "数据中心-原始数据-一键导入应用列表",
  780. "consumes": [
  781. "application/json"
  782. ],
  783. "produces": [
  784. "application/json"
  785. ],
  786. "tags": [
  787. "数据中心------嘉俊"
  788. ],
  789. "summary": "原始数据-一键导入应用列表",
  790. "parameters": [
  791. {
  792. "type": "string",
  793. "description": "验证参数Bearer和token空格拼接",
  794. "name": "Authorization",
  795. "in": "header",
  796. "required": true
  797. },
  798. {
  799. "description": "请求参数",
  800. "name": "args",
  801. "in": "body",
  802. "required": true,
  803. "schema": {
  804. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationReq"
  805. }
  806. }
  807. ],
  808. "responses": {
  809. "200": {
  810. "description": "具体看返回内容 这是data里面的数据",
  811. "schema": {
  812. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationRes"
  813. }
  814. },
  815. "400": {
  816. "description": "具体错误",
  817. "schema": {
  818. "$ref": "#/definitions/md.Response"
  819. }
  820. }
  821. }
  822. }
  823. },
  824. "/api/dataCenter/original/data/more/application/doing": {
  825. "post": {
  826. "description": "数据中心-原始数据-一键导入操作",
  827. "consumes": [
  828. "application/json"
  829. ],
  830. "produces": [
  831. "application/json"
  832. ],
  833. "tags": [
  834. "数据中心------嘉俊"
  835. ],
  836. "summary": "原始数据-一键导入操作",
  837. "parameters": [
  838. {
  839. "type": "string",
  840. "description": "验证参数Bearer和token空格拼接",
  841. "name": "Authorization",
  842. "in": "header",
  843. "required": true
  844. },
  845. {
  846. "description": "请求参数",
  847. "name": "args",
  848. "in": "body",
  849. "required": true,
  850. "schema": {
  851. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationDoingReq"
  852. }
  853. }
  854. ],
  855. "responses": {
  856. "200": {
  857. "description": "具体看返回内容 ",
  858. "schema": {
  859. "type": "string"
  860. }
  861. },
  862. "400": {
  863. "description": "具体错误",
  864. "schema": {
  865. "$ref": "#/definitions/md.Response"
  866. }
  867. }
  868. }
  869. }
  870. },
  871. "/api/dataCenter/original/data/more/application/state": {
  872. "get": {
  873. "description": "数据中心-原始数据-一键导入操作状态",
  874. "consumes": [
  875. "application/json"
  876. ],
  877. "produces": [
  878. "application/json"
  879. ],
  880. "tags": [
  881. "数据中心------嘉俊"
  882. ],
  883. "summary": "原始数据-一键导入操作状态",
  884. "parameters": [
  885. {
  886. "type": "string",
  887. "description": "验证参数Bearer和token空格拼接",
  888. "name": "Authorization",
  889. "in": "header",
  890. "required": true
  891. }
  892. ],
  893. "responses": {
  894. "200": {
  895. "description": "具体看返回内容 state=1 进行中",
  896. "schema": {
  897. "type": "string"
  898. }
  899. },
  900. "400": {
  901. "description": "具体错误",
  902. "schema": {
  903. "$ref": "#/definitions/md.Response"
  904. }
  905. }
  906. }
  907. }
  908. },
  909. "/api/dataCenter/original/data/one/application": {
  910. "get": {
  911. "description": "数据中心-原始数据-单个导入应用列表",
  912. "consumes": [
  913. "application/json"
  914. ],
  915. "produces": [
  916. "application/json"
  917. ],
  918. "tags": [
  919. "数据中心------嘉俊"
  920. ],
  921. "summary": "原始数据-单个导入应用列表",
  922. "parameters": [
  923. {
  924. "type": "string",
  925. "description": "验证参数Bearer和token空格拼接",
  926. "name": "Authorization",
  927. "in": "header",
  928. "required": true
  929. }
  930. ],
  931. "responses": {
  932. "200": {
  933. "description": "具体看返回内容 这是data里面的数据",
  934. "schema": {
  935. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationRes"
  936. }
  937. },
  938. "400": {
  939. "description": "具体错误",
  940. "schema": {
  941. "$ref": "#/definitions/md.Response"
  942. }
  943. }
  944. }
  945. }
  946. },
  947. "/api/dataCenter/original/data/one/application/ad/list": {
  948. "post": {
  949. "description": "数据中心-原始数据-单个导入应用-广告位列表",
  950. "consumes": [
  951. "application/json"
  952. ],
  953. "produces": [
  954. "application/json"
  955. ],
  956. "tags": [
  957. "数据中心------嘉俊"
  958. ],
  959. "summary": "原始数据-单个导入应用-广告位列表",
  960. "parameters": [
  961. {
  962. "type": "string",
  963. "description": "验证参数Bearer和token空格拼接",
  964. "name": "Authorization",
  965. "in": "header",
  966. "required": true
  967. },
  968. {
  969. "description": "请求参数",
  970. "name": "args",
  971. "in": "body",
  972. "required": true,
  973. "schema": {
  974. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListReq"
  975. }
  976. }
  977. ],
  978. "responses": {
  979. "200": {
  980. "description": "具体看返回内容 这是data里面的数据",
  981. "schema": {
  982. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListRes"
  983. }
  984. },
  985. "400": {
  986. "description": "具体错误",
  987. "schema": {
  988. "$ref": "#/definitions/md.Response"
  989. }
  990. }
  991. }
  992. }
  993. },
  994. "/api/dataCenter/original/data/one/application/doing": {
  995. "post": {
  996. "description": "数据中心-原始数据-单个应用数据操作",
  997. "consumes": [
  998. "application/json"
  999. ],
  1000. "produces": [
  1001. "application/json"
  1002. ],
  1003. "tags": [
  1004. "数据中心------嘉俊"
  1005. ],
  1006. "summary": "原始数据-单个应用数据操作",
  1007. "parameters": [
  1008. {
  1009. "type": "string",
  1010. "description": "验证参数Bearer和token空格拼接",
  1011. "name": "Authorization",
  1012. "in": "header",
  1013. "required": true
  1014. },
  1015. {
  1016. "description": "请求参数",
  1017. "name": "args",
  1018. "in": "body",
  1019. "required": true,
  1020. "schema": {
  1021. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  1022. }
  1023. }
  1024. ],
  1025. "responses": {
  1026. "200": {
  1027. "description": "具体看返回内容 ",
  1028. "schema": {
  1029. "type": "string"
  1030. }
  1031. },
  1032. "400": {
  1033. "description": "具体错误",
  1034. "schema": {
  1035. "$ref": "#/definitions/md.Response"
  1036. }
  1037. }
  1038. }
  1039. }
  1040. },
  1041. "/api/dataCenter/original/data/one/application/state": {
  1042. "get": {
  1043. "description": "数据中心-原始数据-单个应用数据操作后的完成状态",
  1044. "consumes": [
  1045. "application/json"
  1046. ],
  1047. "produces": [
  1048. "application/json"
  1049. ],
  1050. "tags": [
  1051. "数据中心------嘉俊"
  1052. ],
  1053. "summary": "原始数据-单个应用数据操作后的完成状态",
  1054. "parameters": [
  1055. {
  1056. "type": "string",
  1057. "description": "验证参数Bearer和token空格拼接",
  1058. "name": "Authorization",
  1059. "in": "header",
  1060. "required": true
  1061. }
  1062. ],
  1063. "responses": {
  1064. "200": {
  1065. "description": "具体看返回内容 state=1 进行中",
  1066. "schema": {
  1067. "type": "string"
  1068. }
  1069. },
  1070. "400": {
  1071. "description": "具体错误",
  1072. "schema": {
  1073. "$ref": "#/definitions/md.Response"
  1074. }
  1075. }
  1076. }
  1077. }
  1078. },
  1079. "/api/dataCenter/original/data/one/application/total": {
  1080. "post": {
  1081. "description": "数据中心-原始数据-单个应用数据统计",
  1082. "consumes": [
  1083. "application/json"
  1084. ],
  1085. "produces": [
  1086. "application/json"
  1087. ],
  1088. "tags": [
  1089. "数据中心------嘉俊"
  1090. ],
  1091. "summary": "原始数据-单个应用数据统计",
  1092. "parameters": [
  1093. {
  1094. "type": "string",
  1095. "description": "验证参数Bearer和token空格拼接",
  1096. "name": "Authorization",
  1097. "in": "header",
  1098. "required": true
  1099. },
  1100. {
  1101. "description": "请求参数",
  1102. "name": "args",
  1103. "in": "body",
  1104. "required": true,
  1105. "schema": {
  1106. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  1107. }
  1108. }
  1109. ],
  1110. "responses": {
  1111. "200": {
  1112. "description": "具体看返回内容 ",
  1113. "schema": {
  1114. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingRes"
  1115. }
  1116. },
  1117. "400": {
  1118. "description": "具体错误",
  1119. "schema": {
  1120. "$ref": "#/definitions/md.Response"
  1121. }
  1122. }
  1123. }
  1124. }
  1125. },
  1126. "/api/dataCenter/original/data/total": {
  1127. "post": {
  1128. "description": "数据中心-原始数据-记录应用时统计",
  1129. "consumes": [
  1130. "application/json"
  1131. ],
  1132. "produces": [
  1133. "application/json"
  1134. ],
  1135. "tags": [
  1136. "数据中心------嘉俊"
  1137. ],
  1138. "summary": "原始数据-记录应用时统计",
  1139. "parameters": [
  1140. {
  1141. "type": "string",
  1142. "description": "验证参数Bearer和token空格拼接",
  1143. "name": "Authorization",
  1144. "in": "header",
  1145. "required": true
  1146. },
  1147. {
  1148. "description": "请求参数",
  1149. "name": "args",
  1150. "in": "body",
  1151. "required": true,
  1152. "schema": {
  1153. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  1154. }
  1155. }
  1156. ],
  1157. "responses": {
  1158. "200": {
  1159. "description": "具体看返回内容 ",
  1160. "schema": {
  1161. "$ref": "#/definitions/md.MediumDivisionStrategy"
  1162. }
  1163. },
  1164. "400": {
  1165. "description": "具体错误",
  1166. "schema": {
  1167. "$ref": "#/definitions/md.Response"
  1168. }
  1169. }
  1170. }
  1171. }
  1172. },
  1173. "/api/divisionStrategy/detail": {
  1174. "post": {
  1175. "description": "分成策略-详情",
  1176. "consumes": [
  1177. "application/json"
  1178. ],
  1179. "produces": [
  1180. "application/json"
  1181. ],
  1182. "tags": [
  1183. "分成策略------嘉俊"
  1184. ],
  1185. "summary": "详情",
  1186. "parameters": [
  1187. {
  1188. "type": "string",
  1189. "description": "验证参数Bearer和token空格拼接",
  1190. "name": "Authorization",
  1191. "in": "header",
  1192. "required": true
  1193. },
  1194. {
  1195. "description": "请求参数",
  1196. "name": "args",
  1197. "in": "body",
  1198. "required": true,
  1199. "schema": {
  1200. "$ref": "#/definitions/md.DivisionStrategyDetailReq"
  1201. }
  1202. }
  1203. ],
  1204. "responses": {
  1205. "200": {
  1206. "description": "具体看返回内容 这是data里面的数据",
  1207. "schema": {
  1208. "$ref": "#/definitions/md.DivisionStrategyDetailRes"
  1209. }
  1210. },
  1211. "400": {
  1212. "description": "具体错误",
  1213. "schema": {
  1214. "$ref": "#/definitions/md.Response"
  1215. }
  1216. }
  1217. }
  1218. }
  1219. },
  1220. "/api/divisionStrategy/list": {
  1221. "post": {
  1222. "description": "分成策略-列表",
  1223. "consumes": [
  1224. "application/json"
  1225. ],
  1226. "produces": [
  1227. "application/json"
  1228. ],
  1229. "tags": [
  1230. "分成策略------嘉俊"
  1231. ],
  1232. "summary": "列表",
  1233. "parameters": [
  1234. {
  1235. "type": "string",
  1236. "description": "验证参数Bearer和token空格拼接",
  1237. "name": "Authorization",
  1238. "in": "header",
  1239. "required": true
  1240. },
  1241. {
  1242. "description": "请求参数",
  1243. "name": "args",
  1244. "in": "body",
  1245. "required": true,
  1246. "schema": {
  1247. "$ref": "#/definitions/md.DivisionStrategyReq"
  1248. }
  1249. }
  1250. ],
  1251. "responses": {
  1252. "200": {
  1253. "description": "具体看返回内容 这是data里面的数据",
  1254. "schema": {
  1255. "$ref": "#/definitions/md.DivisionStrategyRes"
  1256. }
  1257. },
  1258. "400": {
  1259. "description": "具体错误",
  1260. "schema": {
  1261. "$ref": "#/definitions/md.Response"
  1262. }
  1263. }
  1264. }
  1265. }
  1266. },
  1267. "/api/divisionStrategy/save": {
  1268. "post": {
  1269. "description": "分成策略-保存",
  1270. "consumes": [
  1271. "application/json"
  1272. ],
  1273. "produces": [
  1274. "application/json"
  1275. ],
  1276. "tags": [
  1277. "分成策略------嘉俊"
  1278. ],
  1279. "summary": "保存",
  1280. "parameters": [
  1281. {
  1282. "type": "string",
  1283. "description": "验证参数Bearer和token空格拼接",
  1284. "name": "Authorization",
  1285. "in": "header",
  1286. "required": true
  1287. },
  1288. {
  1289. "description": "请求参数",
  1290. "name": "args",
  1291. "in": "body",
  1292. "required": true,
  1293. "schema": {
  1294. "$ref": "#/definitions/md.DivisionStrategyDetailRes"
  1295. }
  1296. }
  1297. ],
  1298. "responses": {
  1299. "200": {
  1300. "description": "具体看返回内容 ",
  1301. "schema": {
  1302. "type": "string"
  1303. }
  1304. },
  1305. "400": {
  1306. "description": "具体错误",
  1307. "schema": {
  1308. "$ref": "#/definitions/md.Response"
  1309. }
  1310. }
  1311. }
  1312. }
  1313. },
  1314. "/api/financeCenter/agent/detail": {
  1315. "post": {
  1316. "description": "财务中心-代理详情",
  1317. "consumes": [
  1318. "application/json"
  1319. ],
  1320. "produces": [
  1321. "application/json"
  1322. ],
  1323. "tags": [
  1324. "财务中心------嘉俊"
  1325. ],
  1326. "summary": "代理详情",
  1327. "parameters": [
  1328. {
  1329. "type": "string",
  1330. "description": "验证参数Bearer和token空格拼接",
  1331. "name": "Authorization",
  1332. "in": "header",
  1333. "required": true
  1334. },
  1335. {
  1336. "description": "请求参数",
  1337. "name": "args",
  1338. "in": "body",
  1339. "required": true,
  1340. "schema": {
  1341. "$ref": "#/definitions/md.CommDetailReq"
  1342. }
  1343. }
  1344. ],
  1345. "responses": {
  1346. "200": {
  1347. "description": "具体看返回内容 这是data里面的数据",
  1348. "schema": {
  1349. "$ref": "#/definitions/md.FinanceCenterDataAgentDetailRes"
  1350. }
  1351. },
  1352. "400": {
  1353. "description": "具体错误",
  1354. "schema": {
  1355. "$ref": "#/definitions/md.Response"
  1356. }
  1357. }
  1358. }
  1359. }
  1360. },
  1361. "/api/financeCenter/agent/invoice/save": {
  1362. "post": {
  1363. "description": "财务中心-代理详情-发票保存",
  1364. "consumes": [
  1365. "application/json"
  1366. ],
  1367. "produces": [
  1368. "application/json"
  1369. ],
  1370. "tags": [
  1371. "财务中心------嘉俊"
  1372. ],
  1373. "summary": "代理详情-发票保存",
  1374. "parameters": [
  1375. {
  1376. "type": "string",
  1377. "description": "验证参数Bearer和token空格拼接",
  1378. "name": "Authorization",
  1379. "in": "header",
  1380. "required": true
  1381. },
  1382. {
  1383. "description": "请求参数",
  1384. "name": "args",
  1385. "in": "body",
  1386. "required": true,
  1387. "schema": {
  1388. "$ref": "#/definitions/md.InvoiceReq"
  1389. }
  1390. }
  1391. ],
  1392. "responses": {
  1393. "200": {
  1394. "description": "具体看返回内容 这是data里面的数据",
  1395. "schema": {
  1396. "type": "string"
  1397. }
  1398. },
  1399. "400": {
  1400. "description": "具体错误",
  1401. "schema": {
  1402. "$ref": "#/definitions/md.Response"
  1403. }
  1404. }
  1405. }
  1406. }
  1407. },
  1408. "/api/financeCenter/agent/list": {
  1409. "post": {
  1410. "description": "财务中心-代理列表",
  1411. "consumes": [
  1412. "application/json"
  1413. ],
  1414. "produces": [
  1415. "application/json"
  1416. ],
  1417. "tags": [
  1418. "财务中心------嘉俊"
  1419. ],
  1420. "summary": "代理列表",
  1421. "parameters": [
  1422. {
  1423. "type": "string",
  1424. "description": "验证参数Bearer和token空格拼接",
  1425. "name": "Authorization",
  1426. "in": "header",
  1427. "required": true
  1428. },
  1429. {
  1430. "description": "请求参数",
  1431. "name": "args",
  1432. "in": "body",
  1433. "required": true,
  1434. "schema": {
  1435. "$ref": "#/definitions/md.FinanceCenterDataReq"
  1436. }
  1437. }
  1438. ],
  1439. "responses": {
  1440. "200": {
  1441. "description": "具体看返回内容 这是data里面的数据",
  1442. "schema": {
  1443. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1444. }
  1445. },
  1446. "400": {
  1447. "description": "具体错误",
  1448. "schema": {
  1449. "$ref": "#/definitions/md.Response"
  1450. }
  1451. }
  1452. }
  1453. }
  1454. },
  1455. "/api/financeCenter/agent/other/income/save": {
  1456. "post": {
  1457. "description": "财务中心-代理详情-其他收益调整",
  1458. "consumes": [
  1459. "application/json"
  1460. ],
  1461. "produces": [
  1462. "application/json"
  1463. ],
  1464. "tags": [
  1465. "财务中心------嘉俊"
  1466. ],
  1467. "summary": "代理详情-其他收益调整",
  1468. "parameters": [
  1469. {
  1470. "type": "string",
  1471. "description": "验证参数Bearer和token空格拼接",
  1472. "name": "Authorization",
  1473. "in": "header",
  1474. "required": true
  1475. },
  1476. {
  1477. "description": "请求参数",
  1478. "name": "args",
  1479. "in": "body",
  1480. "required": true,
  1481. "schema": {
  1482. "$ref": "#/definitions/md.OtherIncomeReq"
  1483. }
  1484. }
  1485. ],
  1486. "responses": {
  1487. "200": {
  1488. "description": "具体看返回内容 这是data里面的数据",
  1489. "schema": {
  1490. "type": "string"
  1491. }
  1492. },
  1493. "400": {
  1494. "description": "具体错误",
  1495. "schema": {
  1496. "$ref": "#/definitions/md.Response"
  1497. }
  1498. }
  1499. }
  1500. }
  1501. },
  1502. "/api/financeCenter/agent/pay/save": {
  1503. "post": {
  1504. "description": "财务中心-代理详情-确认支付",
  1505. "consumes": [
  1506. "application/json"
  1507. ],
  1508. "produces": [
  1509. "application/json"
  1510. ],
  1511. "tags": [
  1512. "财务中心------嘉俊"
  1513. ],
  1514. "summary": "代理详情-确认支付",
  1515. "parameters": [
  1516. {
  1517. "type": "string",
  1518. "description": "验证参数Bearer和token空格拼接",
  1519. "name": "Authorization",
  1520. "in": "header",
  1521. "required": true
  1522. },
  1523. {
  1524. "description": "请求参数",
  1525. "name": "args",
  1526. "in": "body",
  1527. "required": true,
  1528. "schema": {
  1529. "$ref": "#/definitions/md.CommDetailReq"
  1530. }
  1531. }
  1532. ],
  1533. "responses": {
  1534. "200": {
  1535. "description": "具体看返回内容 这是data里面的数据",
  1536. "schema": {
  1537. "type": "string"
  1538. }
  1539. },
  1540. "400": {
  1541. "description": "具体错误",
  1542. "schema": {
  1543. "$ref": "#/definitions/md.Response"
  1544. }
  1545. }
  1546. }
  1547. }
  1548. },
  1549. "/api/financeCenter/agent/settle/file/save": {
  1550. "post": {
  1551. "description": "财务中心-代理详情-结算单保存",
  1552. "consumes": [
  1553. "application/json"
  1554. ],
  1555. "produces": [
  1556. "application/json"
  1557. ],
  1558. "tags": [
  1559. "财务中心------嘉俊"
  1560. ],
  1561. "summary": "代理详情-结算单保存",
  1562. "parameters": [
  1563. {
  1564. "type": "string",
  1565. "description": "验证参数Bearer和token空格拼接",
  1566. "name": "Authorization",
  1567. "in": "header",
  1568. "required": true
  1569. },
  1570. {
  1571. "description": "请求参数",
  1572. "name": "args",
  1573. "in": "body",
  1574. "required": true,
  1575. "schema": {
  1576. "$ref": "#/definitions/md.SettleFileReq"
  1577. }
  1578. }
  1579. ],
  1580. "responses": {
  1581. "200": {
  1582. "description": "具体看返回内容 这是data里面的数据",
  1583. "schema": {
  1584. "type": "string"
  1585. }
  1586. },
  1587. "400": {
  1588. "description": "具体错误",
  1589. "schema": {
  1590. "$ref": "#/definitions/md.Response"
  1591. }
  1592. }
  1593. }
  1594. }
  1595. },
  1596. "/api/financeCenter/medium/detail": {
  1597. "post": {
  1598. "description": "财务中心-媒体详情",
  1599. "consumes": [
  1600. "application/json"
  1601. ],
  1602. "produces": [
  1603. "application/json"
  1604. ],
  1605. "tags": [
  1606. "财务中心------嘉俊"
  1607. ],
  1608. "summary": "媒体详情",
  1609. "parameters": [
  1610. {
  1611. "type": "string",
  1612. "description": "验证参数Bearer和token空格拼接",
  1613. "name": "Authorization",
  1614. "in": "header",
  1615. "required": true
  1616. },
  1617. {
  1618. "description": "请求参数",
  1619. "name": "args",
  1620. "in": "body",
  1621. "required": true,
  1622. "schema": {
  1623. "$ref": "#/definitions/md.CommDetailReq"
  1624. }
  1625. }
  1626. ],
  1627. "responses": {
  1628. "200": {
  1629. "description": "具体看返回内容 这是data里面的数据",
  1630. "schema": {
  1631. "$ref": "#/definitions/md.FinanceCenterDataDetailRes"
  1632. }
  1633. },
  1634. "400": {
  1635. "description": "具体错误",
  1636. "schema": {
  1637. "$ref": "#/definitions/md.Response"
  1638. }
  1639. }
  1640. }
  1641. }
  1642. },
  1643. "/api/financeCenter/medium/invoice/save": {
  1644. "post": {
  1645. "description": "财务中心-媒体详情-发票保存",
  1646. "consumes": [
  1647. "application/json"
  1648. ],
  1649. "produces": [
  1650. "application/json"
  1651. ],
  1652. "tags": [
  1653. "财务中心------嘉俊"
  1654. ],
  1655. "summary": "媒体详情-发票保存",
  1656. "parameters": [
  1657. {
  1658. "type": "string",
  1659. "description": "验证参数Bearer和token空格拼接",
  1660. "name": "Authorization",
  1661. "in": "header",
  1662. "required": true
  1663. },
  1664. {
  1665. "description": "请求参数",
  1666. "name": "args",
  1667. "in": "body",
  1668. "required": true,
  1669. "schema": {
  1670. "$ref": "#/definitions/md.InvoiceReq"
  1671. }
  1672. }
  1673. ],
  1674. "responses": {
  1675. "200": {
  1676. "description": "具体看返回内容 这是data里面的数据",
  1677. "schema": {
  1678. "type": "string"
  1679. }
  1680. },
  1681. "400": {
  1682. "description": "具体错误",
  1683. "schema": {
  1684. "$ref": "#/definitions/md.Response"
  1685. }
  1686. }
  1687. }
  1688. }
  1689. },
  1690. "/api/financeCenter/medium/list": {
  1691. "post": {
  1692. "description": "财务中心-媒体列表",
  1693. "consumes": [
  1694. "application/json"
  1695. ],
  1696. "produces": [
  1697. "application/json"
  1698. ],
  1699. "tags": [
  1700. "财务中心------嘉俊"
  1701. ],
  1702. "summary": "媒体列表",
  1703. "parameters": [
  1704. {
  1705. "type": "string",
  1706. "description": "验证参数Bearer和token空格拼接",
  1707. "name": "Authorization",
  1708. "in": "header",
  1709. "required": true
  1710. },
  1711. {
  1712. "description": "请求参数",
  1713. "name": "args",
  1714. "in": "body",
  1715. "required": true,
  1716. "schema": {
  1717. "$ref": "#/definitions/md.FinanceCenterDataReq"
  1718. }
  1719. }
  1720. ],
  1721. "responses": {
  1722. "200": {
  1723. "description": "具体看返回内容 这是data里面的数据",
  1724. "schema": {
  1725. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1726. }
  1727. },
  1728. "400": {
  1729. "description": "具体错误",
  1730. "schema": {
  1731. "$ref": "#/definitions/md.Response"
  1732. }
  1733. }
  1734. }
  1735. }
  1736. },
  1737. "/api/financeCenter/medium/other/income/save": {
  1738. "post": {
  1739. "description": "财务中心-媒体详情-其他收益调整",
  1740. "consumes": [
  1741. "application/json"
  1742. ],
  1743. "produces": [
  1744. "application/json"
  1745. ],
  1746. "tags": [
  1747. "财务中心------嘉俊"
  1748. ],
  1749. "summary": "媒体详情-其他收益调整",
  1750. "parameters": [
  1751. {
  1752. "type": "string",
  1753. "description": "验证参数Bearer和token空格拼接",
  1754. "name": "Authorization",
  1755. "in": "header",
  1756. "required": true
  1757. },
  1758. {
  1759. "description": "请求参数",
  1760. "name": "args",
  1761. "in": "body",
  1762. "required": true,
  1763. "schema": {
  1764. "$ref": "#/definitions/md.OtherIncomeReq"
  1765. }
  1766. }
  1767. ],
  1768. "responses": {
  1769. "200": {
  1770. "description": "具体看返回内容 这是data里面的数据",
  1771. "schema": {
  1772. "type": "string"
  1773. }
  1774. },
  1775. "400": {
  1776. "description": "具体错误",
  1777. "schema": {
  1778. "$ref": "#/definitions/md.Response"
  1779. }
  1780. }
  1781. }
  1782. }
  1783. },
  1784. "/api/financeCenter/medium/pay/save": {
  1785. "post": {
  1786. "description": "财务中心-媒体详情-确认支付",
  1787. "consumes": [
  1788. "application/json"
  1789. ],
  1790. "produces": [
  1791. "application/json"
  1792. ],
  1793. "tags": [
  1794. "财务中心------嘉俊"
  1795. ],
  1796. "summary": "媒体详情-确认支付",
  1797. "parameters": [
  1798. {
  1799. "type": "string",
  1800. "description": "验证参数Bearer和token空格拼接",
  1801. "name": "Authorization",
  1802. "in": "header",
  1803. "required": true
  1804. },
  1805. {
  1806. "description": "请求参数",
  1807. "name": "args",
  1808. "in": "body",
  1809. "required": true,
  1810. "schema": {
  1811. "$ref": "#/definitions/md.CommDetailReq"
  1812. }
  1813. }
  1814. ],
  1815. "responses": {
  1816. "200": {
  1817. "description": "具体看返回内容 这是data里面的数据",
  1818. "schema": {
  1819. "type": "string"
  1820. }
  1821. },
  1822. "400": {
  1823. "description": "具体错误",
  1824. "schema": {
  1825. "$ref": "#/definitions/md.Response"
  1826. }
  1827. }
  1828. }
  1829. }
  1830. },
  1831. "/api/financeCenter/medium/settle/file/save": {
  1832. "post": {
  1833. "description": "财务中心-媒体详情-结算单保存",
  1834. "consumes": [
  1835. "application/json"
  1836. ],
  1837. "produces": [
  1838. "application/json"
  1839. ],
  1840. "tags": [
  1841. "财务中心------嘉俊"
  1842. ],
  1843. "summary": "媒体详情-结算单保存",
  1844. "parameters": [
  1845. {
  1846. "type": "string",
  1847. "description": "验证参数Bearer和token空格拼接",
  1848. "name": "Authorization",
  1849. "in": "header",
  1850. "required": true
  1851. },
  1852. {
  1853. "description": "请求参数",
  1854. "name": "args",
  1855. "in": "body",
  1856. "required": true,
  1857. "schema": {
  1858. "$ref": "#/definitions/md.SettleFileReq"
  1859. }
  1860. }
  1861. ],
  1862. "responses": {
  1863. "200": {
  1864. "description": "具体看返回内容 这是data里面的数据",
  1865. "schema": {
  1866. "type": "string"
  1867. }
  1868. },
  1869. "400": {
  1870. "description": "具体错误",
  1871. "schema": {
  1872. "$ref": "#/definitions/md.Response"
  1873. }
  1874. }
  1875. }
  1876. }
  1877. },
  1878. "/api/financeCenter/platform/list": {
  1879. "post": {
  1880. "description": "财务中心-平台报表",
  1881. "consumes": [
  1882. "application/json"
  1883. ],
  1884. "produces": [
  1885. "application/json"
  1886. ],
  1887. "tags": [
  1888. "财务中心------嘉俊"
  1889. ],
  1890. "summary": "平台报表",
  1891. "parameters": [
  1892. {
  1893. "type": "string",
  1894. "description": "验证参数Bearer和token空格拼接",
  1895. "name": "Authorization",
  1896. "in": "header",
  1897. "required": true
  1898. },
  1899. {
  1900. "description": "请求参数",
  1901. "name": "args",
  1902. "in": "body",
  1903. "required": true,
  1904. "schema": {
  1905. "$ref": "#/definitions/md.FinanceCenterPlatformDataReq"
  1906. }
  1907. }
  1908. ],
  1909. "responses": {
  1910. "200": {
  1911. "description": "具体看返回内容 这是data里面的数据",
  1912. "schema": {
  1913. "$ref": "#/definitions/md.FinanceCenterPlatformDataRes"
  1914. }
  1915. },
  1916. "400": {
  1917. "description": "具体错误",
  1918. "schema": {
  1919. "$ref": "#/definitions/md.Response"
  1920. }
  1921. }
  1922. }
  1923. }
  1924. },
  1925. "/api/financeIndex/app/list": {
  1926. "post": {
  1927. "description": "财务首页-应用数据",
  1928. "consumes": [
  1929. "application/json"
  1930. ],
  1931. "produces": [
  1932. "application/json"
  1933. ],
  1934. "tags": [
  1935. "财务首页------嘉俊"
  1936. ],
  1937. "summary": "应用数据",
  1938. "parameters": [
  1939. {
  1940. "type": "string",
  1941. "description": "验证参数Bearer和token空格拼接",
  1942. "name": "Authorization",
  1943. "in": "header",
  1944. "required": true
  1945. },
  1946. {
  1947. "description": "请求参数",
  1948. "name": "args",
  1949. "in": "body",
  1950. "required": true,
  1951. "schema": {
  1952. "$ref": "#/definitions/md.IndexAppListReq"
  1953. }
  1954. }
  1955. ],
  1956. "responses": {
  1957. "200": {
  1958. "description": "具体看返回内容 这是data里面的数据",
  1959. "schema": {
  1960. "$ref": "#/definitions/md.IndexAppListRes"
  1961. }
  1962. },
  1963. "400": {
  1964. "description": "具体错误",
  1965. "schema": {
  1966. "$ref": "#/definitions/md.Response"
  1967. }
  1968. }
  1969. }
  1970. }
  1971. },
  1972. "/api/financeIndex/app/list/table": {
  1973. "post": {
  1974. "description": "财务首页-应用数据-每个应用的折线图",
  1975. "consumes": [
  1976. "application/json"
  1977. ],
  1978. "produces": [
  1979. "application/json"
  1980. ],
  1981. "tags": [
  1982. "财务首页------嘉俊"
  1983. ],
  1984. "summary": "应用数据-每个应用的折线图",
  1985. "parameters": [
  1986. {
  1987. "type": "string",
  1988. "description": "验证参数Bearer和token空格拼接",
  1989. "name": "Authorization",
  1990. "in": "header",
  1991. "required": true
  1992. },
  1993. {
  1994. "description": "请求参数",
  1995. "name": "args",
  1996. "in": "body",
  1997. "required": true,
  1998. "schema": {
  1999. "$ref": "#/definitions/md.IndexAppListTableReq"
  2000. }
  2001. }
  2002. ],
  2003. "responses": {
  2004. "200": {
  2005. "description": "具体看返回内容 ",
  2006. "schema": {
  2007. "type": "string"
  2008. }
  2009. },
  2010. "400": {
  2011. "description": "具体错误",
  2012. "schema": {
  2013. "$ref": "#/definitions/md.Response"
  2014. }
  2015. }
  2016. }
  2017. }
  2018. },
  2019. "/api/financeIndex/total": {
  2020. "get": {
  2021. "description": "财务首页-统计数据",
  2022. "consumes": [
  2023. "application/json"
  2024. ],
  2025. "produces": [
  2026. "application/json"
  2027. ],
  2028. "tags": [
  2029. "财务首页------嘉俊"
  2030. ],
  2031. "summary": "统计数据",
  2032. "parameters": [
  2033. {
  2034. "type": "string",
  2035. "description": "验证参数Bearer和token空格拼接",
  2036. "name": "Authorization",
  2037. "in": "header",
  2038. "required": true
  2039. }
  2040. ],
  2041. "responses": {
  2042. "200": {
  2043. "description": "具体看返回内容 这是data里面的数据",
  2044. "schema": {
  2045. "type": "string"
  2046. }
  2047. },
  2048. "400": {
  2049. "description": "具体错误",
  2050. "schema": {
  2051. "$ref": "#/definitions/md.Response"
  2052. }
  2053. }
  2054. }
  2055. }
  2056. },
  2057. "/api/financialDynamics/agent/list": {
  2058. "post": {
  2059. "description": "资产动态-代理预付",
  2060. "consumes": [
  2061. "application/json"
  2062. ],
  2063. "produces": [
  2064. "application/json"
  2065. ],
  2066. "tags": [
  2067. "资产动态------嘉俊"
  2068. ],
  2069. "summary": "代理预付",
  2070. "parameters": [
  2071. {
  2072. "type": "string",
  2073. "description": "验证参数Bearer和token空格拼接",
  2074. "name": "Authorization",
  2075. "in": "header",
  2076. "required": true
  2077. },
  2078. {
  2079. "description": "请求参数",
  2080. "name": "args",
  2081. "in": "body",
  2082. "required": true,
  2083. "schema": {
  2084. "$ref": "#/definitions/md.FinancialDynamicsAgentListReq"
  2085. }
  2086. }
  2087. ],
  2088. "responses": {
  2089. "200": {
  2090. "description": "具体看返回内容 这是data里面的数据",
  2091. "schema": {
  2092. "$ref": "#/definitions/md.FinancialDynamicsAgentListRes"
  2093. }
  2094. },
  2095. "400": {
  2096. "description": "具体错误",
  2097. "schema": {
  2098. "$ref": "#/definitions/md.Response"
  2099. }
  2100. }
  2101. }
  2102. }
  2103. },
  2104. "/api/financialDynamics/agent/save": {
  2105. "post": {
  2106. "description": "资产动态-代理预付-创建",
  2107. "consumes": [
  2108. "application/json"
  2109. ],
  2110. "produces": [
  2111. "application/json"
  2112. ],
  2113. "tags": [
  2114. "资产动态------嘉俊"
  2115. ],
  2116. "summary": "代理预付-创建",
  2117. "parameters": [
  2118. {
  2119. "type": "string",
  2120. "description": "验证参数Bearer和token空格拼接",
  2121. "name": "Authorization",
  2122. "in": "header",
  2123. "required": true
  2124. },
  2125. {
  2126. "description": "请求参数",
  2127. "name": "args",
  2128. "in": "body",
  2129. "required": true,
  2130. "schema": {
  2131. "$ref": "#/definitions/md.FinancialDynamicsAgentSaveReq"
  2132. }
  2133. }
  2134. ],
  2135. "responses": {
  2136. "200": {
  2137. "description": "具体看返回内容 这是data里面的数据",
  2138. "schema": {
  2139. "type": "string"
  2140. }
  2141. },
  2142. "400": {
  2143. "description": "具体错误",
  2144. "schema": {
  2145. "$ref": "#/definitions/md.Response"
  2146. }
  2147. }
  2148. }
  2149. }
  2150. },
  2151. "/api/financialDynamics/agent/total": {
  2152. "post": {
  2153. "description": "资产动态-代理预付-统计",
  2154. "consumes": [
  2155. "application/json"
  2156. ],
  2157. "produces": [
  2158. "application/json"
  2159. ],
  2160. "tags": [
  2161. "资产动态------嘉俊"
  2162. ],
  2163. "summary": "代理预付-统计",
  2164. "parameters": [
  2165. {
  2166. "type": "string",
  2167. "description": "验证参数Bearer和token空格拼接",
  2168. "name": "Authorization",
  2169. "in": "header",
  2170. "required": true
  2171. },
  2172. {
  2173. "description": "请求参数",
  2174. "name": "args",
  2175. "in": "body",
  2176. "required": true,
  2177. "schema": {
  2178. "$ref": "#/definitions/md.FinancialDynamicsAgentTotalReq"
  2179. }
  2180. }
  2181. ],
  2182. "responses": {
  2183. "200": {
  2184. "description": "具体看返回内容 这是data里面的数据",
  2185. "schema": {
  2186. "$ref": "#/definitions/md.FinancialDynamicsAgentTotalRes"
  2187. }
  2188. },
  2189. "400": {
  2190. "description": "具体错误",
  2191. "schema": {
  2192. "$ref": "#/definitions/md.Response"
  2193. }
  2194. }
  2195. }
  2196. }
  2197. },
  2198. "/api/financialDynamics/medium/list": {
  2199. "post": {
  2200. "description": "资产动态-媒体预付",
  2201. "consumes": [
  2202. "application/json"
  2203. ],
  2204. "produces": [
  2205. "application/json"
  2206. ],
  2207. "tags": [
  2208. "资产动态------嘉俊"
  2209. ],
  2210. "summary": "媒体预付",
  2211. "parameters": [
  2212. {
  2213. "type": "string",
  2214. "description": "验证参数Bearer和token空格拼接",
  2215. "name": "Authorization",
  2216. "in": "header",
  2217. "required": true
  2218. },
  2219. {
  2220. "description": "请求参数",
  2221. "name": "args",
  2222. "in": "body",
  2223. "required": true,
  2224. "schema": {
  2225. "$ref": "#/definitions/md.FinancialDynamicsMediumListReq"
  2226. }
  2227. }
  2228. ],
  2229. "responses": {
  2230. "200": {
  2231. "description": "具体看返回内容 这是data里面的数据",
  2232. "schema": {
  2233. "$ref": "#/definitions/md.FinancialDynamicsMediumListRes"
  2234. }
  2235. },
  2236. "400": {
  2237. "description": "具体错误",
  2238. "schema": {
  2239. "$ref": "#/definitions/md.Response"
  2240. }
  2241. }
  2242. }
  2243. }
  2244. },
  2245. "/api/financialDynamics/medium/save": {
  2246. "post": {
  2247. "description": "资产动态-媒体预付-创建",
  2248. "consumes": [
  2249. "application/json"
  2250. ],
  2251. "produces": [
  2252. "application/json"
  2253. ],
  2254. "tags": [
  2255. "资产动态------嘉俊"
  2256. ],
  2257. "summary": "媒体预付-创建",
  2258. "parameters": [
  2259. {
  2260. "type": "string",
  2261. "description": "验证参数Bearer和token空格拼接",
  2262. "name": "Authorization",
  2263. "in": "header",
  2264. "required": true
  2265. },
  2266. {
  2267. "description": "请求参数",
  2268. "name": "args",
  2269. "in": "body",
  2270. "required": true,
  2271. "schema": {
  2272. "$ref": "#/definitions/md.FinancialDynamicsMediumSaveReq"
  2273. }
  2274. }
  2275. ],
  2276. "responses": {
  2277. "200": {
  2278. "description": "具体看返回内容 这是data里面的数据",
  2279. "schema": {
  2280. "type": "string"
  2281. }
  2282. },
  2283. "400": {
  2284. "description": "具体错误",
  2285. "schema": {
  2286. "$ref": "#/definitions/md.Response"
  2287. }
  2288. }
  2289. }
  2290. }
  2291. },
  2292. "/api/financialDynamics/medium/total": {
  2293. "post": {
  2294. "description": "资产动态-媒体预付-统计",
  2295. "consumes": [
  2296. "application/json"
  2297. ],
  2298. "produces": [
  2299. "application/json"
  2300. ],
  2301. "tags": [
  2302. "资产动态------嘉俊"
  2303. ],
  2304. "summary": "媒体预付-统计",
  2305. "parameters": [
  2306. {
  2307. "type": "string",
  2308. "description": "验证参数Bearer和token空格拼接",
  2309. "name": "Authorization",
  2310. "in": "header",
  2311. "required": true
  2312. },
  2313. {
  2314. "description": "请求参数",
  2315. "name": "args",
  2316. "in": "body",
  2317. "required": true,
  2318. "schema": {
  2319. "$ref": "#/definitions/md.FinancialDynamicsMediumTotalReq"
  2320. }
  2321. }
  2322. ],
  2323. "responses": {
  2324. "200": {
  2325. "description": "具体看返回内容 这是data里面的数据",
  2326. "schema": {
  2327. "$ref": "#/definitions/md.FinancialDynamicsMediumTotalRes"
  2328. }
  2329. },
  2330. "400": {
  2331. "description": "具体错误",
  2332. "schema": {
  2333. "$ref": "#/definitions/md.Response"
  2334. }
  2335. }
  2336. }
  2337. }
  2338. },
  2339. "/api/index/app/list": {
  2340. "post": {
  2341. "description": "首页-应用数据",
  2342. "consumes": [
  2343. "application/json"
  2344. ],
  2345. "produces": [
  2346. "application/json"
  2347. ],
  2348. "tags": [
  2349. "首页------嘉俊"
  2350. ],
  2351. "summary": "应用数据",
  2352. "parameters": [
  2353. {
  2354. "type": "string",
  2355. "description": "验证参数Bearer和token空格拼接",
  2356. "name": "Authorization",
  2357. "in": "header",
  2358. "required": true
  2359. },
  2360. {
  2361. "description": "请求参数",
  2362. "name": "args",
  2363. "in": "body",
  2364. "required": true,
  2365. "schema": {
  2366. "$ref": "#/definitions/md.IndexAppListReq"
  2367. }
  2368. }
  2369. ],
  2370. "responses": {
  2371. "200": {
  2372. "description": "具体看返回内容 这是data里面的数据",
  2373. "schema": {
  2374. "$ref": "#/definitions/md.IndexAppListRes"
  2375. }
  2376. },
  2377. "400": {
  2378. "description": "具体错误",
  2379. "schema": {
  2380. "$ref": "#/definitions/md.Response"
  2381. }
  2382. }
  2383. }
  2384. }
  2385. },
  2386. "/api/index/app/list/table": {
  2387. "post": {
  2388. "description": "首页-应用数据-每个应用的折线图",
  2389. "consumes": [
  2390. "application/json"
  2391. ],
  2392. "produces": [
  2393. "application/json"
  2394. ],
  2395. "tags": [
  2396. "首页------嘉俊"
  2397. ],
  2398. "summary": "应用数据-每个应用的折线图",
  2399. "parameters": [
  2400. {
  2401. "type": "string",
  2402. "description": "验证参数Bearer和token空格拼接",
  2403. "name": "Authorization",
  2404. "in": "header",
  2405. "required": true
  2406. },
  2407. {
  2408. "description": "请求参数",
  2409. "name": "args",
  2410. "in": "body",
  2411. "required": true,
  2412. "schema": {
  2413. "$ref": "#/definitions/md.IndexAppListTableReq"
  2414. }
  2415. }
  2416. ],
  2417. "responses": {
  2418. "200": {
  2419. "description": "具体看返回内容 ",
  2420. "schema": {
  2421. "type": "string"
  2422. }
  2423. },
  2424. "400": {
  2425. "description": "具体错误",
  2426. "schema": {
  2427. "$ref": "#/definitions/md.Response"
  2428. }
  2429. }
  2430. }
  2431. }
  2432. },
  2433. "/api/index/base": {
  2434. "get": {
  2435. "description": "首页-右上角基本数据",
  2436. "consumes": [
  2437. "application/json"
  2438. ],
  2439. "produces": [
  2440. "application/json"
  2441. ],
  2442. "tags": [
  2443. "首页------嘉俊"
  2444. ],
  2445. "summary": "右上角基本数据",
  2446. "parameters": [
  2447. {
  2448. "type": "string",
  2449. "description": "验证参数Bearer和token空格拼接",
  2450. "name": "Authorization",
  2451. "in": "header",
  2452. "required": true
  2453. }
  2454. ],
  2455. "responses": {
  2456. "200": {
  2457. "description": "具体看返回内容 这是data里面的数据",
  2458. "schema": {
  2459. "type": "string"
  2460. }
  2461. },
  2462. "400": {
  2463. "description": "具体错误",
  2464. "schema": {
  2465. "$ref": "#/definitions/md.Response"
  2466. }
  2467. }
  2468. }
  2469. }
  2470. },
  2471. "/api/index/total": {
  2472. "get": {
  2473. "description": "首页-统计数据",
  2474. "consumes": [
  2475. "application/json"
  2476. ],
  2477. "produces": [
  2478. "application/json"
  2479. ],
  2480. "tags": [
  2481. "首页------嘉俊"
  2482. ],
  2483. "summary": "统计数据",
  2484. "parameters": [
  2485. {
  2486. "type": "string",
  2487. "description": "验证参数Bearer和token空格拼接",
  2488. "name": "Authorization",
  2489. "in": "header",
  2490. "required": true
  2491. }
  2492. ],
  2493. "responses": {
  2494. "200": {
  2495. "description": "具体看返回内容 这是data里面的数据",
  2496. "schema": {
  2497. "type": "string"
  2498. }
  2499. },
  2500. "400": {
  2501. "description": "具体错误",
  2502. "schema": {
  2503. "$ref": "#/definitions/md.Response"
  2504. }
  2505. }
  2506. }
  2507. }
  2508. },
  2509. "/api/login": {
  2510. "post": {
  2511. "description": "登入",
  2512. "consumes": [
  2513. "application/json"
  2514. ],
  2515. "produces": [
  2516. "application/json"
  2517. ],
  2518. "tags": [
  2519. "登录"
  2520. ],
  2521. "summary": "登陆",
  2522. "parameters": [
  2523. {
  2524. "description": "用户名密码",
  2525. "name": "req",
  2526. "in": "body",
  2527. "required": true,
  2528. "schema": {
  2529. "$ref": "#/definitions/md.LoginReq"
  2530. }
  2531. }
  2532. ],
  2533. "responses": {
  2534. "200": {
  2535. "description": "token",
  2536. "schema": {
  2537. "$ref": "#/definitions/md.LoginResponse"
  2538. }
  2539. },
  2540. "400": {
  2541. "description": "具体错误",
  2542. "schema": {
  2543. "$ref": "#/definitions/md.Response"
  2544. }
  2545. }
  2546. }
  2547. }
  2548. },
  2549. "/api/mediumCenter/agent/bind/medium/list": {
  2550. "post": {
  2551. "description": "关联中心-代理绑定媒体列表",
  2552. "consumes": [
  2553. "application/json"
  2554. ],
  2555. "produces": [
  2556. "application/json"
  2557. ],
  2558. "tags": [
  2559. "关联中心------嘉俊"
  2560. ],
  2561. "summary": "代理绑定媒体列表",
  2562. "parameters": [
  2563. {
  2564. "type": "string",
  2565. "description": "验证参数Bearer和token空格拼接",
  2566. "name": "Authorization",
  2567. "in": "header",
  2568. "required": true
  2569. },
  2570. {
  2571. "description": "请求参数",
  2572. "name": "args",
  2573. "in": "body",
  2574. "required": true,
  2575. "schema": {
  2576. "$ref": "#/definitions/md.MediumListReq"
  2577. }
  2578. }
  2579. ],
  2580. "responses": {
  2581. "200": {
  2582. "description": "具体看返回内容 这是data里面的数据",
  2583. "schema": {
  2584. "$ref": "#/definitions/md.MediumListRes"
  2585. }
  2586. },
  2587. "400": {
  2588. "description": "具体错误",
  2589. "schema": {
  2590. "$ref": "#/definitions/md.Response"
  2591. }
  2592. }
  2593. }
  2594. }
  2595. },
  2596. "/api/mediumCenter/agent/list": {
  2597. "post": {
  2598. "description": "关联中心-代理列表",
  2599. "consumes": [
  2600. "application/json"
  2601. ],
  2602. "produces": [
  2603. "application/json"
  2604. ],
  2605. "tags": [
  2606. "关联中心------嘉俊"
  2607. ],
  2608. "summary": "代理列表",
  2609. "parameters": [
  2610. {
  2611. "type": "string",
  2612. "description": "验证参数Bearer和token空格拼接",
  2613. "name": "Authorization",
  2614. "in": "header",
  2615. "required": true
  2616. },
  2617. {
  2618. "description": "请求参数",
  2619. "name": "args",
  2620. "in": "body",
  2621. "required": true,
  2622. "schema": {
  2623. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  2624. }
  2625. }
  2626. ],
  2627. "responses": {
  2628. "200": {
  2629. "description": "具体看返回内容 这是data里面的数据",
  2630. "schema": {
  2631. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  2632. }
  2633. },
  2634. "400": {
  2635. "description": "具体错误",
  2636. "schema": {
  2637. "$ref": "#/definitions/md.Response"
  2638. }
  2639. }
  2640. }
  2641. }
  2642. },
  2643. "/api/mediumCenter/applet/application/ad/space/audit": {
  2644. "post": {
  2645. "description": "小程序应用-广告位审核",
  2646. "consumes": [
  2647. "application/json"
  2648. ],
  2649. "produces": [
  2650. "application/json"
  2651. ],
  2652. "tags": [
  2653. "媒体中心------嘉俊"
  2654. ],
  2655. "summary": "广告位审核",
  2656. "parameters": [
  2657. {
  2658. "type": "string",
  2659. "description": "验证参数Bearer和token空格拼接",
  2660. "name": "Authorization",
  2661. "in": "header",
  2662. "required": true
  2663. },
  2664. {
  2665. "description": "请求参数",
  2666. "name": "args",
  2667. "in": "body",
  2668. "required": true,
  2669. "schema": {
  2670. "$ref": "#/definitions/md.AppletApplicationAdSpaceSaveReq"
  2671. }
  2672. }
  2673. ],
  2674. "responses": {
  2675. "200": {
  2676. "description": "具体看返回内容",
  2677. "schema": {
  2678. "type": "string"
  2679. }
  2680. },
  2681. "400": {
  2682. "description": "具体错误",
  2683. "schema": {
  2684. "$ref": "#/definitions/md.Response"
  2685. }
  2686. }
  2687. }
  2688. }
  2689. },
  2690. "/api/mediumCenter/applet/application/ad/space/list": {
  2691. "post": {
  2692. "description": "小程序应用-广告位列表",
  2693. "consumes": [
  2694. "application/json"
  2695. ],
  2696. "produces": [
  2697. "application/json"
  2698. ],
  2699. "tags": [
  2700. "媒体中心------嘉俊"
  2701. ],
  2702. "summary": "广告位列表",
  2703. "parameters": [
  2704. {
  2705. "type": "string",
  2706. "description": "验证参数Bearer和token空格拼接",
  2707. "name": "Authorization",
  2708. "in": "header",
  2709. "required": true
  2710. },
  2711. {
  2712. "description": "请求参数",
  2713. "name": "args",
  2714. "in": "body",
  2715. "required": true,
  2716. "schema": {
  2717. "$ref": "#/definitions/md.AppletApplicationAdSpaceListReq"
  2718. }
  2719. }
  2720. ],
  2721. "responses": {
  2722. "200": {
  2723. "description": "具体看返回内容---这是data里面的数据",
  2724. "schema": {
  2725. "$ref": "#/definitions/md.AppletApplicationAdSpaceListRes"
  2726. }
  2727. },
  2728. "400": {
  2729. "description": "具体错误",
  2730. "schema": {
  2731. "$ref": "#/definitions/md.Response"
  2732. }
  2733. }
  2734. }
  2735. }
  2736. },
  2737. "/api/mediumCenter/applet/application/ad/space/medium/list": {
  2738. "post": {
  2739. "description": "广告位管理-媒体列表",
  2740. "consumes": [
  2741. "application/json"
  2742. ],
  2743. "produces": [
  2744. "application/json"
  2745. ],
  2746. "tags": [
  2747. "媒体中心------嘉俊"
  2748. ],
  2749. "summary": "广告位管理-媒体列表",
  2750. "parameters": [
  2751. {
  2752. "type": "string",
  2753. "description": "验证参数Bearer和token空格拼接",
  2754. "name": "Authorization",
  2755. "in": "header",
  2756. "required": true
  2757. },
  2758. {
  2759. "description": "请求参数",
  2760. "name": "args",
  2761. "in": "body",
  2762. "required": true,
  2763. "schema": {
  2764. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListReq"
  2765. }
  2766. }
  2767. ],
  2768. "responses": {
  2769. "200": {
  2770. "description": "具体看返回内容---这是data里面的数据",
  2771. "schema": {
  2772. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListRes"
  2773. }
  2774. },
  2775. "400": {
  2776. "description": "具体错误",
  2777. "schema": {
  2778. "$ref": "#/definitions/md.Response"
  2779. }
  2780. }
  2781. }
  2782. }
  2783. },
  2784. "/api/mediumCenter/applet/application/audit": {
  2785. "post": {
  2786. "description": "小程序应用-审核",
  2787. "consumes": [
  2788. "application/json"
  2789. ],
  2790. "produces": [
  2791. "application/json"
  2792. ],
  2793. "tags": [
  2794. "媒体中心------嘉俊"
  2795. ],
  2796. "summary": "审核",
  2797. "parameters": [
  2798. {
  2799. "type": "string",
  2800. "description": "验证参数Bearer和token空格拼接",
  2801. "name": "Authorization",
  2802. "in": "header",
  2803. "required": true
  2804. },
  2805. {
  2806. "description": "请求参数",
  2807. "name": "args",
  2808. "in": "body",
  2809. "required": true,
  2810. "schema": {
  2811. "$ref": "#/definitions/md.AppletApplicationSaveReq"
  2812. }
  2813. }
  2814. ],
  2815. "responses": {
  2816. "200": {
  2817. "description": "具体看返回内容",
  2818. "schema": {
  2819. "type": "string"
  2820. }
  2821. },
  2822. "400": {
  2823. "description": "具体错误",
  2824. "schema": {
  2825. "$ref": "#/definitions/md.Response"
  2826. }
  2827. }
  2828. }
  2829. }
  2830. },
  2831. "/api/mediumCenter/applet/application/list": {
  2832. "post": {
  2833. "description": "小程序应用-列表数据",
  2834. "consumes": [
  2835. "application/json"
  2836. ],
  2837. "produces": [
  2838. "application/json"
  2839. ],
  2840. "tags": [
  2841. "媒体中心------嘉俊"
  2842. ],
  2843. "summary": "应用列表",
  2844. "parameters": [
  2845. {
  2846. "type": "string",
  2847. "description": "验证参数Bearer和token空格拼接",
  2848. "name": "Authorization",
  2849. "in": "header",
  2850. "required": true
  2851. },
  2852. {
  2853. "description": "请求参数",
  2854. "name": "args",
  2855. "in": "body",
  2856. "required": true,
  2857. "schema": {
  2858. "$ref": "#/definitions/md.AppletApplicationListReq"
  2859. }
  2860. }
  2861. ],
  2862. "responses": {
  2863. "200": {
  2864. "description": "具体看返回内容---这是data里面的数据",
  2865. "schema": {
  2866. "$ref": "#/definitions/md.AppletApplicationListRes"
  2867. }
  2868. },
  2869. "400": {
  2870. "description": "具体错误",
  2871. "schema": {
  2872. "$ref": "#/definitions/md.Response"
  2873. }
  2874. }
  2875. }
  2876. }
  2877. },
  2878. "/api/mediumCenter/applet/application/medium/list": {
  2879. "post": {
  2880. "description": "媒体中心-媒体列表",
  2881. "consumes": [
  2882. "application/json"
  2883. ],
  2884. "produces": [
  2885. "application/json"
  2886. ],
  2887. "tags": [
  2888. "媒体中心------嘉俊"
  2889. ],
  2890. "summary": "媒体列表",
  2891. "parameters": [
  2892. {
  2893. "type": "string",
  2894. "description": "验证参数Bearer和token空格拼接",
  2895. "name": "Authorization",
  2896. "in": "header",
  2897. "required": true
  2898. },
  2899. {
  2900. "description": "请求参数",
  2901. "name": "args",
  2902. "in": "body",
  2903. "required": true,
  2904. "schema": {
  2905. "$ref": "#/definitions/md.AppletApplicationMediumListReq"
  2906. }
  2907. }
  2908. ],
  2909. "responses": {
  2910. "200": {
  2911. "description": "具体看返回内容---这是data里面的数据",
  2912. "schema": {
  2913. "$ref": "#/definitions/md.AppletApplicationMediumListRes"
  2914. }
  2915. },
  2916. "400": {
  2917. "description": "具体错误",
  2918. "schema": {
  2919. "$ref": "#/definitions/md.Response"
  2920. }
  2921. }
  2922. }
  2923. }
  2924. },
  2925. "/api/mediumCenter/medium/bind/agent/del": {
  2926. "post": {
  2927. "description": "关联中心-媒体绑定代理删除",
  2928. "consumes": [
  2929. "application/json"
  2930. ],
  2931. "produces": [
  2932. "application/json"
  2933. ],
  2934. "tags": [
  2935. "关联中心------嘉俊"
  2936. ],
  2937. "summary": "媒体绑定代理删除",
  2938. "parameters": [
  2939. {
  2940. "type": "string",
  2941. "description": "验证参数Bearer和token空格拼接",
  2942. "name": "Authorization",
  2943. "in": "header",
  2944. "required": true
  2945. },
  2946. {
  2947. "description": "请求参数",
  2948. "name": "args",
  2949. "in": "body",
  2950. "required": true,
  2951. "schema": {
  2952. "$ref": "#/definitions/md.MediumListDelReq"
  2953. }
  2954. }
  2955. ],
  2956. "responses": {
  2957. "200": {
  2958. "description": "具体看返回内容 ",
  2959. "schema": {
  2960. "type": "string"
  2961. }
  2962. },
  2963. "400": {
  2964. "description": "具体错误",
  2965. "schema": {
  2966. "$ref": "#/definitions/md.Response"
  2967. }
  2968. }
  2969. }
  2970. }
  2971. },
  2972. "/api/mediumCenter/medium/bind/agent/list": {
  2973. "post": {
  2974. "description": "关联中心-媒体绑定代理列表",
  2975. "consumes": [
  2976. "application/json"
  2977. ],
  2978. "produces": [
  2979. "application/json"
  2980. ],
  2981. "tags": [
  2982. "关联中心------嘉俊"
  2983. ],
  2984. "summary": "媒体绑定代理列表",
  2985. "parameters": [
  2986. {
  2987. "type": "string",
  2988. "description": "验证参数Bearer和token空格拼接",
  2989. "name": "Authorization",
  2990. "in": "header",
  2991. "required": true
  2992. },
  2993. {
  2994. "description": "请求参数",
  2995. "name": "args",
  2996. "in": "body",
  2997. "required": true,
  2998. "schema": {
  2999. "$ref": "#/definitions/md.MediumListReq"
  3000. }
  3001. }
  3002. ],
  3003. "responses": {
  3004. "200": {
  3005. "description": "具体看返回内容 这是data里面的数据",
  3006. "schema": {
  3007. "$ref": "#/definitions/md.MediumListRes"
  3008. }
  3009. },
  3010. "400": {
  3011. "description": "具体错误",
  3012. "schema": {
  3013. "$ref": "#/definitions/md.Response"
  3014. }
  3015. }
  3016. }
  3017. }
  3018. },
  3019. "/api/mediumCenter/medium/bind/agent/save": {
  3020. "post": {
  3021. "description": "关联中心-媒体绑定代理操作",
  3022. "consumes": [
  3023. "application/json"
  3024. ],
  3025. "produces": [
  3026. "application/json"
  3027. ],
  3028. "tags": [
  3029. "关联中心------嘉俊"
  3030. ],
  3031. "summary": "媒体绑定代理操作",
  3032. "parameters": [
  3033. {
  3034. "type": "string",
  3035. "description": "验证参数Bearer和token空格拼接",
  3036. "name": "Authorization",
  3037. "in": "header",
  3038. "required": true
  3039. },
  3040. {
  3041. "description": "请求参数",
  3042. "name": "args",
  3043. "in": "body",
  3044. "required": true,
  3045. "schema": {
  3046. "$ref": "#/definitions/md.MediumListSaveReq"
  3047. }
  3048. }
  3049. ],
  3050. "responses": {
  3051. "200": {
  3052. "description": "具体看返回内容 ",
  3053. "schema": {
  3054. "type": "string"
  3055. }
  3056. },
  3057. "400": {
  3058. "description": "具体错误",
  3059. "schema": {
  3060. "$ref": "#/definitions/md.Response"
  3061. }
  3062. }
  3063. }
  3064. }
  3065. },
  3066. "/api/mediumCenter/medium/list": {
  3067. "post": {
  3068. "description": "关联中心-媒体列表",
  3069. "consumes": [
  3070. "application/json"
  3071. ],
  3072. "produces": [
  3073. "application/json"
  3074. ],
  3075. "tags": [
  3076. "关联中心------嘉俊"
  3077. ],
  3078. "summary": "媒体列表",
  3079. "parameters": [
  3080. {
  3081. "type": "string",
  3082. "description": "验证参数Bearer和token空格拼接",
  3083. "name": "Authorization",
  3084. "in": "header",
  3085. "required": true
  3086. },
  3087. {
  3088. "description": "请求参数",
  3089. "name": "args",
  3090. "in": "body",
  3091. "required": true,
  3092. "schema": {
  3093. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  3094. }
  3095. }
  3096. ],
  3097. "responses": {
  3098. "200": {
  3099. "description": "具体看返回内容 这是data里面的数据",
  3100. "schema": {
  3101. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/mediumQualification/bank": {
  3114. "post": {
  3115. "description": "媒体资质-银行资质",
  3116. "consumes": [
  3117. "application/json"
  3118. ],
  3119. "produces": [
  3120. "application/json"
  3121. ],
  3122. "tags": [
  3123. "媒体资质------嘉俊"
  3124. ],
  3125. "summary": "银行资质",
  3126. "parameters": [
  3127. {
  3128. "type": "string",
  3129. "description": "验证参数Bearer和token空格拼接",
  3130. "name": "Authorization",
  3131. "in": "header",
  3132. "required": true
  3133. },
  3134. {
  3135. "description": "请求参数",
  3136. "name": "args",
  3137. "in": "body",
  3138. "required": true,
  3139. "schema": {
  3140. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "具体看返回内容 这是data里面的数据",
  3147. "schema": {
  3148. "$ref": "#/definitions/md.MediumQualificationBankRes"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/mediumQualification/bank/audit": {
  3161. "post": {
  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. "description": "请求参数",
  3183. "name": "args",
  3184. "in": "body",
  3185. "required": true,
  3186. "schema": {
  3187. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  3188. }
  3189. }
  3190. ],
  3191. "responses": {
  3192. "200": {
  3193. "description": "具体看返回内容",
  3194. "schema": {
  3195. "type": "string"
  3196. }
  3197. },
  3198. "400": {
  3199. "description": "具体错误",
  3200. "schema": {
  3201. "$ref": "#/definitions/md.Response"
  3202. }
  3203. }
  3204. }
  3205. }
  3206. },
  3207. "/api/mediumQualification/contact": {
  3208. "post": {
  3209. "description": "媒体资质-联系方式",
  3210. "consumes": [
  3211. "application/json"
  3212. ],
  3213. "produces": [
  3214. "application/json"
  3215. ],
  3216. "tags": [
  3217. "媒体资质------嘉俊"
  3218. ],
  3219. "summary": "联系方式",
  3220. "parameters": [
  3221. {
  3222. "type": "string",
  3223. "description": "验证参数Bearer和token空格拼接",
  3224. "name": "Authorization",
  3225. "in": "header",
  3226. "required": true
  3227. },
  3228. {
  3229. "description": "请求参数",
  3230. "name": "args",
  3231. "in": "body",
  3232. "required": true,
  3233. "schema": {
  3234. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  3235. }
  3236. }
  3237. ],
  3238. "responses": {
  3239. "200": {
  3240. "description": "具体看返回内容 这是data里面的数据",
  3241. "schema": {
  3242. "$ref": "#/definitions/md.MediumQualificationContactRes"
  3243. }
  3244. },
  3245. "400": {
  3246. "description": "具体错误",
  3247. "schema": {
  3248. "$ref": "#/definitions/md.Response"
  3249. }
  3250. }
  3251. }
  3252. }
  3253. },
  3254. "/api/mediumQualification/contact/audit": {
  3255. "post": {
  3256. "description": "媒体资质-联系方式审核",
  3257. "consumes": [
  3258. "application/json"
  3259. ],
  3260. "produces": [
  3261. "application/json"
  3262. ],
  3263. "tags": [
  3264. "媒体资质------嘉俊"
  3265. ],
  3266. "summary": "联系方式审核",
  3267. "parameters": [
  3268. {
  3269. "type": "string",
  3270. "description": "验证参数Bearer和token空格拼接",
  3271. "name": "Authorization",
  3272. "in": "header",
  3273. "required": true
  3274. },
  3275. {
  3276. "description": "请求参数",
  3277. "name": "args",
  3278. "in": "body",
  3279. "required": true,
  3280. "schema": {
  3281. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  3282. }
  3283. }
  3284. ],
  3285. "responses": {
  3286. "200": {
  3287. "description": "具体看返回内容",
  3288. "schema": {
  3289. "type": "string"
  3290. }
  3291. },
  3292. "400": {
  3293. "description": "具体错误",
  3294. "schema": {
  3295. "$ref": "#/definitions/md.Response"
  3296. }
  3297. }
  3298. }
  3299. }
  3300. },
  3301. "/api/mediumQualification/enterprise": {
  3302. "post": {
  3303. "description": "媒体资质-主体资质",
  3304. "consumes": [
  3305. "application/json"
  3306. ],
  3307. "produces": [
  3308. "application/json"
  3309. ],
  3310. "tags": [
  3311. "媒体资质------嘉俊"
  3312. ],
  3313. "summary": "主体资质",
  3314. "parameters": [
  3315. {
  3316. "type": "string",
  3317. "description": "验证参数Bearer和token空格拼接",
  3318. "name": "Authorization",
  3319. "in": "header",
  3320. "required": true
  3321. },
  3322. {
  3323. "description": "请求参数",
  3324. "name": "args",
  3325. "in": "body",
  3326. "required": true,
  3327. "schema": {
  3328. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  3329. }
  3330. }
  3331. ],
  3332. "responses": {
  3333. "200": {
  3334. "description": "具体看返回内容 这是data里面的数据",
  3335. "schema": {
  3336. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  3337. }
  3338. },
  3339. "400": {
  3340. "description": "具体错误",
  3341. "schema": {
  3342. "$ref": "#/definitions/md.Response"
  3343. }
  3344. }
  3345. }
  3346. }
  3347. },
  3348. "/api/mediumQualification/enterprise/audit": {
  3349. "post": {
  3350. "description": "媒体资质-主体资质审核",
  3351. "consumes": [
  3352. "application/json"
  3353. ],
  3354. "produces": [
  3355. "application/json"
  3356. ],
  3357. "tags": [
  3358. "媒体资质------嘉俊"
  3359. ],
  3360. "summary": "主体资质审核",
  3361. "parameters": [
  3362. {
  3363. "type": "string",
  3364. "description": "验证参数Bearer和token空格拼接",
  3365. "name": "Authorization",
  3366. "in": "header",
  3367. "required": true
  3368. },
  3369. {
  3370. "description": "请求参数",
  3371. "name": "args",
  3372. "in": "body",
  3373. "required": true,
  3374. "schema": {
  3375. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  3376. }
  3377. }
  3378. ],
  3379. "responses": {
  3380. "200": {
  3381. "description": "具体看返回内容",
  3382. "schema": {
  3383. "type": "string"
  3384. }
  3385. },
  3386. "400": {
  3387. "description": "具体错误",
  3388. "schema": {
  3389. "$ref": "#/definitions/md.Response"
  3390. }
  3391. }
  3392. }
  3393. }
  3394. },
  3395. "/api/operatorIndex/app/list": {
  3396. "post": {
  3397. "description": "运营首页-应用数据",
  3398. "consumes": [
  3399. "application/json"
  3400. ],
  3401. "produces": [
  3402. "application/json"
  3403. ],
  3404. "tags": [
  3405. "运营首页------嘉俊"
  3406. ],
  3407. "summary": "应用数据",
  3408. "parameters": [
  3409. {
  3410. "type": "string",
  3411. "description": "验证参数Bearer和token空格拼接",
  3412. "name": "Authorization",
  3413. "in": "header",
  3414. "required": true
  3415. },
  3416. {
  3417. "description": "请求参数",
  3418. "name": "args",
  3419. "in": "body",
  3420. "required": true,
  3421. "schema": {
  3422. "$ref": "#/definitions/md.IndexAppListReq"
  3423. }
  3424. }
  3425. ],
  3426. "responses": {
  3427. "200": {
  3428. "description": "具体看返回内容 这是data里面的数据",
  3429. "schema": {
  3430. "$ref": "#/definitions/md.IndexAppListRes"
  3431. }
  3432. },
  3433. "400": {
  3434. "description": "具体错误",
  3435. "schema": {
  3436. "$ref": "#/definitions/md.Response"
  3437. }
  3438. }
  3439. }
  3440. }
  3441. },
  3442. "/api/operatorIndex/app/list/table": {
  3443. "post": {
  3444. "description": "运营首页-应用数据-每个应用的折线图",
  3445. "consumes": [
  3446. "application/json"
  3447. ],
  3448. "produces": [
  3449. "application/json"
  3450. ],
  3451. "tags": [
  3452. "运营首页------嘉俊"
  3453. ],
  3454. "summary": "应用数据-每个应用的折线图",
  3455. "parameters": [
  3456. {
  3457. "type": "string",
  3458. "description": "验证参数Bearer和token空格拼接",
  3459. "name": "Authorization",
  3460. "in": "header",
  3461. "required": true
  3462. },
  3463. {
  3464. "description": "请求参数",
  3465. "name": "args",
  3466. "in": "body",
  3467. "required": true,
  3468. "schema": {
  3469. "$ref": "#/definitions/md.IndexAppListTableReq"
  3470. }
  3471. }
  3472. ],
  3473. "responses": {
  3474. "200": {
  3475. "description": "具体看返回内容 ",
  3476. "schema": {
  3477. "type": "string"
  3478. }
  3479. },
  3480. "400": {
  3481. "description": "具体错误",
  3482. "schema": {
  3483. "$ref": "#/definitions/md.Response"
  3484. }
  3485. }
  3486. }
  3487. }
  3488. },
  3489. "/api/operatorIndex/total": {
  3490. "get": {
  3491. "description": "运营首页-统计数据",
  3492. "consumes": [
  3493. "application/json"
  3494. ],
  3495. "produces": [
  3496. "application/json"
  3497. ],
  3498. "tags": [
  3499. "运营首页------嘉俊"
  3500. ],
  3501. "summary": "统计数据",
  3502. "parameters": [
  3503. {
  3504. "type": "string",
  3505. "description": "验证参数Bearer和token空格拼接",
  3506. "name": "Authorization",
  3507. "in": "header",
  3508. "required": true
  3509. }
  3510. ],
  3511. "responses": {
  3512. "200": {
  3513. "description": "具体看返回内容 这是data里面的数据",
  3514. "schema": {
  3515. "type": "string"
  3516. }
  3517. },
  3518. "400": {
  3519. "description": "具体错误",
  3520. "schema": {
  3521. "$ref": "#/definitions/md.Response"
  3522. }
  3523. }
  3524. }
  3525. }
  3526. },
  3527. "/api/qiniuyun/upload": {
  3528. "post": {
  3529. "description": "七牛云-七牛云上传",
  3530. "consumes": [
  3531. "application/json"
  3532. ],
  3533. "produces": [
  3534. "application/json"
  3535. ],
  3536. "tags": [
  3537. "七牛云"
  3538. ],
  3539. "summary": "七牛云上传",
  3540. "parameters": [
  3541. {
  3542. "type": "string",
  3543. "description": "验证参数Bearer和token空格拼接",
  3544. "name": "Authorization",
  3545. "in": "header"
  3546. },
  3547. {
  3548. "description": "请求参数",
  3549. "name": "args",
  3550. "in": "body",
  3551. "required": true,
  3552. "schema": {
  3553. "$ref": "#/definitions/md.ImgReqUpload"
  3554. }
  3555. }
  3556. ],
  3557. "responses": {
  3558. "200": {
  3559. "description": "success",
  3560. "schema": {
  3561. "type": "string"
  3562. }
  3563. },
  3564. "400": {
  3565. "description": "具体错误",
  3566. "schema": {
  3567. "$ref": "#/definitions/md.Response"
  3568. }
  3569. }
  3570. }
  3571. }
  3572. },
  3573. "/api/qualification/select/base": {
  3574. "get": {
  3575. "description": "资质认证-认证下拉框选择内容",
  3576. "consumes": [
  3577. "application/json"
  3578. ],
  3579. "produces": [
  3580. "application/json"
  3581. ],
  3582. "tags": [
  3583. "资质认证------嘉俊"
  3584. ],
  3585. "summary": "认证下拉框选择内容",
  3586. "parameters": [
  3587. {
  3588. "type": "string",
  3589. "description": "验证参数Bearer和token空格拼接",
  3590. "name": "Authorization",
  3591. "in": "header",
  3592. "required": true
  3593. }
  3594. ],
  3595. "responses": {
  3596. "200": {
  3597. "description": "具体看返回内容",
  3598. "schema": {
  3599. "type": "string"
  3600. }
  3601. },
  3602. "400": {
  3603. "description": "具体错误",
  3604. "schema": {
  3605. "$ref": "#/definitions/md.Response"
  3606. }
  3607. }
  3608. }
  3609. }
  3610. },
  3611. "/api/registerForAgent": {
  3612. "post": {
  3613. "description": "注册模块-渠道代理注册",
  3614. "consumes": [
  3615. "application/json"
  3616. ],
  3617. "produces": [
  3618. "application/json"
  3619. ],
  3620. "tags": [
  3621. "注册模块"
  3622. ],
  3623. "summary": "渠道代理注册",
  3624. "parameters": [
  3625. {
  3626. "description": "用户名密码",
  3627. "name": "req",
  3628. "in": "body",
  3629. "required": true,
  3630. "schema": {
  3631. "$ref": "#/definitions/md.RegisterForAgentReq"
  3632. }
  3633. }
  3634. ],
  3635. "responses": {
  3636. "200": {
  3637. "description": "success",
  3638. "schema": {
  3639. "type": "string"
  3640. }
  3641. },
  3642. "400": {
  3643. "description": "具体错误",
  3644. "schema": {
  3645. "$ref": "#/definitions/md.Response"
  3646. }
  3647. }
  3648. }
  3649. }
  3650. },
  3651. "/api/registerForMedium": {
  3652. "post": {
  3653. "description": "注册模块-媒体注册",
  3654. "consumes": [
  3655. "application/json"
  3656. ],
  3657. "produces": [
  3658. "application/json"
  3659. ],
  3660. "tags": [
  3661. "注册模块"
  3662. ],
  3663. "summary": "媒体注册",
  3664. "parameters": [
  3665. {
  3666. "description": "用户名密码",
  3667. "name": "req",
  3668. "in": "body",
  3669. "required": true,
  3670. "schema": {
  3671. "$ref": "#/definitions/md.RegisterForMediumReq"
  3672. }
  3673. }
  3674. ],
  3675. "responses": {
  3676. "200": {
  3677. "description": "success",
  3678. "schema": {
  3679. "type": "string"
  3680. }
  3681. },
  3682. "400": {
  3683. "description": "具体错误",
  3684. "schema": {
  3685. "$ref": "#/definitions/md.Response"
  3686. }
  3687. }
  3688. }
  3689. }
  3690. },
  3691. "/api/role/addAdmin": {
  3692. "post": {
  3693. "description": "权限管理-新增管理员",
  3694. "consumes": [
  3695. "application/json"
  3696. ],
  3697. "produces": [
  3698. "application/json"
  3699. ],
  3700. "tags": [
  3701. "权限管理"
  3702. ],
  3703. "summary": "新增管理员",
  3704. "parameters": [
  3705. {
  3706. "type": "string",
  3707. "description": "验证参数Bearer和token空格拼接",
  3708. "name": "Authorization",
  3709. "in": "header",
  3710. "required": true
  3711. },
  3712. {
  3713. "description": "请求参数",
  3714. "name": "args",
  3715. "in": "body",
  3716. "required": true,
  3717. "schema": {
  3718. "$ref": "#/definitions/md.AddAdminReq"
  3719. }
  3720. }
  3721. ],
  3722. "responses": {
  3723. "200": {
  3724. "description": "success",
  3725. "schema": {
  3726. "type": "string"
  3727. }
  3728. },
  3729. "400": {
  3730. "description": "具体错误",
  3731. "schema": {
  3732. "$ref": "#/definitions/md.Response"
  3733. }
  3734. }
  3735. }
  3736. }
  3737. },
  3738. "/api/role/addRole": {
  3739. "post": {
  3740. "description": "权限管理-添加角色",
  3741. "consumes": [
  3742. "application/json"
  3743. ],
  3744. "produces": [
  3745. "application/json"
  3746. ],
  3747. "tags": [
  3748. "权限管理"
  3749. ],
  3750. "summary": "添加角色",
  3751. "parameters": [
  3752. {
  3753. "type": "string",
  3754. "description": "验证参数Bearer和token空格拼接",
  3755. "name": "Authorization",
  3756. "in": "header",
  3757. "required": true
  3758. },
  3759. {
  3760. "description": "请求参数",
  3761. "name": "args",
  3762. "in": "body",
  3763. "required": true,
  3764. "schema": {
  3765. "$ref": "#/definitions/md.AddRoleReq"
  3766. }
  3767. }
  3768. ],
  3769. "responses": {
  3770. "200": {
  3771. "description": "success",
  3772. "schema": {
  3773. "type": "string"
  3774. }
  3775. },
  3776. "400": {
  3777. "description": "具体错误",
  3778. "schema": {
  3779. "$ref": "#/definitions/md.Response"
  3780. }
  3781. }
  3782. }
  3783. }
  3784. },
  3785. "/api/role/adminInfo": {
  3786. "get": {
  3787. "description": "权限管理-管理员信息",
  3788. "consumes": [
  3789. "application/json"
  3790. ],
  3791. "produces": [
  3792. "application/json"
  3793. ],
  3794. "tags": [
  3795. "权限管理"
  3796. ],
  3797. "summary": "管理员信息",
  3798. "parameters": [
  3799. {
  3800. "type": "string",
  3801. "description": "验证参数Bearer和token空格拼接",
  3802. "name": "Authorization",
  3803. "in": "header",
  3804. "required": true
  3805. },
  3806. {
  3807. "type": "string",
  3808. "description": "管理员id",
  3809. "name": "adm_id",
  3810. "in": "query",
  3811. "required": true
  3812. }
  3813. ],
  3814. "responses": {
  3815. "200": {
  3816. "description": "具体看返回内容",
  3817. "schema": {
  3818. "type": "string"
  3819. }
  3820. },
  3821. "400": {
  3822. "description": "具体错误",
  3823. "schema": {
  3824. "$ref": "#/definitions/md.Response"
  3825. }
  3826. }
  3827. }
  3828. }
  3829. },
  3830. "/api/role/adminList": {
  3831. "post": {
  3832. "description": "权限管理-管理员列表",
  3833. "consumes": [
  3834. "application/json"
  3835. ],
  3836. "produces": [
  3837. "application/json"
  3838. ],
  3839. "tags": [
  3840. "权限管理"
  3841. ],
  3842. "summary": "管理员列表",
  3843. "parameters": [
  3844. {
  3845. "type": "string",
  3846. "description": "验证参数Bearer和token空格拼接",
  3847. "name": "Authorization",
  3848. "in": "header",
  3849. "required": true
  3850. },
  3851. {
  3852. "description": "请求参数",
  3853. "name": "args",
  3854. "in": "body",
  3855. "required": true,
  3856. "schema": {
  3857. "$ref": "#/definitions/md.AdminListReq"
  3858. }
  3859. }
  3860. ],
  3861. "responses": {
  3862. "200": {
  3863. "description": "具体看返回内容",
  3864. "schema": {
  3865. "type": "string"
  3866. }
  3867. },
  3868. "400": {
  3869. "description": "具体错误",
  3870. "schema": {
  3871. "$ref": "#/definitions/md.Response"
  3872. }
  3873. }
  3874. }
  3875. }
  3876. },
  3877. "/api/role/bindAdminRole/": {
  3878. "post": {
  3879. "description": "权限管理-管理员绑定角色",
  3880. "consumes": [
  3881. "application/json"
  3882. ],
  3883. "produces": [
  3884. "application/json"
  3885. ],
  3886. "tags": [
  3887. "权限管理"
  3888. ],
  3889. "summary": "管理员绑定角色",
  3890. "parameters": [
  3891. {
  3892. "type": "string",
  3893. "description": "验证参数Bearer和token空格拼接",
  3894. "name": "Authorization",
  3895. "in": "header",
  3896. "required": true
  3897. },
  3898. {
  3899. "description": "请求参数",
  3900. "name": "args",
  3901. "in": "body",
  3902. "required": true,
  3903. "schema": {
  3904. "$ref": "#/definitions/md.BindAdminRoleReq"
  3905. }
  3906. }
  3907. ],
  3908. "responses": {
  3909. "200": {
  3910. "description": "success",
  3911. "schema": {
  3912. "type": "string"
  3913. }
  3914. },
  3915. "400": {
  3916. "description": "具体错误",
  3917. "schema": {
  3918. "$ref": "#/definitions/md.Response"
  3919. }
  3920. }
  3921. }
  3922. }
  3923. },
  3924. "/api/role/deleteAdmin/{$adm_id}": {
  3925. "delete": {
  3926. "description": "权限管理-删除管理员",
  3927. "consumes": [
  3928. "application/json"
  3929. ],
  3930. "produces": [
  3931. "application/json"
  3932. ],
  3933. "tags": [
  3934. "权限管理"
  3935. ],
  3936. "summary": "删除管理员",
  3937. "parameters": [
  3938. {
  3939. "type": "string",
  3940. "description": "验证参数Bearer和token空格拼接",
  3941. "name": "Authorization",
  3942. "in": "header",
  3943. "required": true
  3944. }
  3945. ],
  3946. "responses": {
  3947. "200": {
  3948. "description": "success",
  3949. "schema": {
  3950. "type": "string"
  3951. }
  3952. },
  3953. "400": {
  3954. "description": "具体错误",
  3955. "schema": {
  3956. "$ref": "#/definitions/md.Response"
  3957. }
  3958. }
  3959. }
  3960. }
  3961. },
  3962. "/api/role/deleteRole/{$id}": {
  3963. "delete": {
  3964. "description": "权限管理-删除角色",
  3965. "consumes": [
  3966. "application/json"
  3967. ],
  3968. "produces": [
  3969. "application/json"
  3970. ],
  3971. "tags": [
  3972. "权限管理"
  3973. ],
  3974. "summary": "删除角色",
  3975. "parameters": [
  3976. {
  3977. "type": "string",
  3978. "description": "验证参数Bearer和token空格拼接",
  3979. "name": "Authorization",
  3980. "in": "header",
  3981. "required": true
  3982. },
  3983. {
  3984. "description": "请求参数",
  3985. "name": "args",
  3986. "in": "body",
  3987. "required": true,
  3988. "schema": {
  3989. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3990. }
  3991. }
  3992. ],
  3993. "responses": {
  3994. "200": {
  3995. "description": "success",
  3996. "schema": {
  3997. "type": "string"
  3998. }
  3999. },
  4000. "400": {
  4001. "description": "具体错误",
  4002. "schema": {
  4003. "$ref": "#/definitions/md.Response"
  4004. }
  4005. }
  4006. }
  4007. }
  4008. },
  4009. "/api/role/roleBindPermissionGroup": {
  4010. "post": {
  4011. "description": "权限管理-角色绑定权限组",
  4012. "consumes": [
  4013. "application/json"
  4014. ],
  4015. "produces": [
  4016. "application/json"
  4017. ],
  4018. "tags": [
  4019. "权限管理"
  4020. ],
  4021. "summary": "角色绑定权限组",
  4022. "parameters": [
  4023. {
  4024. "type": "string",
  4025. "description": "验证参数Bearer和token空格拼接",
  4026. "name": "Authorization",
  4027. "in": "header",
  4028. "required": true
  4029. },
  4030. {
  4031. "description": "请求参数",
  4032. "name": "args",
  4033. "in": "body",
  4034. "required": true,
  4035. "schema": {
  4036. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  4037. }
  4038. }
  4039. ],
  4040. "responses": {
  4041. "200": {
  4042. "description": "success",
  4043. "schema": {
  4044. "type": "string"
  4045. }
  4046. },
  4047. "400": {
  4048. "description": "具体错误",
  4049. "schema": {
  4050. "$ref": "#/definitions/md.Response"
  4051. }
  4052. }
  4053. }
  4054. }
  4055. },
  4056. "/api/role/roleList": {
  4057. "get": {
  4058. "description": "权限管理-角色列表",
  4059. "consumes": [
  4060. "application/json"
  4061. ],
  4062. "produces": [
  4063. "application/json"
  4064. ],
  4065. "tags": [
  4066. "权限管理"
  4067. ],
  4068. "summary": "角色列表",
  4069. "parameters": [
  4070. {
  4071. "type": "string",
  4072. "description": "验证参数Bearer和token空格拼接",
  4073. "name": "Authorization",
  4074. "in": "header",
  4075. "required": true
  4076. }
  4077. ],
  4078. "responses": {
  4079. "200": {
  4080. "description": "具体看返回内容",
  4081. "schema": {
  4082. "type": "string"
  4083. }
  4084. },
  4085. "400": {
  4086. "description": "具体错误",
  4087. "schema": {
  4088. "$ref": "#/definitions/md.Response"
  4089. }
  4090. }
  4091. }
  4092. }
  4093. },
  4094. "/api/role/updateAdmin": {
  4095. "post": {
  4096. "description": "权限管理-修改管理员信息",
  4097. "consumes": [
  4098. "application/json"
  4099. ],
  4100. "produces": [
  4101. "application/json"
  4102. ],
  4103. "tags": [
  4104. "权限管理"
  4105. ],
  4106. "summary": "修改管理员信息",
  4107. "parameters": [
  4108. {
  4109. "type": "string",
  4110. "description": "验证参数Bearer和token空格拼接",
  4111. "name": "Authorization",
  4112. "in": "header",
  4113. "required": true
  4114. },
  4115. {
  4116. "description": "请求参数",
  4117. "name": "args",
  4118. "in": "body",
  4119. "required": true,
  4120. "schema": {
  4121. "$ref": "#/definitions/md.UpdateAdminReq"
  4122. }
  4123. }
  4124. ],
  4125. "responses": {
  4126. "200": {
  4127. "description": "success",
  4128. "schema": {
  4129. "type": "string"
  4130. }
  4131. },
  4132. "400": {
  4133. "description": "具体错误",
  4134. "schema": {
  4135. "$ref": "#/definitions/md.Response"
  4136. }
  4137. }
  4138. }
  4139. }
  4140. },
  4141. "/api/role/updateAdminState": {
  4142. "post": {
  4143. "description": "权限管理-修改管理员状态",
  4144. "consumes": [
  4145. "application/json"
  4146. ],
  4147. "produces": [
  4148. "application/json"
  4149. ],
  4150. "tags": [
  4151. "权限管理"
  4152. ],
  4153. "summary": "修改管理员状态",
  4154. "parameters": [
  4155. {
  4156. "type": "string",
  4157. "description": "验证参数Bearer和token空格拼接",
  4158. "name": "Authorization",
  4159. "in": "header",
  4160. "required": true
  4161. },
  4162. {
  4163. "description": "请求参数",
  4164. "name": "args",
  4165. "in": "body",
  4166. "required": true,
  4167. "schema": {
  4168. "$ref": "#/definitions/md.UpdateAdminStateReq"
  4169. }
  4170. }
  4171. ],
  4172. "responses": {
  4173. "200": {
  4174. "description": "success",
  4175. "schema": {
  4176. "type": "string"
  4177. }
  4178. },
  4179. "400": {
  4180. "description": "具体错误",
  4181. "schema": {
  4182. "$ref": "#/definitions/md.Response"
  4183. }
  4184. }
  4185. }
  4186. }
  4187. },
  4188. "/api/role/updateRole": {
  4189. "post": {
  4190. "description": "权限管理-修改角色",
  4191. "consumes": [
  4192. "application/json"
  4193. ],
  4194. "produces": [
  4195. "application/json"
  4196. ],
  4197. "tags": [
  4198. "权限管理"
  4199. ],
  4200. "summary": "修改角色",
  4201. "parameters": [
  4202. {
  4203. "type": "string",
  4204. "description": "验证参数Bearer和token空格拼接",
  4205. "name": "Authorization",
  4206. "in": "header",
  4207. "required": true
  4208. },
  4209. {
  4210. "description": "请求参数",
  4211. "name": "args",
  4212. "in": "body",
  4213. "required": true,
  4214. "schema": {
  4215. "$ref": "#/definitions/md.UpdateRoleReq"
  4216. }
  4217. }
  4218. ],
  4219. "responses": {
  4220. "200": {
  4221. "description": "success",
  4222. "schema": {
  4223. "type": "string"
  4224. }
  4225. },
  4226. "400": {
  4227. "description": "具体错误",
  4228. "schema": {
  4229. "$ref": "#/definitions/md.Response"
  4230. }
  4231. }
  4232. }
  4233. }
  4234. },
  4235. "/api/role/updateRoleState": {
  4236. "post": {
  4237. "description": "权限管理-修改角色状态",
  4238. "consumes": [
  4239. "application/json"
  4240. ],
  4241. "produces": [
  4242. "application/json"
  4243. ],
  4244. "tags": [
  4245. "权限管理"
  4246. ],
  4247. "summary": "修改角色状态",
  4248. "parameters": [
  4249. {
  4250. "type": "string",
  4251. "description": "验证参数Bearer和token空格拼接",
  4252. "name": "Authorization",
  4253. "in": "header",
  4254. "required": true
  4255. },
  4256. {
  4257. "description": "请求参数",
  4258. "name": "args",
  4259. "in": "body",
  4260. "required": true,
  4261. "schema": {
  4262. "$ref": "#/definitions/md.UpdateRoleStateReq"
  4263. }
  4264. }
  4265. ],
  4266. "responses": {
  4267. "200": {
  4268. "description": "success",
  4269. "schema": {
  4270. "type": "string"
  4271. }
  4272. },
  4273. "400": {
  4274. "description": "具体错误",
  4275. "schema": {
  4276. "$ref": "#/definitions/md.Response"
  4277. }
  4278. }
  4279. }
  4280. }
  4281. },
  4282. "/api/setCenter/applet/add": {
  4283. "post": {
  4284. "description": "小程序设置-新增",
  4285. "consumes": [
  4286. "application/json"
  4287. ],
  4288. "produces": [
  4289. "application/json"
  4290. ],
  4291. "tags": [
  4292. "设置中心-小程序设置"
  4293. ],
  4294. "summary": "新增",
  4295. "parameters": [
  4296. {
  4297. "type": "string",
  4298. "description": "验证参数Bearer和token空格拼接",
  4299. "name": "Authorization",
  4300. "in": "header",
  4301. "required": true
  4302. },
  4303. {
  4304. "description": "请求参数",
  4305. "name": "args",
  4306. "in": "body",
  4307. "required": true,
  4308. "schema": {
  4309. "$ref": "#/definitions/md.AppletAddReq"
  4310. }
  4311. }
  4312. ],
  4313. "responses": {
  4314. "200": {
  4315. "description": "success",
  4316. "schema": {
  4317. "type": "string"
  4318. }
  4319. },
  4320. "400": {
  4321. "description": "具体错误",
  4322. "schema": {
  4323. "$ref": "#/definitions/md.Response"
  4324. }
  4325. }
  4326. }
  4327. }
  4328. },
  4329. "/api/setCenter/applet/authorize": {
  4330. "get": {
  4331. "description": "设置中心-基础设置",
  4332. "consumes": [
  4333. "application/json"
  4334. ],
  4335. "produces": [
  4336. "application/json"
  4337. ],
  4338. "tags": [
  4339. "设置中心"
  4340. ],
  4341. "summary": "设置中心-基础设置-微信三方应用获取",
  4342. "parameters": [
  4343. {
  4344. "type": "string",
  4345. "description": "验证参数Bearer和token空格拼接",
  4346. "name": "Authorization",
  4347. "in": "header",
  4348. "required": true
  4349. }
  4350. ],
  4351. "responses": {
  4352. "200": {
  4353. "description": "微信授权界面url",
  4354. "schema": {
  4355. "type": "string"
  4356. }
  4357. },
  4358. "400": {
  4359. "description": "具体错误",
  4360. "schema": {
  4361. "$ref": "#/definitions/md.Response"
  4362. }
  4363. }
  4364. }
  4365. }
  4366. },
  4367. "/api/setCenter/applet/list": {
  4368. "get": {
  4369. "description": "小程序设置-列表",
  4370. "consumes": [
  4371. "application/json"
  4372. ],
  4373. "produces": [
  4374. "application/json"
  4375. ],
  4376. "tags": [
  4377. "设置中心-小程序设置"
  4378. ],
  4379. "summary": "列表",
  4380. "parameters": [
  4381. {
  4382. "type": "string",
  4383. "description": "验证参数Bearer和token空格拼接",
  4384. "name": "Authorization",
  4385. "in": "header",
  4386. "required": true
  4387. }
  4388. ],
  4389. "responses": {
  4390. "200": {
  4391. "description": "OK",
  4392. "schema": {
  4393. "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList"
  4394. }
  4395. },
  4396. "400": {
  4397. "description": "具体错误",
  4398. "schema": {
  4399. "$ref": "#/definitions/md.Response"
  4400. }
  4401. }
  4402. }
  4403. }
  4404. },
  4405. "/api/setCenter/applet/unauthorized": {
  4406. "get": {
  4407. "description": "设置中心-基础设置",
  4408. "consumes": [
  4409. "application/json"
  4410. ],
  4411. "produces": [
  4412. "application/json"
  4413. ],
  4414. "tags": [
  4415. "设置中心"
  4416. ],
  4417. "summary": "设置中心-基础设置-微信三方应用获取",
  4418. "parameters": [
  4419. {
  4420. "type": "string",
  4421. "description": "验证参数Bearer和token空格拼接",
  4422. "name": "Authorization",
  4423. "in": "header",
  4424. "required": true
  4425. }
  4426. ],
  4427. "responses": {
  4428. "200": {
  4429. "description": "success",
  4430. "schema": {
  4431. "type": "string"
  4432. }
  4433. },
  4434. "400": {
  4435. "description": "具体错误",
  4436. "schema": {
  4437. "$ref": "#/definitions/md.Response"
  4438. }
  4439. }
  4440. }
  4441. }
  4442. },
  4443. "/api/setCenter/applet/update": {
  4444. "post": {
  4445. "description": "小程序设置-更新",
  4446. "consumes": [
  4447. "application/json"
  4448. ],
  4449. "produces": [
  4450. "application/json"
  4451. ],
  4452. "tags": [
  4453. "设置中心-小程序设置"
  4454. ],
  4455. "summary": "更新",
  4456. "parameters": [
  4457. {
  4458. "type": "string",
  4459. "description": "验证参数Bearer和token空格拼接",
  4460. "name": "Authorization",
  4461. "in": "header",
  4462. "required": true
  4463. },
  4464. {
  4465. "description": "请求参数",
  4466. "name": "args",
  4467. "in": "body",
  4468. "required": true,
  4469. "schema": {
  4470. "$ref": "#/definitions/md.AppletUpdateReq"
  4471. }
  4472. }
  4473. ],
  4474. "responses": {
  4475. "200": {
  4476. "description": "success",
  4477. "schema": {
  4478. "type": "string"
  4479. }
  4480. },
  4481. "400": {
  4482. "description": "具体错误",
  4483. "schema": {
  4484. "$ref": "#/definitions/md.Response"
  4485. }
  4486. }
  4487. }
  4488. }
  4489. },
  4490. "/api/setCenter/basic/applet/shieldRules/addBlackList": {
  4491. "post": {
  4492. "description": "小程序设置-屏蔽规则-添加屏蔽的广告主",
  4493. "consumes": [
  4494. "application/json"
  4495. ],
  4496. "produces": [
  4497. "application/json"
  4498. ],
  4499. "tags": [
  4500. "设置中心-小程序设置-屏蔽规则"
  4501. ],
  4502. "summary": "添加屏蔽的广告主",
  4503. "parameters": [
  4504. {
  4505. "type": "string",
  4506. "description": "验证参数Bearer和token空格拼接",
  4507. "name": "Authorization",
  4508. "in": "header",
  4509. "required": true
  4510. },
  4511. {
  4512. "description": "请求参数",
  4513. "name": "args",
  4514. "in": "body",
  4515. "required": true,
  4516. "schema": {
  4517. "$ref": "#/definitions/md.AppletAddBlackListReq"
  4518. }
  4519. }
  4520. ],
  4521. "responses": {
  4522. "200": {
  4523. "description": "success",
  4524. "schema": {
  4525. "type": "string"
  4526. }
  4527. },
  4528. "400": {
  4529. "description": "具体错误",
  4530. "schema": {
  4531. "$ref": "#/definitions/md.Response"
  4532. }
  4533. }
  4534. }
  4535. }
  4536. },
  4537. "/api/setCenter/basic/applet/shieldRules/delBlackList": {
  4538. "post": {
  4539. "description": "小程序设置-屏蔽规则-删除屏蔽的广告主",
  4540. "consumes": [
  4541. "application/json"
  4542. ],
  4543. "produces": [
  4544. "application/json"
  4545. ],
  4546. "tags": [
  4547. "设置中心-小程序设置-屏蔽规则"
  4548. ],
  4549. "summary": "删除屏蔽的广告主",
  4550. "parameters": [
  4551. {
  4552. "type": "string",
  4553. "description": "验证参数Bearer和token空格拼接",
  4554. "name": "Authorization",
  4555. "in": "header",
  4556. "required": true
  4557. },
  4558. {
  4559. "description": "请求参数",
  4560. "name": "args",
  4561. "in": "body",
  4562. "required": true,
  4563. "schema": {
  4564. "$ref": "#/definitions/md.AppletDelBlackListReq"
  4565. }
  4566. }
  4567. ],
  4568. "responses": {
  4569. "200": {
  4570. "description": "success",
  4571. "schema": {
  4572. "type": "string"
  4573. }
  4574. },
  4575. "400": {
  4576. "description": "具体错误",
  4577. "schema": {
  4578. "$ref": "#/definitions/md.Response"
  4579. }
  4580. }
  4581. }
  4582. }
  4583. },
  4584. "/api/setCenter/basic/applet/shieldRules/getAmsCategoryBlackList": {
  4585. "post": {
  4586. "description": "小程序设置-屏蔽规则-获取行业屏蔽信息",
  4587. "consumes": [
  4588. "application/json"
  4589. ],
  4590. "produces": [
  4591. "application/json"
  4592. ],
  4593. "tags": [
  4594. "设置中心-小程序设置-屏蔽规则"
  4595. ],
  4596. "summary": "获取行业屏蔽信息",
  4597. "parameters": [
  4598. {
  4599. "type": "string",
  4600. "description": "验证参数Bearer和token空格拼接",
  4601. "name": "Authorization",
  4602. "in": "header",
  4603. "required": true
  4604. },
  4605. {
  4606. "description": "请求参数",
  4607. "name": "args",
  4608. "in": "body",
  4609. "required": true,
  4610. "schema": {
  4611. "$ref": "#/definitions/md.AppletGetAmsCategoryBlackListReq"
  4612. }
  4613. }
  4614. ],
  4615. "responses": {
  4616. "200": {
  4617. "description": "OK",
  4618. "schema": {
  4619. "$ref": "#/definitions/md.AppletGetAmsCategoryBlackListResp"
  4620. }
  4621. },
  4622. "400": {
  4623. "description": "具体错误",
  4624. "schema": {
  4625. "$ref": "#/definitions/md.Response"
  4626. }
  4627. }
  4628. }
  4629. }
  4630. },
  4631. "/api/setCenter/basic/applet/shieldRules/getBlackList": {
  4632. "post": {
  4633. "description": "小程序设置-屏蔽规则-获取屏蔽的广告主",
  4634. "consumes": [
  4635. "application/json"
  4636. ],
  4637. "produces": [
  4638. "application/json"
  4639. ],
  4640. "tags": [
  4641. "设置中心-小程序设置-屏蔽规则"
  4642. ],
  4643. "summary": "获取屏蔽的广告主",
  4644. "parameters": [
  4645. {
  4646. "type": "string",
  4647. "description": "验证参数Bearer和token空格拼接",
  4648. "name": "Authorization",
  4649. "in": "header",
  4650. "required": true
  4651. },
  4652. {
  4653. "description": "请求参数",
  4654. "name": "args",
  4655. "in": "body",
  4656. "required": true,
  4657. "schema": {
  4658. "$ref": "#/definitions/md.AppletGetBlackListReq"
  4659. }
  4660. }
  4661. ],
  4662. "responses": {
  4663. "200": {
  4664. "description": "OK",
  4665. "schema": {
  4666. "$ref": "#/definitions/md.AgencyGetBlackListResp"
  4667. }
  4668. },
  4669. "400": {
  4670. "description": "具体错误",
  4671. "schema": {
  4672. "$ref": "#/definitions/md.Response"
  4673. }
  4674. }
  4675. }
  4676. }
  4677. },
  4678. "/api/setCenter/basic/applet/shieldRules/setAmsCategoryBlackList": {
  4679. "post": {
  4680. "description": "小程序设置-屏蔽规则-设置行业屏蔽信息",
  4681. "consumes": [
  4682. "application/json"
  4683. ],
  4684. "produces": [
  4685. "application/json"
  4686. ],
  4687. "tags": [
  4688. "设置中心-小程序设置-屏蔽规则"
  4689. ],
  4690. "summary": "设置行业屏蔽信息",
  4691. "parameters": [
  4692. {
  4693. "type": "string",
  4694. "description": "验证参数Bearer和token空格拼接",
  4695. "name": "Authorization",
  4696. "in": "header",
  4697. "required": true
  4698. },
  4699. {
  4700. "description": "请求参数",
  4701. "name": "args",
  4702. "in": "body",
  4703. "required": true,
  4704. "schema": {
  4705. "$ref": "#/definitions/md.AppletSetAmsCategoryBlackListReq"
  4706. }
  4707. }
  4708. ],
  4709. "responses": {
  4710. "200": {
  4711. "description": "success",
  4712. "schema": {
  4713. "type": "string"
  4714. }
  4715. },
  4716. "400": {
  4717. "description": "具体错误",
  4718. "schema": {
  4719. "$ref": "#/definitions/md.Response"
  4720. }
  4721. }
  4722. }
  4723. }
  4724. },
  4725. "/api/setCenter/basic/getLogo": {
  4726. "get": {
  4727. "description": "基础设置-logo获取",
  4728. "consumes": [
  4729. "application/json"
  4730. ],
  4731. "produces": [
  4732. "application/json"
  4733. ],
  4734. "tags": [
  4735. "设置中心-基础设置"
  4736. ],
  4737. "summary": "logo获取",
  4738. "parameters": [
  4739. {
  4740. "type": "string",
  4741. "description": "验证参数Bearer和token空格拼接",
  4742. "name": "Authorization",
  4743. "in": "header",
  4744. "required": true
  4745. }
  4746. ],
  4747. "responses": {
  4748. "200": {
  4749. "description": "OK",
  4750. "schema": {
  4751. "$ref": "#/definitions/md.SetLogoResp"
  4752. }
  4753. },
  4754. "400": {
  4755. "description": "具体错误",
  4756. "schema": {
  4757. "$ref": "#/definitions/md.Response"
  4758. }
  4759. }
  4760. }
  4761. }
  4762. },
  4763. "/api/setCenter/basic/getMob": {
  4764. "get": {
  4765. "description": "基础设置-mob获取",
  4766. "consumes": [
  4767. "application/json"
  4768. ],
  4769. "produces": [
  4770. "application/json"
  4771. ],
  4772. "tags": [
  4773. "设置中心-基础设置"
  4774. ],
  4775. "summary": "mob获取",
  4776. "parameters": [
  4777. {
  4778. "type": "string",
  4779. "description": "验证参数Bearer和token空格拼接",
  4780. "name": "Authorization",
  4781. "in": "header",
  4782. "required": true
  4783. }
  4784. ],
  4785. "responses": {
  4786. "200": {
  4787. "description": "OK",
  4788. "schema": {
  4789. "$ref": "#/definitions/md.SetOssResp"
  4790. }
  4791. },
  4792. "400": {
  4793. "description": "具体错误",
  4794. "schema": {
  4795. "$ref": "#/definitions/md.Response"
  4796. }
  4797. }
  4798. }
  4799. }
  4800. },
  4801. "/api/setCenter/basic/getOss": {
  4802. "get": {
  4803. "description": "基础设置-oss获取",
  4804. "consumes": [
  4805. "application/json"
  4806. ],
  4807. "produces": [
  4808. "application/json"
  4809. ],
  4810. "tags": [
  4811. "设置中心-基础设置"
  4812. ],
  4813. "summary": "oss获取",
  4814. "parameters": [
  4815. {
  4816. "type": "string",
  4817. "description": "验证参数Bearer和token空格拼接",
  4818. "name": "Authorization",
  4819. "in": "header",
  4820. "required": true
  4821. }
  4822. ],
  4823. "responses": {
  4824. "200": {
  4825. "description": "OK",
  4826. "schema": {
  4827. "$ref": "#/definitions/md.SetOssResp"
  4828. }
  4829. },
  4830. "400": {
  4831. "description": "具体错误",
  4832. "schema": {
  4833. "$ref": "#/definitions/md.Response"
  4834. }
  4835. }
  4836. }
  4837. }
  4838. },
  4839. "/api/setCenter/basic/getSeo": {
  4840. "get": {
  4841. "description": "基础设置-logo获取",
  4842. "consumes": [
  4843. "application/json"
  4844. ],
  4845. "produces": [
  4846. "application/json"
  4847. ],
  4848. "tags": [
  4849. "设置中心-基础设置"
  4850. ],
  4851. "summary": "Seo获取",
  4852. "parameters": [
  4853. {
  4854. "type": "string",
  4855. "description": "验证参数Bearer和token空格拼接",
  4856. "name": "Authorization",
  4857. "in": "header",
  4858. "required": true
  4859. }
  4860. ],
  4861. "responses": {
  4862. "200": {
  4863. "description": "OK",
  4864. "schema": {
  4865. "$ref": "#/definitions/md.SetSeoResp"
  4866. }
  4867. },
  4868. "400": {
  4869. "description": "具体错误",
  4870. "schema": {
  4871. "$ref": "#/definitions/md.Response"
  4872. }
  4873. }
  4874. }
  4875. }
  4876. },
  4877. "/api/setCenter/basic/setLogo": {
  4878. "post": {
  4879. "description": "基础设置-logo设置",
  4880. "consumes": [
  4881. "application/json"
  4882. ],
  4883. "produces": [
  4884. "application/json"
  4885. ],
  4886. "tags": [
  4887. "设置中心-基础设置"
  4888. ],
  4889. "summary": "logo设置",
  4890. "parameters": [
  4891. {
  4892. "type": "string",
  4893. "description": "验证参数Bearer和token空格拼接",
  4894. "name": "Authorization",
  4895. "in": "header",
  4896. "required": true
  4897. },
  4898. {
  4899. "description": "请求参数",
  4900. "name": "args",
  4901. "in": "body",
  4902. "required": true,
  4903. "schema": {
  4904. "$ref": "#/definitions/md.SetLogoReq"
  4905. }
  4906. }
  4907. ],
  4908. "responses": {
  4909. "200": {
  4910. "description": "success",
  4911. "schema": {
  4912. "type": "string"
  4913. }
  4914. },
  4915. "400": {
  4916. "description": "具体错误",
  4917. "schema": {
  4918. "$ref": "#/definitions/md.Response"
  4919. }
  4920. }
  4921. }
  4922. }
  4923. },
  4924. "/api/setCenter/basic/setMob": {
  4925. "post": {
  4926. "description": "基础设置-mob设置",
  4927. "consumes": [
  4928. "application/json"
  4929. ],
  4930. "produces": [
  4931. "application/json"
  4932. ],
  4933. "tags": [
  4934. "设置中心-基础设置"
  4935. ],
  4936. "summary": "mob设置",
  4937. "parameters": [
  4938. {
  4939. "type": "string",
  4940. "description": "验证参数Bearer和token空格拼接",
  4941. "name": "Authorization",
  4942. "in": "header",
  4943. "required": true
  4944. },
  4945. {
  4946. "description": "请求参数",
  4947. "name": "args",
  4948. "in": "body",
  4949. "required": true,
  4950. "schema": {
  4951. "$ref": "#/definitions/md.SetMobReq"
  4952. }
  4953. }
  4954. ],
  4955. "responses": {
  4956. "200": {
  4957. "description": "success",
  4958. "schema": {
  4959. "type": "string"
  4960. }
  4961. },
  4962. "400": {
  4963. "description": "具体错误",
  4964. "schema": {
  4965. "$ref": "#/definitions/md.Response"
  4966. }
  4967. }
  4968. }
  4969. }
  4970. },
  4971. "/api/setCenter/basic/setOss": {
  4972. "post": {
  4973. "description": "基础设置-oss设置",
  4974. "consumes": [
  4975. "application/json"
  4976. ],
  4977. "produces": [
  4978. "application/json"
  4979. ],
  4980. "tags": [
  4981. "设置中心-基础设置"
  4982. ],
  4983. "summary": "oss设置",
  4984. "parameters": [
  4985. {
  4986. "type": "string",
  4987. "description": "验证参数Bearer和token空格拼接",
  4988. "name": "Authorization",
  4989. "in": "header",
  4990. "required": true
  4991. },
  4992. {
  4993. "description": "请求参数",
  4994. "name": "args",
  4995. "in": "body",
  4996. "required": true,
  4997. "schema": {
  4998. "$ref": "#/definitions/md.SetOssReq"
  4999. }
  5000. }
  5001. ],
  5002. "responses": {
  5003. "200": {
  5004. "description": "success",
  5005. "schema": {
  5006. "type": "string"
  5007. }
  5008. },
  5009. "400": {
  5010. "description": "具体错误",
  5011. "schema": {
  5012. "$ref": "#/definitions/md.Response"
  5013. }
  5014. }
  5015. }
  5016. }
  5017. },
  5018. "/api/setCenter/basic/setSeo": {
  5019. "post": {
  5020. "description": "基础设置-logo设置",
  5021. "consumes": [
  5022. "application/json"
  5023. ],
  5024. "produces": [
  5025. "application/json"
  5026. ],
  5027. "tags": [
  5028. "设置中心-基础设置"
  5029. ],
  5030. "summary": "Seo设置",
  5031. "parameters": [
  5032. {
  5033. "type": "string",
  5034. "description": "验证参数Bearer和token空格拼接",
  5035. "name": "Authorization",
  5036. "in": "header",
  5037. "required": true
  5038. },
  5039. {
  5040. "description": "请求参数",
  5041. "name": "args",
  5042. "in": "body",
  5043. "required": true,
  5044. "schema": {
  5045. "$ref": "#/definitions/md.SetSeoReq"
  5046. }
  5047. }
  5048. ],
  5049. "responses": {
  5050. "200": {
  5051. "description": "success",
  5052. "schema": {
  5053. "type": "string"
  5054. }
  5055. },
  5056. "400": {
  5057. "description": "具体错误",
  5058. "schema": {
  5059. "$ref": "#/definitions/md.Response"
  5060. }
  5061. }
  5062. }
  5063. }
  5064. },
  5065. "/api/setCenter/basic/wxOpenGet": {
  5066. "get": {
  5067. "description": "基础设置-微信三方应用获取",
  5068. "consumes": [
  5069. "application/json"
  5070. ],
  5071. "produces": [
  5072. "application/json"
  5073. ],
  5074. "tags": [
  5075. "设置中心-基础设置"
  5076. ],
  5077. "summary": "微信三方应用获取",
  5078. "parameters": [
  5079. {
  5080. "type": "string",
  5081. "description": "验证参数Bearer和token空格拼接",
  5082. "name": "Authorization",
  5083. "in": "header",
  5084. "required": true
  5085. }
  5086. ],
  5087. "responses": {
  5088. "200": {
  5089. "description": "OK",
  5090. "schema": {
  5091. "$ref": "#/definitions/md.WxOpenGetResp"
  5092. }
  5093. },
  5094. "400": {
  5095. "description": "具体错误",
  5096. "schema": {
  5097. "$ref": "#/definitions/md.Response"
  5098. }
  5099. }
  5100. }
  5101. }
  5102. },
  5103. "/api/setCenter/basic/wxOpenSet": {
  5104. "post": {
  5105. "description": "基础设置-微信三方应用设置",
  5106. "consumes": [
  5107. "application/json"
  5108. ],
  5109. "produces": [
  5110. "application/json"
  5111. ],
  5112. "tags": [
  5113. "设置中心-基础设置"
  5114. ],
  5115. "summary": "微信三方应用设置",
  5116. "parameters": [
  5117. {
  5118. "type": "string",
  5119. "description": "验证参数Bearer和token空格拼接",
  5120. "name": "Authorization",
  5121. "in": "header",
  5122. "required": true
  5123. },
  5124. {
  5125. "description": "请求参数",
  5126. "name": "args",
  5127. "in": "body",
  5128. "required": true,
  5129. "schema": {
  5130. "$ref": "#/definitions/md.WxOpenSetReq"
  5131. }
  5132. }
  5133. ],
  5134. "responses": {
  5135. "200": {
  5136. "description": "success",
  5137. "schema": {
  5138. "type": "string"
  5139. }
  5140. },
  5141. "400": {
  5142. "description": "具体错误",
  5143. "schema": {
  5144. "$ref": "#/definitions/md.Response"
  5145. }
  5146. }
  5147. }
  5148. }
  5149. },
  5150. "/api/setCenter/share/index": {
  5151. "get": {
  5152. "description": "邀请链接界面接口",
  5153. "consumes": [
  5154. "application/json"
  5155. ],
  5156. "produces": [
  5157. "application/json"
  5158. ],
  5159. "tags": [
  5160. "设置中心-邀请链接"
  5161. ],
  5162. "summary": "邀请链接",
  5163. "parameters": [
  5164. {
  5165. "type": "string",
  5166. "description": "验证参数Bearer和token空格拼接",
  5167. "name": "Authorization",
  5168. "in": "header",
  5169. "required": true
  5170. }
  5171. ],
  5172. "responses": {
  5173. "200": {
  5174. "description": "OK",
  5175. "schema": {
  5176. "$ref": "#/definitions/md.ShareIndexResp"
  5177. }
  5178. },
  5179. "400": {
  5180. "description": "具体错误",
  5181. "schema": {
  5182. "$ref": "#/definitions/md.Response"
  5183. }
  5184. }
  5185. }
  5186. }
  5187. },
  5188. "/api/settleCenter/agent/detail": {
  5189. "post": {
  5190. "description": "结算中心-代理详情",
  5191. "consumes": [
  5192. "application/json"
  5193. ],
  5194. "produces": [
  5195. "application/json"
  5196. ],
  5197. "tags": [
  5198. "结算中心------嘉俊"
  5199. ],
  5200. "summary": "代理详情",
  5201. "parameters": [
  5202. {
  5203. "type": "string",
  5204. "description": "验证参数Bearer和token空格拼接",
  5205. "name": "Authorization",
  5206. "in": "header",
  5207. "required": true
  5208. },
  5209. {
  5210. "description": "请求参数",
  5211. "name": "args",
  5212. "in": "body",
  5213. "required": true,
  5214. "schema": {
  5215. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  5216. }
  5217. }
  5218. ],
  5219. "responses": {
  5220. "200": {
  5221. "description": "具体看返回内容 这是data里面的数据",
  5222. "schema": {
  5223. "$ref": "#/definitions/md.SettleCenterDataDetailRes"
  5224. }
  5225. },
  5226. "400": {
  5227. "description": "具体错误",
  5228. "schema": {
  5229. "$ref": "#/definitions/md.Response"
  5230. }
  5231. }
  5232. }
  5233. }
  5234. },
  5235. "/api/settleCenter/agent/list": {
  5236. "post": {
  5237. "description": "结算中心-代理列表",
  5238. "consumes": [
  5239. "application/json"
  5240. ],
  5241. "produces": [
  5242. "application/json"
  5243. ],
  5244. "tags": [
  5245. "结算中心------嘉俊"
  5246. ],
  5247. "summary": "代理列表",
  5248. "parameters": [
  5249. {
  5250. "type": "string",
  5251. "description": "验证参数Bearer和token空格拼接",
  5252. "name": "Authorization",
  5253. "in": "header",
  5254. "required": true
  5255. },
  5256. {
  5257. "description": "请求参数",
  5258. "name": "args",
  5259. "in": "body",
  5260. "required": true,
  5261. "schema": {
  5262. "$ref": "#/definitions/md.SettleCenterDataReq"
  5263. }
  5264. }
  5265. ],
  5266. "responses": {
  5267. "200": {
  5268. "description": "具体看返回内容 这是data里面的数据",
  5269. "schema": {
  5270. "$ref": "#/definitions/md.SettleCenterDataRes"
  5271. }
  5272. },
  5273. "400": {
  5274. "description": "具体错误",
  5275. "schema": {
  5276. "$ref": "#/definitions/md.Response"
  5277. }
  5278. }
  5279. }
  5280. }
  5281. },
  5282. "/api/settleCenter/agent/save": {
  5283. "post": {
  5284. "description": "结算中心-代理修改结算方式",
  5285. "consumes": [
  5286. "application/json"
  5287. ],
  5288. "produces": [
  5289. "application/json"
  5290. ],
  5291. "tags": [
  5292. "结算中心------嘉俊"
  5293. ],
  5294. "summary": "代理修改结算方式",
  5295. "parameters": [
  5296. {
  5297. "type": "string",
  5298. "description": "验证参数Bearer和token空格拼接",
  5299. "name": "Authorization",
  5300. "in": "header",
  5301. "required": true
  5302. },
  5303. {
  5304. "description": "请求参数",
  5305. "name": "args",
  5306. "in": "body",
  5307. "required": true,
  5308. "schema": {
  5309. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  5310. }
  5311. }
  5312. ],
  5313. "responses": {
  5314. "200": {
  5315. "description": "具体看返回内容 这是data里面的数据",
  5316. "schema": {
  5317. "type": "string"
  5318. }
  5319. },
  5320. "400": {
  5321. "description": "具体错误",
  5322. "schema": {
  5323. "$ref": "#/definitions/md.Response"
  5324. }
  5325. }
  5326. }
  5327. }
  5328. },
  5329. "/api/settleCenter/medium/detail": {
  5330. "post": {
  5331. "description": "结算中心-媒体详情",
  5332. "consumes": [
  5333. "application/json"
  5334. ],
  5335. "produces": [
  5336. "application/json"
  5337. ],
  5338. "tags": [
  5339. "结算中心------嘉俊"
  5340. ],
  5341. "summary": "媒体详情",
  5342. "parameters": [
  5343. {
  5344. "type": "string",
  5345. "description": "验证参数Bearer和token空格拼接",
  5346. "name": "Authorization",
  5347. "in": "header",
  5348. "required": true
  5349. },
  5350. {
  5351. "description": "请求参数",
  5352. "name": "args",
  5353. "in": "body",
  5354. "required": true,
  5355. "schema": {
  5356. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  5357. }
  5358. }
  5359. ],
  5360. "responses": {
  5361. "200": {
  5362. "description": "具体看返回内容 这是data里面的数据",
  5363. "schema": {
  5364. "$ref": "#/definitions/md.SettleCenterDataDetailRes"
  5365. }
  5366. },
  5367. "400": {
  5368. "description": "具体错误",
  5369. "schema": {
  5370. "$ref": "#/definitions/md.Response"
  5371. }
  5372. }
  5373. }
  5374. }
  5375. },
  5376. "/api/settleCenter/medium/list": {
  5377. "post": {
  5378. "description": "结算中心-媒体列表",
  5379. "consumes": [
  5380. "application/json"
  5381. ],
  5382. "produces": [
  5383. "application/json"
  5384. ],
  5385. "tags": [
  5386. "结算中心------嘉俊"
  5387. ],
  5388. "summary": "媒体列表",
  5389. "parameters": [
  5390. {
  5391. "type": "string",
  5392. "description": "验证参数Bearer和token空格拼接",
  5393. "name": "Authorization",
  5394. "in": "header",
  5395. "required": true
  5396. },
  5397. {
  5398. "description": "请求参数",
  5399. "name": "args",
  5400. "in": "body",
  5401. "required": true,
  5402. "schema": {
  5403. "$ref": "#/definitions/md.SettleCenterDataReq"
  5404. }
  5405. }
  5406. ],
  5407. "responses": {
  5408. "200": {
  5409. "description": "具体看返回内容 这是data里面的数据",
  5410. "schema": {
  5411. "$ref": "#/definitions/md.SettleCenterDataRes"
  5412. }
  5413. },
  5414. "400": {
  5415. "description": "具体错误",
  5416. "schema": {
  5417. "$ref": "#/definitions/md.Response"
  5418. }
  5419. }
  5420. }
  5421. }
  5422. },
  5423. "/api/settleCenter/medium/save": {
  5424. "post": {
  5425. "description": "结算中心-媒体修改结算方式",
  5426. "consumes": [
  5427. "application/json"
  5428. ],
  5429. "produces": [
  5430. "application/json"
  5431. ],
  5432. "tags": [
  5433. "结算中心------嘉俊"
  5434. ],
  5435. "summary": "媒体修改结算方式",
  5436. "parameters": [
  5437. {
  5438. "type": "string",
  5439. "description": "验证参数Bearer和token空格拼接",
  5440. "name": "Authorization",
  5441. "in": "header",
  5442. "required": true
  5443. },
  5444. {
  5445. "description": "请求参数",
  5446. "name": "args",
  5447. "in": "body",
  5448. "required": true,
  5449. "schema": {
  5450. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  5451. }
  5452. }
  5453. ],
  5454. "responses": {
  5455. "200": {
  5456. "description": "具体看返回内容 这是data里面的数据",
  5457. "schema": {
  5458. "type": "string"
  5459. }
  5460. },
  5461. "400": {
  5462. "description": "具体错误",
  5463. "schema": {
  5464. "$ref": "#/definitions/md.Response"
  5465. }
  5466. }
  5467. }
  5468. }
  5469. },
  5470. "/role/permissionGroupList": {
  5471. "get": {
  5472. "description": "权限管理-权限组列表",
  5473. "consumes": [
  5474. "application/json"
  5475. ],
  5476. "produces": [
  5477. "application/json"
  5478. ],
  5479. "tags": [
  5480. "权限管理"
  5481. ],
  5482. "summary": "权限组列表",
  5483. "parameters": [
  5484. {
  5485. "type": "string",
  5486. "description": "验证参数Bearer和token空格拼接",
  5487. "name": "Authorization",
  5488. "in": "header",
  5489. "required": true
  5490. },
  5491. {
  5492. "type": "string",
  5493. "description": "管理员id",
  5494. "name": "adm_id",
  5495. "in": "query",
  5496. "required": true
  5497. }
  5498. ],
  5499. "responses": {
  5500. "200": {
  5501. "description": "具体看返回内容",
  5502. "schema": {
  5503. "type": "string"
  5504. }
  5505. },
  5506. "400": {
  5507. "description": "具体错误",
  5508. "schema": {
  5509. "$ref": "#/definitions/md.Response"
  5510. }
  5511. }
  5512. }
  5513. }
  5514. },
  5515. "/v1/banner/delete/{$id}": {
  5516. "delete": {
  5517. "description": "小程序设置-删除",
  5518. "consumes": [
  5519. "application/json"
  5520. ],
  5521. "produces": [
  5522. "application/json"
  5523. ],
  5524. "tags": [
  5525. "设置中心-小程序设置"
  5526. ],
  5527. "summary": "删除",
  5528. "parameters": [
  5529. {
  5530. "type": "string",
  5531. "description": "验证参数Bearer和token空格拼接",
  5532. "name": "Authorization",
  5533. "in": "header",
  5534. "required": true
  5535. }
  5536. ],
  5537. "responses": {
  5538. "200": {
  5539. "description": "success",
  5540. "schema": {
  5541. "type": "string"
  5542. }
  5543. },
  5544. "400": {
  5545. "description": "具体错误",
  5546. "schema": {
  5547. "$ref": "#/definitions/md.Response"
  5548. }
  5549. }
  5550. }
  5551. }
  5552. }
  5553. },
  5554. "definitions": {
  5555. "hdl.WxOpenThirdPartyAppList": {
  5556. "type": "object",
  5557. "properties": {
  5558. "aes_key": {
  5559. "type": "string"
  5560. },
  5561. "app_secret": {
  5562. "type": "string"
  5563. },
  5564. "appid": {
  5565. "type": "string"
  5566. },
  5567. "component_access_token": {
  5568. "type": "string"
  5569. },
  5570. "component_verify_ticket": {
  5571. "type": "string"
  5572. },
  5573. "create_at": {
  5574. "type": "string"
  5575. },
  5576. "id": {
  5577. "type": "integer"
  5578. },
  5579. "token": {
  5580. "type": "string"
  5581. },
  5582. "update_at": {
  5583. "type": "string"
  5584. },
  5585. "uuid": {
  5586. "type": "integer"
  5587. }
  5588. }
  5589. },
  5590. "md.AddAdminReq": {
  5591. "type": "object",
  5592. "required": [
  5593. "password",
  5594. "username"
  5595. ],
  5596. "properties": {
  5597. "memo": {
  5598. "type": "string"
  5599. },
  5600. "password": {
  5601. "type": "string"
  5602. },
  5603. "username": {
  5604. "type": "string"
  5605. }
  5606. }
  5607. },
  5608. "md.AddRoleReq": {
  5609. "type": "object",
  5610. "required": [
  5611. "memo",
  5612. "name"
  5613. ],
  5614. "properties": {
  5615. "label": {
  5616. "type": "string"
  5617. },
  5618. "logo": {
  5619. "type": "string"
  5620. },
  5621. "memo": {
  5622. "type": "string"
  5623. },
  5624. "name": {
  5625. "type": "string"
  5626. },
  5627. "seo_logo": {
  5628. "type": "string"
  5629. },
  5630. "seo_title": {
  5631. "type": "string"
  5632. }
  5633. }
  5634. },
  5635. "md.AdminListReq": {
  5636. "type": "object",
  5637. "properties": {
  5638. "limit": {
  5639. "type": "integer"
  5640. },
  5641. "page": {
  5642. "type": "integer"
  5643. },
  5644. "state": {
  5645. "type": "integer"
  5646. },
  5647. "username": {
  5648. "type": "string"
  5649. }
  5650. }
  5651. },
  5652. "md.AgencyGetBlackListResp": {
  5653. "type": "object",
  5654. "properties": {
  5655. "blacklist_android": {
  5656. "description": "屏蔽安卓应用列表",
  5657. "type": "array",
  5658. "items": {
  5659. "type": "object",
  5660. "properties": {
  5661. "id": {
  5662. "type": "string",
  5663. "example": "屏蔽安卓应用的应用宝包名"
  5664. },
  5665. "name": {
  5666. "type": "string",
  5667. "example": "屏蔽安卓应用的名称"
  5668. },
  5669. "url": {
  5670. "type": "string",
  5671. "example": "屏蔽安卓应用标识图片"
  5672. }
  5673. }
  5674. }
  5675. },
  5676. "blacklist_biz": {
  5677. "description": "屏蔽公众号列表",
  5678. "type": "array",
  5679. "items": {
  5680. "type": "object",
  5681. "properties": {
  5682. "id": {
  5683. "type": "string",
  5684. "example": "屏蔽公众号微信号"
  5685. },
  5686. "name": {
  5687. "type": "string",
  5688. "example": "屏蔽公众号名称"
  5689. },
  5690. "url": {
  5691. "type": "string",
  5692. "example": "屏蔽公众号头像URL"
  5693. }
  5694. }
  5695. }
  5696. },
  5697. "blacklist_ios": {
  5698. "description": "屏蔽IOS应用列表",
  5699. "type": "array",
  5700. "items": {
  5701. "type": "object",
  5702. "properties": {
  5703. "id": {
  5704. "type": "string",
  5705. "example": "屏蔽IOS应用的APPID"
  5706. },
  5707. "name": {
  5708. "type": "string",
  5709. "example": "屏蔽IOS应用名称"
  5710. },
  5711. "url": {
  5712. "type": "string",
  5713. "example": "屏蔽IOS应用标识图片"
  5714. }
  5715. }
  5716. }
  5717. },
  5718. "blacklist_weapp": {
  5719. "description": "屏蔽小程序/小游戏列表",
  5720. "type": "array",
  5721. "items": {
  5722. "type": "object",
  5723. "properties": {
  5724. "id": {
  5725. "type": "string",
  5726. "example": "屏蔽小程序/小游戏原始ID"
  5727. },
  5728. "name": {
  5729. "type": "string",
  5730. "example": "屏蔽小程序/小游戏名称"
  5731. },
  5732. "url": {
  5733. "type": "string",
  5734. "example": "屏蔽小程序/小游戏头像URL"
  5735. }
  5736. }
  5737. }
  5738. },
  5739. "err_msg": {
  5740. "type": "string",
  5741. "example": "错误信息"
  5742. },
  5743. "ret": {
  5744. "description": "错误码",
  5745. "type": "integer"
  5746. }
  5747. }
  5748. },
  5749. "md.AgentQualificationBankData": {
  5750. "type": "object",
  5751. "properties": {
  5752. "account": {
  5753. "type": "string",
  5754. "example": "账号"
  5755. },
  5756. "agent_id": {
  5757. "type": "string",
  5758. "example": "代理id"
  5759. },
  5760. "bank": {
  5761. "type": "string",
  5762. "example": "开户银行"
  5763. },
  5764. "bank_branch": {
  5765. "type": "string",
  5766. "example": "开户银行分行"
  5767. },
  5768. "bank_no": {
  5769. "type": "string",
  5770. "example": "银行卡号"
  5771. },
  5772. "company_name": {
  5773. "type": "string",
  5774. "example": "公司名称"
  5775. },
  5776. "currency_conf": {
  5777. "type": "string",
  5778. "example": "结算币种 0人民币"
  5779. },
  5780. "id": {
  5781. "type": "string",
  5782. "example": "id"
  5783. },
  5784. "kind": {
  5785. "type": "string",
  5786. "example": "类型(1:企业 2:个人)"
  5787. },
  5788. "licence": {
  5789. "type": "string",
  5790. "example": "开户许可证"
  5791. },
  5792. "memo": {
  5793. "type": "string",
  5794. "example": "备注 审核时填写的"
  5795. },
  5796. "state": {
  5797. "type": "string",
  5798. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5799. },
  5800. "unified_social_credit_code": {
  5801. "type": "string",
  5802. "example": "统一社会信用代码"
  5803. }
  5804. }
  5805. },
  5806. "md.AgentQualificationBankRes": {
  5807. "type": "object",
  5808. "properties": {
  5809. "currency_conf": {
  5810. "type": "array",
  5811. "items": {
  5812. "$ref": "#/definitions/md.SelectData"
  5813. }
  5814. },
  5815. "list": {
  5816. "type": "array",
  5817. "items": {
  5818. "$ref": "#/definitions/md.AgentQualificationBankData"
  5819. }
  5820. },
  5821. "state": {
  5822. "type": "array",
  5823. "items": {
  5824. "$ref": "#/definitions/md.SelectData"
  5825. }
  5826. },
  5827. "total": {
  5828. "type": "integer"
  5829. },
  5830. "type": {
  5831. "type": "array",
  5832. "items": {
  5833. "$ref": "#/definitions/md.SelectData"
  5834. }
  5835. }
  5836. }
  5837. },
  5838. "md.AgentQualificationContactData": {
  5839. "type": "object",
  5840. "properties": {
  5841. "account": {
  5842. "type": "string",
  5843. "example": "账号"
  5844. },
  5845. "address": {
  5846. "type": "string",
  5847. "example": "联系地址"
  5848. },
  5849. "agent_id": {
  5850. "type": "string",
  5851. "example": "代理id"
  5852. },
  5853. "company_name": {
  5854. "type": "string",
  5855. "example": "公司名称"
  5856. },
  5857. "email": {
  5858. "type": "string",
  5859. "example": "邮箱地址"
  5860. },
  5861. "id": {
  5862. "type": "string",
  5863. "example": "id"
  5864. },
  5865. "kind": {
  5866. "type": "string",
  5867. "example": "类型(1:企业 2:个人)"
  5868. },
  5869. "memo": {
  5870. "type": "string",
  5871. "example": "备注 审核时填写的"
  5872. },
  5873. "name": {
  5874. "type": "string",
  5875. "example": "联系人"
  5876. },
  5877. "phone": {
  5878. "type": "string",
  5879. "example": "联系电话"
  5880. },
  5881. "state": {
  5882. "type": "string",
  5883. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5884. }
  5885. }
  5886. },
  5887. "md.AgentQualificationContactRes": {
  5888. "type": "object",
  5889. "properties": {
  5890. "list": {
  5891. "type": "array",
  5892. "items": {
  5893. "$ref": "#/definitions/md.AgentQualificationContactData"
  5894. }
  5895. },
  5896. "state": {
  5897. "type": "array",
  5898. "items": {
  5899. "$ref": "#/definitions/md.SelectData"
  5900. }
  5901. },
  5902. "total": {
  5903. "type": "integer"
  5904. }
  5905. }
  5906. },
  5907. "md.AgentQualificationEnterpriseAuditReq": {
  5908. "type": "object",
  5909. "properties": {
  5910. "agent_id": {
  5911. "type": "string"
  5912. },
  5913. "memo": {
  5914. "type": "string"
  5915. },
  5916. "state": {
  5917. "type": "string"
  5918. }
  5919. }
  5920. },
  5921. "md.AgentQualificationEnterpriseData": {
  5922. "type": "object",
  5923. "properties": {
  5924. "account": {
  5925. "type": "string",
  5926. "example": "账号"
  5927. },
  5928. "agent_id": {
  5929. "type": "string",
  5930. "example": "代理id"
  5931. },
  5932. "business_license_address": {
  5933. "type": "string",
  5934. "example": "营业执照地址"
  5935. },
  5936. "business_license_img_url": {
  5937. "type": "string",
  5938. "example": "营业执照照片"
  5939. },
  5940. "certificate_first_type": {
  5941. "type": "string",
  5942. "example": "证件类型 1级类目id"
  5943. },
  5944. "certificate_type": {
  5945. "type": "string",
  5946. "example": "证件类型 2级类目id"
  5947. },
  5948. "certificate_validity": {
  5949. "type": "string",
  5950. "example": "证件有效期"
  5951. },
  5952. "company_abbreviation": {
  5953. "type": "string",
  5954. "example": "公司简称"
  5955. },
  5956. "company_name": {
  5957. "type": "string",
  5958. "example": "公司名称"
  5959. },
  5960. "country_region": {
  5961. "type": "string",
  5962. "example": "国家地区"
  5963. },
  5964. "country_region_id": {
  5965. "type": "string",
  5966. "example": "国家地区id"
  5967. },
  5968. "id": {
  5969. "type": "string",
  5970. "example": "状态选择"
  5971. },
  5972. "kind": {
  5973. "type": "string",
  5974. "example": "类型(1:企业 2:个人)"
  5975. },
  5976. "legal_representative": {
  5977. "type": "string",
  5978. "example": "法定代表人"
  5979. },
  5980. "memo": {
  5981. "type": "string",
  5982. "example": "备注 审核时填写的"
  5983. },
  5984. "registered_address": {
  5985. "type": "string",
  5986. "example": "注册地址"
  5987. },
  5988. "registered_address_city_id": {
  5989. "type": "string",
  5990. "example": "注册地址-市id"
  5991. },
  5992. "registered_address_country_id": {
  5993. "type": "string",
  5994. "example": "注册地址-国家id"
  5995. },
  5996. "registered_address_county_id": {
  5997. "type": "string",
  5998. "example": "注册地址-县/区id"
  5999. },
  6000. "registered_address_province_id": {
  6001. "type": "string",
  6002. "example": "册地址-省份id"
  6003. },
  6004. "state": {
  6005. "type": "string",
  6006. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  6007. },
  6008. "unified_social_credit_code": {
  6009. "type": "string",
  6010. "example": "统一社会信用代码"
  6011. },
  6012. "uuid": {
  6013. "type": "string",
  6014. "example": "站长id"
  6015. }
  6016. }
  6017. },
  6018. "md.AgentQualificationEnterpriseReq": {
  6019. "type": "object",
  6020. "properties": {
  6021. "limit": {
  6022. "type": "string"
  6023. },
  6024. "name": {
  6025. "type": "string"
  6026. },
  6027. "page": {
  6028. "type": "string"
  6029. },
  6030. "state": {
  6031. "type": "string"
  6032. }
  6033. }
  6034. },
  6035. "md.AgentQualificationEnterpriseRes": {
  6036. "type": "object",
  6037. "properties": {
  6038. "list": {
  6039. "type": "array",
  6040. "items": {
  6041. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  6042. }
  6043. },
  6044. "state": {
  6045. "type": "array",
  6046. "items": {
  6047. "$ref": "#/definitions/md.SelectData"
  6048. }
  6049. },
  6050. "total": {
  6051. "type": "integer"
  6052. },
  6053. "type": {
  6054. "type": "array",
  6055. "items": {
  6056. "$ref": "#/definitions/md.SelectData"
  6057. }
  6058. }
  6059. }
  6060. },
  6061. "md.AppletAddBlackListReq": {
  6062. "type": "object",
  6063. "required": [
  6064. "Kind",
  6065. "appid",
  6066. "id"
  6067. ],
  6068. "properties": {
  6069. "Kind": {
  6070. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  6071. "type": "integer"
  6072. },
  6073. "appid": {
  6074. "type": "string",
  6075. "example": "授权小程序appid"
  6076. },
  6077. "id": {
  6078. "type": "string",
  6079. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  6080. }
  6081. }
  6082. },
  6083. "md.AppletAddReq": {
  6084. "type": "object",
  6085. "required": [
  6086. "appid",
  6087. "logo",
  6088. "name",
  6089. "original_id"
  6090. ],
  6091. "properties": {
  6092. "appid": {
  6093. "type": "string",
  6094. "example": "授权小程序appid"
  6095. },
  6096. "logo": {
  6097. "type": "string",
  6098. "example": "小程序logo"
  6099. },
  6100. "name": {
  6101. "type": "string",
  6102. "example": "小程序名称"
  6103. },
  6104. "original_id": {
  6105. "type": "string",
  6106. "example": "授权小程序原始id"
  6107. }
  6108. }
  6109. },
  6110. "md.AppletApplicationAdSpaceListData": {
  6111. "type": "object",
  6112. "properties": {
  6113. "ad_id": {
  6114. "type": "string",
  6115. "example": "广告位id"
  6116. },
  6117. "app_id": {
  6118. "type": "string",
  6119. "example": "小程序appid"
  6120. },
  6121. "cooperate_state": {
  6122. "type": "string",
  6123. "example": "合作状态"
  6124. },
  6125. "id": {
  6126. "type": "string",
  6127. "example": "id"
  6128. },
  6129. "kind": {
  6130. "type": "string",
  6131. "example": "广告位类型"
  6132. },
  6133. "logo": {
  6134. "type": "string",
  6135. "example": "logo"
  6136. },
  6137. "memo": {
  6138. "type": "string",
  6139. "example": "备注"
  6140. },
  6141. "name": {
  6142. "type": "string",
  6143. "example": "应用名称"
  6144. },
  6145. "platform": {
  6146. "type": "string",
  6147. "example": "平台"
  6148. },
  6149. "state": {
  6150. "type": "string",
  6151. "example": "应用状态 state=2 才能再次编辑"
  6152. }
  6153. }
  6154. },
  6155. "md.AppletApplicationAdSpaceListReq": {
  6156. "type": "object",
  6157. "properties": {
  6158. "ad_type": {
  6159. "type": "string",
  6160. "example": ""
  6161. },
  6162. "cooperate_state": {
  6163. "type": "string",
  6164. "example": "合作状态"
  6165. },
  6166. "limit": {
  6167. "type": "string"
  6168. },
  6169. "medium_id": {
  6170. "type": "string",
  6171. "example": "媒体id"
  6172. },
  6173. "name": {
  6174. "type": "string"
  6175. },
  6176. "page": {
  6177. "type": "string"
  6178. },
  6179. "platform": {
  6180. "type": "string"
  6181. }
  6182. }
  6183. },
  6184. "md.AppletApplicationAdSpaceListRes": {
  6185. "type": "object",
  6186. "properties": {
  6187. "ad_type": {
  6188. "type": "array",
  6189. "items": {
  6190. "$ref": "#/definitions/md.SelectData"
  6191. }
  6192. },
  6193. "cooperate_state": {
  6194. "type": "array",
  6195. "items": {
  6196. "$ref": "#/definitions/md.SelectData"
  6197. }
  6198. },
  6199. "list": {
  6200. "type": "array",
  6201. "items": {
  6202. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  6203. }
  6204. },
  6205. "platform": {
  6206. "type": "array",
  6207. "items": {
  6208. "$ref": "#/definitions/md.SelectData"
  6209. }
  6210. },
  6211. "state": {
  6212. "type": "array",
  6213. "items": {
  6214. "$ref": "#/definitions/md.SelectData"
  6215. }
  6216. },
  6217. "total": {
  6218. "type": "integer"
  6219. }
  6220. }
  6221. },
  6222. "md.AppletApplicationAdSpaceMediumListData": {
  6223. "type": "object",
  6224. "properties": {
  6225. "account": {
  6226. "type": "string",
  6227. "example": "账号"
  6228. },
  6229. "contact_name": {
  6230. "type": "string",
  6231. "example": "联系人"
  6232. },
  6233. "count": {
  6234. "type": "string",
  6235. "example": "广告位数量"
  6236. },
  6237. "id": {
  6238. "type": "string",
  6239. "example": "id"
  6240. },
  6241. "medium_id": {
  6242. "type": "string",
  6243. "example": "媒体id"
  6244. },
  6245. "name": {
  6246. "type": "string",
  6247. "example": "名称"
  6248. },
  6249. "phone": {
  6250. "type": "string",
  6251. "example": "联系电话"
  6252. }
  6253. }
  6254. },
  6255. "md.AppletApplicationAdSpaceMediumListReq": {
  6256. "type": "object",
  6257. "properties": {
  6258. "account": {
  6259. "type": "string",
  6260. "example": "媒体账号"
  6261. },
  6262. "limit": {
  6263. "type": "string"
  6264. },
  6265. "name": {
  6266. "type": "string",
  6267. "example": "媒体名称"
  6268. },
  6269. "page": {
  6270. "type": "string"
  6271. }
  6272. }
  6273. },
  6274. "md.AppletApplicationAdSpaceMediumListRes": {
  6275. "type": "object",
  6276. "properties": {
  6277. "list": {
  6278. "type": "array",
  6279. "items": {
  6280. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  6281. }
  6282. },
  6283. "total": {
  6284. "type": "integer"
  6285. }
  6286. }
  6287. },
  6288. "md.AppletApplicationAdSpaceSaveReq": {
  6289. "type": "object",
  6290. "properties": {
  6291. "id": {
  6292. "type": "string",
  6293. "example": "id 多个逗号隔开"
  6294. },
  6295. "memo": {
  6296. "type": "string",
  6297. "example": "备注"
  6298. },
  6299. "state": {
  6300. "type": "string",
  6301. "example": "审核状态"
  6302. }
  6303. }
  6304. },
  6305. "md.AppletApplicationListData": {
  6306. "type": "object",
  6307. "properties": {
  6308. "app_id": {
  6309. "type": "string",
  6310. "example": "小程序appid"
  6311. },
  6312. "cooperate_state": {
  6313. "type": "string",
  6314. "example": "合作状态"
  6315. },
  6316. "id": {
  6317. "type": "string",
  6318. "example": "id"
  6319. },
  6320. "logo": {
  6321. "type": "string",
  6322. "example": "logo"
  6323. },
  6324. "memo": {
  6325. "type": "string",
  6326. "example": "备注"
  6327. },
  6328. "name": {
  6329. "type": "string",
  6330. "example": "应用名称"
  6331. },
  6332. "original_id": {
  6333. "type": "string",
  6334. "example": "小程序id"
  6335. },
  6336. "platform": {
  6337. "type": "string",
  6338. "example": "平台"
  6339. },
  6340. "state": {
  6341. "type": "string",
  6342. "example": "应用状态 state=3 才能再次编辑"
  6343. }
  6344. }
  6345. },
  6346. "md.AppletApplicationListReq": {
  6347. "type": "object",
  6348. "properties": {
  6349. "cooperate_state": {
  6350. "type": "string",
  6351. "example": "合作状态"
  6352. },
  6353. "limit": {
  6354. "type": "string"
  6355. },
  6356. "medium_id": {
  6357. "type": "string",
  6358. "example": "媒体id"
  6359. },
  6360. "name": {
  6361. "type": "string"
  6362. },
  6363. "page": {
  6364. "type": "string"
  6365. },
  6366. "platform": {
  6367. "type": "string"
  6368. }
  6369. }
  6370. },
  6371. "md.AppletApplicationListRes": {
  6372. "type": "object",
  6373. "properties": {
  6374. "cooperate_state": {
  6375. "type": "array",
  6376. "items": {
  6377. "$ref": "#/definitions/md.SelectData"
  6378. }
  6379. },
  6380. "list": {
  6381. "type": "array",
  6382. "items": {
  6383. "$ref": "#/definitions/md.AppletApplicationListData"
  6384. }
  6385. },
  6386. "platform": {
  6387. "type": "array",
  6388. "items": {
  6389. "$ref": "#/definitions/md.SelectData"
  6390. }
  6391. },
  6392. "state": {
  6393. "type": "array",
  6394. "items": {
  6395. "$ref": "#/definitions/md.SelectData"
  6396. }
  6397. },
  6398. "total": {
  6399. "type": "integer"
  6400. }
  6401. }
  6402. },
  6403. "md.AppletApplicationMediumListData": {
  6404. "type": "object",
  6405. "properties": {
  6406. "account": {
  6407. "type": "string",
  6408. "example": "账号"
  6409. },
  6410. "contact_name": {
  6411. "type": "string",
  6412. "example": "联系人"
  6413. },
  6414. "count": {
  6415. "type": "string",
  6416. "example": "应用数量"
  6417. },
  6418. "id": {
  6419. "type": "string",
  6420. "example": "id"
  6421. },
  6422. "medium_id": {
  6423. "type": "string",
  6424. "example": "媒体id"
  6425. },
  6426. "name": {
  6427. "type": "string",
  6428. "example": "名称"
  6429. },
  6430. "phone": {
  6431. "type": "string",
  6432. "example": "联系电话"
  6433. }
  6434. }
  6435. },
  6436. "md.AppletApplicationMediumListReq": {
  6437. "type": "object",
  6438. "properties": {
  6439. "account": {
  6440. "type": "string",
  6441. "example": "媒体账号"
  6442. },
  6443. "limit": {
  6444. "type": "string"
  6445. },
  6446. "name": {
  6447. "type": "string",
  6448. "example": "媒体名称"
  6449. },
  6450. "page": {
  6451. "type": "string"
  6452. }
  6453. }
  6454. },
  6455. "md.AppletApplicationMediumListRes": {
  6456. "type": "object",
  6457. "properties": {
  6458. "list": {
  6459. "type": "array",
  6460. "items": {
  6461. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  6462. }
  6463. },
  6464. "total": {
  6465. "type": "integer"
  6466. }
  6467. }
  6468. },
  6469. "md.AppletApplicationSaveReq": {
  6470. "type": "object",
  6471. "properties": {
  6472. "id": {
  6473. "type": "string",
  6474. "example": "id 多个逗号隔开"
  6475. },
  6476. "memo": {
  6477. "type": "string",
  6478. "example": "备注"
  6479. },
  6480. "state": {
  6481. "type": "string",
  6482. "example": "审核状态"
  6483. }
  6484. }
  6485. },
  6486. "md.AppletDelBlackListReq": {
  6487. "type": "object",
  6488. "required": [
  6489. "Kind",
  6490. "appid",
  6491. "id"
  6492. ],
  6493. "properties": {
  6494. "Kind": {
  6495. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  6496. "type": "integer"
  6497. },
  6498. "appid": {
  6499. "type": "string",
  6500. "example": "授权小程序appid"
  6501. },
  6502. "id": {
  6503. "type": "string",
  6504. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  6505. }
  6506. }
  6507. },
  6508. "md.AppletGetAmsCategoryBlackListReq": {
  6509. "type": "object",
  6510. "required": [
  6511. "appid"
  6512. ],
  6513. "properties": {
  6514. "appid": {
  6515. "type": "string",
  6516. "example": "授权小程序appid"
  6517. }
  6518. }
  6519. },
  6520. "md.AppletGetAmsCategoryBlackListResp": {
  6521. "type": "object",
  6522. "properties": {
  6523. "ams_category": {
  6524. "description": "行业列表",
  6525. "type": "array",
  6526. "items": {
  6527. "type": "object",
  6528. "properties": {
  6529. "name": {
  6530. "type": "string",
  6531. "example": "行业名称"
  6532. },
  6533. "value": {
  6534. "type": "string",
  6535. "example": "行业标识符"
  6536. }
  6537. }
  6538. }
  6539. },
  6540. "checked_ams_category": {
  6541. "description": "选中的行业列表",
  6542. "type": "array",
  6543. "items": {
  6544. "type": "object",
  6545. "properties": {
  6546. "name": {
  6547. "type": "string",
  6548. "example": "行业名称"
  6549. },
  6550. "value": {
  6551. "type": "string",
  6552. "example": "行业标识符"
  6553. }
  6554. }
  6555. }
  6556. }
  6557. }
  6558. },
  6559. "md.AppletGetBlackListReq": {
  6560. "type": "object",
  6561. "required": [
  6562. "appid"
  6563. ],
  6564. "properties": {
  6565. "appid": {
  6566. "type": "string",
  6567. "example": "授权小程序appid"
  6568. }
  6569. }
  6570. },
  6571. "md.AppletSetAmsCategoryBlackListReq": {
  6572. "type": "object",
  6573. "required": [
  6574. "appid"
  6575. ],
  6576. "properties": {
  6577. "appid": {
  6578. "type": "string",
  6579. "example": "授权小程序appid"
  6580. },
  6581. "checked_ams_category": {
  6582. "description": "选中的行业列表",
  6583. "type": "array",
  6584. "items": {
  6585. "type": "string"
  6586. }
  6587. }
  6588. }
  6589. },
  6590. "md.AppletUpdateReq": {
  6591. "type": "object",
  6592. "required": [
  6593. "id",
  6594. "logo",
  6595. "name"
  6596. ],
  6597. "properties": {
  6598. "id": {
  6599. "type": "integer"
  6600. },
  6601. "logo": {
  6602. "type": "string",
  6603. "example": "小程序logo"
  6604. },
  6605. "name": {
  6606. "type": "string",
  6607. "example": "小程序名称"
  6608. }
  6609. }
  6610. },
  6611. "md.BindAdminRoleReq": {
  6612. "type": "object",
  6613. "required": [
  6614. "adm_id"
  6615. ],
  6616. "properties": {
  6617. "adm_id": {
  6618. "type": "integer"
  6619. },
  6620. "role_ids": {
  6621. "type": "array",
  6622. "items": {
  6623. "type": "integer"
  6624. }
  6625. }
  6626. }
  6627. },
  6628. "md.CommDetailReq": {
  6629. "type": "object",
  6630. "properties": {
  6631. "id": {
  6632. "type": "string",
  6633. "example": "列表id"
  6634. }
  6635. }
  6636. },
  6637. "md.DataCenterDataCenterOriginalDataDoingReq": {
  6638. "type": "object",
  6639. "properties": {
  6640. "id": {
  6641. "type": "string",
  6642. "example": "列表id"
  6643. },
  6644. "now_ecpm": {
  6645. "type": "string",
  6646. "example": "现-广告千次曝光收益(元)"
  6647. },
  6648. "now_exposure_count": {
  6649. "type": "string",
  6650. "example": "现-曝光量"
  6651. }
  6652. }
  6653. },
  6654. "md.DataCenterGenerateDataCommReq": {
  6655. "type": "object",
  6656. "properties": {
  6657. "id": {
  6658. "type": "string",
  6659. "example": "列表id"
  6660. }
  6661. }
  6662. },
  6663. "md.DataCenterGenerateDataData": {
  6664. "type": "object",
  6665. "properties": {
  6666. "adv_name": {
  6667. "type": "string",
  6668. "example": "广告位"
  6669. },
  6670. "agent_revenue": {
  6671. "type": "string",
  6672. "example": "代理收益(元)"
  6673. },
  6674. "agreement_sharing": {
  6675. "type": "string",
  6676. "example": "协议分成(元)"
  6677. },
  6678. "agreement_sharing_total": {
  6679. "type": "string",
  6680. "example": "协议总分成(元)"
  6681. },
  6682. "click_count": {
  6683. "type": "string",
  6684. "example": "现-点击量"
  6685. },
  6686. "click_rate": {
  6687. "type": "string",
  6688. "example": "现-点击率"
  6689. },
  6690. "commission_retention": {
  6691. "type": "string",
  6692. "example": "佣金留存(元)"
  6693. },
  6694. "date": {
  6695. "type": "string",
  6696. "example": "日期"
  6697. },
  6698. "ecpm": {
  6699. "type": "string",
  6700. "example": "'现-ecpm(元)"
  6701. },
  6702. "exposure_count": {
  6703. "type": "string",
  6704. "example": "现-曝光量"
  6705. },
  6706. "extra_revenue": {
  6707. "type": "string",
  6708. "example": "额外收益(元)"
  6709. },
  6710. "id": {
  6711. "type": "string",
  6712. "example": "id"
  6713. },
  6714. "is_generate_report": {
  6715. "type": "string",
  6716. "example": "是否已生成报表(0:未 1:已)"
  6717. },
  6718. "media_revenue": {
  6719. "type": "string",
  6720. "example": "媒体收益(元)"
  6721. },
  6722. "name": {
  6723. "type": "string",
  6724. "example": "名称"
  6725. },
  6726. "old_click_count": {
  6727. "type": "string",
  6728. "example": "原-点击量"
  6729. },
  6730. "old_click_rate": {
  6731. "type": "string",
  6732. "example": "原-点击率"
  6733. },
  6734. "old_ecpm": {
  6735. "type": "string",
  6736. "example": "'原-ecpm(元)"
  6737. },
  6738. "old_exposure_count": {
  6739. "type": "string",
  6740. "example": "原-曝光量"
  6741. },
  6742. "platform": {
  6743. "type": "string",
  6744. "example": "平台名称"
  6745. },
  6746. "platform_retention": {
  6747. "type": "string",
  6748. "example": "平台留存(元)"
  6749. },
  6750. "price_adjustment_retention": {
  6751. "type": "string",
  6752. "example": "调价留存(元)"
  6753. },
  6754. "state": {
  6755. "type": "string",
  6756. "example": "状态id"
  6757. }
  6758. }
  6759. },
  6760. "md.DataCenterGenerateDataDetailAgentReward": {
  6761. "type": "object",
  6762. "properties": {
  6763. "account": {
  6764. "type": "string"
  6765. },
  6766. "agent_revenue": {
  6767. "type": "string",
  6768. "example": "代理收益(元)"
  6769. },
  6770. "agent_revenue_rate": {
  6771. "type": "string",
  6772. "example": "代理收益百分比"
  6773. },
  6774. "extra_revenue": {
  6775. "type": "string",
  6776. "example": "额外收益(元)"
  6777. },
  6778. "extra_revenue_rate": {
  6779. "type": "string",
  6780. "example": "'额外收益百分比"
  6781. },
  6782. "name": {
  6783. "type": "string"
  6784. }
  6785. }
  6786. },
  6787. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  6788. "type": "object",
  6789. "properties": {
  6790. "account": {
  6791. "type": "string"
  6792. },
  6793. "agent_revenue": {
  6794. "type": "string",
  6795. "example": "代理收益(元)"
  6796. },
  6797. "agent_revenue_rate": {
  6798. "type": "string",
  6799. "example": "代理收益百分比"
  6800. },
  6801. "name": {
  6802. "type": "string"
  6803. }
  6804. }
  6805. },
  6806. "md.DataCenterGenerateDataDetailData": {
  6807. "type": "object",
  6808. "properties": {
  6809. "agent_revenue_rate": {
  6810. "type": "string",
  6811. "example": "代理收益百分比"
  6812. },
  6813. "agent_reward": {
  6814. "type": "array",
  6815. "items": {
  6816. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  6817. }
  6818. },
  6819. "agreement_sharing_rate": {
  6820. "type": "string",
  6821. "example": "协议分成百分比"
  6822. },
  6823. "commission_retention_rate": {
  6824. "type": "string",
  6825. "example": "佣金留存百分比"
  6826. },
  6827. "create_at": {
  6828. "type": "string"
  6829. },
  6830. "extra_revenue_rate": {
  6831. "type": "string",
  6832. "example": "额外收益百分比"
  6833. },
  6834. "media_revenue_rate": {
  6835. "type": "string",
  6836. "example": "媒体收益百分比"
  6837. },
  6838. "platform_retention_rate": {
  6839. "type": "string",
  6840. "example": "平台留存百分比"
  6841. },
  6842. "update_at": {
  6843. "type": "string"
  6844. }
  6845. }
  6846. },
  6847. "md.DataCenterGenerateDataReq": {
  6848. "type": "object",
  6849. "properties": {
  6850. "end_time": {
  6851. "type": "string"
  6852. },
  6853. "limit": {
  6854. "type": "string"
  6855. },
  6856. "name": {
  6857. "type": "string"
  6858. },
  6859. "page": {
  6860. "type": "string"
  6861. },
  6862. "platform": {
  6863. "type": "string"
  6864. },
  6865. "start_time": {
  6866. "type": "string"
  6867. },
  6868. "state": {
  6869. "type": "string"
  6870. }
  6871. }
  6872. },
  6873. "md.DataCenterGenerateDataRes": {
  6874. "type": "object",
  6875. "properties": {
  6876. "list": {
  6877. "type": "array",
  6878. "items": {
  6879. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  6880. }
  6881. },
  6882. "platform": {
  6883. "type": "array",
  6884. "items": {
  6885. "$ref": "#/definitions/md.SelectData"
  6886. }
  6887. },
  6888. "state": {
  6889. "type": "array",
  6890. "items": {
  6891. "$ref": "#/definitions/md.SelectData"
  6892. }
  6893. },
  6894. "total": {
  6895. "type": "integer"
  6896. }
  6897. }
  6898. },
  6899. "md.DataCenterIncomeDataData": {
  6900. "type": "object",
  6901. "properties": {
  6902. "adv_name": {
  6903. "type": "string",
  6904. "example": "广告位"
  6905. },
  6906. "agent_revenue": {
  6907. "type": "string",
  6908. "example": "代理收益(元)"
  6909. },
  6910. "agreement_sharing": {
  6911. "type": "string",
  6912. "example": "平台收益(元)"
  6913. },
  6914. "click_count": {
  6915. "type": "string",
  6916. "example": "现-点击量"
  6917. },
  6918. "click_rate": {
  6919. "type": "string",
  6920. "example": "现-点击率"
  6921. },
  6922. "date": {
  6923. "type": "string",
  6924. "example": "日期"
  6925. },
  6926. "ecpm": {
  6927. "type": "string",
  6928. "example": "'现-ecpm(元)"
  6929. },
  6930. "exposure_count": {
  6931. "type": "string",
  6932. "example": "现-曝光量"
  6933. },
  6934. "id": {
  6935. "type": "string",
  6936. "example": "id"
  6937. },
  6938. "media_revenue": {
  6939. "type": "string",
  6940. "example": "媒体收益(元)"
  6941. },
  6942. "name": {
  6943. "type": "string",
  6944. "example": "名称"
  6945. },
  6946. "platform": {
  6947. "type": "string",
  6948. "example": "平台名称"
  6949. },
  6950. "settle_amount": {
  6951. "type": "string",
  6952. "example": "结算收益(元)"
  6953. },
  6954. "state": {
  6955. "type": "string",
  6956. "example": "状态id"
  6957. }
  6958. }
  6959. },
  6960. "md.DataCenterIncomeDataDetail": {
  6961. "type": "object",
  6962. "properties": {
  6963. "agent_revenue": {
  6964. "type": "string",
  6965. "example": "代理收益(元)"
  6966. },
  6967. "agent_revenue_rate": {
  6968. "type": "string",
  6969. "example": "代理收益百分比"
  6970. },
  6971. "agent_reward": {
  6972. "type": "array",
  6973. "items": {
  6974. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  6975. }
  6976. },
  6977. "agreement_sharing": {
  6978. "type": "string",
  6979. "example": "平台收益(元)"
  6980. },
  6981. "agreement_sharing_rate": {
  6982. "type": "string",
  6983. "example": "平台收益百分比"
  6984. },
  6985. "create_at": {
  6986. "type": "string"
  6987. },
  6988. "data_source": {
  6989. "type": "string",
  6990. "example": "数据来源"
  6991. },
  6992. "media_revenue": {
  6993. "type": "string",
  6994. "example": "媒体收益(元)"
  6995. },
  6996. "media_revenue_rate": {
  6997. "type": "string",
  6998. "example": "媒体收益百分比"
  6999. },
  7000. "medium_name": {
  7001. "type": "string",
  7002. "example": "媒体名称"
  7003. },
  7004. "platform": {
  7005. "type": "string",
  7006. "example": "填充来源"
  7007. },
  7008. "update_at": {
  7009. "type": "string"
  7010. }
  7011. }
  7012. },
  7013. "md.DataCenterIncomeDataRes": {
  7014. "type": "object",
  7015. "properties": {
  7016. "list": {
  7017. "type": "array",
  7018. "items": {
  7019. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  7020. }
  7021. },
  7022. "platform": {
  7023. "type": "array",
  7024. "items": {
  7025. "$ref": "#/definitions/md.SelectData"
  7026. }
  7027. },
  7028. "state": {
  7029. "type": "array",
  7030. "items": {
  7031. "$ref": "#/definitions/md.SelectData"
  7032. }
  7033. },
  7034. "total": {
  7035. "type": "integer"
  7036. }
  7037. }
  7038. },
  7039. "md.DataCenterOriginalDataCommReq": {
  7040. "type": "object",
  7041. "properties": {
  7042. "id": {
  7043. "type": "string",
  7044. "example": "列表id"
  7045. },
  7046. "now_ecpm": {
  7047. "type": "string",
  7048. "example": "现-广告千次曝光收益(元)"
  7049. },
  7050. "now_exposure_count": {
  7051. "type": "string",
  7052. "example": "现-曝光量"
  7053. }
  7054. }
  7055. },
  7056. "md.DataCenterOriginalDataData": {
  7057. "type": "object",
  7058. "properties": {
  7059. "adv_name": {
  7060. "type": "string",
  7061. "example": "广告位"
  7062. },
  7063. "click_count": {
  7064. "type": "string",
  7065. "example": "点击量"
  7066. },
  7067. "click_rate": {
  7068. "type": "string",
  7069. "example": "点击率"
  7070. },
  7071. "date": {
  7072. "type": "string",
  7073. "example": "日期"
  7074. },
  7075. "ecpm": {
  7076. "type": "string",
  7077. "example": "'ecpm(元)"
  7078. },
  7079. "exposure_count": {
  7080. "type": "string",
  7081. "example": "曝光量"
  7082. },
  7083. "exposure_rate": {
  7084. "type": "string",
  7085. "example": "曝光率"
  7086. },
  7087. "id": {
  7088. "type": "string",
  7089. "example": "id"
  7090. },
  7091. "is_apply": {
  7092. "type": "string",
  7093. "example": "是否已应用"
  7094. },
  7095. "name": {
  7096. "type": "string",
  7097. "example": "名称"
  7098. },
  7099. "platform": {
  7100. "type": "string",
  7101. "example": "平台名称"
  7102. },
  7103. "publisher_income": {
  7104. "type": "string",
  7105. "example": "总收益(元)"
  7106. },
  7107. "req_succ_count": {
  7108. "type": "string",
  7109. "example": "拉取量"
  7110. },
  7111. "state": {
  7112. "type": "string",
  7113. "example": "状态id"
  7114. }
  7115. }
  7116. },
  7117. "md.DataCenterOriginalDataMoreApplicationData": {
  7118. "type": "object",
  7119. "properties": {
  7120. "ad_id": {
  7121. "type": "string",
  7122. "example": "广告位id"
  7123. },
  7124. "adv_name": {
  7125. "type": "string",
  7126. "example": "广告位"
  7127. },
  7128. "app_id": {
  7129. "type": "string",
  7130. "example": "小程序id"
  7131. },
  7132. "id": {
  7133. "type": "string",
  7134. "example": "id"
  7135. },
  7136. "logo": {
  7137. "type": "string"
  7138. },
  7139. "name": {
  7140. "type": "string",
  7141. "example": "名称"
  7142. },
  7143. "state": {
  7144. "type": "string",
  7145. "example": "状态id"
  7146. }
  7147. }
  7148. },
  7149. "md.DataCenterOriginalDataMoreApplicationDoingReq": {
  7150. "type": "object",
  7151. "properties": {
  7152. "date": {
  7153. "type": "string",
  7154. "example": "2024-08-28"
  7155. },
  7156. "ids": {
  7157. "type": "array",
  7158. "items": {
  7159. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
  7160. }
  7161. }
  7162. }
  7163. },
  7164. "md.DataCenterOriginalDataMoreApplicationReq": {
  7165. "type": "object",
  7166. "properties": {
  7167. "limit": {
  7168. "type": "string"
  7169. },
  7170. "name": {
  7171. "type": "string"
  7172. },
  7173. "page": {
  7174. "type": "string"
  7175. }
  7176. }
  7177. },
  7178. "md.DataCenterOriginalDataMoreApplicationRes": {
  7179. "type": "object",
  7180. "properties": {
  7181. "list": {
  7182. "type": "array",
  7183. "items": {
  7184. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  7185. }
  7186. },
  7187. "state": {
  7188. "type": "array",
  7189. "items": {
  7190. "$ref": "#/definitions/md.SelectData"
  7191. }
  7192. },
  7193. "total": {
  7194. "type": "integer"
  7195. }
  7196. }
  7197. },
  7198. "md.DataCenterOriginalDataOneApplicationAdListData": {
  7199. "type": "object",
  7200. "properties": {
  7201. "ad_id": {
  7202. "type": "string",
  7203. "example": "广告位id"
  7204. },
  7205. "id": {
  7206. "type": "string",
  7207. "example": "id"
  7208. },
  7209. "name": {
  7210. "type": "string",
  7211. "example": "名称"
  7212. },
  7213. "state": {
  7214. "type": "string",
  7215. "example": "状态id"
  7216. }
  7217. }
  7218. },
  7219. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  7220. "type": "object",
  7221. "properties": {
  7222. "app_id": {
  7223. "type": "string"
  7224. }
  7225. }
  7226. },
  7227. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  7228. "type": "object",
  7229. "properties": {
  7230. "list": {
  7231. "type": "array",
  7232. "items": {
  7233. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  7234. }
  7235. },
  7236. "state": {
  7237. "type": "array",
  7238. "items": {
  7239. "$ref": "#/definitions/md.SelectData"
  7240. }
  7241. }
  7242. }
  7243. },
  7244. "md.DataCenterOriginalDataOneApplicationData": {
  7245. "type": "object",
  7246. "properties": {
  7247. "app_id": {
  7248. "type": "string",
  7249. "example": "小程序id"
  7250. },
  7251. "id": {
  7252. "type": "string",
  7253. "example": "id"
  7254. },
  7255. "logo": {
  7256. "type": "string"
  7257. },
  7258. "name": {
  7259. "type": "string",
  7260. "example": "名称"
  7261. }
  7262. }
  7263. },
  7264. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  7265. "type": "object",
  7266. "properties": {
  7267. "ad_id": {
  7268. "type": "string"
  7269. },
  7270. "app_id": {
  7271. "type": "string"
  7272. },
  7273. "date": {
  7274. "type": "string",
  7275. "example": "2024-08-28"
  7276. }
  7277. }
  7278. },
  7279. "md.DataCenterOriginalDataOneApplicationDoingReqData": {
  7280. "type": "object",
  7281. "properties": {
  7282. "ad_id": {
  7283. "type": "string"
  7284. },
  7285. "app_id": {
  7286. "type": "string"
  7287. }
  7288. }
  7289. },
  7290. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  7291. "type": "object",
  7292. "properties": {
  7293. "ad_id": {
  7294. "type": "string"
  7295. },
  7296. "ad_slot": {
  7297. "type": "string",
  7298. "example": "广告位类型名称"
  7299. },
  7300. "click_count": {
  7301. "type": "string",
  7302. "example": "点击量"
  7303. },
  7304. "click_rate": {
  7305. "type": "string",
  7306. "example": "点击率"
  7307. },
  7308. "ecpm": {
  7309. "type": "string",
  7310. "example": "ecpm(元)"
  7311. },
  7312. "exposure_count": {
  7313. "type": "string",
  7314. "example": "曝光量"
  7315. },
  7316. "exposure_rate": {
  7317. "type": "string",
  7318. "example": "曝光率"
  7319. },
  7320. "publisher_income": {
  7321. "type": "string",
  7322. "example": "总收益(元)"
  7323. },
  7324. "req_succ_count": {
  7325. "type": "string",
  7326. "example": "拉取量"
  7327. }
  7328. }
  7329. },
  7330. "md.DataCenterOriginalDataOneApplicationRes": {
  7331. "type": "object",
  7332. "properties": {
  7333. "list": {
  7334. "type": "array",
  7335. "items": {
  7336. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  7337. }
  7338. }
  7339. }
  7340. },
  7341. "md.DataCenterOriginalDataReq": {
  7342. "type": "object",
  7343. "properties": {
  7344. "end_time": {
  7345. "type": "string"
  7346. },
  7347. "limit": {
  7348. "type": "string"
  7349. },
  7350. "name": {
  7351. "type": "string"
  7352. },
  7353. "page": {
  7354. "type": "string"
  7355. },
  7356. "platform": {
  7357. "type": "string"
  7358. },
  7359. "start_time": {
  7360. "type": "string"
  7361. },
  7362. "state": {
  7363. "type": "string"
  7364. }
  7365. }
  7366. },
  7367. "md.DataCenterOriginalDataRes": {
  7368. "type": "object",
  7369. "properties": {
  7370. "list": {
  7371. "type": "array",
  7372. "items": {
  7373. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  7374. }
  7375. },
  7376. "platform": {
  7377. "type": "array",
  7378. "items": {
  7379. "$ref": "#/definitions/md.SelectData"
  7380. }
  7381. },
  7382. "state": {
  7383. "type": "array",
  7384. "items": {
  7385. "$ref": "#/definitions/md.SelectData"
  7386. }
  7387. },
  7388. "total": {
  7389. "type": "integer"
  7390. }
  7391. }
  7392. },
  7393. "md.DivisionStrategyData": {
  7394. "type": "object",
  7395. "properties": {
  7396. "account": {
  7397. "type": "string",
  7398. "example": "账号"
  7399. },
  7400. "agent_revenue_rate": {
  7401. "type": "string",
  7402. "example": "代理收益百分比"
  7403. },
  7404. "agreement_sharing_rate": {
  7405. "type": "string",
  7406. "example": "协议分成百分比"
  7407. },
  7408. "commission_retention_rate": {
  7409. "type": "string",
  7410. "example": "佣金留存百分比"
  7411. },
  7412. "extra_revenue_rate": {
  7413. "type": "string",
  7414. "example": "额外收益百分比"
  7415. },
  7416. "id": {
  7417. "type": "string",
  7418. "example": "id"
  7419. },
  7420. "media_revenue_rate": {
  7421. "type": "string",
  7422. "example": "媒体收益百分比"
  7423. },
  7424. "medium_id": {
  7425. "type": "string",
  7426. "example": "媒体id"
  7427. },
  7428. "name": {
  7429. "type": "string",
  7430. "example": "名称"
  7431. },
  7432. "platform_retention_rate": {
  7433. "type": "string",
  7434. "example": "平台留存百分比"
  7435. }
  7436. }
  7437. },
  7438. "md.DivisionStrategyDetailByAgent": {
  7439. "type": "object",
  7440. "properties": {
  7441. "account": {
  7442. "type": "string",
  7443. "example": "账号"
  7444. },
  7445. "agent_id": {
  7446. "type": "string",
  7447. "example": "代理id"
  7448. },
  7449. "agent_revenue_rate": {
  7450. "type": "string",
  7451. "example": "佣金比例"
  7452. },
  7453. "extra_revenue_rate": {
  7454. "type": "string",
  7455. "example": "额外奖励"
  7456. },
  7457. "name": {
  7458. "type": "string",
  7459. "example": "名称"
  7460. }
  7461. }
  7462. },
  7463. "md.DivisionStrategyDetailReq": {
  7464. "type": "object",
  7465. "properties": {
  7466. "medium_id": {
  7467. "type": "string"
  7468. }
  7469. }
  7470. },
  7471. "md.DivisionStrategyDetailRes": {
  7472. "type": "object",
  7473. "properties": {
  7474. "account": {
  7475. "type": "string",
  7476. "example": "账号"
  7477. },
  7478. "agent_list": {
  7479. "type": "array",
  7480. "items": {
  7481. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  7482. }
  7483. },
  7484. "agent_revenue_rate": {
  7485. "type": "string",
  7486. "example": "代理收益百分比"
  7487. },
  7488. "agreement_sharing_rate": {
  7489. "type": "string",
  7490. "example": "协议分成百分比"
  7491. },
  7492. "commission_retention_rate": {
  7493. "type": "string",
  7494. "example": "佣金留存百分比"
  7495. },
  7496. "extra_revenue_rate": {
  7497. "type": "string",
  7498. "example": "额外收益百分比"
  7499. },
  7500. "media_revenue_rate": {
  7501. "type": "string",
  7502. "example": "媒体收益百分比"
  7503. },
  7504. "medium_id": {
  7505. "type": "string",
  7506. "example": "媒体id"
  7507. },
  7508. "name": {
  7509. "type": "string",
  7510. "example": "名称"
  7511. },
  7512. "platform_retention_rate": {
  7513. "type": "string",
  7514. "example": "平台留存百分比"
  7515. }
  7516. }
  7517. },
  7518. "md.DivisionStrategyReq": {
  7519. "type": "object",
  7520. "properties": {
  7521. "limit": {
  7522. "type": "string"
  7523. },
  7524. "name": {
  7525. "type": "string"
  7526. },
  7527. "page": {
  7528. "type": "string"
  7529. }
  7530. }
  7531. },
  7532. "md.DivisionStrategyRes": {
  7533. "type": "object",
  7534. "properties": {
  7535. "list": {
  7536. "type": "array",
  7537. "items": {
  7538. "$ref": "#/definitions/md.DivisionStrategyData"
  7539. }
  7540. },
  7541. "total": {
  7542. "type": "integer"
  7543. }
  7544. }
  7545. },
  7546. "md.FinanceCenterDataAgentDetail": {
  7547. "type": "object",
  7548. "properties": {
  7549. "account": {
  7550. "type": "string",
  7551. "example": "媒体账号"
  7552. },
  7553. "all_income": {
  7554. "type": "string",
  7555. "example": "合计收益"
  7556. },
  7557. "income": {
  7558. "type": "string",
  7559. "example": "渠道结算"
  7560. },
  7561. "invoice": {
  7562. "$ref": "#/definitions/md.Invoice"
  7563. },
  7564. "name": {
  7565. "type": "string",
  7566. "example": "媒体名称"
  7567. },
  7568. "other_income": {
  7569. "type": "string",
  7570. "example": "其他调整"
  7571. },
  7572. "pay_state": {
  7573. "type": "string",
  7574. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7575. },
  7576. "settle_file": {
  7577. "type": "string",
  7578. "example": "结算单"
  7579. },
  7580. "source": {
  7581. "type": "string",
  7582. "example": "结算标示"
  7583. },
  7584. "state": {
  7585. "type": "string",
  7586. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7587. },
  7588. "time_str": {
  7589. "type": "string",
  7590. "example": "业务时间"
  7591. }
  7592. }
  7593. },
  7594. "md.FinanceCenterDataAgentDetailRes": {
  7595. "type": "object",
  7596. "properties": {
  7597. "business_kind": {
  7598. "type": "array",
  7599. "items": {
  7600. "$ref": "#/definitions/md.SelectData"
  7601. }
  7602. },
  7603. "data": {
  7604. "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
  7605. },
  7606. "invoice_cate": {
  7607. "type": "array",
  7608. "items": {
  7609. "$ref": "#/definitions/md.SelectData"
  7610. }
  7611. },
  7612. "invoice_state": {
  7613. "type": "array",
  7614. "items": {
  7615. "$ref": "#/definitions/md.SelectData"
  7616. }
  7617. },
  7618. "settle_pay_state": {
  7619. "type": "array",
  7620. "items": {
  7621. "$ref": "#/definitions/md.SelectData"
  7622. }
  7623. },
  7624. "settle_state": {
  7625. "type": "array",
  7626. "items": {
  7627. "$ref": "#/definitions/md.SelectData"
  7628. }
  7629. },
  7630. "settle_type": {
  7631. "type": "array",
  7632. "items": {
  7633. "$ref": "#/definitions/md.SelectData"
  7634. }
  7635. }
  7636. }
  7637. },
  7638. "md.FinanceCenterDataData": {
  7639. "type": "object",
  7640. "properties": {
  7641. "all_income": {
  7642. "type": "string",
  7643. "example": "合计收益"
  7644. },
  7645. "change_income": {
  7646. "type": "string",
  7647. "example": "调价留存"
  7648. },
  7649. "commission_income": {
  7650. "type": "string",
  7651. "example": "佣金留存"
  7652. },
  7653. "id": {
  7654. "type": "string"
  7655. },
  7656. "label": {
  7657. "type": "string"
  7658. },
  7659. "medium_income": {
  7660. "type": "string",
  7661. "example": "媒体结算"
  7662. },
  7663. "name": {
  7664. "type": "string",
  7665. "example": "媒体名称"
  7666. },
  7667. "other_income": {
  7668. "type": "string",
  7669. "example": "其他调整"
  7670. },
  7671. "pay_state": {
  7672. "type": "string",
  7673. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7674. },
  7675. "platform_income": {
  7676. "type": "string",
  7677. "example": "平台留存"
  7678. },
  7679. "settle_type": {
  7680. "type": "string",
  7681. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  7682. },
  7683. "state": {
  7684. "type": "string",
  7685. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7686. },
  7687. "time_str": {
  7688. "type": "string",
  7689. "example": "业务时间"
  7690. },
  7691. "top_income": {
  7692. "type": "string",
  7693. "example": "上游结算"
  7694. }
  7695. }
  7696. },
  7697. "md.FinanceCenterDataDetail": {
  7698. "type": "object",
  7699. "properties": {
  7700. "account": {
  7701. "type": "string",
  7702. "example": "媒体账号"
  7703. },
  7704. "all_income": {
  7705. "type": "string",
  7706. "example": "合计收益"
  7707. },
  7708. "change_income": {
  7709. "type": "string",
  7710. "example": "调价留存"
  7711. },
  7712. "commission_income": {
  7713. "type": "string",
  7714. "example": "佣金留存"
  7715. },
  7716. "invoice": {
  7717. "$ref": "#/definitions/md.Invoice"
  7718. },
  7719. "medium_income": {
  7720. "type": "string",
  7721. "example": "媒体结算"
  7722. },
  7723. "name": {
  7724. "type": "string",
  7725. "example": "媒体名称"
  7726. },
  7727. "other_income": {
  7728. "type": "string",
  7729. "example": "其他调整"
  7730. },
  7731. "pay_state": {
  7732. "type": "string",
  7733. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7734. },
  7735. "platform_income": {
  7736. "type": "string",
  7737. "example": "平台留存"
  7738. },
  7739. "settle_file": {
  7740. "type": "string",
  7741. "example": "结算单"
  7742. },
  7743. "source": {
  7744. "type": "string",
  7745. "example": "结算标示"
  7746. },
  7747. "state": {
  7748. "type": "string",
  7749. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7750. },
  7751. "time_str": {
  7752. "type": "string",
  7753. "example": "业务时间"
  7754. },
  7755. "top_income": {
  7756. "type": "string",
  7757. "example": "上游结算"
  7758. }
  7759. }
  7760. },
  7761. "md.FinanceCenterDataDetailRes": {
  7762. "type": "object",
  7763. "properties": {
  7764. "business_kind": {
  7765. "type": "array",
  7766. "items": {
  7767. "$ref": "#/definitions/md.SelectData"
  7768. }
  7769. },
  7770. "data": {
  7771. "$ref": "#/definitions/md.FinanceCenterDataDetail"
  7772. },
  7773. "invoice_cate": {
  7774. "type": "array",
  7775. "items": {
  7776. "$ref": "#/definitions/md.SelectData"
  7777. }
  7778. },
  7779. "invoice_state": {
  7780. "type": "array",
  7781. "items": {
  7782. "$ref": "#/definitions/md.SelectData"
  7783. }
  7784. },
  7785. "settle_pay_state": {
  7786. "type": "array",
  7787. "items": {
  7788. "$ref": "#/definitions/md.SelectData"
  7789. }
  7790. },
  7791. "settle_state": {
  7792. "type": "array",
  7793. "items": {
  7794. "$ref": "#/definitions/md.SelectData"
  7795. }
  7796. },
  7797. "settle_type": {
  7798. "type": "array",
  7799. "items": {
  7800. "$ref": "#/definitions/md.SelectData"
  7801. }
  7802. }
  7803. }
  7804. },
  7805. "md.FinanceCenterDataReq": {
  7806. "type": "object",
  7807. "properties": {
  7808. "end_time": {
  7809. "type": "string"
  7810. },
  7811. "limit": {
  7812. "type": "string"
  7813. },
  7814. "page": {
  7815. "type": "string"
  7816. },
  7817. "pay_state": {
  7818. "type": "string",
  7819. "example": "读 settle_pay_state返回的"
  7820. },
  7821. "start_time": {
  7822. "type": "string",
  7823. "example": "2024-08-29"
  7824. }
  7825. }
  7826. },
  7827. "md.FinanceCenterDataRes": {
  7828. "type": "object",
  7829. "properties": {
  7830. "business_kind": {
  7831. "type": "array",
  7832. "items": {
  7833. "$ref": "#/definitions/md.SelectData"
  7834. }
  7835. },
  7836. "list": {
  7837. "type": "array",
  7838. "items": {
  7839. "$ref": "#/definitions/md.FinanceCenterDataData"
  7840. }
  7841. },
  7842. "settle_pay_state": {
  7843. "type": "array",
  7844. "items": {
  7845. "$ref": "#/definitions/md.SelectData"
  7846. }
  7847. },
  7848. "settle_state": {
  7849. "type": "array",
  7850. "items": {
  7851. "$ref": "#/definitions/md.SelectData"
  7852. }
  7853. },
  7854. "settle_type": {
  7855. "type": "array",
  7856. "items": {
  7857. "$ref": "#/definitions/md.SelectData"
  7858. }
  7859. },
  7860. "total": {
  7861. "type": "integer"
  7862. }
  7863. }
  7864. },
  7865. "md.FinanceCenterPlatformDataData": {
  7866. "type": "object",
  7867. "properties": {
  7868. "agent_income": {
  7869. "type": "string",
  7870. "example": "代理结算"
  7871. },
  7872. "change_income": {
  7873. "type": "string",
  7874. "example": "调价留存"
  7875. },
  7876. "commission_income": {
  7877. "type": "string",
  7878. "example": "佣金留存"
  7879. },
  7880. "id": {
  7881. "type": "string"
  7882. },
  7883. "medium_income": {
  7884. "type": "string",
  7885. "example": "媒体结算"
  7886. },
  7887. "platform_income": {
  7888. "type": "string",
  7889. "example": "平台留存"
  7890. },
  7891. "time_str": {
  7892. "type": "string",
  7893. "example": "业务时间"
  7894. },
  7895. "top_income": {
  7896. "type": "string",
  7897. "example": "上游结算"
  7898. },
  7899. "update_at": {
  7900. "type": "string",
  7901. "example": "更新时间"
  7902. }
  7903. }
  7904. },
  7905. "md.FinanceCenterPlatformDataReq": {
  7906. "type": "object",
  7907. "properties": {
  7908. "date": {
  7909. "type": "string",
  7910. "example": "2024-08-29"
  7911. },
  7912. "end_time": {
  7913. "type": "string"
  7914. },
  7915. "limit": {
  7916. "type": "string"
  7917. },
  7918. "page": {
  7919. "type": "string"
  7920. },
  7921. "start_time": {
  7922. "type": "string",
  7923. "example": "2024-08-29"
  7924. }
  7925. }
  7926. },
  7927. "md.FinanceCenterPlatformDataRes": {
  7928. "type": "object",
  7929. "properties": {
  7930. "list": {
  7931. "type": "array",
  7932. "items": {
  7933. "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
  7934. }
  7935. },
  7936. "total": {
  7937. "type": "integer"
  7938. }
  7939. }
  7940. },
  7941. "md.FinancialDynamicsAgentListData": {
  7942. "type": "object",
  7943. "properties": {
  7944. "amount": {
  7945. "type": "string",
  7946. "example": "支付金额"
  7947. },
  7948. "business_kind": {
  7949. "type": "string",
  7950. "example": "支付类型(1:广告合作)"
  7951. },
  7952. "certificate": {
  7953. "type": "string",
  7954. "example": "支付凭证"
  7955. },
  7956. "id": {
  7957. "type": "string"
  7958. },
  7959. "memo": {
  7960. "type": "string",
  7961. "example": "备注"
  7962. },
  7963. "name": {
  7964. "type": "string"
  7965. },
  7966. "pay_method": {
  7967. "type": "string",
  7968. "example": "支付方式 0对私 1对公"
  7969. },
  7970. "pay_time": {
  7971. "type": "string",
  7972. "example": "支付时间"
  7973. }
  7974. }
  7975. },
  7976. "md.FinancialDynamicsAgentListReq": {
  7977. "type": "object",
  7978. "properties": {
  7979. "end_time": {
  7980. "type": "string"
  7981. },
  7982. "limit": {
  7983. "type": "string"
  7984. },
  7985. "page": {
  7986. "type": "string"
  7987. },
  7988. "start_time": {
  7989. "type": "string",
  7990. "example": "2024-08-29 00:00:00"
  7991. },
  7992. "uid": {
  7993. "type": "string",
  7994. "example": ""
  7995. }
  7996. }
  7997. },
  7998. "md.FinancialDynamicsAgentListRes": {
  7999. "type": "object",
  8000. "properties": {
  8001. "business_kind": {
  8002. "type": "array",
  8003. "items": {
  8004. "$ref": "#/definitions/md.SelectData"
  8005. }
  8006. },
  8007. "list": {
  8008. "type": "array",
  8009. "items": {
  8010. "$ref": "#/definitions/md.FinancialDynamicsAgentListData"
  8011. }
  8012. },
  8013. "pay_method": {
  8014. "type": "array",
  8015. "items": {
  8016. "$ref": "#/definitions/md.SelectData"
  8017. }
  8018. },
  8019. "total": {
  8020. "type": "integer"
  8021. },
  8022. "user": {
  8023. "type": "array",
  8024. "items": {
  8025. "$ref": "#/definitions/md.SelectData"
  8026. }
  8027. }
  8028. }
  8029. },
  8030. "md.FinancialDynamicsAgentSaveReq": {
  8031. "type": "object",
  8032. "properties": {
  8033. "amount": {
  8034. "type": "string",
  8035. "example": "支付金额"
  8036. },
  8037. "business_kind": {
  8038. "type": "string",
  8039. "example": "支付类型(1:广告合作)"
  8040. },
  8041. "certificate": {
  8042. "type": "string",
  8043. "example": "支付凭证"
  8044. },
  8045. "memo": {
  8046. "type": "string",
  8047. "example": "备注"
  8048. },
  8049. "pay_method": {
  8050. "type": "string",
  8051. "example": "支付方式 0对私 1对公"
  8052. },
  8053. "uid": {
  8054. "type": "string"
  8055. }
  8056. }
  8057. },
  8058. "md.FinancialDynamicsAgentTotalReq": {
  8059. "type": "object",
  8060. "properties": {
  8061. "end_time": {
  8062. "type": "string"
  8063. },
  8064. "start_time": {
  8065. "type": "string",
  8066. "example": "2024-08-29 00:00:00"
  8067. },
  8068. "uid": {
  8069. "type": "string",
  8070. "example": ""
  8071. }
  8072. }
  8073. },
  8074. "md.FinancialDynamicsAgentTotalRes": {
  8075. "type": "object",
  8076. "properties": {
  8077. "all_amount": {
  8078. "type": "string",
  8079. "example": "预付总金额"
  8080. },
  8081. "balance_amount": {
  8082. "type": "string",
  8083. "example": "账户余额"
  8084. },
  8085. "pay_count": {
  8086. "type": "string",
  8087. "example": "预付次数"
  8088. },
  8089. "use_amount": {
  8090. "type": "string",
  8091. "example": "已消耗金额"
  8092. }
  8093. }
  8094. },
  8095. "md.FinancialDynamicsMediumListData": {
  8096. "type": "object",
  8097. "properties": {
  8098. "amount": {
  8099. "type": "string",
  8100. "example": "支付金额"
  8101. },
  8102. "business_kind": {
  8103. "type": "string",
  8104. "example": "支付类型(1:广告合作)"
  8105. },
  8106. "certificate": {
  8107. "type": "string",
  8108. "example": "支付凭证"
  8109. },
  8110. "id": {
  8111. "type": "string"
  8112. },
  8113. "memo": {
  8114. "type": "string",
  8115. "example": "备注"
  8116. },
  8117. "name": {
  8118. "type": "string"
  8119. },
  8120. "pay_method": {
  8121. "type": "string",
  8122. "example": "支付方式 0对私 1对公"
  8123. },
  8124. "pay_time": {
  8125. "type": "string",
  8126. "example": "支付时间"
  8127. }
  8128. }
  8129. },
  8130. "md.FinancialDynamicsMediumListReq": {
  8131. "type": "object",
  8132. "properties": {
  8133. "end_time": {
  8134. "type": "string"
  8135. },
  8136. "limit": {
  8137. "type": "string"
  8138. },
  8139. "page": {
  8140. "type": "string"
  8141. },
  8142. "start_time": {
  8143. "type": "string",
  8144. "example": "2024-08-29 00:00:00"
  8145. },
  8146. "uid": {
  8147. "type": "string",
  8148. "example": ""
  8149. }
  8150. }
  8151. },
  8152. "md.FinancialDynamicsMediumListRes": {
  8153. "type": "object",
  8154. "properties": {
  8155. "business_kind": {
  8156. "type": "array",
  8157. "items": {
  8158. "$ref": "#/definitions/md.SelectData"
  8159. }
  8160. },
  8161. "list": {
  8162. "type": "array",
  8163. "items": {
  8164. "$ref": "#/definitions/md.FinancialDynamicsMediumListData"
  8165. }
  8166. },
  8167. "pay_method": {
  8168. "type": "array",
  8169. "items": {
  8170. "$ref": "#/definitions/md.SelectData"
  8171. }
  8172. },
  8173. "total": {
  8174. "type": "integer"
  8175. },
  8176. "user": {
  8177. "type": "array",
  8178. "items": {
  8179. "$ref": "#/definitions/md.SelectData"
  8180. }
  8181. }
  8182. }
  8183. },
  8184. "md.FinancialDynamicsMediumSaveReq": {
  8185. "type": "object",
  8186. "properties": {
  8187. "amount": {
  8188. "type": "string",
  8189. "example": "支付金额"
  8190. },
  8191. "business_kind": {
  8192. "type": "string",
  8193. "example": "支付类型(1:广告合作)"
  8194. },
  8195. "certificate": {
  8196. "type": "string",
  8197. "example": "支付凭证"
  8198. },
  8199. "memo": {
  8200. "type": "string",
  8201. "example": "备注"
  8202. },
  8203. "pay_method": {
  8204. "type": "string",
  8205. "example": "支付方式 0对私 1对公"
  8206. },
  8207. "uid": {
  8208. "type": "string"
  8209. }
  8210. }
  8211. },
  8212. "md.FinancialDynamicsMediumTotalReq": {
  8213. "type": "object",
  8214. "properties": {
  8215. "end_time": {
  8216. "type": "string"
  8217. },
  8218. "start_time": {
  8219. "type": "string",
  8220. "example": "2024-08-29 00:00:00"
  8221. },
  8222. "uid": {
  8223. "type": "string",
  8224. "example": ""
  8225. }
  8226. }
  8227. },
  8228. "md.FinancialDynamicsMediumTotalRes": {
  8229. "type": "object",
  8230. "properties": {
  8231. "all_amount": {
  8232. "type": "string",
  8233. "example": "预付总金额"
  8234. },
  8235. "balance_amount": {
  8236. "type": "string",
  8237. "example": "账户余额"
  8238. },
  8239. "pay_count": {
  8240. "type": "string",
  8241. "example": "预付次数"
  8242. },
  8243. "use_amount": {
  8244. "type": "string",
  8245. "example": "已消耗金额"
  8246. }
  8247. }
  8248. },
  8249. "md.ImgReqUpload": {
  8250. "type": "object",
  8251. "properties": {
  8252. "dir": {
  8253. "type": "string"
  8254. },
  8255. "file_name": {
  8256. "type": "string"
  8257. },
  8258. "file_size": {
  8259. "description": "文件大小, 单位byte",
  8260. "type": "integer"
  8261. }
  8262. }
  8263. },
  8264. "md.IndexAppListData": {
  8265. "type": "object",
  8266. "properties": {
  8267. "list": {
  8268. "type": "array",
  8269. "items": {
  8270. "$ref": "#/definitions/md.IndexAppListDataList"
  8271. }
  8272. },
  8273. "logo": {
  8274. "type": "string"
  8275. },
  8276. "name": {
  8277. "type": "string"
  8278. },
  8279. "table_list": {
  8280. "type": "array",
  8281. "items": {
  8282. "type": "string"
  8283. }
  8284. }
  8285. }
  8286. },
  8287. "md.IndexAppListDataList": {
  8288. "type": "object",
  8289. "properties": {
  8290. "bili": {
  8291. "type": "string"
  8292. },
  8293. "name": {
  8294. "type": "string"
  8295. },
  8296. "type": {
  8297. "type": "string"
  8298. },
  8299. "value": {
  8300. "type": "string"
  8301. }
  8302. }
  8303. },
  8304. "md.IndexAppListReq": {
  8305. "type": "object",
  8306. "properties": {
  8307. "end_date": {
  8308. "type": "string",
  8309. "example": "2024-08-30"
  8310. },
  8311. "name": {
  8312. "type": "string"
  8313. },
  8314. "sort": {
  8315. "type": "string",
  8316. "example": "排序"
  8317. },
  8318. "start_date": {
  8319. "type": "string",
  8320. "example": "2024-08-30"
  8321. }
  8322. }
  8323. },
  8324. "md.IndexAppListRes": {
  8325. "type": "object",
  8326. "properties": {
  8327. "app_id": {
  8328. "type": "array",
  8329. "items": {
  8330. "type": "string"
  8331. }
  8332. },
  8333. "list": {
  8334. "type": "array",
  8335. "items": {
  8336. "$ref": "#/definitions/md.IndexAppListData"
  8337. }
  8338. },
  8339. "sort": {
  8340. "type": "array",
  8341. "items": {
  8342. "$ref": "#/definitions/md.SelectData"
  8343. }
  8344. }
  8345. }
  8346. },
  8347. "md.IndexAppListTableReq": {
  8348. "type": "object",
  8349. "properties": {
  8350. "app_id": {
  8351. "type": "array",
  8352. "items": {
  8353. "type": "string"
  8354. }
  8355. },
  8356. "end_date": {
  8357. "type": "string",
  8358. "example": "2024-08-30"
  8359. },
  8360. "start_date": {
  8361. "type": "string",
  8362. "example": "2024-08-30"
  8363. }
  8364. }
  8365. },
  8366. "md.Invoice": {
  8367. "type": "object",
  8368. "properties": {
  8369. "count": {
  8370. "type": "string"
  8371. },
  8372. "file": {
  8373. "type": "array",
  8374. "items": {
  8375. "$ref": "#/definitions/md.InvoiceFile"
  8376. }
  8377. },
  8378. "time": {
  8379. "type": "string"
  8380. },
  8381. "type": {
  8382. "type": "string"
  8383. }
  8384. }
  8385. },
  8386. "md.InvoiceFile": {
  8387. "type": "object",
  8388. "properties": {
  8389. "state": {
  8390. "type": "string",
  8391. "example": "0待确认 1审核通过 2审核失败"
  8392. },
  8393. "url": {
  8394. "type": "string"
  8395. }
  8396. }
  8397. },
  8398. "md.InvoiceReq": {
  8399. "type": "object",
  8400. "properties": {
  8401. "file": {
  8402. "type": "array",
  8403. "items": {
  8404. "$ref": "#/definitions/md.InvoiceFile"
  8405. }
  8406. },
  8407. "id": {
  8408. "type": "string",
  8409. "example": "列表id"
  8410. },
  8411. "state": {
  8412. "type": "string",
  8413. "example": "1审核通过 2审核失败"
  8414. }
  8415. }
  8416. },
  8417. "md.LoginReq": {
  8418. "type": "object",
  8419. "required": [
  8420. "password",
  8421. "username"
  8422. ],
  8423. "properties": {
  8424. "code": {
  8425. "type": "string",
  8426. "example": "验证码"
  8427. },
  8428. "password": {
  8429. "type": "string",
  8430. "example": "登录密码"
  8431. },
  8432. "username": {
  8433. "type": "string",
  8434. "example": "登录账号"
  8435. }
  8436. }
  8437. },
  8438. "md.LoginResponse": {
  8439. "type": "object",
  8440. "properties": {
  8441. "token": {
  8442. "type": "string"
  8443. }
  8444. }
  8445. },
  8446. "md.MediumDivisionStrategy": {
  8447. "type": "object",
  8448. "properties": {
  8449. "agent_revenue": {
  8450. "type": "string",
  8451. "example": "代理收益"
  8452. },
  8453. "agent_revenue_rate": {
  8454. "type": "string",
  8455. "example": "代理收益百分比"
  8456. },
  8457. "agreement_sharing": {
  8458. "type": "string",
  8459. "example": "协议分成"
  8460. },
  8461. "agreement_sharing_rate": {
  8462. "type": "string",
  8463. "example": "协议分成百分比"
  8464. },
  8465. "commission_retention": {
  8466. "type": "string",
  8467. "example": "佣金留存"
  8468. },
  8469. "commission_retention_rate": {
  8470. "type": "string",
  8471. "example": "佣金留存百分比"
  8472. },
  8473. "ecpm": {
  8474. "type": "string",
  8475. "example": "现-ecpm(元)"
  8476. },
  8477. "exposure_count": {
  8478. "type": "string",
  8479. "example": "曝光量"
  8480. },
  8481. "extra_revenue": {
  8482. "type": "string",
  8483. "example": "额外收益"
  8484. },
  8485. "extra_revenue_rate": {
  8486. "type": "string",
  8487. "example": "额外收益百分比"
  8488. },
  8489. "media_revenue": {
  8490. "type": "string",
  8491. "example": "媒体收益"
  8492. },
  8493. "media_revenue_rate": {
  8494. "type": "string",
  8495. "example": "媒体收益百分比"
  8496. },
  8497. "old_ecpm": {
  8498. "type": "string",
  8499. "example": "原-ecpm(元)"
  8500. },
  8501. "platform_retention": {
  8502. "type": "string",
  8503. "example": "平台留存"
  8504. },
  8505. "platform_retention_rate": {
  8506. "type": "string",
  8507. "example": "平台留存百分比"
  8508. }
  8509. }
  8510. },
  8511. "md.MediumListData": {
  8512. "type": "object",
  8513. "properties": {
  8514. "account": {
  8515. "type": "string",
  8516. "example": "媒体账号"
  8517. },
  8518. "business_license_address": {
  8519. "type": "string",
  8520. "example": "营业执照地址"
  8521. },
  8522. "business_license_img": {
  8523. "type": "string",
  8524. "example": "营业执照图片"
  8525. },
  8526. "company_name": {
  8527. "type": "string",
  8528. "example": "公司名称"
  8529. },
  8530. "id": {
  8531. "type": "string",
  8532. "example": "id"
  8533. },
  8534. "legal_representative": {
  8535. "type": "string",
  8536. "example": "法定代表人"
  8537. },
  8538. "medium_id": {
  8539. "type": "string",
  8540. "example": "媒体id"
  8541. },
  8542. "memo": {
  8543. "type": "string",
  8544. "example": "备注 审核时填写的"
  8545. },
  8546. "state": {
  8547. "type": "string",
  8548. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8549. },
  8550. "unified_social_credit_code": {
  8551. "type": "string",
  8552. "example": "统一社会信用代码"
  8553. }
  8554. }
  8555. },
  8556. "md.MediumListDelReq": {
  8557. "type": "object",
  8558. "properties": {
  8559. "id": {
  8560. "type": "string",
  8561. "example": "列表id"
  8562. }
  8563. }
  8564. },
  8565. "md.MediumListReq": {
  8566. "type": "object",
  8567. "properties": {
  8568. "id": {
  8569. "type": "string"
  8570. },
  8571. "limit": {
  8572. "type": "string"
  8573. },
  8574. "name": {
  8575. "type": "string"
  8576. },
  8577. "page": {
  8578. "type": "string"
  8579. },
  8580. "state": {
  8581. "type": "string"
  8582. }
  8583. }
  8584. },
  8585. "md.MediumListRes": {
  8586. "type": "object",
  8587. "properties": {
  8588. "list": {
  8589. "type": "array",
  8590. "items": {
  8591. "$ref": "#/definitions/md.MediumListData"
  8592. }
  8593. },
  8594. "state": {
  8595. "type": "array",
  8596. "items": {
  8597. "$ref": "#/definitions/md.SelectData"
  8598. }
  8599. },
  8600. "total": {
  8601. "type": "integer"
  8602. }
  8603. }
  8604. },
  8605. "md.MediumListSaveReq": {
  8606. "type": "object",
  8607. "properties": {
  8608. "medium_id": {
  8609. "type": "string"
  8610. },
  8611. "username": {
  8612. "type": "string"
  8613. }
  8614. }
  8615. },
  8616. "md.MediumQualificationBankData": {
  8617. "type": "object",
  8618. "properties": {
  8619. "account": {
  8620. "type": "string",
  8621. "example": "账号"
  8622. },
  8623. "bank": {
  8624. "type": "string",
  8625. "example": "开户银行"
  8626. },
  8627. "bank_branch": {
  8628. "type": "string",
  8629. "example": "开户银行分行"
  8630. },
  8631. "bank_no": {
  8632. "type": "string",
  8633. "example": "银行卡号"
  8634. },
  8635. "company_name": {
  8636. "type": "string",
  8637. "example": "公司名称"
  8638. },
  8639. "currency_conf": {
  8640. "type": "string",
  8641. "example": "结算币种 0人民币"
  8642. },
  8643. "id": {
  8644. "type": "string",
  8645. "example": "id"
  8646. },
  8647. "kind": {
  8648. "type": "string",
  8649. "example": "类型(1:企业 2:个人)"
  8650. },
  8651. "licence": {
  8652. "type": "string",
  8653. "example": "开户许可证"
  8654. },
  8655. "medium_id": {
  8656. "type": "string",
  8657. "example": "代理id"
  8658. },
  8659. "memo": {
  8660. "type": "string",
  8661. "example": "备注 审核时填写的"
  8662. },
  8663. "state": {
  8664. "type": "string",
  8665. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8666. },
  8667. "unified_social_credit_code": {
  8668. "type": "string",
  8669. "example": "统一社会信用代码"
  8670. }
  8671. }
  8672. },
  8673. "md.MediumQualificationBankRes": {
  8674. "type": "object",
  8675. "properties": {
  8676. "currency_conf": {
  8677. "type": "array",
  8678. "items": {
  8679. "$ref": "#/definitions/md.SelectData"
  8680. }
  8681. },
  8682. "list": {
  8683. "type": "array",
  8684. "items": {
  8685. "$ref": "#/definitions/md.MediumQualificationBankData"
  8686. }
  8687. },
  8688. "state": {
  8689. "type": "array",
  8690. "items": {
  8691. "$ref": "#/definitions/md.SelectData"
  8692. }
  8693. },
  8694. "total": {
  8695. "type": "integer"
  8696. },
  8697. "type": {
  8698. "type": "array",
  8699. "items": {
  8700. "$ref": "#/definitions/md.SelectData"
  8701. }
  8702. }
  8703. }
  8704. },
  8705. "md.MediumQualificationContactData": {
  8706. "type": "object",
  8707. "properties": {
  8708. "account": {
  8709. "type": "string",
  8710. "example": "账号"
  8711. },
  8712. "address": {
  8713. "type": "string",
  8714. "example": "联系地址"
  8715. },
  8716. "company_name": {
  8717. "type": "string",
  8718. "example": "公司名称"
  8719. },
  8720. "email": {
  8721. "type": "string",
  8722. "example": "邮箱地址"
  8723. },
  8724. "id": {
  8725. "type": "string",
  8726. "example": "id"
  8727. },
  8728. "kind": {
  8729. "type": "string",
  8730. "example": "类型(1:企业 2:个人)"
  8731. },
  8732. "medium_id": {
  8733. "type": "string",
  8734. "example": "代理id"
  8735. },
  8736. "memo": {
  8737. "type": "string",
  8738. "example": "备注 审核时填写的"
  8739. },
  8740. "name": {
  8741. "type": "string",
  8742. "example": "联系人"
  8743. },
  8744. "phone": {
  8745. "type": "string",
  8746. "example": "联系电话"
  8747. },
  8748. "state": {
  8749. "type": "string",
  8750. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8751. }
  8752. }
  8753. },
  8754. "md.MediumQualificationContactRes": {
  8755. "type": "object",
  8756. "properties": {
  8757. "list": {
  8758. "type": "array",
  8759. "items": {
  8760. "$ref": "#/definitions/md.MediumQualificationContactData"
  8761. }
  8762. },
  8763. "state": {
  8764. "type": "array",
  8765. "items": {
  8766. "$ref": "#/definitions/md.SelectData"
  8767. }
  8768. },
  8769. "total": {
  8770. "type": "integer"
  8771. }
  8772. }
  8773. },
  8774. "md.MediumQualificationEnterpriseAuditReq": {
  8775. "type": "object",
  8776. "properties": {
  8777. "medium_id": {
  8778. "type": "string"
  8779. },
  8780. "memo": {
  8781. "type": "string"
  8782. },
  8783. "state": {
  8784. "type": "string"
  8785. }
  8786. }
  8787. },
  8788. "md.MediumQualificationEnterpriseData": {
  8789. "type": "object",
  8790. "properties": {
  8791. "account": {
  8792. "type": "string",
  8793. "example": "账号"
  8794. },
  8795. "business_license_address": {
  8796. "type": "string",
  8797. "example": "营业执照地址"
  8798. },
  8799. "business_license_img_url": {
  8800. "type": "string",
  8801. "example": "营业执照照片"
  8802. },
  8803. "certificate_first_type": {
  8804. "type": "string",
  8805. "example": "证件类型 1级类目id"
  8806. },
  8807. "certificate_type": {
  8808. "type": "string",
  8809. "example": "证件类型 2级类目id"
  8810. },
  8811. "certificate_validity": {
  8812. "type": "string",
  8813. "example": "证件有效期"
  8814. },
  8815. "company_abbreviation": {
  8816. "type": "string",
  8817. "example": "公司简称"
  8818. },
  8819. "company_name": {
  8820. "type": "string",
  8821. "example": "公司名称"
  8822. },
  8823. "country_region": {
  8824. "type": "string",
  8825. "example": "国家地区"
  8826. },
  8827. "country_region_id": {
  8828. "type": "string",
  8829. "example": "国家地区id"
  8830. },
  8831. "id": {
  8832. "type": "string",
  8833. "example": "状态选择"
  8834. },
  8835. "kind": {
  8836. "type": "string",
  8837. "example": "类型(1:企业 2:个人)"
  8838. },
  8839. "legal_representative": {
  8840. "type": "string",
  8841. "example": "法定代表人"
  8842. },
  8843. "medium_id": {
  8844. "type": "string",
  8845. "example": "代理id"
  8846. },
  8847. "memo": {
  8848. "type": "string",
  8849. "example": "备注 审核时填写的"
  8850. },
  8851. "registered_address": {
  8852. "type": "string",
  8853. "example": "注册地址"
  8854. },
  8855. "registered_address_city_id": {
  8856. "type": "string",
  8857. "example": "注册地址-市id"
  8858. },
  8859. "registered_address_country_id": {
  8860. "type": "string",
  8861. "example": "注册地址-国家id"
  8862. },
  8863. "registered_address_county_id": {
  8864. "type": "string",
  8865. "example": "注册地址-县/区id"
  8866. },
  8867. "registered_address_province_id": {
  8868. "type": "string",
  8869. "example": "册地址-省份id"
  8870. },
  8871. "state": {
  8872. "type": "string",
  8873. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8874. },
  8875. "unified_social_credit_code": {
  8876. "type": "string",
  8877. "example": "统一社会信用代码"
  8878. },
  8879. "uuid": {
  8880. "type": "string",
  8881. "example": "站长id"
  8882. }
  8883. }
  8884. },
  8885. "md.MediumQualificationEnterpriseReq": {
  8886. "type": "object",
  8887. "properties": {
  8888. "limit": {
  8889. "type": "string"
  8890. },
  8891. "name": {
  8892. "type": "string"
  8893. },
  8894. "page": {
  8895. "type": "string"
  8896. },
  8897. "state": {
  8898. "type": "string"
  8899. }
  8900. }
  8901. },
  8902. "md.MediumQualificationEnterpriseRes": {
  8903. "type": "object",
  8904. "properties": {
  8905. "list": {
  8906. "type": "array",
  8907. "items": {
  8908. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  8909. }
  8910. },
  8911. "state": {
  8912. "type": "array",
  8913. "items": {
  8914. "$ref": "#/definitions/md.SelectData"
  8915. }
  8916. },
  8917. "total": {
  8918. "type": "integer"
  8919. },
  8920. "type": {
  8921. "type": "array",
  8922. "items": {
  8923. "$ref": "#/definitions/md.SelectData"
  8924. }
  8925. }
  8926. }
  8927. },
  8928. "md.OtherIncomeReq": {
  8929. "type": "object",
  8930. "properties": {
  8931. "amount": {
  8932. "type": "string",
  8933. "example": "其他收益"
  8934. },
  8935. "id": {
  8936. "type": "string",
  8937. "example": "列表id"
  8938. }
  8939. }
  8940. },
  8941. "md.QiNiuBucketRegion": {
  8942. "type": "object",
  8943. "properties": {
  8944. "region_domain": {
  8945. "type": "string",
  8946. "example": "区域域名"
  8947. },
  8948. "region_id": {
  8949. "type": "string",
  8950. "example": "区域id"
  8951. },
  8952. "region_name": {
  8953. "type": "string",
  8954. "example": "区域名称"
  8955. }
  8956. }
  8957. },
  8958. "md.RegisterForAgentReq": {
  8959. "type": "object",
  8960. "required": [
  8961. "password",
  8962. "phone"
  8963. ],
  8964. "properties": {
  8965. "code": {
  8966. "type": "string",
  8967. "example": "验证码"
  8968. },
  8969. "password": {
  8970. "type": "string",
  8971. "example": "登录密码"
  8972. },
  8973. "phone": {
  8974. "type": "string",
  8975. "example": "登录账号"
  8976. }
  8977. }
  8978. },
  8979. "md.RegisterForMediumReq": {
  8980. "type": "object",
  8981. "required": [
  8982. "password",
  8983. "phone"
  8984. ],
  8985. "properties": {
  8986. "code": {
  8987. "type": "string",
  8988. "example": "验证码"
  8989. },
  8990. "password": {
  8991. "type": "string",
  8992. "example": "登录密码"
  8993. },
  8994. "phone": {
  8995. "type": "string",
  8996. "example": "登录账号"
  8997. }
  8998. }
  8999. },
  9000. "md.Response": {
  9001. "type": "object",
  9002. "properties": {
  9003. "code": {
  9004. "type": "string",
  9005. "example": "响应码"
  9006. },
  9007. "data": {
  9008. "description": "内容"
  9009. },
  9010. "msg": {
  9011. "type": "string",
  9012. "example": "具体错误原因"
  9013. }
  9014. }
  9015. },
  9016. "md.RoleBindPermissionGroupReq": {
  9017. "type": "object",
  9018. "required": [
  9019. "role_id"
  9020. ],
  9021. "properties": {
  9022. "permission_ids": {
  9023. "type": "array",
  9024. "items": {
  9025. "type": "integer"
  9026. }
  9027. },
  9028. "role_id": {
  9029. "type": "integer"
  9030. }
  9031. }
  9032. },
  9033. "md.SelectData": {
  9034. "type": "object",
  9035. "properties": {
  9036. "name": {
  9037. "type": "string",
  9038. "example": "名称"
  9039. },
  9040. "value": {
  9041. "type": "string",
  9042. "example": "值"
  9043. }
  9044. }
  9045. },
  9046. "md.SetLogoReq": {
  9047. "type": "object",
  9048. "properties": {
  9049. "agent_login_logo": {
  9050. "type": "string"
  9051. },
  9052. "agent_logo": {
  9053. "type": "string"
  9054. },
  9055. "medium_login_logo": {
  9056. "type": "string"
  9057. },
  9058. "medium_logo": {
  9059. "type": "string"
  9060. }
  9061. }
  9062. },
  9063. "md.SetLogoResp": {
  9064. "type": "object",
  9065. "properties": {
  9066. "data": {
  9067. "description": "数据内容",
  9068. "allOf": [
  9069. {
  9070. "$ref": "#/definitions/md.SetLogoReq"
  9071. }
  9072. ]
  9073. }
  9074. }
  9075. },
  9076. "md.SetMobReq": {
  9077. "type": "object",
  9078. "properties": {
  9079. "mob_app_key": {
  9080. "type": "string"
  9081. },
  9082. "mob_app_secret": {
  9083. "type": "string"
  9084. }
  9085. }
  9086. },
  9087. "md.SetOssReq": {
  9088. "type": "object",
  9089. "required": [
  9090. "file_access_key",
  9091. "file_bucket",
  9092. "file_bucket_host",
  9093. "file_bucket_region",
  9094. "file_secret_key"
  9095. ],
  9096. "properties": {
  9097. "file_access_key": {
  9098. "type": "string",
  9099. "example": "对象存储AccessToken"
  9100. },
  9101. "file_bucket": {
  9102. "type": "string",
  9103. "example": "对象存储bucket(空间)"
  9104. },
  9105. "file_bucket_host": {
  9106. "type": "string",
  9107. "example": "对象存储域名"
  9108. },
  9109. "file_bucket_region": {
  9110. "type": "string",
  9111. "example": "文件所属区域"
  9112. },
  9113. "file_secret_key": {
  9114. "type": "string",
  9115. "example": "对象存储SecretToken"
  9116. }
  9117. }
  9118. },
  9119. "md.SetOssResp": {
  9120. "type": "object",
  9121. "properties": {
  9122. "data": {
  9123. "description": "数据内容",
  9124. "allOf": [
  9125. {
  9126. "$ref": "#/definitions/md.SetOssReq"
  9127. }
  9128. ]
  9129. },
  9130. "qi_niu_bucket_region_list": {
  9131. "description": "七牛云存储区域列表",
  9132. "type": "array",
  9133. "items": {
  9134. "$ref": "#/definitions/md.QiNiuBucketRegion"
  9135. }
  9136. }
  9137. }
  9138. },
  9139. "md.SetSeoReq": {
  9140. "type": "object",
  9141. "properties": {
  9142. "seo_agent_logo": {
  9143. "type": "string"
  9144. },
  9145. "seo_agent_title": {
  9146. "type": "string"
  9147. },
  9148. "seo_medium_logo": {
  9149. "type": "string"
  9150. },
  9151. "seo_medium_title": {
  9152. "type": "string"
  9153. },
  9154. "seo_platform_logo": {
  9155. "type": "string"
  9156. },
  9157. "seo_platform_title": {
  9158. "type": "string"
  9159. }
  9160. }
  9161. },
  9162. "md.SetSeoResp": {
  9163. "type": "object",
  9164. "properties": {
  9165. "data": {
  9166. "description": "数据内容",
  9167. "allOf": [
  9168. {
  9169. "$ref": "#/definitions/md.SetSeoReq"
  9170. }
  9171. ]
  9172. }
  9173. }
  9174. },
  9175. "md.SettleCenterDataData": {
  9176. "type": "object",
  9177. "properties": {
  9178. "account": {
  9179. "type": "string"
  9180. },
  9181. "id": {
  9182. "type": "string"
  9183. },
  9184. "name": {
  9185. "type": "string"
  9186. },
  9187. "settle_type": {
  9188. "type": "string"
  9189. },
  9190. "update_at": {
  9191. "type": "string"
  9192. }
  9193. }
  9194. },
  9195. "md.SettleCenterDataDetailData": {
  9196. "type": "object",
  9197. "properties": {
  9198. "all_income": {
  9199. "type": "string",
  9200. "example": "总计"
  9201. },
  9202. "basic_income": {
  9203. "type": "string",
  9204. "example": "基础收益"
  9205. },
  9206. "business_kind": {
  9207. "type": "string",
  9208. "example": "业务类型(1:广告合作)"
  9209. },
  9210. "other_income": {
  9211. "type": "string",
  9212. "example": "其他收益"
  9213. },
  9214. "pay_state": {
  9215. "type": "string",
  9216. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  9217. },
  9218. "settle_type": {
  9219. "type": "string",
  9220. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  9221. },
  9222. "state": {
  9223. "type": "string",
  9224. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  9225. },
  9226. "time_str": {
  9227. "type": "string",
  9228. "example": "业务时间"
  9229. }
  9230. }
  9231. },
  9232. "md.SettleCenterDataDetailReq": {
  9233. "type": "object",
  9234. "properties": {
  9235. "end_time": {
  9236. "type": "string"
  9237. },
  9238. "id": {
  9239. "type": "string"
  9240. },
  9241. "limit": {
  9242. "type": "string"
  9243. },
  9244. "page": {
  9245. "type": "string"
  9246. },
  9247. "start_time": {
  9248. "type": "string",
  9249. "example": "2024-08-29"
  9250. }
  9251. }
  9252. },
  9253. "md.SettleCenterDataDetailRes": {
  9254. "type": "object",
  9255. "properties": {
  9256. "business_kind": {
  9257. "type": "array",
  9258. "items": {
  9259. "$ref": "#/definitions/md.SelectData"
  9260. }
  9261. },
  9262. "list": {
  9263. "type": "array",
  9264. "items": {
  9265. "$ref": "#/definitions/md.SettleCenterDataDetailData"
  9266. }
  9267. },
  9268. "settle_pay_state": {
  9269. "type": "array",
  9270. "items": {
  9271. "$ref": "#/definitions/md.SelectData"
  9272. }
  9273. },
  9274. "settle_state": {
  9275. "type": "array",
  9276. "items": {
  9277. "$ref": "#/definitions/md.SelectData"
  9278. }
  9279. },
  9280. "settle_type": {
  9281. "type": "array",
  9282. "items": {
  9283. "$ref": "#/definitions/md.SelectData"
  9284. }
  9285. },
  9286. "total": {
  9287. "type": "integer"
  9288. }
  9289. }
  9290. },
  9291. "md.SettleCenterDataReq": {
  9292. "type": "object",
  9293. "properties": {
  9294. "account": {
  9295. "type": "string"
  9296. },
  9297. "limit": {
  9298. "type": "string"
  9299. },
  9300. "name": {
  9301. "type": "string"
  9302. },
  9303. "page": {
  9304. "type": "string"
  9305. },
  9306. "state": {
  9307. "type": "string"
  9308. }
  9309. }
  9310. },
  9311. "md.SettleCenterDataRes": {
  9312. "type": "object",
  9313. "properties": {
  9314. "list": {
  9315. "type": "array",
  9316. "items": {
  9317. "$ref": "#/definitions/md.SettleCenterDataData"
  9318. }
  9319. },
  9320. "state": {
  9321. "type": "array",
  9322. "items": {
  9323. "$ref": "#/definitions/md.SelectData"
  9324. }
  9325. },
  9326. "total": {
  9327. "type": "integer"
  9328. }
  9329. }
  9330. },
  9331. "md.SettleCenterDataSaveReq": {
  9332. "type": "object",
  9333. "properties": {
  9334. "id": {
  9335. "type": "string"
  9336. },
  9337. "settle_type": {
  9338. "type": "string"
  9339. }
  9340. }
  9341. },
  9342. "md.SettleFileReq": {
  9343. "type": "object",
  9344. "properties": {
  9345. "file": {
  9346. "type": "string",
  9347. "example": "七牛云链接 带http"
  9348. },
  9349. "id": {
  9350. "type": "string",
  9351. "example": "列表id"
  9352. }
  9353. }
  9354. },
  9355. "md.ShareIndexResp": {
  9356. "type": "object",
  9357. "properties": {
  9358. "agent_domain": {
  9359. "type": "string",
  9360. "example": "代理分享地址"
  9361. },
  9362. "master_id": {
  9363. "type": "string"
  9364. },
  9365. "medium_domain": {
  9366. "type": "string",
  9367. "example": "媒体分享地址"
  9368. }
  9369. }
  9370. },
  9371. "md.UpdateAdminReq": {
  9372. "type": "object",
  9373. "required": [
  9374. "adm_id",
  9375. "password",
  9376. "username"
  9377. ],
  9378. "properties": {
  9379. "adm_id": {
  9380. "type": "integer"
  9381. },
  9382. "memo": {
  9383. "type": "string"
  9384. },
  9385. "password": {
  9386. "type": "string"
  9387. },
  9388. "username": {
  9389. "type": "string"
  9390. }
  9391. }
  9392. },
  9393. "md.UpdateAdminStateReq": {
  9394. "type": "object",
  9395. "required": [
  9396. "adm_id",
  9397. "state"
  9398. ],
  9399. "properties": {
  9400. "adm_id": {
  9401. "type": "integer"
  9402. },
  9403. "state": {
  9404. "type": "integer"
  9405. }
  9406. }
  9407. },
  9408. "md.UpdateRoleReq": {
  9409. "type": "object",
  9410. "required": [
  9411. "memo",
  9412. "name",
  9413. "role_id"
  9414. ],
  9415. "properties": {
  9416. "label": {
  9417. "type": "string"
  9418. },
  9419. "logo": {
  9420. "type": "string"
  9421. },
  9422. "memo": {
  9423. "type": "string"
  9424. },
  9425. "name": {
  9426. "type": "string"
  9427. },
  9428. "role_id": {
  9429. "type": "integer"
  9430. },
  9431. "seo_logo": {
  9432. "type": "string"
  9433. },
  9434. "seo_title": {
  9435. "type": "string"
  9436. }
  9437. }
  9438. },
  9439. "md.UpdateRoleStateReq": {
  9440. "type": "object",
  9441. "required": [
  9442. "role_id",
  9443. "state"
  9444. ],
  9445. "properties": {
  9446. "role_id": {
  9447. "type": "integer"
  9448. },
  9449. "state": {
  9450. "type": "integer"
  9451. }
  9452. }
  9453. },
  9454. "md.WxOpenGetResp": {
  9455. "type": "object",
  9456. "properties": {
  9457. "aes_key": {
  9458. "type": "string",
  9459. "example": "消息加解密Key"
  9460. },
  9461. "app_secret": {
  9462. "type": "string",
  9463. "example": "appSecret"
  9464. },
  9465. "appid": {
  9466. "type": "string",
  9467. "example": "appid"
  9468. },
  9469. "token": {
  9470. "type": "string",
  9471. "example": "消息校验Token"
  9472. },
  9473. "wx_open_applet_server_domain": {
  9474. "type": "string",
  9475. "example": "微信开放平台-小程序服务器域名"
  9476. },
  9477. "wx_open_authorization_event_receiving_configuration": {
  9478. "type": "string",
  9479. "example": "微信开放平台-授权事件接收配置"
  9480. },
  9481. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  9482. "type": "string",
  9483. "example": "微信开放平台-登录授权的发起页域名"
  9484. },
  9485. "wx_open_message_and_event_reception_configuration": {
  9486. "type": "string",
  9487. "example": "微信开放平台-消息与事件接收配置"
  9488. },
  9489. "wx_open_white_list_ip": {
  9490. "type": "string",
  9491. "example": "微信开放平台-白名单ip"
  9492. }
  9493. }
  9494. },
  9495. "md.WxOpenSetReq": {
  9496. "type": "object",
  9497. "required": [
  9498. "aes_key",
  9499. "app_secret",
  9500. "appid",
  9501. "token"
  9502. ],
  9503. "properties": {
  9504. "aes_key": {
  9505. "type": "string",
  9506. "example": "消息加解密Key"
  9507. },
  9508. "app_secret": {
  9509. "type": "string",
  9510. "example": "appSecret"
  9511. },
  9512. "appid": {
  9513. "type": "string",
  9514. "example": "appid"
  9515. },
  9516. "token": {
  9517. "type": "string",
  9518. "example": "消息校验Token"
  9519. }
  9520. }
  9521. }
  9522. },
  9523. "securityDefinitions": {
  9524. "MasterID": {
  9525. "type": "apiKey",
  9526. "name": "MasterID",
  9527. "in": "header"
  9528. }
  9529. }
  9530. }`
  9531. // SwaggerInfo holds exported Swagger Info so clients can modify it
  9532. var SwaggerInfo = &swag.Spec{
  9533. Version: "1.0",
  9534. Host: "localhost:1002 or xxxx.advertisement.dengbiao.top",
  9535. BasePath: "",
  9536. Schemes: []string{},
  9537. Title: "广告联盟-站长平台",
  9538. Description: "站长后台接口",
  9539. InfoInstanceName: "swagger",
  9540. SwaggerTemplate: docTemplate,
  9541. }
  9542. func init() {
  9543. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  9544. }