广告平台(站长使用)
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ů.
 
 
 
 
 

9574 řádky
322 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.DataCenterGenerateDataForOpenReq"
  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.DataCenterGenerateDataForOpenReq": {
  6848. "type": "object",
  6849. "required": [
  6850. "medium_id"
  6851. ],
  6852. "properties": {
  6853. "end_time": {
  6854. "type": "string"
  6855. },
  6856. "limit": {
  6857. "type": "string"
  6858. },
  6859. "medium_id": {
  6860. "description": "媒体id",
  6861. "type": "string"
  6862. },
  6863. "page": {
  6864. "type": "string"
  6865. },
  6866. "start_time": {
  6867. "type": "string"
  6868. }
  6869. }
  6870. },
  6871. "md.DataCenterGenerateDataReq": {
  6872. "type": "object",
  6873. "properties": {
  6874. "end_time": {
  6875. "type": "string"
  6876. },
  6877. "limit": {
  6878. "type": "string"
  6879. },
  6880. "name": {
  6881. "type": "string"
  6882. },
  6883. "page": {
  6884. "type": "string"
  6885. },
  6886. "platform": {
  6887. "type": "string"
  6888. },
  6889. "start_time": {
  6890. "type": "string"
  6891. },
  6892. "state": {
  6893. "type": "string"
  6894. }
  6895. }
  6896. },
  6897. "md.DataCenterGenerateDataRes": {
  6898. "type": "object",
  6899. "properties": {
  6900. "list": {
  6901. "type": "array",
  6902. "items": {
  6903. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  6904. }
  6905. },
  6906. "platform": {
  6907. "type": "array",
  6908. "items": {
  6909. "$ref": "#/definitions/md.SelectData"
  6910. }
  6911. },
  6912. "state": {
  6913. "type": "array",
  6914. "items": {
  6915. "$ref": "#/definitions/md.SelectData"
  6916. }
  6917. },
  6918. "total": {
  6919. "type": "integer"
  6920. }
  6921. }
  6922. },
  6923. "md.DataCenterIncomeDataData": {
  6924. "type": "object",
  6925. "properties": {
  6926. "adv_name": {
  6927. "type": "string",
  6928. "example": "广告位"
  6929. },
  6930. "agent_revenue": {
  6931. "type": "string",
  6932. "example": "代理收益(元)"
  6933. },
  6934. "agreement_sharing": {
  6935. "type": "string",
  6936. "example": "平台收益(元)"
  6937. },
  6938. "click_count": {
  6939. "type": "string",
  6940. "example": "现-点击量"
  6941. },
  6942. "click_rate": {
  6943. "type": "string",
  6944. "example": "现-点击率"
  6945. },
  6946. "date": {
  6947. "type": "string",
  6948. "example": "日期"
  6949. },
  6950. "ecpm": {
  6951. "type": "string",
  6952. "example": "'现-ecpm(元)"
  6953. },
  6954. "exposure_count": {
  6955. "type": "string",
  6956. "example": "现-曝光量"
  6957. },
  6958. "id": {
  6959. "type": "string",
  6960. "example": "id"
  6961. },
  6962. "media_revenue": {
  6963. "type": "string",
  6964. "example": "媒体收益(元)"
  6965. },
  6966. "name": {
  6967. "type": "string",
  6968. "example": "名称"
  6969. },
  6970. "platform": {
  6971. "type": "string",
  6972. "example": "平台名称"
  6973. },
  6974. "settle_amount": {
  6975. "type": "string",
  6976. "example": "结算收益(元)"
  6977. },
  6978. "state": {
  6979. "type": "string",
  6980. "example": "状态id"
  6981. }
  6982. }
  6983. },
  6984. "md.DataCenterIncomeDataDetail": {
  6985. "type": "object",
  6986. "properties": {
  6987. "agent_revenue": {
  6988. "type": "string",
  6989. "example": "代理收益(元)"
  6990. },
  6991. "agent_revenue_rate": {
  6992. "type": "string",
  6993. "example": "代理收益百分比"
  6994. },
  6995. "agent_reward": {
  6996. "type": "array",
  6997. "items": {
  6998. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  6999. }
  7000. },
  7001. "agreement_sharing": {
  7002. "type": "string",
  7003. "example": "平台收益(元)"
  7004. },
  7005. "agreement_sharing_rate": {
  7006. "type": "string",
  7007. "example": "平台收益百分比"
  7008. },
  7009. "create_at": {
  7010. "type": "string"
  7011. },
  7012. "data_source": {
  7013. "type": "string",
  7014. "example": "数据来源"
  7015. },
  7016. "media_revenue": {
  7017. "type": "string",
  7018. "example": "媒体收益(元)"
  7019. },
  7020. "media_revenue_rate": {
  7021. "type": "string",
  7022. "example": "媒体收益百分比"
  7023. },
  7024. "medium_name": {
  7025. "type": "string",
  7026. "example": "媒体名称"
  7027. },
  7028. "platform": {
  7029. "type": "string",
  7030. "example": "填充来源"
  7031. },
  7032. "update_at": {
  7033. "type": "string"
  7034. }
  7035. }
  7036. },
  7037. "md.DataCenterIncomeDataRes": {
  7038. "type": "object",
  7039. "properties": {
  7040. "list": {
  7041. "type": "array",
  7042. "items": {
  7043. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  7044. }
  7045. },
  7046. "platform": {
  7047. "type": "array",
  7048. "items": {
  7049. "$ref": "#/definitions/md.SelectData"
  7050. }
  7051. },
  7052. "state": {
  7053. "type": "array",
  7054. "items": {
  7055. "$ref": "#/definitions/md.SelectData"
  7056. }
  7057. },
  7058. "total": {
  7059. "type": "integer"
  7060. }
  7061. }
  7062. },
  7063. "md.DataCenterOriginalDataCommReq": {
  7064. "type": "object",
  7065. "properties": {
  7066. "id": {
  7067. "type": "string",
  7068. "example": "列表id"
  7069. },
  7070. "now_ecpm": {
  7071. "type": "string",
  7072. "example": "现-广告千次曝光收益(元)"
  7073. },
  7074. "now_exposure_count": {
  7075. "type": "string",
  7076. "example": "现-曝光量"
  7077. }
  7078. }
  7079. },
  7080. "md.DataCenterOriginalDataData": {
  7081. "type": "object",
  7082. "properties": {
  7083. "adv_name": {
  7084. "type": "string",
  7085. "example": "广告位"
  7086. },
  7087. "click_count": {
  7088. "type": "string",
  7089. "example": "点击量"
  7090. },
  7091. "click_rate": {
  7092. "type": "string",
  7093. "example": "点击率"
  7094. },
  7095. "date": {
  7096. "type": "string",
  7097. "example": "日期"
  7098. },
  7099. "ecpm": {
  7100. "type": "string",
  7101. "example": "'ecpm(元)"
  7102. },
  7103. "exposure_count": {
  7104. "type": "string",
  7105. "example": "曝光量"
  7106. },
  7107. "exposure_rate": {
  7108. "type": "string",
  7109. "example": "曝光率"
  7110. },
  7111. "id": {
  7112. "type": "string",
  7113. "example": "id"
  7114. },
  7115. "is_apply": {
  7116. "type": "string",
  7117. "example": "是否已应用"
  7118. },
  7119. "name": {
  7120. "type": "string",
  7121. "example": "名称"
  7122. },
  7123. "platform": {
  7124. "type": "string",
  7125. "example": "平台名称"
  7126. },
  7127. "publisher_income": {
  7128. "type": "string",
  7129. "example": "总收益(元)"
  7130. },
  7131. "req_succ_count": {
  7132. "type": "string",
  7133. "example": "拉取量"
  7134. },
  7135. "state": {
  7136. "type": "string",
  7137. "example": "状态id"
  7138. }
  7139. }
  7140. },
  7141. "md.DataCenterOriginalDataMoreApplicationData": {
  7142. "type": "object",
  7143. "properties": {
  7144. "ad_id": {
  7145. "type": "string",
  7146. "example": "广告位id"
  7147. },
  7148. "adv_name": {
  7149. "type": "string",
  7150. "example": "广告位"
  7151. },
  7152. "app_id": {
  7153. "type": "string",
  7154. "example": "小程序id"
  7155. },
  7156. "id": {
  7157. "type": "string",
  7158. "example": "id"
  7159. },
  7160. "logo": {
  7161. "type": "string"
  7162. },
  7163. "name": {
  7164. "type": "string",
  7165. "example": "名称"
  7166. },
  7167. "state": {
  7168. "type": "string",
  7169. "example": "状态id"
  7170. }
  7171. }
  7172. },
  7173. "md.DataCenterOriginalDataMoreApplicationDoingReq": {
  7174. "type": "object",
  7175. "properties": {
  7176. "date": {
  7177. "type": "string",
  7178. "example": "2024-08-28"
  7179. },
  7180. "ids": {
  7181. "type": "array",
  7182. "items": {
  7183. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
  7184. }
  7185. }
  7186. }
  7187. },
  7188. "md.DataCenterOriginalDataMoreApplicationReq": {
  7189. "type": "object",
  7190. "properties": {
  7191. "limit": {
  7192. "type": "string"
  7193. },
  7194. "name": {
  7195. "type": "string"
  7196. },
  7197. "page": {
  7198. "type": "string"
  7199. }
  7200. }
  7201. },
  7202. "md.DataCenterOriginalDataMoreApplicationRes": {
  7203. "type": "object",
  7204. "properties": {
  7205. "list": {
  7206. "type": "array",
  7207. "items": {
  7208. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  7209. }
  7210. },
  7211. "state": {
  7212. "type": "array",
  7213. "items": {
  7214. "$ref": "#/definitions/md.SelectData"
  7215. }
  7216. },
  7217. "total": {
  7218. "type": "integer"
  7219. }
  7220. }
  7221. },
  7222. "md.DataCenterOriginalDataOneApplicationAdListData": {
  7223. "type": "object",
  7224. "properties": {
  7225. "ad_id": {
  7226. "type": "string",
  7227. "example": "广告位id"
  7228. },
  7229. "id": {
  7230. "type": "string",
  7231. "example": "id"
  7232. },
  7233. "name": {
  7234. "type": "string",
  7235. "example": "名称"
  7236. },
  7237. "state": {
  7238. "type": "string",
  7239. "example": "状态id"
  7240. }
  7241. }
  7242. },
  7243. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  7244. "type": "object",
  7245. "properties": {
  7246. "app_id": {
  7247. "type": "string"
  7248. }
  7249. }
  7250. },
  7251. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  7252. "type": "object",
  7253. "properties": {
  7254. "list": {
  7255. "type": "array",
  7256. "items": {
  7257. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  7258. }
  7259. },
  7260. "state": {
  7261. "type": "array",
  7262. "items": {
  7263. "$ref": "#/definitions/md.SelectData"
  7264. }
  7265. }
  7266. }
  7267. },
  7268. "md.DataCenterOriginalDataOneApplicationData": {
  7269. "type": "object",
  7270. "properties": {
  7271. "app_id": {
  7272. "type": "string",
  7273. "example": "小程序id"
  7274. },
  7275. "id": {
  7276. "type": "string",
  7277. "example": "id"
  7278. },
  7279. "logo": {
  7280. "type": "string"
  7281. },
  7282. "name": {
  7283. "type": "string",
  7284. "example": "名称"
  7285. }
  7286. }
  7287. },
  7288. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  7289. "type": "object",
  7290. "properties": {
  7291. "ad_id": {
  7292. "type": "string"
  7293. },
  7294. "app_id": {
  7295. "type": "string"
  7296. },
  7297. "date": {
  7298. "type": "string",
  7299. "example": "2024-08-28"
  7300. }
  7301. }
  7302. },
  7303. "md.DataCenterOriginalDataOneApplicationDoingReqData": {
  7304. "type": "object",
  7305. "properties": {
  7306. "ad_id": {
  7307. "type": "string"
  7308. },
  7309. "app_id": {
  7310. "type": "string"
  7311. }
  7312. }
  7313. },
  7314. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  7315. "type": "object",
  7316. "properties": {
  7317. "ad_id": {
  7318. "type": "string"
  7319. },
  7320. "ad_slot": {
  7321. "type": "string",
  7322. "example": "广告位类型名称"
  7323. },
  7324. "click_count": {
  7325. "type": "string",
  7326. "example": "点击量"
  7327. },
  7328. "click_rate": {
  7329. "type": "string",
  7330. "example": "点击率"
  7331. },
  7332. "ecpm": {
  7333. "type": "string",
  7334. "example": "ecpm(元)"
  7335. },
  7336. "exposure_count": {
  7337. "type": "string",
  7338. "example": "曝光量"
  7339. },
  7340. "exposure_rate": {
  7341. "type": "string",
  7342. "example": "曝光率"
  7343. },
  7344. "publisher_income": {
  7345. "type": "string",
  7346. "example": "总收益(元)"
  7347. },
  7348. "req_succ_count": {
  7349. "type": "string",
  7350. "example": "拉取量"
  7351. }
  7352. }
  7353. },
  7354. "md.DataCenterOriginalDataOneApplicationRes": {
  7355. "type": "object",
  7356. "properties": {
  7357. "list": {
  7358. "type": "array",
  7359. "items": {
  7360. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  7361. }
  7362. }
  7363. }
  7364. },
  7365. "md.DataCenterOriginalDataReq": {
  7366. "type": "object",
  7367. "properties": {
  7368. "end_time": {
  7369. "type": "string"
  7370. },
  7371. "limit": {
  7372. "type": "string"
  7373. },
  7374. "name": {
  7375. "type": "string"
  7376. },
  7377. "page": {
  7378. "type": "string"
  7379. },
  7380. "platform": {
  7381. "type": "string"
  7382. },
  7383. "start_time": {
  7384. "type": "string"
  7385. },
  7386. "state": {
  7387. "type": "string"
  7388. }
  7389. }
  7390. },
  7391. "md.DataCenterOriginalDataRes": {
  7392. "type": "object",
  7393. "properties": {
  7394. "list": {
  7395. "type": "array",
  7396. "items": {
  7397. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  7398. }
  7399. },
  7400. "platform": {
  7401. "type": "array",
  7402. "items": {
  7403. "$ref": "#/definitions/md.SelectData"
  7404. }
  7405. },
  7406. "state": {
  7407. "type": "array",
  7408. "items": {
  7409. "$ref": "#/definitions/md.SelectData"
  7410. }
  7411. },
  7412. "total": {
  7413. "type": "integer"
  7414. }
  7415. }
  7416. },
  7417. "md.DivisionStrategyData": {
  7418. "type": "object",
  7419. "properties": {
  7420. "account": {
  7421. "type": "string",
  7422. "example": "账号"
  7423. },
  7424. "agent_revenue_rate": {
  7425. "type": "string",
  7426. "example": "代理收益百分比"
  7427. },
  7428. "agreement_sharing_rate": {
  7429. "type": "string",
  7430. "example": "协议分成百分比"
  7431. },
  7432. "commission_retention_rate": {
  7433. "type": "string",
  7434. "example": "佣金留存百分比"
  7435. },
  7436. "extra_revenue_rate": {
  7437. "type": "string",
  7438. "example": "额外收益百分比"
  7439. },
  7440. "id": {
  7441. "type": "string",
  7442. "example": "id"
  7443. },
  7444. "media_revenue_rate": {
  7445. "type": "string",
  7446. "example": "媒体收益百分比"
  7447. },
  7448. "medium_id": {
  7449. "type": "string",
  7450. "example": "媒体id"
  7451. },
  7452. "name": {
  7453. "type": "string",
  7454. "example": "名称"
  7455. },
  7456. "platform_retention_rate": {
  7457. "type": "string",
  7458. "example": "平台留存百分比"
  7459. }
  7460. }
  7461. },
  7462. "md.DivisionStrategyDetailByAgent": {
  7463. "type": "object",
  7464. "properties": {
  7465. "account": {
  7466. "type": "string",
  7467. "example": "账号"
  7468. },
  7469. "agent_id": {
  7470. "type": "string",
  7471. "example": "代理id"
  7472. },
  7473. "agent_revenue_rate": {
  7474. "type": "string",
  7475. "example": "佣金比例"
  7476. },
  7477. "extra_revenue_rate": {
  7478. "type": "string",
  7479. "example": "额外奖励"
  7480. },
  7481. "name": {
  7482. "type": "string",
  7483. "example": "名称"
  7484. }
  7485. }
  7486. },
  7487. "md.DivisionStrategyDetailReq": {
  7488. "type": "object",
  7489. "properties": {
  7490. "medium_id": {
  7491. "type": "string"
  7492. }
  7493. }
  7494. },
  7495. "md.DivisionStrategyDetailRes": {
  7496. "type": "object",
  7497. "properties": {
  7498. "account": {
  7499. "type": "string",
  7500. "example": "账号"
  7501. },
  7502. "agent_list": {
  7503. "type": "array",
  7504. "items": {
  7505. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  7506. }
  7507. },
  7508. "agent_revenue_rate": {
  7509. "type": "string",
  7510. "example": "代理收益百分比"
  7511. },
  7512. "agreement_sharing_rate": {
  7513. "type": "string",
  7514. "example": "协议分成百分比"
  7515. },
  7516. "commission_retention_rate": {
  7517. "type": "string",
  7518. "example": "佣金留存百分比"
  7519. },
  7520. "extra_revenue_rate": {
  7521. "type": "string",
  7522. "example": "额外收益百分比"
  7523. },
  7524. "media_revenue_rate": {
  7525. "type": "string",
  7526. "example": "媒体收益百分比"
  7527. },
  7528. "medium_id": {
  7529. "type": "string",
  7530. "example": "媒体id"
  7531. },
  7532. "name": {
  7533. "type": "string",
  7534. "example": "名称"
  7535. },
  7536. "platform_retention_rate": {
  7537. "type": "string",
  7538. "example": "平台留存百分比"
  7539. }
  7540. }
  7541. },
  7542. "md.DivisionStrategyReq": {
  7543. "type": "object",
  7544. "properties": {
  7545. "limit": {
  7546. "type": "string"
  7547. },
  7548. "name": {
  7549. "type": "string"
  7550. },
  7551. "page": {
  7552. "type": "string"
  7553. }
  7554. }
  7555. },
  7556. "md.DivisionStrategyRes": {
  7557. "type": "object",
  7558. "properties": {
  7559. "list": {
  7560. "type": "array",
  7561. "items": {
  7562. "$ref": "#/definitions/md.DivisionStrategyData"
  7563. }
  7564. },
  7565. "total": {
  7566. "type": "integer"
  7567. }
  7568. }
  7569. },
  7570. "md.FinanceCenterDataAgentDetail": {
  7571. "type": "object",
  7572. "properties": {
  7573. "account": {
  7574. "type": "string",
  7575. "example": "媒体账号"
  7576. },
  7577. "all_income": {
  7578. "type": "string",
  7579. "example": "合计收益"
  7580. },
  7581. "income": {
  7582. "type": "string",
  7583. "example": "渠道结算"
  7584. },
  7585. "invoice": {
  7586. "$ref": "#/definitions/md.Invoice"
  7587. },
  7588. "name": {
  7589. "type": "string",
  7590. "example": "媒体名称"
  7591. },
  7592. "other_income": {
  7593. "type": "string",
  7594. "example": "其他调整"
  7595. },
  7596. "pay_state": {
  7597. "type": "string",
  7598. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7599. },
  7600. "settle_file": {
  7601. "type": "string",
  7602. "example": "结算单"
  7603. },
  7604. "source": {
  7605. "type": "string",
  7606. "example": "结算标示"
  7607. },
  7608. "state": {
  7609. "type": "string",
  7610. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7611. },
  7612. "time_str": {
  7613. "type": "string",
  7614. "example": "业务时间"
  7615. }
  7616. }
  7617. },
  7618. "md.FinanceCenterDataAgentDetailRes": {
  7619. "type": "object",
  7620. "properties": {
  7621. "business_kind": {
  7622. "type": "array",
  7623. "items": {
  7624. "$ref": "#/definitions/md.SelectData"
  7625. }
  7626. },
  7627. "data": {
  7628. "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
  7629. },
  7630. "invoice_cate": {
  7631. "type": "array",
  7632. "items": {
  7633. "$ref": "#/definitions/md.SelectData"
  7634. }
  7635. },
  7636. "invoice_state": {
  7637. "type": "array",
  7638. "items": {
  7639. "$ref": "#/definitions/md.SelectData"
  7640. }
  7641. },
  7642. "settle_pay_state": {
  7643. "type": "array",
  7644. "items": {
  7645. "$ref": "#/definitions/md.SelectData"
  7646. }
  7647. },
  7648. "settle_state": {
  7649. "type": "array",
  7650. "items": {
  7651. "$ref": "#/definitions/md.SelectData"
  7652. }
  7653. },
  7654. "settle_type": {
  7655. "type": "array",
  7656. "items": {
  7657. "$ref": "#/definitions/md.SelectData"
  7658. }
  7659. }
  7660. }
  7661. },
  7662. "md.FinanceCenterDataData": {
  7663. "type": "object",
  7664. "properties": {
  7665. "all_income": {
  7666. "type": "string",
  7667. "example": "合计收益"
  7668. },
  7669. "change_income": {
  7670. "type": "string",
  7671. "example": "调价留存"
  7672. },
  7673. "commission_income": {
  7674. "type": "string",
  7675. "example": "佣金留存"
  7676. },
  7677. "id": {
  7678. "type": "string"
  7679. },
  7680. "label": {
  7681. "type": "string"
  7682. },
  7683. "medium_income": {
  7684. "type": "string",
  7685. "example": "媒体结算"
  7686. },
  7687. "name": {
  7688. "type": "string",
  7689. "example": "媒体名称"
  7690. },
  7691. "other_income": {
  7692. "type": "string",
  7693. "example": "其他调整"
  7694. },
  7695. "pay_state": {
  7696. "type": "string",
  7697. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7698. },
  7699. "platform_income": {
  7700. "type": "string",
  7701. "example": "平台留存"
  7702. },
  7703. "settle_type": {
  7704. "type": "string",
  7705. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  7706. },
  7707. "state": {
  7708. "type": "string",
  7709. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7710. },
  7711. "time_str": {
  7712. "type": "string",
  7713. "example": "业务时间"
  7714. },
  7715. "top_income": {
  7716. "type": "string",
  7717. "example": "上游结算"
  7718. }
  7719. }
  7720. },
  7721. "md.FinanceCenterDataDetail": {
  7722. "type": "object",
  7723. "properties": {
  7724. "account": {
  7725. "type": "string",
  7726. "example": "媒体账号"
  7727. },
  7728. "all_income": {
  7729. "type": "string",
  7730. "example": "合计收益"
  7731. },
  7732. "change_income": {
  7733. "type": "string",
  7734. "example": "调价留存"
  7735. },
  7736. "commission_income": {
  7737. "type": "string",
  7738. "example": "佣金留存"
  7739. },
  7740. "invoice": {
  7741. "$ref": "#/definitions/md.Invoice"
  7742. },
  7743. "medium_income": {
  7744. "type": "string",
  7745. "example": "媒体结算"
  7746. },
  7747. "name": {
  7748. "type": "string",
  7749. "example": "媒体名称"
  7750. },
  7751. "other_income": {
  7752. "type": "string",
  7753. "example": "其他调整"
  7754. },
  7755. "pay_state": {
  7756. "type": "string",
  7757. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7758. },
  7759. "platform_income": {
  7760. "type": "string",
  7761. "example": "平台留存"
  7762. },
  7763. "settle_file": {
  7764. "type": "string",
  7765. "example": "结算单"
  7766. },
  7767. "source": {
  7768. "type": "string",
  7769. "example": "结算标示"
  7770. },
  7771. "state": {
  7772. "type": "string",
  7773. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7774. },
  7775. "time_str": {
  7776. "type": "string",
  7777. "example": "业务时间"
  7778. },
  7779. "top_income": {
  7780. "type": "string",
  7781. "example": "上游结算"
  7782. }
  7783. }
  7784. },
  7785. "md.FinanceCenterDataDetailRes": {
  7786. "type": "object",
  7787. "properties": {
  7788. "business_kind": {
  7789. "type": "array",
  7790. "items": {
  7791. "$ref": "#/definitions/md.SelectData"
  7792. }
  7793. },
  7794. "data": {
  7795. "$ref": "#/definitions/md.FinanceCenterDataDetail"
  7796. },
  7797. "invoice_cate": {
  7798. "type": "array",
  7799. "items": {
  7800. "$ref": "#/definitions/md.SelectData"
  7801. }
  7802. },
  7803. "invoice_state": {
  7804. "type": "array",
  7805. "items": {
  7806. "$ref": "#/definitions/md.SelectData"
  7807. }
  7808. },
  7809. "settle_pay_state": {
  7810. "type": "array",
  7811. "items": {
  7812. "$ref": "#/definitions/md.SelectData"
  7813. }
  7814. },
  7815. "settle_state": {
  7816. "type": "array",
  7817. "items": {
  7818. "$ref": "#/definitions/md.SelectData"
  7819. }
  7820. },
  7821. "settle_type": {
  7822. "type": "array",
  7823. "items": {
  7824. "$ref": "#/definitions/md.SelectData"
  7825. }
  7826. }
  7827. }
  7828. },
  7829. "md.FinanceCenterDataReq": {
  7830. "type": "object",
  7831. "properties": {
  7832. "end_time": {
  7833. "type": "string"
  7834. },
  7835. "limit": {
  7836. "type": "string"
  7837. },
  7838. "page": {
  7839. "type": "string"
  7840. },
  7841. "pay_state": {
  7842. "type": "string",
  7843. "example": "读 settle_pay_state返回的"
  7844. },
  7845. "start_time": {
  7846. "type": "string",
  7847. "example": "2024-08-29"
  7848. }
  7849. }
  7850. },
  7851. "md.FinanceCenterDataRes": {
  7852. "type": "object",
  7853. "properties": {
  7854. "business_kind": {
  7855. "type": "array",
  7856. "items": {
  7857. "$ref": "#/definitions/md.SelectData"
  7858. }
  7859. },
  7860. "list": {
  7861. "type": "array",
  7862. "items": {
  7863. "$ref": "#/definitions/md.FinanceCenterDataData"
  7864. }
  7865. },
  7866. "settle_pay_state": {
  7867. "type": "array",
  7868. "items": {
  7869. "$ref": "#/definitions/md.SelectData"
  7870. }
  7871. },
  7872. "settle_state": {
  7873. "type": "array",
  7874. "items": {
  7875. "$ref": "#/definitions/md.SelectData"
  7876. }
  7877. },
  7878. "settle_type": {
  7879. "type": "array",
  7880. "items": {
  7881. "$ref": "#/definitions/md.SelectData"
  7882. }
  7883. },
  7884. "total": {
  7885. "type": "integer"
  7886. }
  7887. }
  7888. },
  7889. "md.FinanceCenterPlatformDataData": {
  7890. "type": "object",
  7891. "properties": {
  7892. "agent_income": {
  7893. "type": "string",
  7894. "example": "代理结算"
  7895. },
  7896. "change_income": {
  7897. "type": "string",
  7898. "example": "调价留存"
  7899. },
  7900. "commission_income": {
  7901. "type": "string",
  7902. "example": "佣金留存"
  7903. },
  7904. "id": {
  7905. "type": "string"
  7906. },
  7907. "medium_income": {
  7908. "type": "string",
  7909. "example": "媒体结算"
  7910. },
  7911. "platform_income": {
  7912. "type": "string",
  7913. "example": "平台留存"
  7914. },
  7915. "time_str": {
  7916. "type": "string",
  7917. "example": "业务时间"
  7918. },
  7919. "top_income": {
  7920. "type": "string",
  7921. "example": "上游结算"
  7922. },
  7923. "update_at": {
  7924. "type": "string",
  7925. "example": "更新时间"
  7926. }
  7927. }
  7928. },
  7929. "md.FinanceCenterPlatformDataReq": {
  7930. "type": "object",
  7931. "properties": {
  7932. "date": {
  7933. "type": "string",
  7934. "example": "2024-08-29"
  7935. },
  7936. "end_time": {
  7937. "type": "string"
  7938. },
  7939. "limit": {
  7940. "type": "string"
  7941. },
  7942. "page": {
  7943. "type": "string"
  7944. },
  7945. "start_time": {
  7946. "type": "string",
  7947. "example": "2024-08-29"
  7948. }
  7949. }
  7950. },
  7951. "md.FinanceCenterPlatformDataRes": {
  7952. "type": "object",
  7953. "properties": {
  7954. "list": {
  7955. "type": "array",
  7956. "items": {
  7957. "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
  7958. }
  7959. },
  7960. "total": {
  7961. "type": "integer"
  7962. }
  7963. }
  7964. },
  7965. "md.FinancialDynamicsAgentListData": {
  7966. "type": "object",
  7967. "properties": {
  7968. "amount": {
  7969. "type": "string",
  7970. "example": "支付金额"
  7971. },
  7972. "business_kind": {
  7973. "type": "string",
  7974. "example": "支付类型(1:广告合作)"
  7975. },
  7976. "certificate": {
  7977. "type": "string",
  7978. "example": "支付凭证"
  7979. },
  7980. "id": {
  7981. "type": "string"
  7982. },
  7983. "memo": {
  7984. "type": "string",
  7985. "example": "备注"
  7986. },
  7987. "name": {
  7988. "type": "string"
  7989. },
  7990. "pay_method": {
  7991. "type": "string",
  7992. "example": "支付方式 0对私 1对公"
  7993. },
  7994. "pay_time": {
  7995. "type": "string",
  7996. "example": "支付时间"
  7997. }
  7998. }
  7999. },
  8000. "md.FinancialDynamicsAgentListReq": {
  8001. "type": "object",
  8002. "properties": {
  8003. "end_time": {
  8004. "type": "string"
  8005. },
  8006. "limit": {
  8007. "type": "string"
  8008. },
  8009. "page": {
  8010. "type": "string"
  8011. },
  8012. "start_time": {
  8013. "type": "string",
  8014. "example": "2024-08-29 00:00:00"
  8015. },
  8016. "uid": {
  8017. "type": "string",
  8018. "example": ""
  8019. }
  8020. }
  8021. },
  8022. "md.FinancialDynamicsAgentListRes": {
  8023. "type": "object",
  8024. "properties": {
  8025. "business_kind": {
  8026. "type": "array",
  8027. "items": {
  8028. "$ref": "#/definitions/md.SelectData"
  8029. }
  8030. },
  8031. "list": {
  8032. "type": "array",
  8033. "items": {
  8034. "$ref": "#/definitions/md.FinancialDynamicsAgentListData"
  8035. }
  8036. },
  8037. "pay_method": {
  8038. "type": "array",
  8039. "items": {
  8040. "$ref": "#/definitions/md.SelectData"
  8041. }
  8042. },
  8043. "total": {
  8044. "type": "integer"
  8045. },
  8046. "user": {
  8047. "type": "array",
  8048. "items": {
  8049. "$ref": "#/definitions/md.SelectData"
  8050. }
  8051. }
  8052. }
  8053. },
  8054. "md.FinancialDynamicsAgentSaveReq": {
  8055. "type": "object",
  8056. "properties": {
  8057. "amount": {
  8058. "type": "string",
  8059. "example": "支付金额"
  8060. },
  8061. "business_kind": {
  8062. "type": "string",
  8063. "example": "支付类型(1:广告合作)"
  8064. },
  8065. "certificate": {
  8066. "type": "string",
  8067. "example": "支付凭证"
  8068. },
  8069. "memo": {
  8070. "type": "string",
  8071. "example": "备注"
  8072. },
  8073. "pay_method": {
  8074. "type": "string",
  8075. "example": "支付方式 0对私 1对公"
  8076. },
  8077. "uid": {
  8078. "type": "string"
  8079. }
  8080. }
  8081. },
  8082. "md.FinancialDynamicsAgentTotalReq": {
  8083. "type": "object",
  8084. "properties": {
  8085. "end_time": {
  8086. "type": "string"
  8087. },
  8088. "start_time": {
  8089. "type": "string",
  8090. "example": "2024-08-29 00:00:00"
  8091. },
  8092. "uid": {
  8093. "type": "string",
  8094. "example": ""
  8095. }
  8096. }
  8097. },
  8098. "md.FinancialDynamicsAgentTotalRes": {
  8099. "type": "object",
  8100. "properties": {
  8101. "all_amount": {
  8102. "type": "string",
  8103. "example": "预付总金额"
  8104. },
  8105. "balance_amount": {
  8106. "type": "string",
  8107. "example": "账户余额"
  8108. },
  8109. "pay_count": {
  8110. "type": "string",
  8111. "example": "预付次数"
  8112. },
  8113. "use_amount": {
  8114. "type": "string",
  8115. "example": "已消耗金额"
  8116. }
  8117. }
  8118. },
  8119. "md.FinancialDynamicsMediumListData": {
  8120. "type": "object",
  8121. "properties": {
  8122. "amount": {
  8123. "type": "string",
  8124. "example": "支付金额"
  8125. },
  8126. "business_kind": {
  8127. "type": "string",
  8128. "example": "支付类型(1:广告合作)"
  8129. },
  8130. "certificate": {
  8131. "type": "string",
  8132. "example": "支付凭证"
  8133. },
  8134. "id": {
  8135. "type": "string"
  8136. },
  8137. "memo": {
  8138. "type": "string",
  8139. "example": "备注"
  8140. },
  8141. "name": {
  8142. "type": "string"
  8143. },
  8144. "pay_method": {
  8145. "type": "string",
  8146. "example": "支付方式 0对私 1对公"
  8147. },
  8148. "pay_time": {
  8149. "type": "string",
  8150. "example": "支付时间"
  8151. }
  8152. }
  8153. },
  8154. "md.FinancialDynamicsMediumListReq": {
  8155. "type": "object",
  8156. "properties": {
  8157. "end_time": {
  8158. "type": "string"
  8159. },
  8160. "limit": {
  8161. "type": "string"
  8162. },
  8163. "page": {
  8164. "type": "string"
  8165. },
  8166. "start_time": {
  8167. "type": "string",
  8168. "example": "2024-08-29 00:00:00"
  8169. },
  8170. "uid": {
  8171. "type": "string",
  8172. "example": ""
  8173. }
  8174. }
  8175. },
  8176. "md.FinancialDynamicsMediumListRes": {
  8177. "type": "object",
  8178. "properties": {
  8179. "business_kind": {
  8180. "type": "array",
  8181. "items": {
  8182. "$ref": "#/definitions/md.SelectData"
  8183. }
  8184. },
  8185. "list": {
  8186. "type": "array",
  8187. "items": {
  8188. "$ref": "#/definitions/md.FinancialDynamicsMediumListData"
  8189. }
  8190. },
  8191. "pay_method": {
  8192. "type": "array",
  8193. "items": {
  8194. "$ref": "#/definitions/md.SelectData"
  8195. }
  8196. },
  8197. "total": {
  8198. "type": "integer"
  8199. },
  8200. "user": {
  8201. "type": "array",
  8202. "items": {
  8203. "$ref": "#/definitions/md.SelectData"
  8204. }
  8205. }
  8206. }
  8207. },
  8208. "md.FinancialDynamicsMediumSaveReq": {
  8209. "type": "object",
  8210. "properties": {
  8211. "amount": {
  8212. "type": "string",
  8213. "example": "支付金额"
  8214. },
  8215. "business_kind": {
  8216. "type": "string",
  8217. "example": "支付类型(1:广告合作)"
  8218. },
  8219. "certificate": {
  8220. "type": "string",
  8221. "example": "支付凭证"
  8222. },
  8223. "memo": {
  8224. "type": "string",
  8225. "example": "备注"
  8226. },
  8227. "pay_method": {
  8228. "type": "string",
  8229. "example": "支付方式 0对私 1对公"
  8230. },
  8231. "uid": {
  8232. "type": "string"
  8233. }
  8234. }
  8235. },
  8236. "md.FinancialDynamicsMediumTotalReq": {
  8237. "type": "object",
  8238. "properties": {
  8239. "end_time": {
  8240. "type": "string"
  8241. },
  8242. "start_time": {
  8243. "type": "string",
  8244. "example": "2024-08-29 00:00:00"
  8245. },
  8246. "uid": {
  8247. "type": "string",
  8248. "example": ""
  8249. }
  8250. }
  8251. },
  8252. "md.FinancialDynamicsMediumTotalRes": {
  8253. "type": "object",
  8254. "properties": {
  8255. "all_amount": {
  8256. "type": "string",
  8257. "example": "预付总金额"
  8258. },
  8259. "balance_amount": {
  8260. "type": "string",
  8261. "example": "账户余额"
  8262. },
  8263. "pay_count": {
  8264. "type": "string",
  8265. "example": "预付次数"
  8266. },
  8267. "use_amount": {
  8268. "type": "string",
  8269. "example": "已消耗金额"
  8270. }
  8271. }
  8272. },
  8273. "md.ImgReqUpload": {
  8274. "type": "object",
  8275. "properties": {
  8276. "dir": {
  8277. "type": "string"
  8278. },
  8279. "file_name": {
  8280. "type": "string"
  8281. },
  8282. "file_size": {
  8283. "description": "文件大小, 单位byte",
  8284. "type": "integer"
  8285. }
  8286. }
  8287. },
  8288. "md.IndexAppListData": {
  8289. "type": "object",
  8290. "properties": {
  8291. "list": {
  8292. "type": "array",
  8293. "items": {
  8294. "$ref": "#/definitions/md.IndexAppListDataList"
  8295. }
  8296. },
  8297. "logo": {
  8298. "type": "string"
  8299. },
  8300. "name": {
  8301. "type": "string"
  8302. },
  8303. "table_list": {
  8304. "type": "array",
  8305. "items": {
  8306. "type": "string"
  8307. }
  8308. }
  8309. }
  8310. },
  8311. "md.IndexAppListDataList": {
  8312. "type": "object",
  8313. "properties": {
  8314. "bili": {
  8315. "type": "string"
  8316. },
  8317. "name": {
  8318. "type": "string"
  8319. },
  8320. "type": {
  8321. "type": "string"
  8322. },
  8323. "value": {
  8324. "type": "string"
  8325. }
  8326. }
  8327. },
  8328. "md.IndexAppListReq": {
  8329. "type": "object",
  8330. "properties": {
  8331. "end_date": {
  8332. "type": "string",
  8333. "example": "2024-08-30"
  8334. },
  8335. "name": {
  8336. "type": "string"
  8337. },
  8338. "sort": {
  8339. "type": "string",
  8340. "example": "排序"
  8341. },
  8342. "start_date": {
  8343. "type": "string",
  8344. "example": "2024-08-30"
  8345. }
  8346. }
  8347. },
  8348. "md.IndexAppListRes": {
  8349. "type": "object",
  8350. "properties": {
  8351. "app_id": {
  8352. "type": "array",
  8353. "items": {
  8354. "type": "string"
  8355. }
  8356. },
  8357. "list": {
  8358. "type": "array",
  8359. "items": {
  8360. "$ref": "#/definitions/md.IndexAppListData"
  8361. }
  8362. },
  8363. "sort": {
  8364. "type": "array",
  8365. "items": {
  8366. "$ref": "#/definitions/md.SelectData"
  8367. }
  8368. }
  8369. }
  8370. },
  8371. "md.IndexAppListTableReq": {
  8372. "type": "object",
  8373. "properties": {
  8374. "app_id": {
  8375. "type": "array",
  8376. "items": {
  8377. "type": "string"
  8378. }
  8379. },
  8380. "end_date": {
  8381. "type": "string",
  8382. "example": "2024-08-30"
  8383. },
  8384. "start_date": {
  8385. "type": "string",
  8386. "example": "2024-08-30"
  8387. }
  8388. }
  8389. },
  8390. "md.Invoice": {
  8391. "type": "object",
  8392. "properties": {
  8393. "count": {
  8394. "type": "string"
  8395. },
  8396. "file": {
  8397. "type": "array",
  8398. "items": {
  8399. "$ref": "#/definitions/md.InvoiceFile"
  8400. }
  8401. },
  8402. "time": {
  8403. "type": "string"
  8404. },
  8405. "type": {
  8406. "type": "string"
  8407. }
  8408. }
  8409. },
  8410. "md.InvoiceFile": {
  8411. "type": "object",
  8412. "properties": {
  8413. "state": {
  8414. "type": "string",
  8415. "example": "0待确认 1审核通过 2审核失败"
  8416. },
  8417. "url": {
  8418. "type": "string"
  8419. }
  8420. }
  8421. },
  8422. "md.InvoiceReq": {
  8423. "type": "object",
  8424. "properties": {
  8425. "file": {
  8426. "type": "array",
  8427. "items": {
  8428. "$ref": "#/definitions/md.InvoiceFile"
  8429. }
  8430. },
  8431. "id": {
  8432. "type": "string",
  8433. "example": "列表id"
  8434. },
  8435. "state": {
  8436. "type": "string",
  8437. "example": "1审核通过 2审核失败"
  8438. }
  8439. }
  8440. },
  8441. "md.LoginReq": {
  8442. "type": "object",
  8443. "required": [
  8444. "password",
  8445. "username"
  8446. ],
  8447. "properties": {
  8448. "code": {
  8449. "type": "string",
  8450. "example": "验证码"
  8451. },
  8452. "password": {
  8453. "type": "string",
  8454. "example": "登录密码"
  8455. },
  8456. "username": {
  8457. "type": "string",
  8458. "example": "登录账号"
  8459. }
  8460. }
  8461. },
  8462. "md.LoginResponse": {
  8463. "type": "object",
  8464. "properties": {
  8465. "token": {
  8466. "type": "string"
  8467. }
  8468. }
  8469. },
  8470. "md.MediumDivisionStrategy": {
  8471. "type": "object",
  8472. "properties": {
  8473. "agent_revenue": {
  8474. "type": "string",
  8475. "example": "代理收益"
  8476. },
  8477. "agent_revenue_rate": {
  8478. "type": "string",
  8479. "example": "代理收益百分比"
  8480. },
  8481. "agreement_sharing": {
  8482. "type": "string",
  8483. "example": "协议分成"
  8484. },
  8485. "agreement_sharing_rate": {
  8486. "type": "string",
  8487. "example": "协议分成百分比"
  8488. },
  8489. "commission_retention": {
  8490. "type": "string",
  8491. "example": "佣金留存"
  8492. },
  8493. "commission_retention_rate": {
  8494. "type": "string",
  8495. "example": "佣金留存百分比"
  8496. },
  8497. "ecpm": {
  8498. "type": "string",
  8499. "example": "现-ecpm(元)"
  8500. },
  8501. "exposure_count": {
  8502. "type": "string",
  8503. "example": "曝光量"
  8504. },
  8505. "extra_revenue": {
  8506. "type": "string",
  8507. "example": "额外收益"
  8508. },
  8509. "extra_revenue_rate": {
  8510. "type": "string",
  8511. "example": "额外收益百分比"
  8512. },
  8513. "media_revenue": {
  8514. "type": "string",
  8515. "example": "媒体收益"
  8516. },
  8517. "media_revenue_rate": {
  8518. "type": "string",
  8519. "example": "媒体收益百分比"
  8520. },
  8521. "old_ecpm": {
  8522. "type": "string",
  8523. "example": "原-ecpm(元)"
  8524. },
  8525. "platform_retention": {
  8526. "type": "string",
  8527. "example": "平台留存"
  8528. },
  8529. "platform_retention_rate": {
  8530. "type": "string",
  8531. "example": "平台留存百分比"
  8532. }
  8533. }
  8534. },
  8535. "md.MediumListData": {
  8536. "type": "object",
  8537. "properties": {
  8538. "account": {
  8539. "type": "string",
  8540. "example": "媒体账号"
  8541. },
  8542. "business_license_address": {
  8543. "type": "string",
  8544. "example": "营业执照地址"
  8545. },
  8546. "business_license_img": {
  8547. "type": "string",
  8548. "example": "营业执照图片"
  8549. },
  8550. "company_name": {
  8551. "type": "string",
  8552. "example": "公司名称"
  8553. },
  8554. "id": {
  8555. "type": "string",
  8556. "example": "id"
  8557. },
  8558. "legal_representative": {
  8559. "type": "string",
  8560. "example": "法定代表人"
  8561. },
  8562. "medium_id": {
  8563. "type": "string",
  8564. "example": "媒体id"
  8565. },
  8566. "memo": {
  8567. "type": "string",
  8568. "example": "备注 审核时填写的"
  8569. },
  8570. "state": {
  8571. "type": "string",
  8572. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8573. },
  8574. "unified_social_credit_code": {
  8575. "type": "string",
  8576. "example": "统一社会信用代码"
  8577. }
  8578. }
  8579. },
  8580. "md.MediumListDelReq": {
  8581. "type": "object",
  8582. "properties": {
  8583. "id": {
  8584. "type": "string",
  8585. "example": "列表id"
  8586. }
  8587. }
  8588. },
  8589. "md.MediumListReq": {
  8590. "type": "object",
  8591. "properties": {
  8592. "id": {
  8593. "type": "string"
  8594. },
  8595. "limit": {
  8596. "type": "string"
  8597. },
  8598. "name": {
  8599. "type": "string"
  8600. },
  8601. "page": {
  8602. "type": "string"
  8603. },
  8604. "state": {
  8605. "type": "string"
  8606. }
  8607. }
  8608. },
  8609. "md.MediumListRes": {
  8610. "type": "object",
  8611. "properties": {
  8612. "list": {
  8613. "type": "array",
  8614. "items": {
  8615. "$ref": "#/definitions/md.MediumListData"
  8616. }
  8617. },
  8618. "state": {
  8619. "type": "array",
  8620. "items": {
  8621. "$ref": "#/definitions/md.SelectData"
  8622. }
  8623. },
  8624. "total": {
  8625. "type": "integer"
  8626. }
  8627. }
  8628. },
  8629. "md.MediumListSaveReq": {
  8630. "type": "object",
  8631. "properties": {
  8632. "medium_id": {
  8633. "type": "string"
  8634. },
  8635. "username": {
  8636. "type": "string"
  8637. }
  8638. }
  8639. },
  8640. "md.MediumQualificationBankData": {
  8641. "type": "object",
  8642. "properties": {
  8643. "account": {
  8644. "type": "string",
  8645. "example": "账号"
  8646. },
  8647. "bank": {
  8648. "type": "string",
  8649. "example": "开户银行"
  8650. },
  8651. "bank_branch": {
  8652. "type": "string",
  8653. "example": "开户银行分行"
  8654. },
  8655. "bank_no": {
  8656. "type": "string",
  8657. "example": "银行卡号"
  8658. },
  8659. "company_name": {
  8660. "type": "string",
  8661. "example": "公司名称"
  8662. },
  8663. "currency_conf": {
  8664. "type": "string",
  8665. "example": "结算币种 0人民币"
  8666. },
  8667. "id": {
  8668. "type": "string",
  8669. "example": "id"
  8670. },
  8671. "kind": {
  8672. "type": "string",
  8673. "example": "类型(1:企业 2:个人)"
  8674. },
  8675. "licence": {
  8676. "type": "string",
  8677. "example": "开户许可证"
  8678. },
  8679. "medium_id": {
  8680. "type": "string",
  8681. "example": "代理id"
  8682. },
  8683. "memo": {
  8684. "type": "string",
  8685. "example": "备注 审核时填写的"
  8686. },
  8687. "state": {
  8688. "type": "string",
  8689. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8690. },
  8691. "unified_social_credit_code": {
  8692. "type": "string",
  8693. "example": "统一社会信用代码"
  8694. }
  8695. }
  8696. },
  8697. "md.MediumQualificationBankRes": {
  8698. "type": "object",
  8699. "properties": {
  8700. "currency_conf": {
  8701. "type": "array",
  8702. "items": {
  8703. "$ref": "#/definitions/md.SelectData"
  8704. }
  8705. },
  8706. "list": {
  8707. "type": "array",
  8708. "items": {
  8709. "$ref": "#/definitions/md.MediumQualificationBankData"
  8710. }
  8711. },
  8712. "state": {
  8713. "type": "array",
  8714. "items": {
  8715. "$ref": "#/definitions/md.SelectData"
  8716. }
  8717. },
  8718. "total": {
  8719. "type": "integer"
  8720. },
  8721. "type": {
  8722. "type": "array",
  8723. "items": {
  8724. "$ref": "#/definitions/md.SelectData"
  8725. }
  8726. }
  8727. }
  8728. },
  8729. "md.MediumQualificationContactData": {
  8730. "type": "object",
  8731. "properties": {
  8732. "account": {
  8733. "type": "string",
  8734. "example": "账号"
  8735. },
  8736. "address": {
  8737. "type": "string",
  8738. "example": "联系地址"
  8739. },
  8740. "company_name": {
  8741. "type": "string",
  8742. "example": "公司名称"
  8743. },
  8744. "email": {
  8745. "type": "string",
  8746. "example": "邮箱地址"
  8747. },
  8748. "id": {
  8749. "type": "string",
  8750. "example": "id"
  8751. },
  8752. "kind": {
  8753. "type": "string",
  8754. "example": "类型(1:企业 2:个人)"
  8755. },
  8756. "medium_id": {
  8757. "type": "string",
  8758. "example": "代理id"
  8759. },
  8760. "memo": {
  8761. "type": "string",
  8762. "example": "备注 审核时填写的"
  8763. },
  8764. "name": {
  8765. "type": "string",
  8766. "example": "联系人"
  8767. },
  8768. "phone": {
  8769. "type": "string",
  8770. "example": "联系电话"
  8771. },
  8772. "state": {
  8773. "type": "string",
  8774. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8775. }
  8776. }
  8777. },
  8778. "md.MediumQualificationContactRes": {
  8779. "type": "object",
  8780. "properties": {
  8781. "list": {
  8782. "type": "array",
  8783. "items": {
  8784. "$ref": "#/definitions/md.MediumQualificationContactData"
  8785. }
  8786. },
  8787. "state": {
  8788. "type": "array",
  8789. "items": {
  8790. "$ref": "#/definitions/md.SelectData"
  8791. }
  8792. },
  8793. "total": {
  8794. "type": "integer"
  8795. }
  8796. }
  8797. },
  8798. "md.MediumQualificationEnterpriseAuditReq": {
  8799. "type": "object",
  8800. "properties": {
  8801. "medium_id": {
  8802. "type": "string"
  8803. },
  8804. "memo": {
  8805. "type": "string"
  8806. },
  8807. "state": {
  8808. "type": "string"
  8809. }
  8810. }
  8811. },
  8812. "md.MediumQualificationEnterpriseData": {
  8813. "type": "object",
  8814. "properties": {
  8815. "account": {
  8816. "type": "string",
  8817. "example": "账号"
  8818. },
  8819. "business_license_address": {
  8820. "type": "string",
  8821. "example": "营业执照地址"
  8822. },
  8823. "business_license_img_url": {
  8824. "type": "string",
  8825. "example": "营业执照照片"
  8826. },
  8827. "certificate_first_type": {
  8828. "type": "string",
  8829. "example": "证件类型 1级类目id"
  8830. },
  8831. "certificate_type": {
  8832. "type": "string",
  8833. "example": "证件类型 2级类目id"
  8834. },
  8835. "certificate_validity": {
  8836. "type": "string",
  8837. "example": "证件有效期"
  8838. },
  8839. "company_abbreviation": {
  8840. "type": "string",
  8841. "example": "公司简称"
  8842. },
  8843. "company_name": {
  8844. "type": "string",
  8845. "example": "公司名称"
  8846. },
  8847. "country_region": {
  8848. "type": "string",
  8849. "example": "国家地区"
  8850. },
  8851. "country_region_id": {
  8852. "type": "string",
  8853. "example": "国家地区id"
  8854. },
  8855. "id": {
  8856. "type": "string",
  8857. "example": "状态选择"
  8858. },
  8859. "kind": {
  8860. "type": "string",
  8861. "example": "类型(1:企业 2:个人)"
  8862. },
  8863. "legal_representative": {
  8864. "type": "string",
  8865. "example": "法定代表人"
  8866. },
  8867. "medium_id": {
  8868. "type": "string",
  8869. "example": "代理id"
  8870. },
  8871. "memo": {
  8872. "type": "string",
  8873. "example": "备注 审核时填写的"
  8874. },
  8875. "registered_address": {
  8876. "type": "string",
  8877. "example": "注册地址"
  8878. },
  8879. "registered_address_city_id": {
  8880. "type": "string",
  8881. "example": "注册地址-市id"
  8882. },
  8883. "registered_address_country_id": {
  8884. "type": "string",
  8885. "example": "注册地址-国家id"
  8886. },
  8887. "registered_address_county_id": {
  8888. "type": "string",
  8889. "example": "注册地址-县/区id"
  8890. },
  8891. "registered_address_province_id": {
  8892. "type": "string",
  8893. "example": "册地址-省份id"
  8894. },
  8895. "state": {
  8896. "type": "string",
  8897. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8898. },
  8899. "unified_social_credit_code": {
  8900. "type": "string",
  8901. "example": "统一社会信用代码"
  8902. },
  8903. "uuid": {
  8904. "type": "string",
  8905. "example": "站长id"
  8906. }
  8907. }
  8908. },
  8909. "md.MediumQualificationEnterpriseReq": {
  8910. "type": "object",
  8911. "properties": {
  8912. "limit": {
  8913. "type": "string"
  8914. },
  8915. "name": {
  8916. "type": "string"
  8917. },
  8918. "page": {
  8919. "type": "string"
  8920. },
  8921. "state": {
  8922. "type": "string"
  8923. }
  8924. }
  8925. },
  8926. "md.MediumQualificationEnterpriseRes": {
  8927. "type": "object",
  8928. "properties": {
  8929. "list": {
  8930. "type": "array",
  8931. "items": {
  8932. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  8933. }
  8934. },
  8935. "state": {
  8936. "type": "array",
  8937. "items": {
  8938. "$ref": "#/definitions/md.SelectData"
  8939. }
  8940. },
  8941. "total": {
  8942. "type": "integer"
  8943. },
  8944. "type": {
  8945. "type": "array",
  8946. "items": {
  8947. "$ref": "#/definitions/md.SelectData"
  8948. }
  8949. }
  8950. }
  8951. },
  8952. "md.OtherIncomeReq": {
  8953. "type": "object",
  8954. "properties": {
  8955. "amount": {
  8956. "type": "string",
  8957. "example": "其他收益"
  8958. },
  8959. "id": {
  8960. "type": "string",
  8961. "example": "列表id"
  8962. }
  8963. }
  8964. },
  8965. "md.QiNiuBucketRegion": {
  8966. "type": "object",
  8967. "properties": {
  8968. "region_domain": {
  8969. "type": "string",
  8970. "example": "区域域名"
  8971. },
  8972. "region_id": {
  8973. "type": "string",
  8974. "example": "区域id"
  8975. },
  8976. "region_name": {
  8977. "type": "string",
  8978. "example": "区域名称"
  8979. }
  8980. }
  8981. },
  8982. "md.RegisterForAgentReq": {
  8983. "type": "object",
  8984. "required": [
  8985. "password",
  8986. "phone"
  8987. ],
  8988. "properties": {
  8989. "code": {
  8990. "type": "string",
  8991. "example": "验证码"
  8992. },
  8993. "password": {
  8994. "type": "string",
  8995. "example": "登录密码"
  8996. },
  8997. "phone": {
  8998. "type": "string",
  8999. "example": "登录账号"
  9000. }
  9001. }
  9002. },
  9003. "md.RegisterForMediumReq": {
  9004. "type": "object",
  9005. "required": [
  9006. "password",
  9007. "phone"
  9008. ],
  9009. "properties": {
  9010. "code": {
  9011. "type": "string",
  9012. "example": "验证码"
  9013. },
  9014. "password": {
  9015. "type": "string",
  9016. "example": "登录密码"
  9017. },
  9018. "phone": {
  9019. "type": "string",
  9020. "example": "登录账号"
  9021. }
  9022. }
  9023. },
  9024. "md.Response": {
  9025. "type": "object",
  9026. "properties": {
  9027. "code": {
  9028. "type": "string",
  9029. "example": "响应码"
  9030. },
  9031. "data": {
  9032. "description": "内容"
  9033. },
  9034. "msg": {
  9035. "type": "string",
  9036. "example": "具体错误原因"
  9037. }
  9038. }
  9039. },
  9040. "md.RoleBindPermissionGroupReq": {
  9041. "type": "object",
  9042. "required": [
  9043. "role_id"
  9044. ],
  9045. "properties": {
  9046. "permission_ids": {
  9047. "type": "array",
  9048. "items": {
  9049. "type": "integer"
  9050. }
  9051. },
  9052. "role_id": {
  9053. "type": "integer"
  9054. }
  9055. }
  9056. },
  9057. "md.SelectData": {
  9058. "type": "object",
  9059. "properties": {
  9060. "name": {
  9061. "type": "string",
  9062. "example": "名称"
  9063. },
  9064. "value": {
  9065. "type": "string",
  9066. "example": "值"
  9067. }
  9068. }
  9069. },
  9070. "md.SetLogoReq": {
  9071. "type": "object",
  9072. "properties": {
  9073. "agent_login_logo": {
  9074. "type": "string"
  9075. },
  9076. "agent_logo": {
  9077. "type": "string"
  9078. },
  9079. "medium_login_logo": {
  9080. "type": "string"
  9081. },
  9082. "medium_logo": {
  9083. "type": "string"
  9084. }
  9085. }
  9086. },
  9087. "md.SetLogoResp": {
  9088. "type": "object",
  9089. "properties": {
  9090. "data": {
  9091. "description": "数据内容",
  9092. "allOf": [
  9093. {
  9094. "$ref": "#/definitions/md.SetLogoReq"
  9095. }
  9096. ]
  9097. }
  9098. }
  9099. },
  9100. "md.SetMobReq": {
  9101. "type": "object",
  9102. "properties": {
  9103. "mob_app_key": {
  9104. "type": "string"
  9105. },
  9106. "mob_app_secret": {
  9107. "type": "string"
  9108. }
  9109. }
  9110. },
  9111. "md.SetOssReq": {
  9112. "type": "object",
  9113. "required": [
  9114. "file_access_key",
  9115. "file_bucket",
  9116. "file_bucket_host",
  9117. "file_bucket_region",
  9118. "file_secret_key"
  9119. ],
  9120. "properties": {
  9121. "file_access_key": {
  9122. "type": "string",
  9123. "example": "对象存储AccessToken"
  9124. },
  9125. "file_bucket": {
  9126. "type": "string",
  9127. "example": "对象存储bucket(空间)"
  9128. },
  9129. "file_bucket_host": {
  9130. "type": "string",
  9131. "example": "对象存储域名"
  9132. },
  9133. "file_bucket_region": {
  9134. "type": "string",
  9135. "example": "文件所属区域"
  9136. },
  9137. "file_secret_key": {
  9138. "type": "string",
  9139. "example": "对象存储SecretToken"
  9140. }
  9141. }
  9142. },
  9143. "md.SetOssResp": {
  9144. "type": "object",
  9145. "properties": {
  9146. "data": {
  9147. "description": "数据内容",
  9148. "allOf": [
  9149. {
  9150. "$ref": "#/definitions/md.SetOssReq"
  9151. }
  9152. ]
  9153. },
  9154. "qi_niu_bucket_region_list": {
  9155. "description": "七牛云存储区域列表",
  9156. "type": "array",
  9157. "items": {
  9158. "$ref": "#/definitions/md.QiNiuBucketRegion"
  9159. }
  9160. }
  9161. }
  9162. },
  9163. "md.SetSeoReq": {
  9164. "type": "object",
  9165. "properties": {
  9166. "seo_agent_logo": {
  9167. "type": "string"
  9168. },
  9169. "seo_agent_title": {
  9170. "type": "string"
  9171. },
  9172. "seo_medium_logo": {
  9173. "type": "string"
  9174. },
  9175. "seo_medium_title": {
  9176. "type": "string"
  9177. },
  9178. "seo_platform_logo": {
  9179. "type": "string"
  9180. },
  9181. "seo_platform_title": {
  9182. "type": "string"
  9183. }
  9184. }
  9185. },
  9186. "md.SetSeoResp": {
  9187. "type": "object",
  9188. "properties": {
  9189. "data": {
  9190. "description": "数据内容",
  9191. "allOf": [
  9192. {
  9193. "$ref": "#/definitions/md.SetSeoReq"
  9194. }
  9195. ]
  9196. }
  9197. }
  9198. },
  9199. "md.SettleCenterDataData": {
  9200. "type": "object",
  9201. "properties": {
  9202. "account": {
  9203. "type": "string"
  9204. },
  9205. "id": {
  9206. "type": "string"
  9207. },
  9208. "name": {
  9209. "type": "string"
  9210. },
  9211. "settle_type": {
  9212. "type": "string"
  9213. },
  9214. "update_at": {
  9215. "type": "string"
  9216. }
  9217. }
  9218. },
  9219. "md.SettleCenterDataDetailData": {
  9220. "type": "object",
  9221. "properties": {
  9222. "all_income": {
  9223. "type": "string",
  9224. "example": "总计"
  9225. },
  9226. "basic_income": {
  9227. "type": "string",
  9228. "example": "基础收益"
  9229. },
  9230. "business_kind": {
  9231. "type": "string",
  9232. "example": "业务类型(1:广告合作)"
  9233. },
  9234. "other_income": {
  9235. "type": "string",
  9236. "example": "其他收益"
  9237. },
  9238. "pay_state": {
  9239. "type": "string",
  9240. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  9241. },
  9242. "settle_type": {
  9243. "type": "string",
  9244. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  9245. },
  9246. "state": {
  9247. "type": "string",
  9248. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  9249. },
  9250. "time_str": {
  9251. "type": "string",
  9252. "example": "业务时间"
  9253. }
  9254. }
  9255. },
  9256. "md.SettleCenterDataDetailReq": {
  9257. "type": "object",
  9258. "properties": {
  9259. "end_time": {
  9260. "type": "string"
  9261. },
  9262. "id": {
  9263. "type": "string"
  9264. },
  9265. "limit": {
  9266. "type": "string"
  9267. },
  9268. "page": {
  9269. "type": "string"
  9270. },
  9271. "start_time": {
  9272. "type": "string",
  9273. "example": "2024-08-29"
  9274. }
  9275. }
  9276. },
  9277. "md.SettleCenterDataDetailRes": {
  9278. "type": "object",
  9279. "properties": {
  9280. "business_kind": {
  9281. "type": "array",
  9282. "items": {
  9283. "$ref": "#/definitions/md.SelectData"
  9284. }
  9285. },
  9286. "list": {
  9287. "type": "array",
  9288. "items": {
  9289. "$ref": "#/definitions/md.SettleCenterDataDetailData"
  9290. }
  9291. },
  9292. "settle_pay_state": {
  9293. "type": "array",
  9294. "items": {
  9295. "$ref": "#/definitions/md.SelectData"
  9296. }
  9297. },
  9298. "settle_state": {
  9299. "type": "array",
  9300. "items": {
  9301. "$ref": "#/definitions/md.SelectData"
  9302. }
  9303. },
  9304. "settle_type": {
  9305. "type": "array",
  9306. "items": {
  9307. "$ref": "#/definitions/md.SelectData"
  9308. }
  9309. },
  9310. "total": {
  9311. "type": "integer"
  9312. }
  9313. }
  9314. },
  9315. "md.SettleCenterDataReq": {
  9316. "type": "object",
  9317. "properties": {
  9318. "account": {
  9319. "type": "string"
  9320. },
  9321. "limit": {
  9322. "type": "string"
  9323. },
  9324. "name": {
  9325. "type": "string"
  9326. },
  9327. "page": {
  9328. "type": "string"
  9329. },
  9330. "state": {
  9331. "type": "string"
  9332. }
  9333. }
  9334. },
  9335. "md.SettleCenterDataRes": {
  9336. "type": "object",
  9337. "properties": {
  9338. "list": {
  9339. "type": "array",
  9340. "items": {
  9341. "$ref": "#/definitions/md.SettleCenterDataData"
  9342. }
  9343. },
  9344. "state": {
  9345. "type": "array",
  9346. "items": {
  9347. "$ref": "#/definitions/md.SelectData"
  9348. }
  9349. },
  9350. "total": {
  9351. "type": "integer"
  9352. }
  9353. }
  9354. },
  9355. "md.SettleCenterDataSaveReq": {
  9356. "type": "object",
  9357. "properties": {
  9358. "id": {
  9359. "type": "string"
  9360. },
  9361. "settle_type": {
  9362. "type": "string"
  9363. }
  9364. }
  9365. },
  9366. "md.SettleFileReq": {
  9367. "type": "object",
  9368. "properties": {
  9369. "file": {
  9370. "type": "string",
  9371. "example": "七牛云链接 带http"
  9372. },
  9373. "id": {
  9374. "type": "string",
  9375. "example": "列表id"
  9376. }
  9377. }
  9378. },
  9379. "md.ShareIndexResp": {
  9380. "type": "object",
  9381. "properties": {
  9382. "agent_domain": {
  9383. "type": "string",
  9384. "example": "代理分享地址"
  9385. },
  9386. "master_id": {
  9387. "type": "string"
  9388. },
  9389. "medium_domain": {
  9390. "type": "string",
  9391. "example": "媒体分享地址"
  9392. }
  9393. }
  9394. },
  9395. "md.UpdateAdminReq": {
  9396. "type": "object",
  9397. "required": [
  9398. "adm_id",
  9399. "password",
  9400. "username"
  9401. ],
  9402. "properties": {
  9403. "adm_id": {
  9404. "type": "integer"
  9405. },
  9406. "memo": {
  9407. "type": "string"
  9408. },
  9409. "password": {
  9410. "type": "string"
  9411. },
  9412. "username": {
  9413. "type": "string"
  9414. }
  9415. }
  9416. },
  9417. "md.UpdateAdminStateReq": {
  9418. "type": "object",
  9419. "required": [
  9420. "adm_id",
  9421. "state"
  9422. ],
  9423. "properties": {
  9424. "adm_id": {
  9425. "type": "integer"
  9426. },
  9427. "state": {
  9428. "type": "integer"
  9429. }
  9430. }
  9431. },
  9432. "md.UpdateRoleReq": {
  9433. "type": "object",
  9434. "required": [
  9435. "memo",
  9436. "name",
  9437. "role_id"
  9438. ],
  9439. "properties": {
  9440. "label": {
  9441. "type": "string"
  9442. },
  9443. "logo": {
  9444. "type": "string"
  9445. },
  9446. "memo": {
  9447. "type": "string"
  9448. },
  9449. "name": {
  9450. "type": "string"
  9451. },
  9452. "role_id": {
  9453. "type": "integer"
  9454. },
  9455. "seo_logo": {
  9456. "type": "string"
  9457. },
  9458. "seo_title": {
  9459. "type": "string"
  9460. }
  9461. }
  9462. },
  9463. "md.UpdateRoleStateReq": {
  9464. "type": "object",
  9465. "required": [
  9466. "role_id",
  9467. "state"
  9468. ],
  9469. "properties": {
  9470. "role_id": {
  9471. "type": "integer"
  9472. },
  9473. "state": {
  9474. "type": "integer"
  9475. }
  9476. }
  9477. },
  9478. "md.WxOpenGetResp": {
  9479. "type": "object",
  9480. "properties": {
  9481. "aes_key": {
  9482. "type": "string",
  9483. "example": "消息加解密Key"
  9484. },
  9485. "app_secret": {
  9486. "type": "string",
  9487. "example": "appSecret"
  9488. },
  9489. "appid": {
  9490. "type": "string",
  9491. "example": "appid"
  9492. },
  9493. "token": {
  9494. "type": "string",
  9495. "example": "消息校验Token"
  9496. },
  9497. "wx_open_applet_server_domain": {
  9498. "type": "string",
  9499. "example": "微信开放平台-小程序服务器域名"
  9500. },
  9501. "wx_open_authorization_event_receiving_configuration": {
  9502. "type": "string",
  9503. "example": "微信开放平台-授权事件接收配置"
  9504. },
  9505. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  9506. "type": "string",
  9507. "example": "微信开放平台-登录授权的发起页域名"
  9508. },
  9509. "wx_open_message_and_event_reception_configuration": {
  9510. "type": "string",
  9511. "example": "微信开放平台-消息与事件接收配置"
  9512. },
  9513. "wx_open_white_list_ip": {
  9514. "type": "string",
  9515. "example": "微信开放平台-白名单ip"
  9516. }
  9517. }
  9518. },
  9519. "md.WxOpenSetReq": {
  9520. "type": "object",
  9521. "required": [
  9522. "aes_key",
  9523. "app_secret",
  9524. "appid",
  9525. "token"
  9526. ],
  9527. "properties": {
  9528. "aes_key": {
  9529. "type": "string",
  9530. "example": "消息加解密Key"
  9531. },
  9532. "app_secret": {
  9533. "type": "string",
  9534. "example": "appSecret"
  9535. },
  9536. "appid": {
  9537. "type": "string",
  9538. "example": "appid"
  9539. },
  9540. "token": {
  9541. "type": "string",
  9542. "example": "消息校验Token"
  9543. }
  9544. }
  9545. }
  9546. },
  9547. "securityDefinitions": {
  9548. "MasterID": {
  9549. "type": "apiKey",
  9550. "name": "MasterID",
  9551. "in": "header"
  9552. }
  9553. }
  9554. }`
  9555. // SwaggerInfo holds exported Swagger Info so clients can modify it
  9556. var SwaggerInfo = &swag.Spec{
  9557. Version: "1.0",
  9558. Host: "localhost:1002 or xxxx.advertisement.dengbiao.top",
  9559. BasePath: "",
  9560. Schemes: []string{},
  9561. Title: "广告联盟-站长平台",
  9562. Description: "站长后台接口",
  9563. InfoInstanceName: "swagger",
  9564. SwaggerTemplate: docTemplate,
  9565. }
  9566. func init() {
  9567. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  9568. }