广告平台(站长使用)
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

9503 строки
320 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. "数据中心-----OPEN"
  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/original/data/del": {
  590. "post": {
  591. "description": "数据中心-原始数据-删除",
  592. "consumes": [
  593. "application/json"
  594. ],
  595. "produces": [
  596. "application/json"
  597. ],
  598. "tags": [
  599. "数据中心------嘉俊"
  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.DataCenterOriginalDataCommReq"
  617. }
  618. }
  619. ],
  620. "responses": {
  621. "200": {
  622. "description": "具体看返回内容 ",
  623. "schema": {
  624. "type": "string"
  625. }
  626. },
  627. "400": {
  628. "description": "具体错误",
  629. "schema": {
  630. "$ref": "#/definitions/md.Response"
  631. }
  632. }
  633. }
  634. }
  635. },
  636. "/api/dataCenter/original/data/doing": {
  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.DataCenterDataCenterOriginalDataDoingReq"
  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/list": {
  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.DataCenterOriginalDataReq"
  711. }
  712. }
  713. ],
  714. "responses": {
  715. "200": {
  716. "description": "具体看返回内容 这是data里面的数据",
  717. "schema": {
  718. "$ref": "#/definitions/md.DataCenterOriginalDataRes"
  719. }
  720. },
  721. "400": {
  722. "description": "具体错误",
  723. "schema": {
  724. "$ref": "#/definitions/md.Response"
  725. }
  726. }
  727. }
  728. }
  729. },
  730. "/api/dataCenter/original/data/more/application": {
  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.DataCenterOriginalDataMoreApplicationReq"
  758. }
  759. }
  760. ],
  761. "responses": {
  762. "200": {
  763. "description": "具体看返回内容 这是data里面的数据",
  764. "schema": {
  765. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationRes"
  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/doing": {
  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.DataCenterOriginalDataMoreApplicationDoingReq"
  805. }
  806. }
  807. ],
  808. "responses": {
  809. "200": {
  810. "description": "具体看返回内容 ",
  811. "schema": {
  812. "type": "string"
  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/state": {
  825. "get": {
  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. "responses": {
  847. "200": {
  848. "description": "具体看返回内容 state=1 进行中",
  849. "schema": {
  850. "type": "string"
  851. }
  852. },
  853. "400": {
  854. "description": "具体错误",
  855. "schema": {
  856. "$ref": "#/definitions/md.Response"
  857. }
  858. }
  859. }
  860. }
  861. },
  862. "/api/dataCenter/original/data/one/application": {
  863. "get": {
  864. "description": "数据中心-原始数据-单个导入应用列表",
  865. "consumes": [
  866. "application/json"
  867. ],
  868. "produces": [
  869. "application/json"
  870. ],
  871. "tags": [
  872. "数据中心------嘉俊"
  873. ],
  874. "summary": "原始数据-单个导入应用列表",
  875. "parameters": [
  876. {
  877. "type": "string",
  878. "description": "验证参数Bearer和token空格拼接",
  879. "name": "Authorization",
  880. "in": "header",
  881. "required": true
  882. }
  883. ],
  884. "responses": {
  885. "200": {
  886. "description": "具体看返回内容 这是data里面的数据",
  887. "schema": {
  888. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationRes"
  889. }
  890. },
  891. "400": {
  892. "description": "具体错误",
  893. "schema": {
  894. "$ref": "#/definitions/md.Response"
  895. }
  896. }
  897. }
  898. }
  899. },
  900. "/api/dataCenter/original/data/one/application/ad/list": {
  901. "post": {
  902. "description": "数据中心-原始数据-单个导入应用-广告位列表",
  903. "consumes": [
  904. "application/json"
  905. ],
  906. "produces": [
  907. "application/json"
  908. ],
  909. "tags": [
  910. "数据中心------嘉俊"
  911. ],
  912. "summary": "原始数据-单个导入应用-广告位列表",
  913. "parameters": [
  914. {
  915. "type": "string",
  916. "description": "验证参数Bearer和token空格拼接",
  917. "name": "Authorization",
  918. "in": "header",
  919. "required": true
  920. },
  921. {
  922. "description": "请求参数",
  923. "name": "args",
  924. "in": "body",
  925. "required": true,
  926. "schema": {
  927. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListReq"
  928. }
  929. }
  930. ],
  931. "responses": {
  932. "200": {
  933. "description": "具体看返回内容 这是data里面的数据",
  934. "schema": {
  935. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListRes"
  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/doing": {
  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.DataCenterOriginalDataOneApplicationDoingReq"
  975. }
  976. }
  977. ],
  978. "responses": {
  979. "200": {
  980. "description": "具体看返回内容 ",
  981. "schema": {
  982. "type": "string"
  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/state": {
  995. "get": {
  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. "responses": {
  1017. "200": {
  1018. "description": "具体看返回内容 state=1 进行中",
  1019. "schema": {
  1020. "type": "string"
  1021. }
  1022. },
  1023. "400": {
  1024. "description": "具体错误",
  1025. "schema": {
  1026. "$ref": "#/definitions/md.Response"
  1027. }
  1028. }
  1029. }
  1030. }
  1031. },
  1032. "/api/dataCenter/original/data/one/application/total": {
  1033. "post": {
  1034. "description": "数据中心-原始数据-单个应用数据统计",
  1035. "consumes": [
  1036. "application/json"
  1037. ],
  1038. "produces": [
  1039. "application/json"
  1040. ],
  1041. "tags": [
  1042. "数据中心------嘉俊"
  1043. ],
  1044. "summary": "原始数据-单个应用数据统计",
  1045. "parameters": [
  1046. {
  1047. "type": "string",
  1048. "description": "验证参数Bearer和token空格拼接",
  1049. "name": "Authorization",
  1050. "in": "header",
  1051. "required": true
  1052. },
  1053. {
  1054. "description": "请求参数",
  1055. "name": "args",
  1056. "in": "body",
  1057. "required": true,
  1058. "schema": {
  1059. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  1060. }
  1061. }
  1062. ],
  1063. "responses": {
  1064. "200": {
  1065. "description": "具体看返回内容 ",
  1066. "schema": {
  1067. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingRes"
  1068. }
  1069. },
  1070. "400": {
  1071. "description": "具体错误",
  1072. "schema": {
  1073. "$ref": "#/definitions/md.Response"
  1074. }
  1075. }
  1076. }
  1077. }
  1078. },
  1079. "/api/dataCenter/original/data/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.DataCenterOriginalDataCommReq"
  1107. }
  1108. }
  1109. ],
  1110. "responses": {
  1111. "200": {
  1112. "description": "具体看返回内容 ",
  1113. "schema": {
  1114. "$ref": "#/definitions/md.MediumDivisionStrategy"
  1115. }
  1116. },
  1117. "400": {
  1118. "description": "具体错误",
  1119. "schema": {
  1120. "$ref": "#/definitions/md.Response"
  1121. }
  1122. }
  1123. }
  1124. }
  1125. },
  1126. "/api/divisionStrategy/detail": {
  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.DivisionStrategyDetailReq"
  1154. }
  1155. }
  1156. ],
  1157. "responses": {
  1158. "200": {
  1159. "description": "具体看返回内容 这是data里面的数据",
  1160. "schema": {
  1161. "$ref": "#/definitions/md.DivisionStrategyDetailRes"
  1162. }
  1163. },
  1164. "400": {
  1165. "description": "具体错误",
  1166. "schema": {
  1167. "$ref": "#/definitions/md.Response"
  1168. }
  1169. }
  1170. }
  1171. }
  1172. },
  1173. "/api/divisionStrategy/list": {
  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.DivisionStrategyReq"
  1201. }
  1202. }
  1203. ],
  1204. "responses": {
  1205. "200": {
  1206. "description": "具体看返回内容 这是data里面的数据",
  1207. "schema": {
  1208. "$ref": "#/definitions/md.DivisionStrategyRes"
  1209. }
  1210. },
  1211. "400": {
  1212. "description": "具体错误",
  1213. "schema": {
  1214. "$ref": "#/definitions/md.Response"
  1215. }
  1216. }
  1217. }
  1218. }
  1219. },
  1220. "/api/divisionStrategy/save": {
  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.DivisionStrategyDetailRes"
  1248. }
  1249. }
  1250. ],
  1251. "responses": {
  1252. "200": {
  1253. "description": "具体看返回内容 ",
  1254. "schema": {
  1255. "type": "string"
  1256. }
  1257. },
  1258. "400": {
  1259. "description": "具体错误",
  1260. "schema": {
  1261. "$ref": "#/definitions/md.Response"
  1262. }
  1263. }
  1264. }
  1265. }
  1266. },
  1267. "/api/financeCenter/agent/detail": {
  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.CommDetailReq"
  1295. }
  1296. }
  1297. ],
  1298. "responses": {
  1299. "200": {
  1300. "description": "具体看返回内容 这是data里面的数据",
  1301. "schema": {
  1302. "$ref": "#/definitions/md.FinanceCenterDataAgentDetailRes"
  1303. }
  1304. },
  1305. "400": {
  1306. "description": "具体错误",
  1307. "schema": {
  1308. "$ref": "#/definitions/md.Response"
  1309. }
  1310. }
  1311. }
  1312. }
  1313. },
  1314. "/api/financeCenter/agent/invoice/save": {
  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.InvoiceReq"
  1342. }
  1343. }
  1344. ],
  1345. "responses": {
  1346. "200": {
  1347. "description": "具体看返回内容 这是data里面的数据",
  1348. "schema": {
  1349. "type": "string"
  1350. }
  1351. },
  1352. "400": {
  1353. "description": "具体错误",
  1354. "schema": {
  1355. "$ref": "#/definitions/md.Response"
  1356. }
  1357. }
  1358. }
  1359. }
  1360. },
  1361. "/api/financeCenter/agent/list": {
  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.FinanceCenterDataReq"
  1389. }
  1390. }
  1391. ],
  1392. "responses": {
  1393. "200": {
  1394. "description": "具体看返回内容 这是data里面的数据",
  1395. "schema": {
  1396. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1397. }
  1398. },
  1399. "400": {
  1400. "description": "具体错误",
  1401. "schema": {
  1402. "$ref": "#/definitions/md.Response"
  1403. }
  1404. }
  1405. }
  1406. }
  1407. },
  1408. "/api/financeCenter/agent/other/income/save": {
  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.OtherIncomeReq"
  1436. }
  1437. }
  1438. ],
  1439. "responses": {
  1440. "200": {
  1441. "description": "具体看返回内容 这是data里面的数据",
  1442. "schema": {
  1443. "type": "string"
  1444. }
  1445. },
  1446. "400": {
  1447. "description": "具体错误",
  1448. "schema": {
  1449. "$ref": "#/definitions/md.Response"
  1450. }
  1451. }
  1452. }
  1453. }
  1454. },
  1455. "/api/financeCenter/agent/pay/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.CommDetailReq"
  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/settle/file/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.SettleFileReq"
  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/medium/detail": {
  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.CommDetailReq"
  1577. }
  1578. }
  1579. ],
  1580. "responses": {
  1581. "200": {
  1582. "description": "具体看返回内容 这是data里面的数据",
  1583. "schema": {
  1584. "$ref": "#/definitions/md.FinanceCenterDataDetailRes"
  1585. }
  1586. },
  1587. "400": {
  1588. "description": "具体错误",
  1589. "schema": {
  1590. "$ref": "#/definitions/md.Response"
  1591. }
  1592. }
  1593. }
  1594. }
  1595. },
  1596. "/api/financeCenter/medium/invoice/save": {
  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.InvoiceReq"
  1624. }
  1625. }
  1626. ],
  1627. "responses": {
  1628. "200": {
  1629. "description": "具体看返回内容 这是data里面的数据",
  1630. "schema": {
  1631. "type": "string"
  1632. }
  1633. },
  1634. "400": {
  1635. "description": "具体错误",
  1636. "schema": {
  1637. "$ref": "#/definitions/md.Response"
  1638. }
  1639. }
  1640. }
  1641. }
  1642. },
  1643. "/api/financeCenter/medium/list": {
  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.FinanceCenterDataReq"
  1671. }
  1672. }
  1673. ],
  1674. "responses": {
  1675. "200": {
  1676. "description": "具体看返回内容 这是data里面的数据",
  1677. "schema": {
  1678. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1679. }
  1680. },
  1681. "400": {
  1682. "description": "具体错误",
  1683. "schema": {
  1684. "$ref": "#/definitions/md.Response"
  1685. }
  1686. }
  1687. }
  1688. }
  1689. },
  1690. "/api/financeCenter/medium/other/income/save": {
  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.OtherIncomeReq"
  1718. }
  1719. }
  1720. ],
  1721. "responses": {
  1722. "200": {
  1723. "description": "具体看返回内容 这是data里面的数据",
  1724. "schema": {
  1725. "type": "string"
  1726. }
  1727. },
  1728. "400": {
  1729. "description": "具体错误",
  1730. "schema": {
  1731. "$ref": "#/definitions/md.Response"
  1732. }
  1733. }
  1734. }
  1735. }
  1736. },
  1737. "/api/financeCenter/medium/pay/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.CommDetailReq"
  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/settle/file/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.SettleFileReq"
  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/platform/list": {
  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.FinanceCenterPlatformDataReq"
  1859. }
  1860. }
  1861. ],
  1862. "responses": {
  1863. "200": {
  1864. "description": "具体看返回内容 这是data里面的数据",
  1865. "schema": {
  1866. "$ref": "#/definitions/md.FinanceCenterPlatformDataRes"
  1867. }
  1868. },
  1869. "400": {
  1870. "description": "具体错误",
  1871. "schema": {
  1872. "$ref": "#/definitions/md.Response"
  1873. }
  1874. }
  1875. }
  1876. }
  1877. },
  1878. "/api/financeIndex/app/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.IndexAppListReq"
  1906. }
  1907. }
  1908. ],
  1909. "responses": {
  1910. "200": {
  1911. "description": "具体看返回内容 这是data里面的数据",
  1912. "schema": {
  1913. "$ref": "#/definitions/md.IndexAppListRes"
  1914. }
  1915. },
  1916. "400": {
  1917. "description": "具体错误",
  1918. "schema": {
  1919. "$ref": "#/definitions/md.Response"
  1920. }
  1921. }
  1922. }
  1923. }
  1924. },
  1925. "/api/financeIndex/app/list/table": {
  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.IndexAppListTableReq"
  1953. }
  1954. }
  1955. ],
  1956. "responses": {
  1957. "200": {
  1958. "description": "具体看返回内容 ",
  1959. "schema": {
  1960. "type": "string"
  1961. }
  1962. },
  1963. "400": {
  1964. "description": "具体错误",
  1965. "schema": {
  1966. "$ref": "#/definitions/md.Response"
  1967. }
  1968. }
  1969. }
  1970. }
  1971. },
  1972. "/api/financeIndex/total": {
  1973. "get": {
  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. "responses": {
  1995. "200": {
  1996. "description": "具体看返回内容 这是data里面的数据",
  1997. "schema": {
  1998. "type": "string"
  1999. }
  2000. },
  2001. "400": {
  2002. "description": "具体错误",
  2003. "schema": {
  2004. "$ref": "#/definitions/md.Response"
  2005. }
  2006. }
  2007. }
  2008. }
  2009. },
  2010. "/api/financialDynamics/agent/list": {
  2011. "post": {
  2012. "description": "资产动态-代理预付",
  2013. "consumes": [
  2014. "application/json"
  2015. ],
  2016. "produces": [
  2017. "application/json"
  2018. ],
  2019. "tags": [
  2020. "资产动态------嘉俊"
  2021. ],
  2022. "summary": "代理预付",
  2023. "parameters": [
  2024. {
  2025. "type": "string",
  2026. "description": "验证参数Bearer和token空格拼接",
  2027. "name": "Authorization",
  2028. "in": "header",
  2029. "required": true
  2030. },
  2031. {
  2032. "description": "请求参数",
  2033. "name": "args",
  2034. "in": "body",
  2035. "required": true,
  2036. "schema": {
  2037. "$ref": "#/definitions/md.FinancialDynamicsAgentListReq"
  2038. }
  2039. }
  2040. ],
  2041. "responses": {
  2042. "200": {
  2043. "description": "具体看返回内容 这是data里面的数据",
  2044. "schema": {
  2045. "$ref": "#/definitions/md.FinancialDynamicsAgentListRes"
  2046. }
  2047. },
  2048. "400": {
  2049. "description": "具体错误",
  2050. "schema": {
  2051. "$ref": "#/definitions/md.Response"
  2052. }
  2053. }
  2054. }
  2055. }
  2056. },
  2057. "/api/financialDynamics/agent/save": {
  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.FinancialDynamicsAgentSaveReq"
  2085. }
  2086. }
  2087. ],
  2088. "responses": {
  2089. "200": {
  2090. "description": "具体看返回内容 这是data里面的数据",
  2091. "schema": {
  2092. "type": "string"
  2093. }
  2094. },
  2095. "400": {
  2096. "description": "具体错误",
  2097. "schema": {
  2098. "$ref": "#/definitions/md.Response"
  2099. }
  2100. }
  2101. }
  2102. }
  2103. },
  2104. "/api/financialDynamics/agent/total": {
  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.FinancialDynamicsAgentTotalReq"
  2132. }
  2133. }
  2134. ],
  2135. "responses": {
  2136. "200": {
  2137. "description": "具体看返回内容 这是data里面的数据",
  2138. "schema": {
  2139. "$ref": "#/definitions/md.FinancialDynamicsAgentTotalRes"
  2140. }
  2141. },
  2142. "400": {
  2143. "description": "具体错误",
  2144. "schema": {
  2145. "$ref": "#/definitions/md.Response"
  2146. }
  2147. }
  2148. }
  2149. }
  2150. },
  2151. "/api/financialDynamics/medium/list": {
  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.FinancialDynamicsMediumListReq"
  2179. }
  2180. }
  2181. ],
  2182. "responses": {
  2183. "200": {
  2184. "description": "具体看返回内容 这是data里面的数据",
  2185. "schema": {
  2186. "$ref": "#/definitions/md.FinancialDynamicsMediumListRes"
  2187. }
  2188. },
  2189. "400": {
  2190. "description": "具体错误",
  2191. "schema": {
  2192. "$ref": "#/definitions/md.Response"
  2193. }
  2194. }
  2195. }
  2196. }
  2197. },
  2198. "/api/financialDynamics/medium/save": {
  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.FinancialDynamicsMediumSaveReq"
  2226. }
  2227. }
  2228. ],
  2229. "responses": {
  2230. "200": {
  2231. "description": "具体看返回内容 这是data里面的数据",
  2232. "schema": {
  2233. "type": "string"
  2234. }
  2235. },
  2236. "400": {
  2237. "description": "具体错误",
  2238. "schema": {
  2239. "$ref": "#/definitions/md.Response"
  2240. }
  2241. }
  2242. }
  2243. }
  2244. },
  2245. "/api/financialDynamics/medium/total": {
  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.FinancialDynamicsMediumTotalReq"
  2273. }
  2274. }
  2275. ],
  2276. "responses": {
  2277. "200": {
  2278. "description": "具体看返回内容 这是data里面的数据",
  2279. "schema": {
  2280. "$ref": "#/definitions/md.FinancialDynamicsMediumTotalRes"
  2281. }
  2282. },
  2283. "400": {
  2284. "description": "具体错误",
  2285. "schema": {
  2286. "$ref": "#/definitions/md.Response"
  2287. }
  2288. }
  2289. }
  2290. }
  2291. },
  2292. "/api/index/app/list": {
  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.IndexAppListReq"
  2320. }
  2321. }
  2322. ],
  2323. "responses": {
  2324. "200": {
  2325. "description": "具体看返回内容 这是data里面的数据",
  2326. "schema": {
  2327. "$ref": "#/definitions/md.IndexAppListRes"
  2328. }
  2329. },
  2330. "400": {
  2331. "description": "具体错误",
  2332. "schema": {
  2333. "$ref": "#/definitions/md.Response"
  2334. }
  2335. }
  2336. }
  2337. }
  2338. },
  2339. "/api/index/app/list/table": {
  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.IndexAppListTableReq"
  2367. }
  2368. }
  2369. ],
  2370. "responses": {
  2371. "200": {
  2372. "description": "具体看返回内容 ",
  2373. "schema": {
  2374. "type": "string"
  2375. }
  2376. },
  2377. "400": {
  2378. "description": "具体错误",
  2379. "schema": {
  2380. "$ref": "#/definitions/md.Response"
  2381. }
  2382. }
  2383. }
  2384. }
  2385. },
  2386. "/api/index/base": {
  2387. "get": {
  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. "responses": {
  2409. "200": {
  2410. "description": "具体看返回内容 这是data里面的数据",
  2411. "schema": {
  2412. "type": "string"
  2413. }
  2414. },
  2415. "400": {
  2416. "description": "具体错误",
  2417. "schema": {
  2418. "$ref": "#/definitions/md.Response"
  2419. }
  2420. }
  2421. }
  2422. }
  2423. },
  2424. "/api/index/total": {
  2425. "get": {
  2426. "description": "首页-统计数据",
  2427. "consumes": [
  2428. "application/json"
  2429. ],
  2430. "produces": [
  2431. "application/json"
  2432. ],
  2433. "tags": [
  2434. "首页------嘉俊"
  2435. ],
  2436. "summary": "统计数据",
  2437. "parameters": [
  2438. {
  2439. "type": "string",
  2440. "description": "验证参数Bearer和token空格拼接",
  2441. "name": "Authorization",
  2442. "in": "header",
  2443. "required": true
  2444. }
  2445. ],
  2446. "responses": {
  2447. "200": {
  2448. "description": "具体看返回内容 这是data里面的数据",
  2449. "schema": {
  2450. "type": "string"
  2451. }
  2452. },
  2453. "400": {
  2454. "description": "具体错误",
  2455. "schema": {
  2456. "$ref": "#/definitions/md.Response"
  2457. }
  2458. }
  2459. }
  2460. }
  2461. },
  2462. "/api/login": {
  2463. "post": {
  2464. "description": "登入",
  2465. "consumes": [
  2466. "application/json"
  2467. ],
  2468. "produces": [
  2469. "application/json"
  2470. ],
  2471. "tags": [
  2472. "登录"
  2473. ],
  2474. "summary": "登陆",
  2475. "parameters": [
  2476. {
  2477. "description": "用户名密码",
  2478. "name": "req",
  2479. "in": "body",
  2480. "required": true,
  2481. "schema": {
  2482. "$ref": "#/definitions/md.LoginReq"
  2483. }
  2484. }
  2485. ],
  2486. "responses": {
  2487. "200": {
  2488. "description": "token",
  2489. "schema": {
  2490. "$ref": "#/definitions/md.LoginResponse"
  2491. }
  2492. },
  2493. "400": {
  2494. "description": "具体错误",
  2495. "schema": {
  2496. "$ref": "#/definitions/md.Response"
  2497. }
  2498. }
  2499. }
  2500. }
  2501. },
  2502. "/api/mediumCenter/agent/bind/medium/list": {
  2503. "post": {
  2504. "description": "关联中心-代理绑定媒体列表",
  2505. "consumes": [
  2506. "application/json"
  2507. ],
  2508. "produces": [
  2509. "application/json"
  2510. ],
  2511. "tags": [
  2512. "关联中心------嘉俊"
  2513. ],
  2514. "summary": "代理绑定媒体列表",
  2515. "parameters": [
  2516. {
  2517. "type": "string",
  2518. "description": "验证参数Bearer和token空格拼接",
  2519. "name": "Authorization",
  2520. "in": "header",
  2521. "required": true
  2522. },
  2523. {
  2524. "description": "请求参数",
  2525. "name": "args",
  2526. "in": "body",
  2527. "required": true,
  2528. "schema": {
  2529. "$ref": "#/definitions/md.MediumListReq"
  2530. }
  2531. }
  2532. ],
  2533. "responses": {
  2534. "200": {
  2535. "description": "具体看返回内容 这是data里面的数据",
  2536. "schema": {
  2537. "$ref": "#/definitions/md.MediumListRes"
  2538. }
  2539. },
  2540. "400": {
  2541. "description": "具体错误",
  2542. "schema": {
  2543. "$ref": "#/definitions/md.Response"
  2544. }
  2545. }
  2546. }
  2547. }
  2548. },
  2549. "/api/mediumCenter/agent/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.AgentQualificationEnterpriseReq"
  2577. }
  2578. }
  2579. ],
  2580. "responses": {
  2581. "200": {
  2582. "description": "具体看返回内容 这是data里面的数据",
  2583. "schema": {
  2584. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  2585. }
  2586. },
  2587. "400": {
  2588. "description": "具体错误",
  2589. "schema": {
  2590. "$ref": "#/definitions/md.Response"
  2591. }
  2592. }
  2593. }
  2594. }
  2595. },
  2596. "/api/mediumCenter/applet/application/ad/space/audit": {
  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.AppletApplicationAdSpaceSaveReq"
  2624. }
  2625. }
  2626. ],
  2627. "responses": {
  2628. "200": {
  2629. "description": "具体看返回内容",
  2630. "schema": {
  2631. "type": "string"
  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/list": {
  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.AppletApplicationAdSpaceListReq"
  2671. }
  2672. }
  2673. ],
  2674. "responses": {
  2675. "200": {
  2676. "description": "具体看返回内容---这是data里面的数据",
  2677. "schema": {
  2678. "$ref": "#/definitions/md.AppletApplicationAdSpaceListRes"
  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/medium/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.AppletApplicationAdSpaceMediumListReq"
  2718. }
  2719. }
  2720. ],
  2721. "responses": {
  2722. "200": {
  2723. "description": "具体看返回内容---这是data里面的数据",
  2724. "schema": {
  2725. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListRes"
  2726. }
  2727. },
  2728. "400": {
  2729. "description": "具体错误",
  2730. "schema": {
  2731. "$ref": "#/definitions/md.Response"
  2732. }
  2733. }
  2734. }
  2735. }
  2736. },
  2737. "/api/mediumCenter/applet/application/audit": {
  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.AppletApplicationSaveReq"
  2765. }
  2766. }
  2767. ],
  2768. "responses": {
  2769. "200": {
  2770. "description": "具体看返回内容",
  2771. "schema": {
  2772. "type": "string"
  2773. }
  2774. },
  2775. "400": {
  2776. "description": "具体错误",
  2777. "schema": {
  2778. "$ref": "#/definitions/md.Response"
  2779. }
  2780. }
  2781. }
  2782. }
  2783. },
  2784. "/api/mediumCenter/applet/application/list": {
  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.AppletApplicationListReq"
  2812. }
  2813. }
  2814. ],
  2815. "responses": {
  2816. "200": {
  2817. "description": "具体看返回内容---这是data里面的数据",
  2818. "schema": {
  2819. "$ref": "#/definitions/md.AppletApplicationListRes"
  2820. }
  2821. },
  2822. "400": {
  2823. "description": "具体错误",
  2824. "schema": {
  2825. "$ref": "#/definitions/md.Response"
  2826. }
  2827. }
  2828. }
  2829. }
  2830. },
  2831. "/api/mediumCenter/applet/application/medium/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.AppletApplicationMediumListReq"
  2859. }
  2860. }
  2861. ],
  2862. "responses": {
  2863. "200": {
  2864. "description": "具体看返回内容---这是data里面的数据",
  2865. "schema": {
  2866. "$ref": "#/definitions/md.AppletApplicationMediumListRes"
  2867. }
  2868. },
  2869. "400": {
  2870. "description": "具体错误",
  2871. "schema": {
  2872. "$ref": "#/definitions/md.Response"
  2873. }
  2874. }
  2875. }
  2876. }
  2877. },
  2878. "/api/mediumCenter/medium/bind/agent/del": {
  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.MediumListDelReq"
  2906. }
  2907. }
  2908. ],
  2909. "responses": {
  2910. "200": {
  2911. "description": "具体看返回内容 ",
  2912. "schema": {
  2913. "type": "string"
  2914. }
  2915. },
  2916. "400": {
  2917. "description": "具体错误",
  2918. "schema": {
  2919. "$ref": "#/definitions/md.Response"
  2920. }
  2921. }
  2922. }
  2923. }
  2924. },
  2925. "/api/mediumCenter/medium/bind/agent/list": {
  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.MediumListReq"
  2953. }
  2954. }
  2955. ],
  2956. "responses": {
  2957. "200": {
  2958. "description": "具体看返回内容 这是data里面的数据",
  2959. "schema": {
  2960. "$ref": "#/definitions/md.MediumListRes"
  2961. }
  2962. },
  2963. "400": {
  2964. "description": "具体错误",
  2965. "schema": {
  2966. "$ref": "#/definitions/md.Response"
  2967. }
  2968. }
  2969. }
  2970. }
  2971. },
  2972. "/api/mediumCenter/medium/bind/agent/save": {
  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.MediumListSaveReq"
  3000. }
  3001. }
  3002. ],
  3003. "responses": {
  3004. "200": {
  3005. "description": "具体看返回内容 ",
  3006. "schema": {
  3007. "type": "string"
  3008. }
  3009. },
  3010. "400": {
  3011. "description": "具体错误",
  3012. "schema": {
  3013. "$ref": "#/definitions/md.Response"
  3014. }
  3015. }
  3016. }
  3017. }
  3018. },
  3019. "/api/mediumCenter/medium/list": {
  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.MediumQualificationEnterpriseReq"
  3047. }
  3048. }
  3049. ],
  3050. "responses": {
  3051. "200": {
  3052. "description": "具体看返回内容 这是data里面的数据",
  3053. "schema": {
  3054. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  3055. }
  3056. },
  3057. "400": {
  3058. "description": "具体错误",
  3059. "schema": {
  3060. "$ref": "#/definitions/md.Response"
  3061. }
  3062. }
  3063. }
  3064. }
  3065. },
  3066. "/api/mediumQualification/bank": {
  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.MediumQualificationBankRes"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/mediumQualification/bank/audit": {
  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.MediumQualificationEnterpriseAuditReq"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "具体看返回内容",
  3147. "schema": {
  3148. "type": "string"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/mediumQualification/contact": {
  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.MediumQualificationEnterpriseReq"
  3188. }
  3189. }
  3190. ],
  3191. "responses": {
  3192. "200": {
  3193. "description": "具体看返回内容 这是data里面的数据",
  3194. "schema": {
  3195. "$ref": "#/definitions/md.MediumQualificationContactRes"
  3196. }
  3197. },
  3198. "400": {
  3199. "description": "具体错误",
  3200. "schema": {
  3201. "$ref": "#/definitions/md.Response"
  3202. }
  3203. }
  3204. }
  3205. }
  3206. },
  3207. "/api/mediumQualification/contact/audit": {
  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.MediumQualificationEnterpriseAuditReq"
  3235. }
  3236. }
  3237. ],
  3238. "responses": {
  3239. "200": {
  3240. "description": "具体看返回内容",
  3241. "schema": {
  3242. "type": "string"
  3243. }
  3244. },
  3245. "400": {
  3246. "description": "具体错误",
  3247. "schema": {
  3248. "$ref": "#/definitions/md.Response"
  3249. }
  3250. }
  3251. }
  3252. }
  3253. },
  3254. "/api/mediumQualification/enterprise": {
  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.MediumQualificationEnterpriseReq"
  3282. }
  3283. }
  3284. ],
  3285. "responses": {
  3286. "200": {
  3287. "description": "具体看返回内容 这是data里面的数据",
  3288. "schema": {
  3289. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  3290. }
  3291. },
  3292. "400": {
  3293. "description": "具体错误",
  3294. "schema": {
  3295. "$ref": "#/definitions/md.Response"
  3296. }
  3297. }
  3298. }
  3299. }
  3300. },
  3301. "/api/mediumQualification/enterprise/audit": {
  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.MediumQualificationEnterpriseAuditReq"
  3329. }
  3330. }
  3331. ],
  3332. "responses": {
  3333. "200": {
  3334. "description": "具体看返回内容",
  3335. "schema": {
  3336. "type": "string"
  3337. }
  3338. },
  3339. "400": {
  3340. "description": "具体错误",
  3341. "schema": {
  3342. "$ref": "#/definitions/md.Response"
  3343. }
  3344. }
  3345. }
  3346. }
  3347. },
  3348. "/api/operatorIndex/app/list": {
  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.IndexAppListReq"
  3376. }
  3377. }
  3378. ],
  3379. "responses": {
  3380. "200": {
  3381. "description": "具体看返回内容 这是data里面的数据",
  3382. "schema": {
  3383. "$ref": "#/definitions/md.IndexAppListRes"
  3384. }
  3385. },
  3386. "400": {
  3387. "description": "具体错误",
  3388. "schema": {
  3389. "$ref": "#/definitions/md.Response"
  3390. }
  3391. }
  3392. }
  3393. }
  3394. },
  3395. "/api/operatorIndex/app/list/table": {
  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.IndexAppListTableReq"
  3423. }
  3424. }
  3425. ],
  3426. "responses": {
  3427. "200": {
  3428. "description": "具体看返回内容 ",
  3429. "schema": {
  3430. "type": "string"
  3431. }
  3432. },
  3433. "400": {
  3434. "description": "具体错误",
  3435. "schema": {
  3436. "$ref": "#/definitions/md.Response"
  3437. }
  3438. }
  3439. }
  3440. }
  3441. },
  3442. "/api/operatorIndex/total": {
  3443. "get": {
  3444. "description": "运营首页-统计数据",
  3445. "consumes": [
  3446. "application/json"
  3447. ],
  3448. "produces": [
  3449. "application/json"
  3450. ],
  3451. "tags": [
  3452. "运营首页------嘉俊"
  3453. ],
  3454. "summary": "统计数据",
  3455. "parameters": [
  3456. {
  3457. "type": "string",
  3458. "description": "验证参数Bearer和token空格拼接",
  3459. "name": "Authorization",
  3460. "in": "header",
  3461. "required": true
  3462. }
  3463. ],
  3464. "responses": {
  3465. "200": {
  3466. "description": "具体看返回内容 这是data里面的数据",
  3467. "schema": {
  3468. "type": "string"
  3469. }
  3470. },
  3471. "400": {
  3472. "description": "具体错误",
  3473. "schema": {
  3474. "$ref": "#/definitions/md.Response"
  3475. }
  3476. }
  3477. }
  3478. }
  3479. },
  3480. "/api/qiniuyun/upload": {
  3481. "post": {
  3482. "description": "七牛云-七牛云上传",
  3483. "consumes": [
  3484. "application/json"
  3485. ],
  3486. "produces": [
  3487. "application/json"
  3488. ],
  3489. "tags": [
  3490. "七牛云"
  3491. ],
  3492. "summary": "七牛云上传",
  3493. "parameters": [
  3494. {
  3495. "type": "string",
  3496. "description": "验证参数Bearer和token空格拼接",
  3497. "name": "Authorization",
  3498. "in": "header"
  3499. },
  3500. {
  3501. "description": "请求参数",
  3502. "name": "args",
  3503. "in": "body",
  3504. "required": true,
  3505. "schema": {
  3506. "$ref": "#/definitions/md.ImgReqUpload"
  3507. }
  3508. }
  3509. ],
  3510. "responses": {
  3511. "200": {
  3512. "description": "success",
  3513. "schema": {
  3514. "type": "string"
  3515. }
  3516. },
  3517. "400": {
  3518. "description": "具体错误",
  3519. "schema": {
  3520. "$ref": "#/definitions/md.Response"
  3521. }
  3522. }
  3523. }
  3524. }
  3525. },
  3526. "/api/qualification/select/base": {
  3527. "get": {
  3528. "description": "资质认证-认证下拉框选择内容",
  3529. "consumes": [
  3530. "application/json"
  3531. ],
  3532. "produces": [
  3533. "application/json"
  3534. ],
  3535. "tags": [
  3536. "资质认证------嘉俊"
  3537. ],
  3538. "summary": "认证下拉框选择内容",
  3539. "parameters": [
  3540. {
  3541. "type": "string",
  3542. "description": "验证参数Bearer和token空格拼接",
  3543. "name": "Authorization",
  3544. "in": "header",
  3545. "required": true
  3546. }
  3547. ],
  3548. "responses": {
  3549. "200": {
  3550. "description": "具体看返回内容",
  3551. "schema": {
  3552. "type": "string"
  3553. }
  3554. },
  3555. "400": {
  3556. "description": "具体错误",
  3557. "schema": {
  3558. "$ref": "#/definitions/md.Response"
  3559. }
  3560. }
  3561. }
  3562. }
  3563. },
  3564. "/api/registerForAgent": {
  3565. "post": {
  3566. "description": "注册模块-渠道代理注册",
  3567. "consumes": [
  3568. "application/json"
  3569. ],
  3570. "produces": [
  3571. "application/json"
  3572. ],
  3573. "tags": [
  3574. "注册模块"
  3575. ],
  3576. "summary": "渠道代理注册",
  3577. "parameters": [
  3578. {
  3579. "description": "用户名密码",
  3580. "name": "req",
  3581. "in": "body",
  3582. "required": true,
  3583. "schema": {
  3584. "$ref": "#/definitions/md.RegisterForAgentReq"
  3585. }
  3586. }
  3587. ],
  3588. "responses": {
  3589. "200": {
  3590. "description": "success",
  3591. "schema": {
  3592. "type": "string"
  3593. }
  3594. },
  3595. "400": {
  3596. "description": "具体错误",
  3597. "schema": {
  3598. "$ref": "#/definitions/md.Response"
  3599. }
  3600. }
  3601. }
  3602. }
  3603. },
  3604. "/api/registerForMedium": {
  3605. "post": {
  3606. "description": "注册模块-媒体注册",
  3607. "consumes": [
  3608. "application/json"
  3609. ],
  3610. "produces": [
  3611. "application/json"
  3612. ],
  3613. "tags": [
  3614. "注册模块"
  3615. ],
  3616. "summary": "媒体注册",
  3617. "parameters": [
  3618. {
  3619. "description": "用户名密码",
  3620. "name": "req",
  3621. "in": "body",
  3622. "required": true,
  3623. "schema": {
  3624. "$ref": "#/definitions/md.RegisterForMediumReq"
  3625. }
  3626. }
  3627. ],
  3628. "responses": {
  3629. "200": {
  3630. "description": "success",
  3631. "schema": {
  3632. "type": "string"
  3633. }
  3634. },
  3635. "400": {
  3636. "description": "具体错误",
  3637. "schema": {
  3638. "$ref": "#/definitions/md.Response"
  3639. }
  3640. }
  3641. }
  3642. }
  3643. },
  3644. "/api/role/addAdmin": {
  3645. "post": {
  3646. "description": "权限管理-新增管理员",
  3647. "consumes": [
  3648. "application/json"
  3649. ],
  3650. "produces": [
  3651. "application/json"
  3652. ],
  3653. "tags": [
  3654. "权限管理"
  3655. ],
  3656. "summary": "新增管理员",
  3657. "parameters": [
  3658. {
  3659. "type": "string",
  3660. "description": "验证参数Bearer和token空格拼接",
  3661. "name": "Authorization",
  3662. "in": "header",
  3663. "required": true
  3664. },
  3665. {
  3666. "description": "请求参数",
  3667. "name": "args",
  3668. "in": "body",
  3669. "required": true,
  3670. "schema": {
  3671. "$ref": "#/definitions/md.AddAdminReq"
  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/addRole": {
  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.AddRoleReq"
  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/adminInfo": {
  3739. "get": {
  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. "type": "string",
  3761. "description": "管理员id",
  3762. "name": "adm_id",
  3763. "in": "query",
  3764. "required": true
  3765. }
  3766. ],
  3767. "responses": {
  3768. "200": {
  3769. "description": "具体看返回内容",
  3770. "schema": {
  3771. "type": "string"
  3772. }
  3773. },
  3774. "400": {
  3775. "description": "具体错误",
  3776. "schema": {
  3777. "$ref": "#/definitions/md.Response"
  3778. }
  3779. }
  3780. }
  3781. }
  3782. },
  3783. "/api/role/adminList": {
  3784. "post": {
  3785. "description": "权限管理-管理员列表",
  3786. "consumes": [
  3787. "application/json"
  3788. ],
  3789. "produces": [
  3790. "application/json"
  3791. ],
  3792. "tags": [
  3793. "权限管理"
  3794. ],
  3795. "summary": "管理员列表",
  3796. "parameters": [
  3797. {
  3798. "type": "string",
  3799. "description": "验证参数Bearer和token空格拼接",
  3800. "name": "Authorization",
  3801. "in": "header",
  3802. "required": true
  3803. },
  3804. {
  3805. "description": "请求参数",
  3806. "name": "args",
  3807. "in": "body",
  3808. "required": true,
  3809. "schema": {
  3810. "$ref": "#/definitions/md.AdminListReq"
  3811. }
  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/bindAdminRole/": {
  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.BindAdminRoleReq"
  3858. }
  3859. }
  3860. ],
  3861. "responses": {
  3862. "200": {
  3863. "description": "success",
  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/deleteAdmin/{$adm_id}": {
  3878. "delete": {
  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. "responses": {
  3900. "200": {
  3901. "description": "success",
  3902. "schema": {
  3903. "type": "string"
  3904. }
  3905. },
  3906. "400": {
  3907. "description": "具体错误",
  3908. "schema": {
  3909. "$ref": "#/definitions/md.Response"
  3910. }
  3911. }
  3912. }
  3913. }
  3914. },
  3915. "/api/role/deleteRole/{$id}": {
  3916. "delete": {
  3917. "description": "权限管理-删除角色",
  3918. "consumes": [
  3919. "application/json"
  3920. ],
  3921. "produces": [
  3922. "application/json"
  3923. ],
  3924. "tags": [
  3925. "权限管理"
  3926. ],
  3927. "summary": "删除角色",
  3928. "parameters": [
  3929. {
  3930. "type": "string",
  3931. "description": "验证参数Bearer和token空格拼接",
  3932. "name": "Authorization",
  3933. "in": "header",
  3934. "required": true
  3935. },
  3936. {
  3937. "description": "请求参数",
  3938. "name": "args",
  3939. "in": "body",
  3940. "required": true,
  3941. "schema": {
  3942. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3943. }
  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/roleBindPermissionGroup": {
  3963. "post": {
  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.RoleBindPermissionGroupReq"
  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/roleList": {
  4010. "get": {
  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. "responses": {
  4032. "200": {
  4033. "description": "具体看返回内容",
  4034. "schema": {
  4035. "type": "string"
  4036. }
  4037. },
  4038. "400": {
  4039. "description": "具体错误",
  4040. "schema": {
  4041. "$ref": "#/definitions/md.Response"
  4042. }
  4043. }
  4044. }
  4045. }
  4046. },
  4047. "/api/role/updateAdmin": {
  4048. "post": {
  4049. "description": "权限管理-修改管理员信息",
  4050. "consumes": [
  4051. "application/json"
  4052. ],
  4053. "produces": [
  4054. "application/json"
  4055. ],
  4056. "tags": [
  4057. "权限管理"
  4058. ],
  4059. "summary": "修改管理员信息",
  4060. "parameters": [
  4061. {
  4062. "type": "string",
  4063. "description": "验证参数Bearer和token空格拼接",
  4064. "name": "Authorization",
  4065. "in": "header",
  4066. "required": true
  4067. },
  4068. {
  4069. "description": "请求参数",
  4070. "name": "args",
  4071. "in": "body",
  4072. "required": true,
  4073. "schema": {
  4074. "$ref": "#/definitions/md.UpdateAdminReq"
  4075. }
  4076. }
  4077. ],
  4078. "responses": {
  4079. "200": {
  4080. "description": "success",
  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/updateAdminState": {
  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.UpdateAdminStateReq"
  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/updateRole": {
  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.UpdateRoleReq"
  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/updateRoleState": {
  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.UpdateRoleStateReq"
  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/setCenter/applet/add": {
  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.AppletAddReq"
  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/authorize": {
  4283. "get": {
  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. "responses": {
  4305. "200": {
  4306. "description": "微信授权界面url",
  4307. "schema": {
  4308. "type": "string"
  4309. }
  4310. },
  4311. "400": {
  4312. "description": "具体错误",
  4313. "schema": {
  4314. "$ref": "#/definitions/md.Response"
  4315. }
  4316. }
  4317. }
  4318. }
  4319. },
  4320. "/api/setCenter/applet/list": {
  4321. "get": {
  4322. "description": "小程序设置-列表",
  4323. "consumes": [
  4324. "application/json"
  4325. ],
  4326. "produces": [
  4327. "application/json"
  4328. ],
  4329. "tags": [
  4330. "设置中心-小程序设置"
  4331. ],
  4332. "summary": "列表",
  4333. "parameters": [
  4334. {
  4335. "type": "string",
  4336. "description": "验证参数Bearer和token空格拼接",
  4337. "name": "Authorization",
  4338. "in": "header",
  4339. "required": true
  4340. }
  4341. ],
  4342. "responses": {
  4343. "200": {
  4344. "description": "OK",
  4345. "schema": {
  4346. "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList"
  4347. }
  4348. },
  4349. "400": {
  4350. "description": "具体错误",
  4351. "schema": {
  4352. "$ref": "#/definitions/md.Response"
  4353. }
  4354. }
  4355. }
  4356. }
  4357. },
  4358. "/api/setCenter/applet/unauthorized": {
  4359. "get": {
  4360. "description": "设置中心-基础设置",
  4361. "consumes": [
  4362. "application/json"
  4363. ],
  4364. "produces": [
  4365. "application/json"
  4366. ],
  4367. "tags": [
  4368. "设置中心"
  4369. ],
  4370. "summary": "设置中心-基础设置-微信三方应用获取",
  4371. "parameters": [
  4372. {
  4373. "type": "string",
  4374. "description": "验证参数Bearer和token空格拼接",
  4375. "name": "Authorization",
  4376. "in": "header",
  4377. "required": true
  4378. }
  4379. ],
  4380. "responses": {
  4381. "200": {
  4382. "description": "success",
  4383. "schema": {
  4384. "type": "string"
  4385. }
  4386. },
  4387. "400": {
  4388. "description": "具体错误",
  4389. "schema": {
  4390. "$ref": "#/definitions/md.Response"
  4391. }
  4392. }
  4393. }
  4394. }
  4395. },
  4396. "/api/setCenter/applet/update": {
  4397. "post": {
  4398. "description": "小程序设置-更新",
  4399. "consumes": [
  4400. "application/json"
  4401. ],
  4402. "produces": [
  4403. "application/json"
  4404. ],
  4405. "tags": [
  4406. "设置中心-小程序设置"
  4407. ],
  4408. "summary": "更新",
  4409. "parameters": [
  4410. {
  4411. "type": "string",
  4412. "description": "验证参数Bearer和token空格拼接",
  4413. "name": "Authorization",
  4414. "in": "header",
  4415. "required": true
  4416. },
  4417. {
  4418. "description": "请求参数",
  4419. "name": "args",
  4420. "in": "body",
  4421. "required": true,
  4422. "schema": {
  4423. "$ref": "#/definitions/md.AppletUpdateReq"
  4424. }
  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/basic/applet/shieldRules/addBlackList": {
  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.AppletAddBlackListReq"
  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/delBlackList": {
  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.AppletDelBlackListReq"
  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/getAmsCategoryBlackList": {
  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.AppletGetAmsCategoryBlackListReq"
  4565. }
  4566. }
  4567. ],
  4568. "responses": {
  4569. "200": {
  4570. "description": "OK",
  4571. "schema": {
  4572. "$ref": "#/definitions/md.AppletGetAmsCategoryBlackListResp"
  4573. }
  4574. },
  4575. "400": {
  4576. "description": "具体错误",
  4577. "schema": {
  4578. "$ref": "#/definitions/md.Response"
  4579. }
  4580. }
  4581. }
  4582. }
  4583. },
  4584. "/api/setCenter/basic/applet/shieldRules/getBlackList": {
  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.AppletGetBlackListReq"
  4612. }
  4613. }
  4614. ],
  4615. "responses": {
  4616. "200": {
  4617. "description": "OK",
  4618. "schema": {
  4619. "$ref": "#/definitions/md.AgencyGetBlackListResp"
  4620. }
  4621. },
  4622. "400": {
  4623. "description": "具体错误",
  4624. "schema": {
  4625. "$ref": "#/definitions/md.Response"
  4626. }
  4627. }
  4628. }
  4629. }
  4630. },
  4631. "/api/setCenter/basic/applet/shieldRules/setAmsCategoryBlackList": {
  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.AppletSetAmsCategoryBlackListReq"
  4659. }
  4660. }
  4661. ],
  4662. "responses": {
  4663. "200": {
  4664. "description": "success",
  4665. "schema": {
  4666. "type": "string"
  4667. }
  4668. },
  4669. "400": {
  4670. "description": "具体错误",
  4671. "schema": {
  4672. "$ref": "#/definitions/md.Response"
  4673. }
  4674. }
  4675. }
  4676. }
  4677. },
  4678. "/api/setCenter/basic/getLogo": {
  4679. "get": {
  4680. "description": "基础设置-logo获取",
  4681. "consumes": [
  4682. "application/json"
  4683. ],
  4684. "produces": [
  4685. "application/json"
  4686. ],
  4687. "tags": [
  4688. "设置中心-基础设置"
  4689. ],
  4690. "summary": "logo获取",
  4691. "parameters": [
  4692. {
  4693. "type": "string",
  4694. "description": "验证参数Bearer和token空格拼接",
  4695. "name": "Authorization",
  4696. "in": "header",
  4697. "required": true
  4698. }
  4699. ],
  4700. "responses": {
  4701. "200": {
  4702. "description": "OK",
  4703. "schema": {
  4704. "$ref": "#/definitions/md.SetLogoResp"
  4705. }
  4706. },
  4707. "400": {
  4708. "description": "具体错误",
  4709. "schema": {
  4710. "$ref": "#/definitions/md.Response"
  4711. }
  4712. }
  4713. }
  4714. }
  4715. },
  4716. "/api/setCenter/basic/getMob": {
  4717. "get": {
  4718. "description": "基础设置-mob获取",
  4719. "consumes": [
  4720. "application/json"
  4721. ],
  4722. "produces": [
  4723. "application/json"
  4724. ],
  4725. "tags": [
  4726. "设置中心-基础设置"
  4727. ],
  4728. "summary": "mob获取",
  4729. "parameters": [
  4730. {
  4731. "type": "string",
  4732. "description": "验证参数Bearer和token空格拼接",
  4733. "name": "Authorization",
  4734. "in": "header",
  4735. "required": true
  4736. }
  4737. ],
  4738. "responses": {
  4739. "200": {
  4740. "description": "OK",
  4741. "schema": {
  4742. "$ref": "#/definitions/md.SetOssResp"
  4743. }
  4744. },
  4745. "400": {
  4746. "description": "具体错误",
  4747. "schema": {
  4748. "$ref": "#/definitions/md.Response"
  4749. }
  4750. }
  4751. }
  4752. }
  4753. },
  4754. "/api/setCenter/basic/getOss": {
  4755. "get": {
  4756. "description": "基础设置-oss获取",
  4757. "consumes": [
  4758. "application/json"
  4759. ],
  4760. "produces": [
  4761. "application/json"
  4762. ],
  4763. "tags": [
  4764. "设置中心-基础设置"
  4765. ],
  4766. "summary": "oss获取",
  4767. "parameters": [
  4768. {
  4769. "type": "string",
  4770. "description": "验证参数Bearer和token空格拼接",
  4771. "name": "Authorization",
  4772. "in": "header",
  4773. "required": true
  4774. }
  4775. ],
  4776. "responses": {
  4777. "200": {
  4778. "description": "OK",
  4779. "schema": {
  4780. "$ref": "#/definitions/md.SetOssResp"
  4781. }
  4782. },
  4783. "400": {
  4784. "description": "具体错误",
  4785. "schema": {
  4786. "$ref": "#/definitions/md.Response"
  4787. }
  4788. }
  4789. }
  4790. }
  4791. },
  4792. "/api/setCenter/basic/getSeo": {
  4793. "get": {
  4794. "description": "基础设置-logo获取",
  4795. "consumes": [
  4796. "application/json"
  4797. ],
  4798. "produces": [
  4799. "application/json"
  4800. ],
  4801. "tags": [
  4802. "设置中心-基础设置"
  4803. ],
  4804. "summary": "Seo获取",
  4805. "parameters": [
  4806. {
  4807. "type": "string",
  4808. "description": "验证参数Bearer和token空格拼接",
  4809. "name": "Authorization",
  4810. "in": "header",
  4811. "required": true
  4812. }
  4813. ],
  4814. "responses": {
  4815. "200": {
  4816. "description": "OK",
  4817. "schema": {
  4818. "$ref": "#/definitions/md.SetSeoResp"
  4819. }
  4820. },
  4821. "400": {
  4822. "description": "具体错误",
  4823. "schema": {
  4824. "$ref": "#/definitions/md.Response"
  4825. }
  4826. }
  4827. }
  4828. }
  4829. },
  4830. "/api/setCenter/basic/setLogo": {
  4831. "post": {
  4832. "description": "基础设置-logo设置",
  4833. "consumes": [
  4834. "application/json"
  4835. ],
  4836. "produces": [
  4837. "application/json"
  4838. ],
  4839. "tags": [
  4840. "设置中心-基础设置"
  4841. ],
  4842. "summary": "logo设置",
  4843. "parameters": [
  4844. {
  4845. "type": "string",
  4846. "description": "验证参数Bearer和token空格拼接",
  4847. "name": "Authorization",
  4848. "in": "header",
  4849. "required": true
  4850. },
  4851. {
  4852. "description": "请求参数",
  4853. "name": "args",
  4854. "in": "body",
  4855. "required": true,
  4856. "schema": {
  4857. "$ref": "#/definitions/md.SetLogoReq"
  4858. }
  4859. }
  4860. ],
  4861. "responses": {
  4862. "200": {
  4863. "description": "success",
  4864. "schema": {
  4865. "type": "string"
  4866. }
  4867. },
  4868. "400": {
  4869. "description": "具体错误",
  4870. "schema": {
  4871. "$ref": "#/definitions/md.Response"
  4872. }
  4873. }
  4874. }
  4875. }
  4876. },
  4877. "/api/setCenter/basic/setMob": {
  4878. "post": {
  4879. "description": "基础设置-mob设置",
  4880. "consumes": [
  4881. "application/json"
  4882. ],
  4883. "produces": [
  4884. "application/json"
  4885. ],
  4886. "tags": [
  4887. "设置中心-基础设置"
  4888. ],
  4889. "summary": "mob设置",
  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.SetMobReq"
  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/setOss": {
  4925. "post": {
  4926. "description": "基础设置-oss设置",
  4927. "consumes": [
  4928. "application/json"
  4929. ],
  4930. "produces": [
  4931. "application/json"
  4932. ],
  4933. "tags": [
  4934. "设置中心-基础设置"
  4935. ],
  4936. "summary": "oss设置",
  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.SetOssReq"
  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/setSeo": {
  4972. "post": {
  4973. "description": "基础设置-logo设置",
  4974. "consumes": [
  4975. "application/json"
  4976. ],
  4977. "produces": [
  4978. "application/json"
  4979. ],
  4980. "tags": [
  4981. "设置中心-基础设置"
  4982. ],
  4983. "summary": "Seo设置",
  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.SetSeoReq"
  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/wxOpenGet": {
  5019. "get": {
  5020. "description": "基础设置-微信三方应用获取",
  5021. "consumes": [
  5022. "application/json"
  5023. ],
  5024. "produces": [
  5025. "application/json"
  5026. ],
  5027. "tags": [
  5028. "设置中心-基础设置"
  5029. ],
  5030. "summary": "微信三方应用获取",
  5031. "parameters": [
  5032. {
  5033. "type": "string",
  5034. "description": "验证参数Bearer和token空格拼接",
  5035. "name": "Authorization",
  5036. "in": "header",
  5037. "required": true
  5038. }
  5039. ],
  5040. "responses": {
  5041. "200": {
  5042. "description": "OK",
  5043. "schema": {
  5044. "$ref": "#/definitions/md.WxOpenGetResp"
  5045. }
  5046. },
  5047. "400": {
  5048. "description": "具体错误",
  5049. "schema": {
  5050. "$ref": "#/definitions/md.Response"
  5051. }
  5052. }
  5053. }
  5054. }
  5055. },
  5056. "/api/setCenter/basic/wxOpenSet": {
  5057. "post": {
  5058. "description": "基础设置-微信三方应用设置",
  5059. "consumes": [
  5060. "application/json"
  5061. ],
  5062. "produces": [
  5063. "application/json"
  5064. ],
  5065. "tags": [
  5066. "设置中心-基础设置"
  5067. ],
  5068. "summary": "微信三方应用设置",
  5069. "parameters": [
  5070. {
  5071. "type": "string",
  5072. "description": "验证参数Bearer和token空格拼接",
  5073. "name": "Authorization",
  5074. "in": "header",
  5075. "required": true
  5076. },
  5077. {
  5078. "description": "请求参数",
  5079. "name": "args",
  5080. "in": "body",
  5081. "required": true,
  5082. "schema": {
  5083. "$ref": "#/definitions/md.WxOpenSetReq"
  5084. }
  5085. }
  5086. ],
  5087. "responses": {
  5088. "200": {
  5089. "description": "success",
  5090. "schema": {
  5091. "type": "string"
  5092. }
  5093. },
  5094. "400": {
  5095. "description": "具体错误",
  5096. "schema": {
  5097. "$ref": "#/definitions/md.Response"
  5098. }
  5099. }
  5100. }
  5101. }
  5102. },
  5103. "/api/setCenter/share/index": {
  5104. "get": {
  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. "responses": {
  5126. "200": {
  5127. "description": "OK",
  5128. "schema": {
  5129. "$ref": "#/definitions/md.ShareIndexResp"
  5130. }
  5131. },
  5132. "400": {
  5133. "description": "具体错误",
  5134. "schema": {
  5135. "$ref": "#/definitions/md.Response"
  5136. }
  5137. }
  5138. }
  5139. }
  5140. },
  5141. "/api/settleCenter/agent/detail": {
  5142. "post": {
  5143. "description": "结算中心-代理详情",
  5144. "consumes": [
  5145. "application/json"
  5146. ],
  5147. "produces": [
  5148. "application/json"
  5149. ],
  5150. "tags": [
  5151. "结算中心------嘉俊"
  5152. ],
  5153. "summary": "代理详情",
  5154. "parameters": [
  5155. {
  5156. "type": "string",
  5157. "description": "验证参数Bearer和token空格拼接",
  5158. "name": "Authorization",
  5159. "in": "header",
  5160. "required": true
  5161. },
  5162. {
  5163. "description": "请求参数",
  5164. "name": "args",
  5165. "in": "body",
  5166. "required": true,
  5167. "schema": {
  5168. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  5169. }
  5170. }
  5171. ],
  5172. "responses": {
  5173. "200": {
  5174. "description": "具体看返回内容 这是data里面的数据",
  5175. "schema": {
  5176. "$ref": "#/definitions/md.SettleCenterDataDetailRes"
  5177. }
  5178. },
  5179. "400": {
  5180. "description": "具体错误",
  5181. "schema": {
  5182. "$ref": "#/definitions/md.Response"
  5183. }
  5184. }
  5185. }
  5186. }
  5187. },
  5188. "/api/settleCenter/agent/list": {
  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.SettleCenterDataReq"
  5216. }
  5217. }
  5218. ],
  5219. "responses": {
  5220. "200": {
  5221. "description": "具体看返回内容 这是data里面的数据",
  5222. "schema": {
  5223. "$ref": "#/definitions/md.SettleCenterDataRes"
  5224. }
  5225. },
  5226. "400": {
  5227. "description": "具体错误",
  5228. "schema": {
  5229. "$ref": "#/definitions/md.Response"
  5230. }
  5231. }
  5232. }
  5233. }
  5234. },
  5235. "/api/settleCenter/agent/save": {
  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.SettleCenterDataSaveReq"
  5263. }
  5264. }
  5265. ],
  5266. "responses": {
  5267. "200": {
  5268. "description": "具体看返回内容 这是data里面的数据",
  5269. "schema": {
  5270. "type": "string"
  5271. }
  5272. },
  5273. "400": {
  5274. "description": "具体错误",
  5275. "schema": {
  5276. "$ref": "#/definitions/md.Response"
  5277. }
  5278. }
  5279. }
  5280. }
  5281. },
  5282. "/api/settleCenter/medium/detail": {
  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.SettleCenterDataDetailReq"
  5310. }
  5311. }
  5312. ],
  5313. "responses": {
  5314. "200": {
  5315. "description": "具体看返回内容 这是data里面的数据",
  5316. "schema": {
  5317. "$ref": "#/definitions/md.SettleCenterDataDetailRes"
  5318. }
  5319. },
  5320. "400": {
  5321. "description": "具体错误",
  5322. "schema": {
  5323. "$ref": "#/definitions/md.Response"
  5324. }
  5325. }
  5326. }
  5327. }
  5328. },
  5329. "/api/settleCenter/medium/list": {
  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.SettleCenterDataReq"
  5357. }
  5358. }
  5359. ],
  5360. "responses": {
  5361. "200": {
  5362. "description": "具体看返回内容 这是data里面的数据",
  5363. "schema": {
  5364. "$ref": "#/definitions/md.SettleCenterDataRes"
  5365. }
  5366. },
  5367. "400": {
  5368. "description": "具体错误",
  5369. "schema": {
  5370. "$ref": "#/definitions/md.Response"
  5371. }
  5372. }
  5373. }
  5374. }
  5375. },
  5376. "/api/settleCenter/medium/save": {
  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.SettleCenterDataSaveReq"
  5404. }
  5405. }
  5406. ],
  5407. "responses": {
  5408. "200": {
  5409. "description": "具体看返回内容 这是data里面的数据",
  5410. "schema": {
  5411. "type": "string"
  5412. }
  5413. },
  5414. "400": {
  5415. "description": "具体错误",
  5416. "schema": {
  5417. "$ref": "#/definitions/md.Response"
  5418. }
  5419. }
  5420. }
  5421. }
  5422. },
  5423. "/role/permissionGroupList": {
  5424. "get": {
  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. "type": "string",
  5446. "description": "管理员id",
  5447. "name": "adm_id",
  5448. "in": "query",
  5449. "required": true
  5450. }
  5451. ],
  5452. "responses": {
  5453. "200": {
  5454. "description": "具体看返回内容",
  5455. "schema": {
  5456. "type": "string"
  5457. }
  5458. },
  5459. "400": {
  5460. "description": "具体错误",
  5461. "schema": {
  5462. "$ref": "#/definitions/md.Response"
  5463. }
  5464. }
  5465. }
  5466. }
  5467. },
  5468. "/v1/banner/delete/{$id}": {
  5469. "delete": {
  5470. "description": "小程序设置-删除",
  5471. "consumes": [
  5472. "application/json"
  5473. ],
  5474. "produces": [
  5475. "application/json"
  5476. ],
  5477. "tags": [
  5478. "设置中心-小程序设置"
  5479. ],
  5480. "summary": "删除",
  5481. "parameters": [
  5482. {
  5483. "type": "string",
  5484. "description": "验证参数Bearer和token空格拼接",
  5485. "name": "Authorization",
  5486. "in": "header",
  5487. "required": true
  5488. }
  5489. ],
  5490. "responses": {
  5491. "200": {
  5492. "description": "success",
  5493. "schema": {
  5494. "type": "string"
  5495. }
  5496. },
  5497. "400": {
  5498. "description": "具体错误",
  5499. "schema": {
  5500. "$ref": "#/definitions/md.Response"
  5501. }
  5502. }
  5503. }
  5504. }
  5505. }
  5506. },
  5507. "definitions": {
  5508. "hdl.WxOpenThirdPartyAppList": {
  5509. "type": "object",
  5510. "properties": {
  5511. "aes_key": {
  5512. "type": "string"
  5513. },
  5514. "app_secret": {
  5515. "type": "string"
  5516. },
  5517. "appid": {
  5518. "type": "string"
  5519. },
  5520. "component_access_token": {
  5521. "type": "string"
  5522. },
  5523. "component_verify_ticket": {
  5524. "type": "string"
  5525. },
  5526. "create_at": {
  5527. "type": "string"
  5528. },
  5529. "id": {
  5530. "type": "integer"
  5531. },
  5532. "token": {
  5533. "type": "string"
  5534. },
  5535. "update_at": {
  5536. "type": "string"
  5537. },
  5538. "uuid": {
  5539. "type": "integer"
  5540. }
  5541. }
  5542. },
  5543. "md.AddAdminReq": {
  5544. "type": "object",
  5545. "required": [
  5546. "password",
  5547. "username"
  5548. ],
  5549. "properties": {
  5550. "memo": {
  5551. "type": "string"
  5552. },
  5553. "password": {
  5554. "type": "string"
  5555. },
  5556. "username": {
  5557. "type": "string"
  5558. }
  5559. }
  5560. },
  5561. "md.AddRoleReq": {
  5562. "type": "object",
  5563. "required": [
  5564. "memo",
  5565. "name"
  5566. ],
  5567. "properties": {
  5568. "label": {
  5569. "type": "string"
  5570. },
  5571. "logo": {
  5572. "type": "string"
  5573. },
  5574. "memo": {
  5575. "type": "string"
  5576. },
  5577. "name": {
  5578. "type": "string"
  5579. },
  5580. "seo_logo": {
  5581. "type": "string"
  5582. },
  5583. "seo_title": {
  5584. "type": "string"
  5585. }
  5586. }
  5587. },
  5588. "md.AdminListReq": {
  5589. "type": "object",
  5590. "properties": {
  5591. "limit": {
  5592. "type": "integer"
  5593. },
  5594. "page": {
  5595. "type": "integer"
  5596. },
  5597. "state": {
  5598. "type": "integer"
  5599. },
  5600. "username": {
  5601. "type": "string"
  5602. }
  5603. }
  5604. },
  5605. "md.AgencyGetBlackListResp": {
  5606. "type": "object",
  5607. "properties": {
  5608. "blacklist_android": {
  5609. "description": "屏蔽安卓应用列表",
  5610. "type": "array",
  5611. "items": {
  5612. "type": "object",
  5613. "properties": {
  5614. "id": {
  5615. "type": "string",
  5616. "example": "屏蔽安卓应用的应用宝包名"
  5617. },
  5618. "name": {
  5619. "type": "string",
  5620. "example": "屏蔽安卓应用的名称"
  5621. },
  5622. "url": {
  5623. "type": "string",
  5624. "example": "屏蔽安卓应用标识图片"
  5625. }
  5626. }
  5627. }
  5628. },
  5629. "blacklist_biz": {
  5630. "description": "屏蔽公众号列表",
  5631. "type": "array",
  5632. "items": {
  5633. "type": "object",
  5634. "properties": {
  5635. "id": {
  5636. "type": "string",
  5637. "example": "屏蔽公众号微信号"
  5638. },
  5639. "name": {
  5640. "type": "string",
  5641. "example": "屏蔽公众号名称"
  5642. },
  5643. "url": {
  5644. "type": "string",
  5645. "example": "屏蔽公众号头像URL"
  5646. }
  5647. }
  5648. }
  5649. },
  5650. "blacklist_ios": {
  5651. "description": "屏蔽IOS应用列表",
  5652. "type": "array",
  5653. "items": {
  5654. "type": "object",
  5655. "properties": {
  5656. "id": {
  5657. "type": "string",
  5658. "example": "屏蔽IOS应用的APPID"
  5659. },
  5660. "name": {
  5661. "type": "string",
  5662. "example": "屏蔽IOS应用名称"
  5663. },
  5664. "url": {
  5665. "type": "string",
  5666. "example": "屏蔽IOS应用标识图片"
  5667. }
  5668. }
  5669. }
  5670. },
  5671. "blacklist_weapp": {
  5672. "description": "屏蔽小程序/小游戏列表",
  5673. "type": "array",
  5674. "items": {
  5675. "type": "object",
  5676. "properties": {
  5677. "id": {
  5678. "type": "string",
  5679. "example": "屏蔽小程序/小游戏原始ID"
  5680. },
  5681. "name": {
  5682. "type": "string",
  5683. "example": "屏蔽小程序/小游戏名称"
  5684. },
  5685. "url": {
  5686. "type": "string",
  5687. "example": "屏蔽小程序/小游戏头像URL"
  5688. }
  5689. }
  5690. }
  5691. },
  5692. "err_msg": {
  5693. "type": "string",
  5694. "example": "错误信息"
  5695. },
  5696. "ret": {
  5697. "description": "错误码",
  5698. "type": "integer"
  5699. }
  5700. }
  5701. },
  5702. "md.AgentQualificationBankData": {
  5703. "type": "object",
  5704. "properties": {
  5705. "account": {
  5706. "type": "string",
  5707. "example": "账号"
  5708. },
  5709. "agent_id": {
  5710. "type": "string",
  5711. "example": "代理id"
  5712. },
  5713. "bank": {
  5714. "type": "string",
  5715. "example": "开户银行"
  5716. },
  5717. "bank_branch": {
  5718. "type": "string",
  5719. "example": "开户银行分行"
  5720. },
  5721. "bank_no": {
  5722. "type": "string",
  5723. "example": "银行卡号"
  5724. },
  5725. "company_name": {
  5726. "type": "string",
  5727. "example": "公司名称"
  5728. },
  5729. "currency_conf": {
  5730. "type": "string",
  5731. "example": "结算币种 0人民币"
  5732. },
  5733. "id": {
  5734. "type": "string",
  5735. "example": "id"
  5736. },
  5737. "kind": {
  5738. "type": "string",
  5739. "example": "类型(1:企业 2:个人)"
  5740. },
  5741. "licence": {
  5742. "type": "string",
  5743. "example": "开户许可证"
  5744. },
  5745. "memo": {
  5746. "type": "string",
  5747. "example": "备注 审核时填写的"
  5748. },
  5749. "state": {
  5750. "type": "string",
  5751. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5752. },
  5753. "unified_social_credit_code": {
  5754. "type": "string",
  5755. "example": "统一社会信用代码"
  5756. }
  5757. }
  5758. },
  5759. "md.AgentQualificationBankRes": {
  5760. "type": "object",
  5761. "properties": {
  5762. "currency_conf": {
  5763. "type": "array",
  5764. "items": {
  5765. "$ref": "#/definitions/md.SelectData"
  5766. }
  5767. },
  5768. "list": {
  5769. "type": "array",
  5770. "items": {
  5771. "$ref": "#/definitions/md.AgentQualificationBankData"
  5772. }
  5773. },
  5774. "state": {
  5775. "type": "array",
  5776. "items": {
  5777. "$ref": "#/definitions/md.SelectData"
  5778. }
  5779. },
  5780. "total": {
  5781. "type": "integer"
  5782. },
  5783. "type": {
  5784. "type": "array",
  5785. "items": {
  5786. "$ref": "#/definitions/md.SelectData"
  5787. }
  5788. }
  5789. }
  5790. },
  5791. "md.AgentQualificationContactData": {
  5792. "type": "object",
  5793. "properties": {
  5794. "account": {
  5795. "type": "string",
  5796. "example": "账号"
  5797. },
  5798. "address": {
  5799. "type": "string",
  5800. "example": "联系地址"
  5801. },
  5802. "agent_id": {
  5803. "type": "string",
  5804. "example": "代理id"
  5805. },
  5806. "company_name": {
  5807. "type": "string",
  5808. "example": "公司名称"
  5809. },
  5810. "email": {
  5811. "type": "string",
  5812. "example": "邮箱地址"
  5813. },
  5814. "id": {
  5815. "type": "string",
  5816. "example": "id"
  5817. },
  5818. "kind": {
  5819. "type": "string",
  5820. "example": "类型(1:企业 2:个人)"
  5821. },
  5822. "memo": {
  5823. "type": "string",
  5824. "example": "备注 审核时填写的"
  5825. },
  5826. "name": {
  5827. "type": "string",
  5828. "example": "联系人"
  5829. },
  5830. "phone": {
  5831. "type": "string",
  5832. "example": "联系电话"
  5833. },
  5834. "state": {
  5835. "type": "string",
  5836. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5837. }
  5838. }
  5839. },
  5840. "md.AgentQualificationContactRes": {
  5841. "type": "object",
  5842. "properties": {
  5843. "list": {
  5844. "type": "array",
  5845. "items": {
  5846. "$ref": "#/definitions/md.AgentQualificationContactData"
  5847. }
  5848. },
  5849. "state": {
  5850. "type": "array",
  5851. "items": {
  5852. "$ref": "#/definitions/md.SelectData"
  5853. }
  5854. },
  5855. "total": {
  5856. "type": "integer"
  5857. }
  5858. }
  5859. },
  5860. "md.AgentQualificationEnterpriseAuditReq": {
  5861. "type": "object",
  5862. "properties": {
  5863. "agent_id": {
  5864. "type": "string"
  5865. },
  5866. "memo": {
  5867. "type": "string"
  5868. },
  5869. "state": {
  5870. "type": "string"
  5871. }
  5872. }
  5873. },
  5874. "md.AgentQualificationEnterpriseData": {
  5875. "type": "object",
  5876. "properties": {
  5877. "account": {
  5878. "type": "string",
  5879. "example": "账号"
  5880. },
  5881. "agent_id": {
  5882. "type": "string",
  5883. "example": "代理id"
  5884. },
  5885. "business_license_address": {
  5886. "type": "string",
  5887. "example": "营业执照地址"
  5888. },
  5889. "business_license_img_url": {
  5890. "type": "string",
  5891. "example": "营业执照照片"
  5892. },
  5893. "certificate_first_type": {
  5894. "type": "string",
  5895. "example": "证件类型 1级类目id"
  5896. },
  5897. "certificate_type": {
  5898. "type": "string",
  5899. "example": "证件类型 2级类目id"
  5900. },
  5901. "certificate_validity": {
  5902. "type": "string",
  5903. "example": "证件有效期"
  5904. },
  5905. "company_abbreviation": {
  5906. "type": "string",
  5907. "example": "公司简称"
  5908. },
  5909. "company_name": {
  5910. "type": "string",
  5911. "example": "公司名称"
  5912. },
  5913. "country_region": {
  5914. "type": "string",
  5915. "example": "国家地区"
  5916. },
  5917. "country_region_id": {
  5918. "type": "string",
  5919. "example": "国家地区id"
  5920. },
  5921. "id": {
  5922. "type": "string",
  5923. "example": "状态选择"
  5924. },
  5925. "kind": {
  5926. "type": "string",
  5927. "example": "类型(1:企业 2:个人)"
  5928. },
  5929. "legal_representative": {
  5930. "type": "string",
  5931. "example": "法定代表人"
  5932. },
  5933. "memo": {
  5934. "type": "string",
  5935. "example": "备注 审核时填写的"
  5936. },
  5937. "registered_address": {
  5938. "type": "string",
  5939. "example": "注册地址"
  5940. },
  5941. "registered_address_city_id": {
  5942. "type": "string",
  5943. "example": "注册地址-市id"
  5944. },
  5945. "registered_address_country_id": {
  5946. "type": "string",
  5947. "example": "注册地址-国家id"
  5948. },
  5949. "registered_address_county_id": {
  5950. "type": "string",
  5951. "example": "注册地址-县/区id"
  5952. },
  5953. "registered_address_province_id": {
  5954. "type": "string",
  5955. "example": "册地址-省份id"
  5956. },
  5957. "state": {
  5958. "type": "string",
  5959. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5960. },
  5961. "unified_social_credit_code": {
  5962. "type": "string",
  5963. "example": "统一社会信用代码"
  5964. },
  5965. "uuid": {
  5966. "type": "string",
  5967. "example": "站长id"
  5968. }
  5969. }
  5970. },
  5971. "md.AgentQualificationEnterpriseReq": {
  5972. "type": "object",
  5973. "properties": {
  5974. "limit": {
  5975. "type": "string"
  5976. },
  5977. "name": {
  5978. "type": "string"
  5979. },
  5980. "page": {
  5981. "type": "string"
  5982. },
  5983. "state": {
  5984. "type": "string"
  5985. }
  5986. }
  5987. },
  5988. "md.AgentQualificationEnterpriseRes": {
  5989. "type": "object",
  5990. "properties": {
  5991. "list": {
  5992. "type": "array",
  5993. "items": {
  5994. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  5995. }
  5996. },
  5997. "state": {
  5998. "type": "array",
  5999. "items": {
  6000. "$ref": "#/definitions/md.SelectData"
  6001. }
  6002. },
  6003. "total": {
  6004. "type": "integer"
  6005. },
  6006. "type": {
  6007. "type": "array",
  6008. "items": {
  6009. "$ref": "#/definitions/md.SelectData"
  6010. }
  6011. }
  6012. }
  6013. },
  6014. "md.AppletAddBlackListReq": {
  6015. "type": "object",
  6016. "required": [
  6017. "Kind",
  6018. "appid",
  6019. "id"
  6020. ],
  6021. "properties": {
  6022. "Kind": {
  6023. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  6024. "type": "integer"
  6025. },
  6026. "appid": {
  6027. "type": "string",
  6028. "example": "授权小程序appid"
  6029. },
  6030. "id": {
  6031. "type": "string",
  6032. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  6033. }
  6034. }
  6035. },
  6036. "md.AppletAddReq": {
  6037. "type": "object",
  6038. "required": [
  6039. "appid",
  6040. "logo",
  6041. "name",
  6042. "original_id"
  6043. ],
  6044. "properties": {
  6045. "appid": {
  6046. "type": "string",
  6047. "example": "授权小程序appid"
  6048. },
  6049. "logo": {
  6050. "type": "string",
  6051. "example": "小程序logo"
  6052. },
  6053. "name": {
  6054. "type": "string",
  6055. "example": "小程序名称"
  6056. },
  6057. "original_id": {
  6058. "type": "string",
  6059. "example": "授权小程序原始id"
  6060. }
  6061. }
  6062. },
  6063. "md.AppletApplicationAdSpaceListData": {
  6064. "type": "object",
  6065. "properties": {
  6066. "ad_id": {
  6067. "type": "string",
  6068. "example": "广告位id"
  6069. },
  6070. "app_id": {
  6071. "type": "string",
  6072. "example": "小程序appid"
  6073. },
  6074. "cooperate_state": {
  6075. "type": "string",
  6076. "example": "合作状态"
  6077. },
  6078. "id": {
  6079. "type": "string",
  6080. "example": "id"
  6081. },
  6082. "kind": {
  6083. "type": "string",
  6084. "example": "广告位类型"
  6085. },
  6086. "logo": {
  6087. "type": "string",
  6088. "example": "logo"
  6089. },
  6090. "memo": {
  6091. "type": "string",
  6092. "example": "备注"
  6093. },
  6094. "name": {
  6095. "type": "string",
  6096. "example": "应用名称"
  6097. },
  6098. "platform": {
  6099. "type": "string",
  6100. "example": "平台"
  6101. },
  6102. "state": {
  6103. "type": "string",
  6104. "example": "应用状态 state=2 才能再次编辑"
  6105. }
  6106. }
  6107. },
  6108. "md.AppletApplicationAdSpaceListReq": {
  6109. "type": "object",
  6110. "properties": {
  6111. "ad_type": {
  6112. "type": "string",
  6113. "example": ""
  6114. },
  6115. "cooperate_state": {
  6116. "type": "string",
  6117. "example": "合作状态"
  6118. },
  6119. "limit": {
  6120. "type": "string"
  6121. },
  6122. "medium_id": {
  6123. "type": "string",
  6124. "example": "媒体id"
  6125. },
  6126. "name": {
  6127. "type": "string"
  6128. },
  6129. "page": {
  6130. "type": "string"
  6131. },
  6132. "platform": {
  6133. "type": "string"
  6134. }
  6135. }
  6136. },
  6137. "md.AppletApplicationAdSpaceListRes": {
  6138. "type": "object",
  6139. "properties": {
  6140. "ad_type": {
  6141. "type": "array",
  6142. "items": {
  6143. "$ref": "#/definitions/md.SelectData"
  6144. }
  6145. },
  6146. "cooperate_state": {
  6147. "type": "array",
  6148. "items": {
  6149. "$ref": "#/definitions/md.SelectData"
  6150. }
  6151. },
  6152. "list": {
  6153. "type": "array",
  6154. "items": {
  6155. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  6156. }
  6157. },
  6158. "platform": {
  6159. "type": "array",
  6160. "items": {
  6161. "$ref": "#/definitions/md.SelectData"
  6162. }
  6163. },
  6164. "state": {
  6165. "type": "array",
  6166. "items": {
  6167. "$ref": "#/definitions/md.SelectData"
  6168. }
  6169. },
  6170. "total": {
  6171. "type": "integer"
  6172. }
  6173. }
  6174. },
  6175. "md.AppletApplicationAdSpaceMediumListData": {
  6176. "type": "object",
  6177. "properties": {
  6178. "account": {
  6179. "type": "string",
  6180. "example": "账号"
  6181. },
  6182. "contact_name": {
  6183. "type": "string",
  6184. "example": "联系人"
  6185. },
  6186. "count": {
  6187. "type": "string",
  6188. "example": "广告位数量"
  6189. },
  6190. "id": {
  6191. "type": "string",
  6192. "example": "id"
  6193. },
  6194. "medium_id": {
  6195. "type": "string",
  6196. "example": "媒体id"
  6197. },
  6198. "name": {
  6199. "type": "string",
  6200. "example": "名称"
  6201. },
  6202. "phone": {
  6203. "type": "string",
  6204. "example": "联系电话"
  6205. }
  6206. }
  6207. },
  6208. "md.AppletApplicationAdSpaceMediumListReq": {
  6209. "type": "object",
  6210. "properties": {
  6211. "account": {
  6212. "type": "string",
  6213. "example": "媒体账号"
  6214. },
  6215. "limit": {
  6216. "type": "string"
  6217. },
  6218. "name": {
  6219. "type": "string",
  6220. "example": "媒体名称"
  6221. },
  6222. "page": {
  6223. "type": "string"
  6224. }
  6225. }
  6226. },
  6227. "md.AppletApplicationAdSpaceMediumListRes": {
  6228. "type": "object",
  6229. "properties": {
  6230. "list": {
  6231. "type": "array",
  6232. "items": {
  6233. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  6234. }
  6235. },
  6236. "total": {
  6237. "type": "integer"
  6238. }
  6239. }
  6240. },
  6241. "md.AppletApplicationAdSpaceSaveReq": {
  6242. "type": "object",
  6243. "properties": {
  6244. "id": {
  6245. "type": "string",
  6246. "example": "id 多个逗号隔开"
  6247. },
  6248. "memo": {
  6249. "type": "string",
  6250. "example": "备注"
  6251. },
  6252. "state": {
  6253. "type": "string",
  6254. "example": "审核状态"
  6255. }
  6256. }
  6257. },
  6258. "md.AppletApplicationListData": {
  6259. "type": "object",
  6260. "properties": {
  6261. "app_id": {
  6262. "type": "string",
  6263. "example": "小程序appid"
  6264. },
  6265. "cooperate_state": {
  6266. "type": "string",
  6267. "example": "合作状态"
  6268. },
  6269. "id": {
  6270. "type": "string",
  6271. "example": "id"
  6272. },
  6273. "logo": {
  6274. "type": "string",
  6275. "example": "logo"
  6276. },
  6277. "memo": {
  6278. "type": "string",
  6279. "example": "备注"
  6280. },
  6281. "name": {
  6282. "type": "string",
  6283. "example": "应用名称"
  6284. },
  6285. "original_id": {
  6286. "type": "string",
  6287. "example": "小程序id"
  6288. },
  6289. "platform": {
  6290. "type": "string",
  6291. "example": "平台"
  6292. },
  6293. "state": {
  6294. "type": "string",
  6295. "example": "应用状态 state=3 才能再次编辑"
  6296. }
  6297. }
  6298. },
  6299. "md.AppletApplicationListReq": {
  6300. "type": "object",
  6301. "properties": {
  6302. "cooperate_state": {
  6303. "type": "string",
  6304. "example": "合作状态"
  6305. },
  6306. "limit": {
  6307. "type": "string"
  6308. },
  6309. "medium_id": {
  6310. "type": "string",
  6311. "example": "媒体id"
  6312. },
  6313. "name": {
  6314. "type": "string"
  6315. },
  6316. "page": {
  6317. "type": "string"
  6318. },
  6319. "platform": {
  6320. "type": "string"
  6321. }
  6322. }
  6323. },
  6324. "md.AppletApplicationListRes": {
  6325. "type": "object",
  6326. "properties": {
  6327. "cooperate_state": {
  6328. "type": "array",
  6329. "items": {
  6330. "$ref": "#/definitions/md.SelectData"
  6331. }
  6332. },
  6333. "list": {
  6334. "type": "array",
  6335. "items": {
  6336. "$ref": "#/definitions/md.AppletApplicationListData"
  6337. }
  6338. },
  6339. "platform": {
  6340. "type": "array",
  6341. "items": {
  6342. "$ref": "#/definitions/md.SelectData"
  6343. }
  6344. },
  6345. "state": {
  6346. "type": "array",
  6347. "items": {
  6348. "$ref": "#/definitions/md.SelectData"
  6349. }
  6350. },
  6351. "total": {
  6352. "type": "integer"
  6353. }
  6354. }
  6355. },
  6356. "md.AppletApplicationMediumListData": {
  6357. "type": "object",
  6358. "properties": {
  6359. "account": {
  6360. "type": "string",
  6361. "example": "账号"
  6362. },
  6363. "contact_name": {
  6364. "type": "string",
  6365. "example": "联系人"
  6366. },
  6367. "count": {
  6368. "type": "string",
  6369. "example": "应用数量"
  6370. },
  6371. "id": {
  6372. "type": "string",
  6373. "example": "id"
  6374. },
  6375. "medium_id": {
  6376. "type": "string",
  6377. "example": "媒体id"
  6378. },
  6379. "name": {
  6380. "type": "string",
  6381. "example": "名称"
  6382. },
  6383. "phone": {
  6384. "type": "string",
  6385. "example": "联系电话"
  6386. }
  6387. }
  6388. },
  6389. "md.AppletApplicationMediumListReq": {
  6390. "type": "object",
  6391. "properties": {
  6392. "account": {
  6393. "type": "string",
  6394. "example": "媒体账号"
  6395. },
  6396. "limit": {
  6397. "type": "string"
  6398. },
  6399. "name": {
  6400. "type": "string",
  6401. "example": "媒体名称"
  6402. },
  6403. "page": {
  6404. "type": "string"
  6405. }
  6406. }
  6407. },
  6408. "md.AppletApplicationMediumListRes": {
  6409. "type": "object",
  6410. "properties": {
  6411. "list": {
  6412. "type": "array",
  6413. "items": {
  6414. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  6415. }
  6416. },
  6417. "total": {
  6418. "type": "integer"
  6419. }
  6420. }
  6421. },
  6422. "md.AppletApplicationSaveReq": {
  6423. "type": "object",
  6424. "properties": {
  6425. "id": {
  6426. "type": "string",
  6427. "example": "id 多个逗号隔开"
  6428. },
  6429. "memo": {
  6430. "type": "string",
  6431. "example": "备注"
  6432. },
  6433. "state": {
  6434. "type": "string",
  6435. "example": "审核状态"
  6436. }
  6437. }
  6438. },
  6439. "md.AppletDelBlackListReq": {
  6440. "type": "object",
  6441. "required": [
  6442. "Kind",
  6443. "appid",
  6444. "id"
  6445. ],
  6446. "properties": {
  6447. "Kind": {
  6448. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  6449. "type": "integer"
  6450. },
  6451. "appid": {
  6452. "type": "string",
  6453. "example": "授权小程序appid"
  6454. },
  6455. "id": {
  6456. "type": "string",
  6457. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  6458. }
  6459. }
  6460. },
  6461. "md.AppletGetAmsCategoryBlackListReq": {
  6462. "type": "object",
  6463. "required": [
  6464. "appid"
  6465. ],
  6466. "properties": {
  6467. "appid": {
  6468. "type": "string",
  6469. "example": "授权小程序appid"
  6470. }
  6471. }
  6472. },
  6473. "md.AppletGetAmsCategoryBlackListResp": {
  6474. "type": "object",
  6475. "properties": {
  6476. "ams_category": {
  6477. "description": "行业列表",
  6478. "type": "array",
  6479. "items": {
  6480. "type": "object",
  6481. "properties": {
  6482. "name": {
  6483. "type": "string",
  6484. "example": "行业名称"
  6485. },
  6486. "value": {
  6487. "type": "string",
  6488. "example": "行业标识符"
  6489. }
  6490. }
  6491. }
  6492. },
  6493. "checked_ams_category": {
  6494. "description": "选中的行业列表",
  6495. "type": "array",
  6496. "items": {
  6497. "type": "object",
  6498. "properties": {
  6499. "name": {
  6500. "type": "string",
  6501. "example": "行业名称"
  6502. },
  6503. "value": {
  6504. "type": "string",
  6505. "example": "行业标识符"
  6506. }
  6507. }
  6508. }
  6509. }
  6510. }
  6511. },
  6512. "md.AppletGetBlackListReq": {
  6513. "type": "object",
  6514. "required": [
  6515. "appid"
  6516. ],
  6517. "properties": {
  6518. "appid": {
  6519. "type": "string",
  6520. "example": "授权小程序appid"
  6521. }
  6522. }
  6523. },
  6524. "md.AppletSetAmsCategoryBlackListReq": {
  6525. "type": "object",
  6526. "required": [
  6527. "appid"
  6528. ],
  6529. "properties": {
  6530. "appid": {
  6531. "type": "string",
  6532. "example": "授权小程序appid"
  6533. },
  6534. "checked_ams_category": {
  6535. "description": "选中的行业列表",
  6536. "type": "array",
  6537. "items": {
  6538. "type": "string"
  6539. }
  6540. }
  6541. }
  6542. },
  6543. "md.AppletUpdateReq": {
  6544. "type": "object",
  6545. "required": [
  6546. "id",
  6547. "logo",
  6548. "name"
  6549. ],
  6550. "properties": {
  6551. "id": {
  6552. "type": "integer"
  6553. },
  6554. "logo": {
  6555. "type": "string",
  6556. "example": "小程序logo"
  6557. },
  6558. "name": {
  6559. "type": "string",
  6560. "example": "小程序名称"
  6561. }
  6562. }
  6563. },
  6564. "md.BindAdminRoleReq": {
  6565. "type": "object",
  6566. "required": [
  6567. "adm_id"
  6568. ],
  6569. "properties": {
  6570. "adm_id": {
  6571. "type": "integer"
  6572. },
  6573. "role_ids": {
  6574. "type": "array",
  6575. "items": {
  6576. "type": "integer"
  6577. }
  6578. }
  6579. }
  6580. },
  6581. "md.CommDetailReq": {
  6582. "type": "object",
  6583. "properties": {
  6584. "id": {
  6585. "type": "string",
  6586. "example": "列表id"
  6587. }
  6588. }
  6589. },
  6590. "md.DataCenterDataCenterOriginalDataDoingReq": {
  6591. "type": "object",
  6592. "properties": {
  6593. "id": {
  6594. "type": "string",
  6595. "example": "列表id"
  6596. },
  6597. "now_ecpm": {
  6598. "type": "string",
  6599. "example": "现-广告千次曝光收益(元)"
  6600. },
  6601. "now_exposure_count": {
  6602. "type": "string",
  6603. "example": "现-曝光量"
  6604. }
  6605. }
  6606. },
  6607. "md.DataCenterGenerateDataCommReq": {
  6608. "type": "object",
  6609. "properties": {
  6610. "id": {
  6611. "type": "string",
  6612. "example": "列表id"
  6613. }
  6614. }
  6615. },
  6616. "md.DataCenterGenerateDataData": {
  6617. "type": "object",
  6618. "properties": {
  6619. "adv_name": {
  6620. "type": "string",
  6621. "example": "广告位"
  6622. },
  6623. "agent_revenue": {
  6624. "type": "string",
  6625. "example": "代理收益(元)"
  6626. },
  6627. "agreement_sharing": {
  6628. "type": "string",
  6629. "example": "协议分成(元)"
  6630. },
  6631. "agreement_sharing_total": {
  6632. "type": "string",
  6633. "example": "协议总分成(元)"
  6634. },
  6635. "click_count": {
  6636. "type": "string",
  6637. "example": "现-点击量"
  6638. },
  6639. "click_rate": {
  6640. "type": "string",
  6641. "example": "现-点击率"
  6642. },
  6643. "commission_retention": {
  6644. "type": "string",
  6645. "example": "佣金留存(元)"
  6646. },
  6647. "date": {
  6648. "type": "string",
  6649. "example": "日期"
  6650. },
  6651. "ecpm": {
  6652. "type": "string",
  6653. "example": "'现-ecpm(元)"
  6654. },
  6655. "exposure_count": {
  6656. "type": "string",
  6657. "example": "现-曝光量"
  6658. },
  6659. "extra_revenue": {
  6660. "type": "string",
  6661. "example": "额外收益(元)"
  6662. },
  6663. "id": {
  6664. "type": "string",
  6665. "example": "id"
  6666. },
  6667. "is_generate_report": {
  6668. "type": "string",
  6669. "example": "是否已生成报表(0:未 1:已)"
  6670. },
  6671. "media_revenue": {
  6672. "type": "string",
  6673. "example": "媒体收益(元)"
  6674. },
  6675. "name": {
  6676. "type": "string",
  6677. "example": "名称"
  6678. },
  6679. "old_click_count": {
  6680. "type": "string",
  6681. "example": "原-点击量"
  6682. },
  6683. "old_click_rate": {
  6684. "type": "string",
  6685. "example": "原-点击率"
  6686. },
  6687. "old_ecpm": {
  6688. "type": "string",
  6689. "example": "'原-ecpm(元)"
  6690. },
  6691. "old_exposure_count": {
  6692. "type": "string",
  6693. "example": "原-曝光量"
  6694. },
  6695. "platform": {
  6696. "type": "string",
  6697. "example": "平台名称"
  6698. },
  6699. "platform_retention": {
  6700. "type": "string",
  6701. "example": "平台留存(元)"
  6702. },
  6703. "price_adjustment_retention": {
  6704. "type": "string",
  6705. "example": "调价留存(元)"
  6706. },
  6707. "state": {
  6708. "type": "string",
  6709. "example": "状态id"
  6710. }
  6711. }
  6712. },
  6713. "md.DataCenterGenerateDataDetailAgentReward": {
  6714. "type": "object",
  6715. "properties": {
  6716. "account": {
  6717. "type": "string"
  6718. },
  6719. "agent_revenue": {
  6720. "type": "string",
  6721. "example": "代理收益(元)"
  6722. },
  6723. "agent_revenue_rate": {
  6724. "type": "string",
  6725. "example": "代理收益百分比"
  6726. },
  6727. "extra_revenue": {
  6728. "type": "string",
  6729. "example": "额外收益(元)"
  6730. },
  6731. "extra_revenue_rate": {
  6732. "type": "string",
  6733. "example": "'额外收益百分比"
  6734. },
  6735. "name": {
  6736. "type": "string"
  6737. }
  6738. }
  6739. },
  6740. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  6741. "type": "object",
  6742. "properties": {
  6743. "account": {
  6744. "type": "string"
  6745. },
  6746. "agent_revenue": {
  6747. "type": "string",
  6748. "example": "代理收益(元)"
  6749. },
  6750. "agent_revenue_rate": {
  6751. "type": "string",
  6752. "example": "代理收益百分比"
  6753. },
  6754. "name": {
  6755. "type": "string"
  6756. }
  6757. }
  6758. },
  6759. "md.DataCenterGenerateDataDetailData": {
  6760. "type": "object",
  6761. "properties": {
  6762. "agent_revenue_rate": {
  6763. "type": "string",
  6764. "example": "代理收益百分比"
  6765. },
  6766. "agent_reward": {
  6767. "type": "array",
  6768. "items": {
  6769. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  6770. }
  6771. },
  6772. "agreement_sharing_rate": {
  6773. "type": "string",
  6774. "example": "协议分成百分比"
  6775. },
  6776. "commission_retention_rate": {
  6777. "type": "string",
  6778. "example": "佣金留存百分比"
  6779. },
  6780. "create_at": {
  6781. "type": "string"
  6782. },
  6783. "extra_revenue_rate": {
  6784. "type": "string",
  6785. "example": "额外收益百分比"
  6786. },
  6787. "media_revenue_rate": {
  6788. "type": "string",
  6789. "example": "媒体收益百分比"
  6790. },
  6791. "platform_retention_rate": {
  6792. "type": "string",
  6793. "example": "平台留存百分比"
  6794. },
  6795. "update_at": {
  6796. "type": "string"
  6797. }
  6798. }
  6799. },
  6800. "md.DataCenterGenerateDataReq": {
  6801. "type": "object",
  6802. "properties": {
  6803. "end_time": {
  6804. "type": "string"
  6805. },
  6806. "limit": {
  6807. "type": "string"
  6808. },
  6809. "name": {
  6810. "type": "string"
  6811. },
  6812. "page": {
  6813. "type": "string"
  6814. },
  6815. "platform": {
  6816. "type": "string"
  6817. },
  6818. "start_time": {
  6819. "type": "string"
  6820. },
  6821. "state": {
  6822. "type": "string"
  6823. }
  6824. }
  6825. },
  6826. "md.DataCenterGenerateDataRes": {
  6827. "type": "object",
  6828. "properties": {
  6829. "list": {
  6830. "type": "array",
  6831. "items": {
  6832. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  6833. }
  6834. },
  6835. "platform": {
  6836. "type": "array",
  6837. "items": {
  6838. "$ref": "#/definitions/md.SelectData"
  6839. }
  6840. },
  6841. "state": {
  6842. "type": "array",
  6843. "items": {
  6844. "$ref": "#/definitions/md.SelectData"
  6845. }
  6846. },
  6847. "total": {
  6848. "type": "integer"
  6849. }
  6850. }
  6851. },
  6852. "md.DataCenterIncomeDataData": {
  6853. "type": "object",
  6854. "properties": {
  6855. "adv_name": {
  6856. "type": "string",
  6857. "example": "广告位"
  6858. },
  6859. "agent_revenue": {
  6860. "type": "string",
  6861. "example": "代理收益(元)"
  6862. },
  6863. "agreement_sharing": {
  6864. "type": "string",
  6865. "example": "平台收益(元)"
  6866. },
  6867. "click_count": {
  6868. "type": "string",
  6869. "example": "现-点击量"
  6870. },
  6871. "click_rate": {
  6872. "type": "string",
  6873. "example": "现-点击率"
  6874. },
  6875. "date": {
  6876. "type": "string",
  6877. "example": "日期"
  6878. },
  6879. "ecpm": {
  6880. "type": "string",
  6881. "example": "'现-ecpm(元)"
  6882. },
  6883. "exposure_count": {
  6884. "type": "string",
  6885. "example": "现-曝光量"
  6886. },
  6887. "id": {
  6888. "type": "string",
  6889. "example": "id"
  6890. },
  6891. "media_revenue": {
  6892. "type": "string",
  6893. "example": "媒体收益(元)"
  6894. },
  6895. "name": {
  6896. "type": "string",
  6897. "example": "名称"
  6898. },
  6899. "platform": {
  6900. "type": "string",
  6901. "example": "平台名称"
  6902. },
  6903. "settle_amount": {
  6904. "type": "string",
  6905. "example": "结算收益(元)"
  6906. },
  6907. "state": {
  6908. "type": "string",
  6909. "example": "状态id"
  6910. }
  6911. }
  6912. },
  6913. "md.DataCenterIncomeDataDetail": {
  6914. "type": "object",
  6915. "properties": {
  6916. "agent_revenue": {
  6917. "type": "string",
  6918. "example": "代理收益(元)"
  6919. },
  6920. "agent_revenue_rate": {
  6921. "type": "string",
  6922. "example": "代理收益百分比"
  6923. },
  6924. "agent_reward": {
  6925. "type": "array",
  6926. "items": {
  6927. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  6928. }
  6929. },
  6930. "agreement_sharing": {
  6931. "type": "string",
  6932. "example": "平台收益(元)"
  6933. },
  6934. "agreement_sharing_rate": {
  6935. "type": "string",
  6936. "example": "平台收益百分比"
  6937. },
  6938. "create_at": {
  6939. "type": "string"
  6940. },
  6941. "data_source": {
  6942. "type": "string",
  6943. "example": "数据来源"
  6944. },
  6945. "media_revenue": {
  6946. "type": "string",
  6947. "example": "媒体收益(元)"
  6948. },
  6949. "media_revenue_rate": {
  6950. "type": "string",
  6951. "example": "媒体收益百分比"
  6952. },
  6953. "medium_name": {
  6954. "type": "string",
  6955. "example": "媒体名称"
  6956. },
  6957. "platform": {
  6958. "type": "string",
  6959. "example": "填充来源"
  6960. },
  6961. "update_at": {
  6962. "type": "string"
  6963. }
  6964. }
  6965. },
  6966. "md.DataCenterIncomeDataRes": {
  6967. "type": "object",
  6968. "properties": {
  6969. "list": {
  6970. "type": "array",
  6971. "items": {
  6972. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  6973. }
  6974. },
  6975. "platform": {
  6976. "type": "array",
  6977. "items": {
  6978. "$ref": "#/definitions/md.SelectData"
  6979. }
  6980. },
  6981. "state": {
  6982. "type": "array",
  6983. "items": {
  6984. "$ref": "#/definitions/md.SelectData"
  6985. }
  6986. },
  6987. "total": {
  6988. "type": "integer"
  6989. }
  6990. }
  6991. },
  6992. "md.DataCenterOriginalDataCommReq": {
  6993. "type": "object",
  6994. "properties": {
  6995. "id": {
  6996. "type": "string",
  6997. "example": "列表id"
  6998. },
  6999. "now_ecpm": {
  7000. "type": "string",
  7001. "example": "现-广告千次曝光收益(元)"
  7002. },
  7003. "now_exposure_count": {
  7004. "type": "string",
  7005. "example": "现-曝光量"
  7006. }
  7007. }
  7008. },
  7009. "md.DataCenterOriginalDataData": {
  7010. "type": "object",
  7011. "properties": {
  7012. "adv_name": {
  7013. "type": "string",
  7014. "example": "广告位"
  7015. },
  7016. "click_count": {
  7017. "type": "string",
  7018. "example": "点击量"
  7019. },
  7020. "click_rate": {
  7021. "type": "string",
  7022. "example": "点击率"
  7023. },
  7024. "date": {
  7025. "type": "string",
  7026. "example": "日期"
  7027. },
  7028. "ecpm": {
  7029. "type": "string",
  7030. "example": "'ecpm(元)"
  7031. },
  7032. "exposure_count": {
  7033. "type": "string",
  7034. "example": "曝光量"
  7035. },
  7036. "exposure_rate": {
  7037. "type": "string",
  7038. "example": "曝光率"
  7039. },
  7040. "id": {
  7041. "type": "string",
  7042. "example": "id"
  7043. },
  7044. "is_apply": {
  7045. "type": "string",
  7046. "example": "是否已应用"
  7047. },
  7048. "name": {
  7049. "type": "string",
  7050. "example": "名称"
  7051. },
  7052. "platform": {
  7053. "type": "string",
  7054. "example": "平台名称"
  7055. },
  7056. "publisher_income": {
  7057. "type": "string",
  7058. "example": "总收益(元)"
  7059. },
  7060. "req_succ_count": {
  7061. "type": "string",
  7062. "example": "拉取量"
  7063. },
  7064. "state": {
  7065. "type": "string",
  7066. "example": "状态id"
  7067. }
  7068. }
  7069. },
  7070. "md.DataCenterOriginalDataMoreApplicationData": {
  7071. "type": "object",
  7072. "properties": {
  7073. "ad_id": {
  7074. "type": "string",
  7075. "example": "广告位id"
  7076. },
  7077. "adv_name": {
  7078. "type": "string",
  7079. "example": "广告位"
  7080. },
  7081. "app_id": {
  7082. "type": "string",
  7083. "example": "小程序id"
  7084. },
  7085. "id": {
  7086. "type": "string",
  7087. "example": "id"
  7088. },
  7089. "logo": {
  7090. "type": "string"
  7091. },
  7092. "name": {
  7093. "type": "string",
  7094. "example": "名称"
  7095. },
  7096. "state": {
  7097. "type": "string",
  7098. "example": "状态id"
  7099. }
  7100. }
  7101. },
  7102. "md.DataCenterOriginalDataMoreApplicationDoingReq": {
  7103. "type": "object",
  7104. "properties": {
  7105. "date": {
  7106. "type": "string",
  7107. "example": "2024-08-28"
  7108. },
  7109. "ids": {
  7110. "type": "array",
  7111. "items": {
  7112. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
  7113. }
  7114. }
  7115. }
  7116. },
  7117. "md.DataCenterOriginalDataMoreApplicationReq": {
  7118. "type": "object",
  7119. "properties": {
  7120. "limit": {
  7121. "type": "string"
  7122. },
  7123. "name": {
  7124. "type": "string"
  7125. },
  7126. "page": {
  7127. "type": "string"
  7128. }
  7129. }
  7130. },
  7131. "md.DataCenterOriginalDataMoreApplicationRes": {
  7132. "type": "object",
  7133. "properties": {
  7134. "list": {
  7135. "type": "array",
  7136. "items": {
  7137. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  7138. }
  7139. },
  7140. "state": {
  7141. "type": "array",
  7142. "items": {
  7143. "$ref": "#/definitions/md.SelectData"
  7144. }
  7145. },
  7146. "total": {
  7147. "type": "integer"
  7148. }
  7149. }
  7150. },
  7151. "md.DataCenterOriginalDataOneApplicationAdListData": {
  7152. "type": "object",
  7153. "properties": {
  7154. "ad_id": {
  7155. "type": "string",
  7156. "example": "广告位id"
  7157. },
  7158. "id": {
  7159. "type": "string",
  7160. "example": "id"
  7161. },
  7162. "name": {
  7163. "type": "string",
  7164. "example": "名称"
  7165. },
  7166. "state": {
  7167. "type": "string",
  7168. "example": "状态id"
  7169. }
  7170. }
  7171. },
  7172. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  7173. "type": "object",
  7174. "properties": {
  7175. "app_id": {
  7176. "type": "string"
  7177. }
  7178. }
  7179. },
  7180. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  7181. "type": "object",
  7182. "properties": {
  7183. "list": {
  7184. "type": "array",
  7185. "items": {
  7186. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  7187. }
  7188. },
  7189. "state": {
  7190. "type": "array",
  7191. "items": {
  7192. "$ref": "#/definitions/md.SelectData"
  7193. }
  7194. }
  7195. }
  7196. },
  7197. "md.DataCenterOriginalDataOneApplicationData": {
  7198. "type": "object",
  7199. "properties": {
  7200. "app_id": {
  7201. "type": "string",
  7202. "example": "小程序id"
  7203. },
  7204. "id": {
  7205. "type": "string",
  7206. "example": "id"
  7207. },
  7208. "logo": {
  7209. "type": "string"
  7210. },
  7211. "name": {
  7212. "type": "string",
  7213. "example": "名称"
  7214. }
  7215. }
  7216. },
  7217. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  7218. "type": "object",
  7219. "properties": {
  7220. "ad_id": {
  7221. "type": "string"
  7222. },
  7223. "app_id": {
  7224. "type": "string"
  7225. },
  7226. "date": {
  7227. "type": "string",
  7228. "example": "2024-08-28"
  7229. }
  7230. }
  7231. },
  7232. "md.DataCenterOriginalDataOneApplicationDoingReqData": {
  7233. "type": "object",
  7234. "properties": {
  7235. "ad_id": {
  7236. "type": "string"
  7237. },
  7238. "app_id": {
  7239. "type": "string"
  7240. }
  7241. }
  7242. },
  7243. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  7244. "type": "object",
  7245. "properties": {
  7246. "ad_id": {
  7247. "type": "string"
  7248. },
  7249. "ad_slot": {
  7250. "type": "string",
  7251. "example": "广告位类型名称"
  7252. },
  7253. "click_count": {
  7254. "type": "string",
  7255. "example": "点击量"
  7256. },
  7257. "click_rate": {
  7258. "type": "string",
  7259. "example": "点击率"
  7260. },
  7261. "ecpm": {
  7262. "type": "string",
  7263. "example": "ecpm(元)"
  7264. },
  7265. "exposure_count": {
  7266. "type": "string",
  7267. "example": "曝光量"
  7268. },
  7269. "exposure_rate": {
  7270. "type": "string",
  7271. "example": "曝光率"
  7272. },
  7273. "publisher_income": {
  7274. "type": "string",
  7275. "example": "总收益(元)"
  7276. },
  7277. "req_succ_count": {
  7278. "type": "string",
  7279. "example": "拉取量"
  7280. }
  7281. }
  7282. },
  7283. "md.DataCenterOriginalDataOneApplicationRes": {
  7284. "type": "object",
  7285. "properties": {
  7286. "list": {
  7287. "type": "array",
  7288. "items": {
  7289. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  7290. }
  7291. }
  7292. }
  7293. },
  7294. "md.DataCenterOriginalDataReq": {
  7295. "type": "object",
  7296. "properties": {
  7297. "end_time": {
  7298. "type": "string"
  7299. },
  7300. "limit": {
  7301. "type": "string"
  7302. },
  7303. "name": {
  7304. "type": "string"
  7305. },
  7306. "page": {
  7307. "type": "string"
  7308. },
  7309. "platform": {
  7310. "type": "string"
  7311. },
  7312. "start_time": {
  7313. "type": "string"
  7314. },
  7315. "state": {
  7316. "type": "string"
  7317. }
  7318. }
  7319. },
  7320. "md.DataCenterOriginalDataRes": {
  7321. "type": "object",
  7322. "properties": {
  7323. "list": {
  7324. "type": "array",
  7325. "items": {
  7326. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  7327. }
  7328. },
  7329. "platform": {
  7330. "type": "array",
  7331. "items": {
  7332. "$ref": "#/definitions/md.SelectData"
  7333. }
  7334. },
  7335. "state": {
  7336. "type": "array",
  7337. "items": {
  7338. "$ref": "#/definitions/md.SelectData"
  7339. }
  7340. },
  7341. "total": {
  7342. "type": "integer"
  7343. }
  7344. }
  7345. },
  7346. "md.DivisionStrategyData": {
  7347. "type": "object",
  7348. "properties": {
  7349. "account": {
  7350. "type": "string",
  7351. "example": "账号"
  7352. },
  7353. "agent_revenue_rate": {
  7354. "type": "string",
  7355. "example": "代理收益百分比"
  7356. },
  7357. "agreement_sharing_rate": {
  7358. "type": "string",
  7359. "example": "协议分成百分比"
  7360. },
  7361. "commission_retention_rate": {
  7362. "type": "string",
  7363. "example": "佣金留存百分比"
  7364. },
  7365. "extra_revenue_rate": {
  7366. "type": "string",
  7367. "example": "额外收益百分比"
  7368. },
  7369. "id": {
  7370. "type": "string",
  7371. "example": "id"
  7372. },
  7373. "media_revenue_rate": {
  7374. "type": "string",
  7375. "example": "媒体收益百分比"
  7376. },
  7377. "medium_id": {
  7378. "type": "string",
  7379. "example": "媒体id"
  7380. },
  7381. "name": {
  7382. "type": "string",
  7383. "example": "名称"
  7384. },
  7385. "platform_retention_rate": {
  7386. "type": "string",
  7387. "example": "平台留存百分比"
  7388. }
  7389. }
  7390. },
  7391. "md.DivisionStrategyDetailByAgent": {
  7392. "type": "object",
  7393. "properties": {
  7394. "account": {
  7395. "type": "string",
  7396. "example": "账号"
  7397. },
  7398. "agent_id": {
  7399. "type": "string",
  7400. "example": "代理id"
  7401. },
  7402. "agent_revenue_rate": {
  7403. "type": "string",
  7404. "example": "佣金比例"
  7405. },
  7406. "extra_revenue_rate": {
  7407. "type": "string",
  7408. "example": "额外奖励"
  7409. },
  7410. "name": {
  7411. "type": "string",
  7412. "example": "名称"
  7413. }
  7414. }
  7415. },
  7416. "md.DivisionStrategyDetailReq": {
  7417. "type": "object",
  7418. "properties": {
  7419. "medium_id": {
  7420. "type": "string"
  7421. }
  7422. }
  7423. },
  7424. "md.DivisionStrategyDetailRes": {
  7425. "type": "object",
  7426. "properties": {
  7427. "account": {
  7428. "type": "string",
  7429. "example": "账号"
  7430. },
  7431. "agent_list": {
  7432. "type": "array",
  7433. "items": {
  7434. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  7435. }
  7436. },
  7437. "agent_revenue_rate": {
  7438. "type": "string",
  7439. "example": "代理收益百分比"
  7440. },
  7441. "agreement_sharing_rate": {
  7442. "type": "string",
  7443. "example": "协议分成百分比"
  7444. },
  7445. "commission_retention_rate": {
  7446. "type": "string",
  7447. "example": "佣金留存百分比"
  7448. },
  7449. "extra_revenue_rate": {
  7450. "type": "string",
  7451. "example": "额外收益百分比"
  7452. },
  7453. "media_revenue_rate": {
  7454. "type": "string",
  7455. "example": "媒体收益百分比"
  7456. },
  7457. "medium_id": {
  7458. "type": "string",
  7459. "example": "媒体id"
  7460. },
  7461. "name": {
  7462. "type": "string",
  7463. "example": "名称"
  7464. },
  7465. "platform_retention_rate": {
  7466. "type": "string",
  7467. "example": "平台留存百分比"
  7468. }
  7469. }
  7470. },
  7471. "md.DivisionStrategyReq": {
  7472. "type": "object",
  7473. "properties": {
  7474. "limit": {
  7475. "type": "string"
  7476. },
  7477. "name": {
  7478. "type": "string"
  7479. },
  7480. "page": {
  7481. "type": "string"
  7482. }
  7483. }
  7484. },
  7485. "md.DivisionStrategyRes": {
  7486. "type": "object",
  7487. "properties": {
  7488. "list": {
  7489. "type": "array",
  7490. "items": {
  7491. "$ref": "#/definitions/md.DivisionStrategyData"
  7492. }
  7493. },
  7494. "total": {
  7495. "type": "integer"
  7496. }
  7497. }
  7498. },
  7499. "md.FinanceCenterDataAgentDetail": {
  7500. "type": "object",
  7501. "properties": {
  7502. "account": {
  7503. "type": "string",
  7504. "example": "媒体账号"
  7505. },
  7506. "all_income": {
  7507. "type": "string",
  7508. "example": "合计收益"
  7509. },
  7510. "income": {
  7511. "type": "string",
  7512. "example": "渠道结算"
  7513. },
  7514. "invoice": {
  7515. "$ref": "#/definitions/md.Invoice"
  7516. },
  7517. "name": {
  7518. "type": "string",
  7519. "example": "媒体名称"
  7520. },
  7521. "other_income": {
  7522. "type": "string",
  7523. "example": "其他调整"
  7524. },
  7525. "pay_state": {
  7526. "type": "string",
  7527. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7528. },
  7529. "settle_file": {
  7530. "type": "string",
  7531. "example": "结算单"
  7532. },
  7533. "source": {
  7534. "type": "string",
  7535. "example": "结算标示"
  7536. },
  7537. "state": {
  7538. "type": "string",
  7539. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7540. },
  7541. "time_str": {
  7542. "type": "string",
  7543. "example": "业务时间"
  7544. }
  7545. }
  7546. },
  7547. "md.FinanceCenterDataAgentDetailRes": {
  7548. "type": "object",
  7549. "properties": {
  7550. "business_kind": {
  7551. "type": "array",
  7552. "items": {
  7553. "$ref": "#/definitions/md.SelectData"
  7554. }
  7555. },
  7556. "data": {
  7557. "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
  7558. },
  7559. "invoice_cate": {
  7560. "type": "array",
  7561. "items": {
  7562. "$ref": "#/definitions/md.SelectData"
  7563. }
  7564. },
  7565. "invoice_state": {
  7566. "type": "array",
  7567. "items": {
  7568. "$ref": "#/definitions/md.SelectData"
  7569. }
  7570. },
  7571. "settle_pay_state": {
  7572. "type": "array",
  7573. "items": {
  7574. "$ref": "#/definitions/md.SelectData"
  7575. }
  7576. },
  7577. "settle_state": {
  7578. "type": "array",
  7579. "items": {
  7580. "$ref": "#/definitions/md.SelectData"
  7581. }
  7582. },
  7583. "settle_type": {
  7584. "type": "array",
  7585. "items": {
  7586. "$ref": "#/definitions/md.SelectData"
  7587. }
  7588. }
  7589. }
  7590. },
  7591. "md.FinanceCenterDataData": {
  7592. "type": "object",
  7593. "properties": {
  7594. "all_income": {
  7595. "type": "string",
  7596. "example": "合计收益"
  7597. },
  7598. "change_income": {
  7599. "type": "string",
  7600. "example": "调价留存"
  7601. },
  7602. "commission_income": {
  7603. "type": "string",
  7604. "example": "佣金留存"
  7605. },
  7606. "id": {
  7607. "type": "string"
  7608. },
  7609. "label": {
  7610. "type": "string"
  7611. },
  7612. "medium_income": {
  7613. "type": "string",
  7614. "example": "媒体结算"
  7615. },
  7616. "name": {
  7617. "type": "string",
  7618. "example": "媒体名称"
  7619. },
  7620. "other_income": {
  7621. "type": "string",
  7622. "example": "其他调整"
  7623. },
  7624. "pay_state": {
  7625. "type": "string",
  7626. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7627. },
  7628. "platform_income": {
  7629. "type": "string",
  7630. "example": "平台留存"
  7631. },
  7632. "settle_type": {
  7633. "type": "string",
  7634. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  7635. },
  7636. "state": {
  7637. "type": "string",
  7638. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7639. },
  7640. "time_str": {
  7641. "type": "string",
  7642. "example": "业务时间"
  7643. },
  7644. "top_income": {
  7645. "type": "string",
  7646. "example": "上游结算"
  7647. }
  7648. }
  7649. },
  7650. "md.FinanceCenterDataDetail": {
  7651. "type": "object",
  7652. "properties": {
  7653. "account": {
  7654. "type": "string",
  7655. "example": "媒体账号"
  7656. },
  7657. "all_income": {
  7658. "type": "string",
  7659. "example": "合计收益"
  7660. },
  7661. "change_income": {
  7662. "type": "string",
  7663. "example": "调价留存"
  7664. },
  7665. "commission_income": {
  7666. "type": "string",
  7667. "example": "佣金留存"
  7668. },
  7669. "invoice": {
  7670. "$ref": "#/definitions/md.Invoice"
  7671. },
  7672. "medium_income": {
  7673. "type": "string",
  7674. "example": "媒体结算"
  7675. },
  7676. "name": {
  7677. "type": "string",
  7678. "example": "媒体名称"
  7679. },
  7680. "other_income": {
  7681. "type": "string",
  7682. "example": "其他调整"
  7683. },
  7684. "pay_state": {
  7685. "type": "string",
  7686. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7687. },
  7688. "platform_income": {
  7689. "type": "string",
  7690. "example": "平台留存"
  7691. },
  7692. "settle_file": {
  7693. "type": "string",
  7694. "example": "结算单"
  7695. },
  7696. "source": {
  7697. "type": "string",
  7698. "example": "结算标示"
  7699. },
  7700. "state": {
  7701. "type": "string",
  7702. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7703. },
  7704. "time_str": {
  7705. "type": "string",
  7706. "example": "业务时间"
  7707. },
  7708. "top_income": {
  7709. "type": "string",
  7710. "example": "上游结算"
  7711. }
  7712. }
  7713. },
  7714. "md.FinanceCenterDataDetailRes": {
  7715. "type": "object",
  7716. "properties": {
  7717. "business_kind": {
  7718. "type": "array",
  7719. "items": {
  7720. "$ref": "#/definitions/md.SelectData"
  7721. }
  7722. },
  7723. "data": {
  7724. "$ref": "#/definitions/md.FinanceCenterDataDetail"
  7725. },
  7726. "invoice_cate": {
  7727. "type": "array",
  7728. "items": {
  7729. "$ref": "#/definitions/md.SelectData"
  7730. }
  7731. },
  7732. "invoice_state": {
  7733. "type": "array",
  7734. "items": {
  7735. "$ref": "#/definitions/md.SelectData"
  7736. }
  7737. },
  7738. "settle_pay_state": {
  7739. "type": "array",
  7740. "items": {
  7741. "$ref": "#/definitions/md.SelectData"
  7742. }
  7743. },
  7744. "settle_state": {
  7745. "type": "array",
  7746. "items": {
  7747. "$ref": "#/definitions/md.SelectData"
  7748. }
  7749. },
  7750. "settle_type": {
  7751. "type": "array",
  7752. "items": {
  7753. "$ref": "#/definitions/md.SelectData"
  7754. }
  7755. }
  7756. }
  7757. },
  7758. "md.FinanceCenterDataReq": {
  7759. "type": "object",
  7760. "properties": {
  7761. "end_time": {
  7762. "type": "string"
  7763. },
  7764. "limit": {
  7765. "type": "string"
  7766. },
  7767. "page": {
  7768. "type": "string"
  7769. },
  7770. "pay_state": {
  7771. "type": "string",
  7772. "example": "读 settle_pay_state返回的"
  7773. },
  7774. "start_time": {
  7775. "type": "string",
  7776. "example": "2024-08-29"
  7777. }
  7778. }
  7779. },
  7780. "md.FinanceCenterDataRes": {
  7781. "type": "object",
  7782. "properties": {
  7783. "business_kind": {
  7784. "type": "array",
  7785. "items": {
  7786. "$ref": "#/definitions/md.SelectData"
  7787. }
  7788. },
  7789. "list": {
  7790. "type": "array",
  7791. "items": {
  7792. "$ref": "#/definitions/md.FinanceCenterDataData"
  7793. }
  7794. },
  7795. "settle_pay_state": {
  7796. "type": "array",
  7797. "items": {
  7798. "$ref": "#/definitions/md.SelectData"
  7799. }
  7800. },
  7801. "settle_state": {
  7802. "type": "array",
  7803. "items": {
  7804. "$ref": "#/definitions/md.SelectData"
  7805. }
  7806. },
  7807. "settle_type": {
  7808. "type": "array",
  7809. "items": {
  7810. "$ref": "#/definitions/md.SelectData"
  7811. }
  7812. },
  7813. "total": {
  7814. "type": "integer"
  7815. }
  7816. }
  7817. },
  7818. "md.FinanceCenterPlatformDataData": {
  7819. "type": "object",
  7820. "properties": {
  7821. "agent_income": {
  7822. "type": "string",
  7823. "example": "代理结算"
  7824. },
  7825. "change_income": {
  7826. "type": "string",
  7827. "example": "调价留存"
  7828. },
  7829. "commission_income": {
  7830. "type": "string",
  7831. "example": "佣金留存"
  7832. },
  7833. "id": {
  7834. "type": "string"
  7835. },
  7836. "medium_income": {
  7837. "type": "string",
  7838. "example": "媒体结算"
  7839. },
  7840. "platform_income": {
  7841. "type": "string",
  7842. "example": "平台留存"
  7843. },
  7844. "time_str": {
  7845. "type": "string",
  7846. "example": "业务时间"
  7847. },
  7848. "top_income": {
  7849. "type": "string",
  7850. "example": "上游结算"
  7851. },
  7852. "update_at": {
  7853. "type": "string",
  7854. "example": "更新时间"
  7855. }
  7856. }
  7857. },
  7858. "md.FinanceCenterPlatformDataReq": {
  7859. "type": "object",
  7860. "properties": {
  7861. "date": {
  7862. "type": "string",
  7863. "example": "2024-08-29"
  7864. },
  7865. "end_time": {
  7866. "type": "string"
  7867. },
  7868. "limit": {
  7869. "type": "string"
  7870. },
  7871. "page": {
  7872. "type": "string"
  7873. },
  7874. "start_time": {
  7875. "type": "string",
  7876. "example": "2024-08-29"
  7877. }
  7878. }
  7879. },
  7880. "md.FinanceCenterPlatformDataRes": {
  7881. "type": "object",
  7882. "properties": {
  7883. "list": {
  7884. "type": "array",
  7885. "items": {
  7886. "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
  7887. }
  7888. },
  7889. "total": {
  7890. "type": "integer"
  7891. }
  7892. }
  7893. },
  7894. "md.FinancialDynamicsAgentListData": {
  7895. "type": "object",
  7896. "properties": {
  7897. "amount": {
  7898. "type": "string",
  7899. "example": "支付金额"
  7900. },
  7901. "business_kind": {
  7902. "type": "string",
  7903. "example": "支付类型(1:广告合作)"
  7904. },
  7905. "certificate": {
  7906. "type": "string",
  7907. "example": "支付凭证"
  7908. },
  7909. "id": {
  7910. "type": "string"
  7911. },
  7912. "memo": {
  7913. "type": "string",
  7914. "example": "备注"
  7915. },
  7916. "name": {
  7917. "type": "string"
  7918. },
  7919. "pay_method": {
  7920. "type": "string",
  7921. "example": "支付方式 0对私 1对公"
  7922. },
  7923. "pay_time": {
  7924. "type": "string",
  7925. "example": "支付时间"
  7926. }
  7927. }
  7928. },
  7929. "md.FinancialDynamicsAgentListReq": {
  7930. "type": "object",
  7931. "properties": {
  7932. "end_time": {
  7933. "type": "string"
  7934. },
  7935. "limit": {
  7936. "type": "string"
  7937. },
  7938. "page": {
  7939. "type": "string"
  7940. },
  7941. "start_time": {
  7942. "type": "string",
  7943. "example": "2024-08-29 00:00:00"
  7944. },
  7945. "uid": {
  7946. "type": "string",
  7947. "example": ""
  7948. }
  7949. }
  7950. },
  7951. "md.FinancialDynamicsAgentListRes": {
  7952. "type": "object",
  7953. "properties": {
  7954. "business_kind": {
  7955. "type": "array",
  7956. "items": {
  7957. "$ref": "#/definitions/md.SelectData"
  7958. }
  7959. },
  7960. "list": {
  7961. "type": "array",
  7962. "items": {
  7963. "$ref": "#/definitions/md.FinancialDynamicsAgentListData"
  7964. }
  7965. },
  7966. "pay_method": {
  7967. "type": "array",
  7968. "items": {
  7969. "$ref": "#/definitions/md.SelectData"
  7970. }
  7971. },
  7972. "total": {
  7973. "type": "integer"
  7974. },
  7975. "user": {
  7976. "type": "array",
  7977. "items": {
  7978. "$ref": "#/definitions/md.SelectData"
  7979. }
  7980. }
  7981. }
  7982. },
  7983. "md.FinancialDynamicsAgentSaveReq": {
  7984. "type": "object",
  7985. "properties": {
  7986. "amount": {
  7987. "type": "string",
  7988. "example": "支付金额"
  7989. },
  7990. "business_kind": {
  7991. "type": "string",
  7992. "example": "支付类型(1:广告合作)"
  7993. },
  7994. "certificate": {
  7995. "type": "string",
  7996. "example": "支付凭证"
  7997. },
  7998. "memo": {
  7999. "type": "string",
  8000. "example": "备注"
  8001. },
  8002. "pay_method": {
  8003. "type": "string",
  8004. "example": "支付方式 0对私 1对公"
  8005. },
  8006. "uid": {
  8007. "type": "string"
  8008. }
  8009. }
  8010. },
  8011. "md.FinancialDynamicsAgentTotalReq": {
  8012. "type": "object",
  8013. "properties": {
  8014. "end_time": {
  8015. "type": "string"
  8016. },
  8017. "start_time": {
  8018. "type": "string",
  8019. "example": "2024-08-29 00:00:00"
  8020. },
  8021. "uid": {
  8022. "type": "string",
  8023. "example": ""
  8024. }
  8025. }
  8026. },
  8027. "md.FinancialDynamicsAgentTotalRes": {
  8028. "type": "object",
  8029. "properties": {
  8030. "all_amount": {
  8031. "type": "string",
  8032. "example": "预付总金额"
  8033. },
  8034. "balance_amount": {
  8035. "type": "string",
  8036. "example": "账户余额"
  8037. },
  8038. "pay_count": {
  8039. "type": "string",
  8040. "example": "预付次数"
  8041. },
  8042. "use_amount": {
  8043. "type": "string",
  8044. "example": "已消耗金额"
  8045. }
  8046. }
  8047. },
  8048. "md.FinancialDynamicsMediumListData": {
  8049. "type": "object",
  8050. "properties": {
  8051. "amount": {
  8052. "type": "string",
  8053. "example": "支付金额"
  8054. },
  8055. "business_kind": {
  8056. "type": "string",
  8057. "example": "支付类型(1:广告合作)"
  8058. },
  8059. "certificate": {
  8060. "type": "string",
  8061. "example": "支付凭证"
  8062. },
  8063. "id": {
  8064. "type": "string"
  8065. },
  8066. "memo": {
  8067. "type": "string",
  8068. "example": "备注"
  8069. },
  8070. "name": {
  8071. "type": "string"
  8072. },
  8073. "pay_method": {
  8074. "type": "string",
  8075. "example": "支付方式 0对私 1对公"
  8076. },
  8077. "pay_time": {
  8078. "type": "string",
  8079. "example": "支付时间"
  8080. }
  8081. }
  8082. },
  8083. "md.FinancialDynamicsMediumListReq": {
  8084. "type": "object",
  8085. "properties": {
  8086. "end_time": {
  8087. "type": "string"
  8088. },
  8089. "limit": {
  8090. "type": "string"
  8091. },
  8092. "page": {
  8093. "type": "string"
  8094. },
  8095. "start_time": {
  8096. "type": "string",
  8097. "example": "2024-08-29 00:00:00"
  8098. },
  8099. "uid": {
  8100. "type": "string",
  8101. "example": ""
  8102. }
  8103. }
  8104. },
  8105. "md.FinancialDynamicsMediumListRes": {
  8106. "type": "object",
  8107. "properties": {
  8108. "business_kind": {
  8109. "type": "array",
  8110. "items": {
  8111. "$ref": "#/definitions/md.SelectData"
  8112. }
  8113. },
  8114. "list": {
  8115. "type": "array",
  8116. "items": {
  8117. "$ref": "#/definitions/md.FinancialDynamicsMediumListData"
  8118. }
  8119. },
  8120. "pay_method": {
  8121. "type": "array",
  8122. "items": {
  8123. "$ref": "#/definitions/md.SelectData"
  8124. }
  8125. },
  8126. "total": {
  8127. "type": "integer"
  8128. },
  8129. "user": {
  8130. "type": "array",
  8131. "items": {
  8132. "$ref": "#/definitions/md.SelectData"
  8133. }
  8134. }
  8135. }
  8136. },
  8137. "md.FinancialDynamicsMediumSaveReq": {
  8138. "type": "object",
  8139. "properties": {
  8140. "amount": {
  8141. "type": "string",
  8142. "example": "支付金额"
  8143. },
  8144. "business_kind": {
  8145. "type": "string",
  8146. "example": "支付类型(1:广告合作)"
  8147. },
  8148. "certificate": {
  8149. "type": "string",
  8150. "example": "支付凭证"
  8151. },
  8152. "memo": {
  8153. "type": "string",
  8154. "example": "备注"
  8155. },
  8156. "pay_method": {
  8157. "type": "string",
  8158. "example": "支付方式 0对私 1对公"
  8159. },
  8160. "uid": {
  8161. "type": "string"
  8162. }
  8163. }
  8164. },
  8165. "md.FinancialDynamicsMediumTotalReq": {
  8166. "type": "object",
  8167. "properties": {
  8168. "end_time": {
  8169. "type": "string"
  8170. },
  8171. "start_time": {
  8172. "type": "string",
  8173. "example": "2024-08-29 00:00:00"
  8174. },
  8175. "uid": {
  8176. "type": "string",
  8177. "example": ""
  8178. }
  8179. }
  8180. },
  8181. "md.FinancialDynamicsMediumTotalRes": {
  8182. "type": "object",
  8183. "properties": {
  8184. "all_amount": {
  8185. "type": "string",
  8186. "example": "预付总金额"
  8187. },
  8188. "balance_amount": {
  8189. "type": "string",
  8190. "example": "账户余额"
  8191. },
  8192. "pay_count": {
  8193. "type": "string",
  8194. "example": "预付次数"
  8195. },
  8196. "use_amount": {
  8197. "type": "string",
  8198. "example": "已消耗金额"
  8199. }
  8200. }
  8201. },
  8202. "md.ImgReqUpload": {
  8203. "type": "object",
  8204. "properties": {
  8205. "dir": {
  8206. "type": "string"
  8207. },
  8208. "file_name": {
  8209. "type": "string"
  8210. },
  8211. "file_size": {
  8212. "description": "文件大小, 单位byte",
  8213. "type": "integer"
  8214. }
  8215. }
  8216. },
  8217. "md.IndexAppListData": {
  8218. "type": "object",
  8219. "properties": {
  8220. "list": {
  8221. "type": "array",
  8222. "items": {
  8223. "$ref": "#/definitions/md.IndexAppListDataList"
  8224. }
  8225. },
  8226. "logo": {
  8227. "type": "string"
  8228. },
  8229. "name": {
  8230. "type": "string"
  8231. },
  8232. "table_list": {
  8233. "type": "array",
  8234. "items": {
  8235. "type": "string"
  8236. }
  8237. }
  8238. }
  8239. },
  8240. "md.IndexAppListDataList": {
  8241. "type": "object",
  8242. "properties": {
  8243. "bili": {
  8244. "type": "string"
  8245. },
  8246. "name": {
  8247. "type": "string"
  8248. },
  8249. "type": {
  8250. "type": "string"
  8251. },
  8252. "value": {
  8253. "type": "string"
  8254. }
  8255. }
  8256. },
  8257. "md.IndexAppListReq": {
  8258. "type": "object",
  8259. "properties": {
  8260. "end_date": {
  8261. "type": "string",
  8262. "example": "2024-08-30"
  8263. },
  8264. "name": {
  8265. "type": "string"
  8266. },
  8267. "sort": {
  8268. "type": "string",
  8269. "example": "排序"
  8270. },
  8271. "start_date": {
  8272. "type": "string",
  8273. "example": "2024-08-30"
  8274. }
  8275. }
  8276. },
  8277. "md.IndexAppListRes": {
  8278. "type": "object",
  8279. "properties": {
  8280. "app_id": {
  8281. "type": "array",
  8282. "items": {
  8283. "type": "string"
  8284. }
  8285. },
  8286. "list": {
  8287. "type": "array",
  8288. "items": {
  8289. "$ref": "#/definitions/md.IndexAppListData"
  8290. }
  8291. },
  8292. "sort": {
  8293. "type": "array",
  8294. "items": {
  8295. "$ref": "#/definitions/md.SelectData"
  8296. }
  8297. }
  8298. }
  8299. },
  8300. "md.IndexAppListTableReq": {
  8301. "type": "object",
  8302. "properties": {
  8303. "app_id": {
  8304. "type": "array",
  8305. "items": {
  8306. "type": "string"
  8307. }
  8308. },
  8309. "end_date": {
  8310. "type": "string",
  8311. "example": "2024-08-30"
  8312. },
  8313. "start_date": {
  8314. "type": "string",
  8315. "example": "2024-08-30"
  8316. }
  8317. }
  8318. },
  8319. "md.Invoice": {
  8320. "type": "object",
  8321. "properties": {
  8322. "count": {
  8323. "type": "string"
  8324. },
  8325. "file": {
  8326. "type": "array",
  8327. "items": {
  8328. "$ref": "#/definitions/md.InvoiceFile"
  8329. }
  8330. },
  8331. "time": {
  8332. "type": "string"
  8333. },
  8334. "type": {
  8335. "type": "string"
  8336. }
  8337. }
  8338. },
  8339. "md.InvoiceFile": {
  8340. "type": "object",
  8341. "properties": {
  8342. "state": {
  8343. "type": "string",
  8344. "example": "0待确认 1审核通过 2审核失败"
  8345. },
  8346. "url": {
  8347. "type": "string"
  8348. }
  8349. }
  8350. },
  8351. "md.InvoiceReq": {
  8352. "type": "object",
  8353. "properties": {
  8354. "file": {
  8355. "type": "array",
  8356. "items": {
  8357. "$ref": "#/definitions/md.InvoiceFile"
  8358. }
  8359. },
  8360. "id": {
  8361. "type": "string",
  8362. "example": "列表id"
  8363. },
  8364. "state": {
  8365. "type": "string",
  8366. "example": "1审核通过 2审核失败"
  8367. }
  8368. }
  8369. },
  8370. "md.LoginReq": {
  8371. "type": "object",
  8372. "required": [
  8373. "password",
  8374. "username"
  8375. ],
  8376. "properties": {
  8377. "code": {
  8378. "type": "string",
  8379. "example": "验证码"
  8380. },
  8381. "password": {
  8382. "type": "string",
  8383. "example": "登录密码"
  8384. },
  8385. "username": {
  8386. "type": "string",
  8387. "example": "登录账号"
  8388. }
  8389. }
  8390. },
  8391. "md.LoginResponse": {
  8392. "type": "object",
  8393. "properties": {
  8394. "token": {
  8395. "type": "string"
  8396. }
  8397. }
  8398. },
  8399. "md.MediumDivisionStrategy": {
  8400. "type": "object",
  8401. "properties": {
  8402. "agent_revenue": {
  8403. "type": "string",
  8404. "example": "代理收益"
  8405. },
  8406. "agent_revenue_rate": {
  8407. "type": "string",
  8408. "example": "代理收益百分比"
  8409. },
  8410. "agreement_sharing": {
  8411. "type": "string",
  8412. "example": "协议分成"
  8413. },
  8414. "agreement_sharing_rate": {
  8415. "type": "string",
  8416. "example": "协议分成百分比"
  8417. },
  8418. "commission_retention": {
  8419. "type": "string",
  8420. "example": "佣金留存"
  8421. },
  8422. "commission_retention_rate": {
  8423. "type": "string",
  8424. "example": "佣金留存百分比"
  8425. },
  8426. "ecpm": {
  8427. "type": "string",
  8428. "example": "现-ecpm(元)"
  8429. },
  8430. "exposure_count": {
  8431. "type": "string",
  8432. "example": "曝光量"
  8433. },
  8434. "extra_revenue": {
  8435. "type": "string",
  8436. "example": "额外收益"
  8437. },
  8438. "extra_revenue_rate": {
  8439. "type": "string",
  8440. "example": "额外收益百分比"
  8441. },
  8442. "media_revenue": {
  8443. "type": "string",
  8444. "example": "媒体收益"
  8445. },
  8446. "media_revenue_rate": {
  8447. "type": "string",
  8448. "example": "媒体收益百分比"
  8449. },
  8450. "old_ecpm": {
  8451. "type": "string",
  8452. "example": "原-ecpm(元)"
  8453. },
  8454. "platform_retention": {
  8455. "type": "string",
  8456. "example": "平台留存"
  8457. },
  8458. "platform_retention_rate": {
  8459. "type": "string",
  8460. "example": "平台留存百分比"
  8461. }
  8462. }
  8463. },
  8464. "md.MediumListData": {
  8465. "type": "object",
  8466. "properties": {
  8467. "account": {
  8468. "type": "string",
  8469. "example": "媒体账号"
  8470. },
  8471. "business_license_address": {
  8472. "type": "string",
  8473. "example": "营业执照地址"
  8474. },
  8475. "business_license_img": {
  8476. "type": "string",
  8477. "example": "营业执照图片"
  8478. },
  8479. "company_name": {
  8480. "type": "string",
  8481. "example": "公司名称"
  8482. },
  8483. "id": {
  8484. "type": "string",
  8485. "example": "id"
  8486. },
  8487. "legal_representative": {
  8488. "type": "string",
  8489. "example": "法定代表人"
  8490. },
  8491. "medium_id": {
  8492. "type": "string",
  8493. "example": "媒体id"
  8494. },
  8495. "memo": {
  8496. "type": "string",
  8497. "example": "备注 审核时填写的"
  8498. },
  8499. "state": {
  8500. "type": "string",
  8501. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8502. },
  8503. "unified_social_credit_code": {
  8504. "type": "string",
  8505. "example": "统一社会信用代码"
  8506. }
  8507. }
  8508. },
  8509. "md.MediumListDelReq": {
  8510. "type": "object",
  8511. "properties": {
  8512. "id": {
  8513. "type": "string",
  8514. "example": "列表id"
  8515. }
  8516. }
  8517. },
  8518. "md.MediumListReq": {
  8519. "type": "object",
  8520. "properties": {
  8521. "id": {
  8522. "type": "string"
  8523. },
  8524. "limit": {
  8525. "type": "string"
  8526. },
  8527. "name": {
  8528. "type": "string"
  8529. },
  8530. "page": {
  8531. "type": "string"
  8532. },
  8533. "state": {
  8534. "type": "string"
  8535. }
  8536. }
  8537. },
  8538. "md.MediumListRes": {
  8539. "type": "object",
  8540. "properties": {
  8541. "list": {
  8542. "type": "array",
  8543. "items": {
  8544. "$ref": "#/definitions/md.MediumListData"
  8545. }
  8546. },
  8547. "state": {
  8548. "type": "array",
  8549. "items": {
  8550. "$ref": "#/definitions/md.SelectData"
  8551. }
  8552. },
  8553. "total": {
  8554. "type": "integer"
  8555. }
  8556. }
  8557. },
  8558. "md.MediumListSaveReq": {
  8559. "type": "object",
  8560. "properties": {
  8561. "medium_id": {
  8562. "type": "string"
  8563. },
  8564. "username": {
  8565. "type": "string"
  8566. }
  8567. }
  8568. },
  8569. "md.MediumQualificationBankData": {
  8570. "type": "object",
  8571. "properties": {
  8572. "account": {
  8573. "type": "string",
  8574. "example": "账号"
  8575. },
  8576. "bank": {
  8577. "type": "string",
  8578. "example": "开户银行"
  8579. },
  8580. "bank_branch": {
  8581. "type": "string",
  8582. "example": "开户银行分行"
  8583. },
  8584. "bank_no": {
  8585. "type": "string",
  8586. "example": "银行卡号"
  8587. },
  8588. "company_name": {
  8589. "type": "string",
  8590. "example": "公司名称"
  8591. },
  8592. "currency_conf": {
  8593. "type": "string",
  8594. "example": "结算币种 0人民币"
  8595. },
  8596. "id": {
  8597. "type": "string",
  8598. "example": "id"
  8599. },
  8600. "kind": {
  8601. "type": "string",
  8602. "example": "类型(1:企业 2:个人)"
  8603. },
  8604. "licence": {
  8605. "type": "string",
  8606. "example": "开户许可证"
  8607. },
  8608. "medium_id": {
  8609. "type": "string",
  8610. "example": "代理id"
  8611. },
  8612. "memo": {
  8613. "type": "string",
  8614. "example": "备注 审核时填写的"
  8615. },
  8616. "state": {
  8617. "type": "string",
  8618. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8619. },
  8620. "unified_social_credit_code": {
  8621. "type": "string",
  8622. "example": "统一社会信用代码"
  8623. }
  8624. }
  8625. },
  8626. "md.MediumQualificationBankRes": {
  8627. "type": "object",
  8628. "properties": {
  8629. "currency_conf": {
  8630. "type": "array",
  8631. "items": {
  8632. "$ref": "#/definitions/md.SelectData"
  8633. }
  8634. },
  8635. "list": {
  8636. "type": "array",
  8637. "items": {
  8638. "$ref": "#/definitions/md.MediumQualificationBankData"
  8639. }
  8640. },
  8641. "state": {
  8642. "type": "array",
  8643. "items": {
  8644. "$ref": "#/definitions/md.SelectData"
  8645. }
  8646. },
  8647. "total": {
  8648. "type": "integer"
  8649. },
  8650. "type": {
  8651. "type": "array",
  8652. "items": {
  8653. "$ref": "#/definitions/md.SelectData"
  8654. }
  8655. }
  8656. }
  8657. },
  8658. "md.MediumQualificationContactData": {
  8659. "type": "object",
  8660. "properties": {
  8661. "account": {
  8662. "type": "string",
  8663. "example": "账号"
  8664. },
  8665. "address": {
  8666. "type": "string",
  8667. "example": "联系地址"
  8668. },
  8669. "company_name": {
  8670. "type": "string",
  8671. "example": "公司名称"
  8672. },
  8673. "email": {
  8674. "type": "string",
  8675. "example": "邮箱地址"
  8676. },
  8677. "id": {
  8678. "type": "string",
  8679. "example": "id"
  8680. },
  8681. "kind": {
  8682. "type": "string",
  8683. "example": "类型(1:企业 2:个人)"
  8684. },
  8685. "medium_id": {
  8686. "type": "string",
  8687. "example": "代理id"
  8688. },
  8689. "memo": {
  8690. "type": "string",
  8691. "example": "备注 审核时填写的"
  8692. },
  8693. "name": {
  8694. "type": "string",
  8695. "example": "联系人"
  8696. },
  8697. "phone": {
  8698. "type": "string",
  8699. "example": "联系电话"
  8700. },
  8701. "state": {
  8702. "type": "string",
  8703. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8704. }
  8705. }
  8706. },
  8707. "md.MediumQualificationContactRes": {
  8708. "type": "object",
  8709. "properties": {
  8710. "list": {
  8711. "type": "array",
  8712. "items": {
  8713. "$ref": "#/definitions/md.MediumQualificationContactData"
  8714. }
  8715. },
  8716. "state": {
  8717. "type": "array",
  8718. "items": {
  8719. "$ref": "#/definitions/md.SelectData"
  8720. }
  8721. },
  8722. "total": {
  8723. "type": "integer"
  8724. }
  8725. }
  8726. },
  8727. "md.MediumQualificationEnterpriseAuditReq": {
  8728. "type": "object",
  8729. "properties": {
  8730. "medium_id": {
  8731. "type": "string"
  8732. },
  8733. "memo": {
  8734. "type": "string"
  8735. },
  8736. "state": {
  8737. "type": "string"
  8738. }
  8739. }
  8740. },
  8741. "md.MediumQualificationEnterpriseData": {
  8742. "type": "object",
  8743. "properties": {
  8744. "account": {
  8745. "type": "string",
  8746. "example": "账号"
  8747. },
  8748. "business_license_address": {
  8749. "type": "string",
  8750. "example": "营业执照地址"
  8751. },
  8752. "business_license_img_url": {
  8753. "type": "string",
  8754. "example": "营业执照照片"
  8755. },
  8756. "certificate_first_type": {
  8757. "type": "string",
  8758. "example": "证件类型 1级类目id"
  8759. },
  8760. "certificate_type": {
  8761. "type": "string",
  8762. "example": "证件类型 2级类目id"
  8763. },
  8764. "certificate_validity": {
  8765. "type": "string",
  8766. "example": "证件有效期"
  8767. },
  8768. "company_abbreviation": {
  8769. "type": "string",
  8770. "example": "公司简称"
  8771. },
  8772. "company_name": {
  8773. "type": "string",
  8774. "example": "公司名称"
  8775. },
  8776. "country_region": {
  8777. "type": "string",
  8778. "example": "国家地区"
  8779. },
  8780. "country_region_id": {
  8781. "type": "string",
  8782. "example": "国家地区id"
  8783. },
  8784. "id": {
  8785. "type": "string",
  8786. "example": "状态选择"
  8787. },
  8788. "kind": {
  8789. "type": "string",
  8790. "example": "类型(1:企业 2:个人)"
  8791. },
  8792. "legal_representative": {
  8793. "type": "string",
  8794. "example": "法定代表人"
  8795. },
  8796. "medium_id": {
  8797. "type": "string",
  8798. "example": "代理id"
  8799. },
  8800. "memo": {
  8801. "type": "string",
  8802. "example": "备注 审核时填写的"
  8803. },
  8804. "registered_address": {
  8805. "type": "string",
  8806. "example": "注册地址"
  8807. },
  8808. "registered_address_city_id": {
  8809. "type": "string",
  8810. "example": "注册地址-市id"
  8811. },
  8812. "registered_address_country_id": {
  8813. "type": "string",
  8814. "example": "注册地址-国家id"
  8815. },
  8816. "registered_address_county_id": {
  8817. "type": "string",
  8818. "example": "注册地址-县/区id"
  8819. },
  8820. "registered_address_province_id": {
  8821. "type": "string",
  8822. "example": "册地址-省份id"
  8823. },
  8824. "state": {
  8825. "type": "string",
  8826. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8827. },
  8828. "unified_social_credit_code": {
  8829. "type": "string",
  8830. "example": "统一社会信用代码"
  8831. },
  8832. "uuid": {
  8833. "type": "string",
  8834. "example": "站长id"
  8835. }
  8836. }
  8837. },
  8838. "md.MediumQualificationEnterpriseReq": {
  8839. "type": "object",
  8840. "properties": {
  8841. "limit": {
  8842. "type": "string"
  8843. },
  8844. "name": {
  8845. "type": "string"
  8846. },
  8847. "page": {
  8848. "type": "string"
  8849. },
  8850. "state": {
  8851. "type": "string"
  8852. }
  8853. }
  8854. },
  8855. "md.MediumQualificationEnterpriseRes": {
  8856. "type": "object",
  8857. "properties": {
  8858. "list": {
  8859. "type": "array",
  8860. "items": {
  8861. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  8862. }
  8863. },
  8864. "state": {
  8865. "type": "array",
  8866. "items": {
  8867. "$ref": "#/definitions/md.SelectData"
  8868. }
  8869. },
  8870. "total": {
  8871. "type": "integer"
  8872. },
  8873. "type": {
  8874. "type": "array",
  8875. "items": {
  8876. "$ref": "#/definitions/md.SelectData"
  8877. }
  8878. }
  8879. }
  8880. },
  8881. "md.OtherIncomeReq": {
  8882. "type": "object",
  8883. "properties": {
  8884. "amount": {
  8885. "type": "string",
  8886. "example": "其他收益"
  8887. },
  8888. "id": {
  8889. "type": "string",
  8890. "example": "列表id"
  8891. }
  8892. }
  8893. },
  8894. "md.QiNiuBucketRegion": {
  8895. "type": "object",
  8896. "properties": {
  8897. "region_domain": {
  8898. "type": "string",
  8899. "example": "区域域名"
  8900. },
  8901. "region_id": {
  8902. "type": "string",
  8903. "example": "区域id"
  8904. },
  8905. "region_name": {
  8906. "type": "string",
  8907. "example": "区域名称"
  8908. }
  8909. }
  8910. },
  8911. "md.RegisterForAgentReq": {
  8912. "type": "object",
  8913. "required": [
  8914. "password",
  8915. "phone"
  8916. ],
  8917. "properties": {
  8918. "code": {
  8919. "type": "string",
  8920. "example": "验证码"
  8921. },
  8922. "password": {
  8923. "type": "string",
  8924. "example": "登录密码"
  8925. },
  8926. "phone": {
  8927. "type": "string",
  8928. "example": "登录账号"
  8929. }
  8930. }
  8931. },
  8932. "md.RegisterForMediumReq": {
  8933. "type": "object",
  8934. "required": [
  8935. "password",
  8936. "phone"
  8937. ],
  8938. "properties": {
  8939. "code": {
  8940. "type": "string",
  8941. "example": "验证码"
  8942. },
  8943. "password": {
  8944. "type": "string",
  8945. "example": "登录密码"
  8946. },
  8947. "phone": {
  8948. "type": "string",
  8949. "example": "登录账号"
  8950. }
  8951. }
  8952. },
  8953. "md.Response": {
  8954. "type": "object",
  8955. "properties": {
  8956. "code": {
  8957. "type": "string",
  8958. "example": "响应码"
  8959. },
  8960. "data": {
  8961. "description": "内容"
  8962. },
  8963. "msg": {
  8964. "type": "string",
  8965. "example": "具体错误原因"
  8966. }
  8967. }
  8968. },
  8969. "md.RoleBindPermissionGroupReq": {
  8970. "type": "object",
  8971. "required": [
  8972. "role_id"
  8973. ],
  8974. "properties": {
  8975. "permission_ids": {
  8976. "type": "array",
  8977. "items": {
  8978. "type": "integer"
  8979. }
  8980. },
  8981. "role_id": {
  8982. "type": "integer"
  8983. }
  8984. }
  8985. },
  8986. "md.SelectData": {
  8987. "type": "object",
  8988. "properties": {
  8989. "name": {
  8990. "type": "string",
  8991. "example": "名称"
  8992. },
  8993. "value": {
  8994. "type": "string",
  8995. "example": "值"
  8996. }
  8997. }
  8998. },
  8999. "md.SetLogoReq": {
  9000. "type": "object",
  9001. "properties": {
  9002. "agent_login_logo": {
  9003. "type": "string"
  9004. },
  9005. "agent_logo": {
  9006. "type": "string"
  9007. },
  9008. "medium_login_logo": {
  9009. "type": "string"
  9010. },
  9011. "medium_logo": {
  9012. "type": "string"
  9013. }
  9014. }
  9015. },
  9016. "md.SetLogoResp": {
  9017. "type": "object",
  9018. "properties": {
  9019. "data": {
  9020. "description": "数据内容",
  9021. "allOf": [
  9022. {
  9023. "$ref": "#/definitions/md.SetLogoReq"
  9024. }
  9025. ]
  9026. }
  9027. }
  9028. },
  9029. "md.SetMobReq": {
  9030. "type": "object",
  9031. "properties": {
  9032. "mob_app_key": {
  9033. "type": "string"
  9034. },
  9035. "mob_app_secret": {
  9036. "type": "string"
  9037. }
  9038. }
  9039. },
  9040. "md.SetOssReq": {
  9041. "type": "object",
  9042. "required": [
  9043. "file_access_key",
  9044. "file_bucket",
  9045. "file_bucket_host",
  9046. "file_bucket_region",
  9047. "file_secret_key"
  9048. ],
  9049. "properties": {
  9050. "file_access_key": {
  9051. "type": "string",
  9052. "example": "对象存储AccessToken"
  9053. },
  9054. "file_bucket": {
  9055. "type": "string",
  9056. "example": "对象存储bucket(空间)"
  9057. },
  9058. "file_bucket_host": {
  9059. "type": "string",
  9060. "example": "对象存储域名"
  9061. },
  9062. "file_bucket_region": {
  9063. "type": "string",
  9064. "example": "文件所属区域"
  9065. },
  9066. "file_secret_key": {
  9067. "type": "string",
  9068. "example": "对象存储SecretToken"
  9069. }
  9070. }
  9071. },
  9072. "md.SetOssResp": {
  9073. "type": "object",
  9074. "properties": {
  9075. "data": {
  9076. "description": "数据内容",
  9077. "allOf": [
  9078. {
  9079. "$ref": "#/definitions/md.SetOssReq"
  9080. }
  9081. ]
  9082. },
  9083. "qi_niu_bucket_region_list": {
  9084. "description": "七牛云存储区域列表",
  9085. "type": "array",
  9086. "items": {
  9087. "$ref": "#/definitions/md.QiNiuBucketRegion"
  9088. }
  9089. }
  9090. }
  9091. },
  9092. "md.SetSeoReq": {
  9093. "type": "object",
  9094. "properties": {
  9095. "seo_agent_logo": {
  9096. "type": "string"
  9097. },
  9098. "seo_agent_title": {
  9099. "type": "string"
  9100. },
  9101. "seo_medium_logo": {
  9102. "type": "string"
  9103. },
  9104. "seo_medium_title": {
  9105. "type": "string"
  9106. },
  9107. "seo_platform_logo": {
  9108. "type": "string"
  9109. },
  9110. "seo_platform_title": {
  9111. "type": "string"
  9112. }
  9113. }
  9114. },
  9115. "md.SetSeoResp": {
  9116. "type": "object",
  9117. "properties": {
  9118. "data": {
  9119. "description": "数据内容",
  9120. "allOf": [
  9121. {
  9122. "$ref": "#/definitions/md.SetSeoReq"
  9123. }
  9124. ]
  9125. }
  9126. }
  9127. },
  9128. "md.SettleCenterDataData": {
  9129. "type": "object",
  9130. "properties": {
  9131. "account": {
  9132. "type": "string"
  9133. },
  9134. "id": {
  9135. "type": "string"
  9136. },
  9137. "name": {
  9138. "type": "string"
  9139. },
  9140. "settle_type": {
  9141. "type": "string"
  9142. },
  9143. "update_at": {
  9144. "type": "string"
  9145. }
  9146. }
  9147. },
  9148. "md.SettleCenterDataDetailData": {
  9149. "type": "object",
  9150. "properties": {
  9151. "all_income": {
  9152. "type": "string",
  9153. "example": "总计"
  9154. },
  9155. "basic_income": {
  9156. "type": "string",
  9157. "example": "基础收益"
  9158. },
  9159. "business_kind": {
  9160. "type": "string",
  9161. "example": "业务类型(1:广告合作)"
  9162. },
  9163. "other_income": {
  9164. "type": "string",
  9165. "example": "其他收益"
  9166. },
  9167. "pay_state": {
  9168. "type": "string",
  9169. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  9170. },
  9171. "settle_type": {
  9172. "type": "string",
  9173. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  9174. },
  9175. "state": {
  9176. "type": "string",
  9177. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  9178. },
  9179. "time_str": {
  9180. "type": "string",
  9181. "example": "业务时间"
  9182. }
  9183. }
  9184. },
  9185. "md.SettleCenterDataDetailReq": {
  9186. "type": "object",
  9187. "properties": {
  9188. "end_time": {
  9189. "type": "string"
  9190. },
  9191. "id": {
  9192. "type": "string"
  9193. },
  9194. "limit": {
  9195. "type": "string"
  9196. },
  9197. "page": {
  9198. "type": "string"
  9199. },
  9200. "start_time": {
  9201. "type": "string",
  9202. "example": "2024-08-29"
  9203. }
  9204. }
  9205. },
  9206. "md.SettleCenterDataDetailRes": {
  9207. "type": "object",
  9208. "properties": {
  9209. "business_kind": {
  9210. "type": "array",
  9211. "items": {
  9212. "$ref": "#/definitions/md.SelectData"
  9213. }
  9214. },
  9215. "list": {
  9216. "type": "array",
  9217. "items": {
  9218. "$ref": "#/definitions/md.SettleCenterDataDetailData"
  9219. }
  9220. },
  9221. "settle_pay_state": {
  9222. "type": "array",
  9223. "items": {
  9224. "$ref": "#/definitions/md.SelectData"
  9225. }
  9226. },
  9227. "settle_state": {
  9228. "type": "array",
  9229. "items": {
  9230. "$ref": "#/definitions/md.SelectData"
  9231. }
  9232. },
  9233. "settle_type": {
  9234. "type": "array",
  9235. "items": {
  9236. "$ref": "#/definitions/md.SelectData"
  9237. }
  9238. },
  9239. "total": {
  9240. "type": "integer"
  9241. }
  9242. }
  9243. },
  9244. "md.SettleCenterDataReq": {
  9245. "type": "object",
  9246. "properties": {
  9247. "account": {
  9248. "type": "string"
  9249. },
  9250. "limit": {
  9251. "type": "string"
  9252. },
  9253. "name": {
  9254. "type": "string"
  9255. },
  9256. "page": {
  9257. "type": "string"
  9258. },
  9259. "state": {
  9260. "type": "string"
  9261. }
  9262. }
  9263. },
  9264. "md.SettleCenterDataRes": {
  9265. "type": "object",
  9266. "properties": {
  9267. "list": {
  9268. "type": "array",
  9269. "items": {
  9270. "$ref": "#/definitions/md.SettleCenterDataData"
  9271. }
  9272. },
  9273. "state": {
  9274. "type": "array",
  9275. "items": {
  9276. "$ref": "#/definitions/md.SelectData"
  9277. }
  9278. },
  9279. "total": {
  9280. "type": "integer"
  9281. }
  9282. }
  9283. },
  9284. "md.SettleCenterDataSaveReq": {
  9285. "type": "object",
  9286. "properties": {
  9287. "id": {
  9288. "type": "string"
  9289. },
  9290. "settle_type": {
  9291. "type": "string"
  9292. }
  9293. }
  9294. },
  9295. "md.SettleFileReq": {
  9296. "type": "object",
  9297. "properties": {
  9298. "file": {
  9299. "type": "string",
  9300. "example": "七牛云链接 带http"
  9301. },
  9302. "id": {
  9303. "type": "string",
  9304. "example": "列表id"
  9305. }
  9306. }
  9307. },
  9308. "md.ShareIndexResp": {
  9309. "type": "object",
  9310. "properties": {
  9311. "agent_domain": {
  9312. "type": "string",
  9313. "example": "代理分享地址"
  9314. },
  9315. "master_id": {
  9316. "type": "string"
  9317. },
  9318. "medium_domain": {
  9319. "type": "string",
  9320. "example": "媒体分享地址"
  9321. }
  9322. }
  9323. },
  9324. "md.UpdateAdminReq": {
  9325. "type": "object",
  9326. "required": [
  9327. "adm_id",
  9328. "password",
  9329. "username"
  9330. ],
  9331. "properties": {
  9332. "adm_id": {
  9333. "type": "integer"
  9334. },
  9335. "memo": {
  9336. "type": "string"
  9337. },
  9338. "password": {
  9339. "type": "string"
  9340. },
  9341. "username": {
  9342. "type": "string"
  9343. }
  9344. }
  9345. },
  9346. "md.UpdateAdminStateReq": {
  9347. "type": "object",
  9348. "required": [
  9349. "adm_id",
  9350. "state"
  9351. ],
  9352. "properties": {
  9353. "adm_id": {
  9354. "type": "integer"
  9355. },
  9356. "state": {
  9357. "type": "integer"
  9358. }
  9359. }
  9360. },
  9361. "md.UpdateRoleReq": {
  9362. "type": "object",
  9363. "required": [
  9364. "memo",
  9365. "name",
  9366. "role_id"
  9367. ],
  9368. "properties": {
  9369. "label": {
  9370. "type": "string"
  9371. },
  9372. "logo": {
  9373. "type": "string"
  9374. },
  9375. "memo": {
  9376. "type": "string"
  9377. },
  9378. "name": {
  9379. "type": "string"
  9380. },
  9381. "role_id": {
  9382. "type": "integer"
  9383. },
  9384. "seo_logo": {
  9385. "type": "string"
  9386. },
  9387. "seo_title": {
  9388. "type": "string"
  9389. }
  9390. }
  9391. },
  9392. "md.UpdateRoleStateReq": {
  9393. "type": "object",
  9394. "required": [
  9395. "role_id",
  9396. "state"
  9397. ],
  9398. "properties": {
  9399. "role_id": {
  9400. "type": "integer"
  9401. },
  9402. "state": {
  9403. "type": "integer"
  9404. }
  9405. }
  9406. },
  9407. "md.WxOpenGetResp": {
  9408. "type": "object",
  9409. "properties": {
  9410. "aes_key": {
  9411. "type": "string",
  9412. "example": "消息加解密Key"
  9413. },
  9414. "app_secret": {
  9415. "type": "string",
  9416. "example": "appSecret"
  9417. },
  9418. "appid": {
  9419. "type": "string",
  9420. "example": "appid"
  9421. },
  9422. "token": {
  9423. "type": "string",
  9424. "example": "消息校验Token"
  9425. },
  9426. "wx_open_applet_server_domain": {
  9427. "type": "string",
  9428. "example": "微信开放平台-小程序服务器域名"
  9429. },
  9430. "wx_open_authorization_event_receiving_configuration": {
  9431. "type": "string",
  9432. "example": "微信开放平台-授权事件接收配置"
  9433. },
  9434. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  9435. "type": "string",
  9436. "example": "微信开放平台-登录授权的发起页域名"
  9437. },
  9438. "wx_open_message_and_event_reception_configuration": {
  9439. "type": "string",
  9440. "example": "微信开放平台-消息与事件接收配置"
  9441. },
  9442. "wx_open_white_list_ip": {
  9443. "type": "string",
  9444. "example": "微信开放平台-白名单ip"
  9445. }
  9446. }
  9447. },
  9448. "md.WxOpenSetReq": {
  9449. "type": "object",
  9450. "required": [
  9451. "aes_key",
  9452. "app_secret",
  9453. "appid",
  9454. "token"
  9455. ],
  9456. "properties": {
  9457. "aes_key": {
  9458. "type": "string",
  9459. "example": "消息加解密Key"
  9460. },
  9461. "app_secret": {
  9462. "type": "string",
  9463. "example": "appSecret"
  9464. },
  9465. "appid": {
  9466. "type": "string",
  9467. "example": "appid"
  9468. },
  9469. "token": {
  9470. "type": "string",
  9471. "example": "消息校验Token"
  9472. }
  9473. }
  9474. }
  9475. },
  9476. "securityDefinitions": {
  9477. "MasterID": {
  9478. "type": "apiKey",
  9479. "name": "MasterID",
  9480. "in": "header"
  9481. }
  9482. }
  9483. }`
  9484. // SwaggerInfo holds exported Swagger Info so clients can modify it
  9485. var SwaggerInfo = &swag.Spec{
  9486. Version: "1.0",
  9487. Host: "localhost:1002 or xxxx.advertisement.dengbiao.top",
  9488. BasePath: "",
  9489. Schemes: []string{},
  9490. Title: "广告联盟-站长平台",
  9491. Description: "站长后台接口",
  9492. InfoInstanceName: "swagger",
  9493. SwaggerTemplate: docTemplate,
  9494. }
  9495. func init() {
  9496. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  9497. }