广告平台(站长使用)
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

9052 rindas
304 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/agentQualification/bank": {
  26. "post": {
  27. "description": "渠道资质-银行资质",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "渠道资质------嘉俊"
  36. ],
  37. "summary": "银行资质",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "请求参数",
  48. "name": "args",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体看返回内容 这是data里面的数据",
  59. "schema": {
  60. "$ref": "#/definitions/md.AgentQualificationBankRes"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/agentQualification/bank/audit": {
  73. "post": {
  74. "description": "渠道资质-银行资质审核",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "渠道资质------嘉俊"
  83. ],
  84. "summary": "银行资质审核",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "请求参数",
  95. "name": "args",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体看返回内容",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/agentQualification/contact": {
  120. "post": {
  121. "description": "渠道资质-联系方式",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "渠道资质------嘉俊"
  130. ],
  131. "summary": "联系方式",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "请求参数",
  142. "name": "args",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体看返回内容 这是data里面的数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AgentQualificationContactRes"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/agentQualification/contact/audit": {
  167. "post": {
  168. "description": "渠道资质-联系方式审核",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "渠道资质------嘉俊"
  177. ],
  178. "summary": "联系方式审核",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "请求参数",
  189. "name": "args",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体看返回内容",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/agentQualification/enterprise": {
  214. "post": {
  215. "description": "渠道资质-主体资质",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "渠道资质------嘉俊"
  224. ],
  225. "summary": "主体资质",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. },
  234. {
  235. "description": "请求参数",
  236. "name": "args",
  237. "in": "body",
  238. "required": true,
  239. "schema": {
  240. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  241. }
  242. }
  243. ],
  244. "responses": {
  245. "200": {
  246. "description": "具体看返回内容 这是data里面的数据",
  247. "schema": {
  248. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  249. }
  250. },
  251. "400": {
  252. "description": "具体错误",
  253. "schema": {
  254. "$ref": "#/definitions/md.Response"
  255. }
  256. }
  257. }
  258. }
  259. },
  260. "/api/agentQualification/enterprise/audit": {
  261. "post": {
  262. "description": "渠道资质-主体资质审核",
  263. "consumes": [
  264. "application/json"
  265. ],
  266. "produces": [
  267. "application/json"
  268. ],
  269. "tags": [
  270. "渠道资质------嘉俊"
  271. ],
  272. "summary": "主体资质审核",
  273. "parameters": [
  274. {
  275. "type": "string",
  276. "description": "验证参数Bearer和token空格拼接",
  277. "name": "Authorization",
  278. "in": "header",
  279. "required": true
  280. },
  281. {
  282. "description": "请求参数",
  283. "name": "args",
  284. "in": "body",
  285. "required": true,
  286. "schema": {
  287. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  288. }
  289. }
  290. ],
  291. "responses": {
  292. "200": {
  293. "description": "具体看返回内容",
  294. "schema": {
  295. "type": "string"
  296. }
  297. },
  298. "400": {
  299. "description": "具体错误",
  300. "schema": {
  301. "$ref": "#/definitions/md.Response"
  302. }
  303. }
  304. }
  305. }
  306. },
  307. "/api/dataCenter/generate/data/del": {
  308. "post": {
  309. "description": "数据中心-分成数据-删除",
  310. "consumes": [
  311. "application/json"
  312. ],
  313. "produces": [
  314. "application/json"
  315. ],
  316. "tags": [
  317. "数据中心------嘉俊"
  318. ],
  319. "summary": "分成数据-删除",
  320. "parameters": [
  321. {
  322. "type": "string",
  323. "description": "验证参数Bearer和token空格拼接",
  324. "name": "Authorization",
  325. "in": "header",
  326. "required": true
  327. },
  328. {
  329. "description": "请求参数",
  330. "name": "args",
  331. "in": "body",
  332. "required": true,
  333. "schema": {
  334. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  335. }
  336. }
  337. ],
  338. "responses": {
  339. "200": {
  340. "description": "具体看返回内容 ",
  341. "schema": {
  342. "type": "string"
  343. }
  344. },
  345. "400": {
  346. "description": "具体错误",
  347. "schema": {
  348. "$ref": "#/definitions/md.Response"
  349. }
  350. }
  351. }
  352. }
  353. },
  354. "/api/dataCenter/generate/data/detail": {
  355. "post": {
  356. "description": "数据中心-分成数据-详情",
  357. "consumes": [
  358. "application/json"
  359. ],
  360. "produces": [
  361. "application/json"
  362. ],
  363. "tags": [
  364. "数据中心------嘉俊"
  365. ],
  366. "summary": "分成数据-详情",
  367. "parameters": [
  368. {
  369. "type": "string",
  370. "description": "验证参数Bearer和token空格拼接",
  371. "name": "Authorization",
  372. "in": "header",
  373. "required": true
  374. },
  375. {
  376. "description": "请求参数",
  377. "name": "args",
  378. "in": "body",
  379. "required": true,
  380. "schema": {
  381. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  382. }
  383. }
  384. ],
  385. "responses": {
  386. "200": {
  387. "description": "具体看返回内容 ",
  388. "schema": {
  389. "$ref": "#/definitions/md.DataCenterGenerateDataDetailData"
  390. }
  391. },
  392. "400": {
  393. "description": "具体错误",
  394. "schema": {
  395. "$ref": "#/definitions/md.Response"
  396. }
  397. }
  398. }
  399. }
  400. },
  401. "/api/dataCenter/generate/data/doing": {
  402. "post": {
  403. "description": "数据中心-分成数据-应用操作",
  404. "consumes": [
  405. "application/json"
  406. ],
  407. "produces": [
  408. "application/json"
  409. ],
  410. "tags": [
  411. "数据中心------嘉俊"
  412. ],
  413. "summary": "分成数据-应用操作",
  414. "parameters": [
  415. {
  416. "type": "string",
  417. "description": "验证参数Bearer和token空格拼接",
  418. "name": "Authorization",
  419. "in": "header",
  420. "required": true
  421. },
  422. {
  423. "description": "请求参数",
  424. "name": "args",
  425. "in": "body",
  426. "required": true,
  427. "schema": {
  428. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  429. }
  430. }
  431. ],
  432. "responses": {
  433. "200": {
  434. "description": "具体看返回内容 ",
  435. "schema": {
  436. "type": "string"
  437. }
  438. },
  439. "400": {
  440. "description": "具体错误",
  441. "schema": {
  442. "$ref": "#/definitions/md.Response"
  443. }
  444. }
  445. }
  446. }
  447. },
  448. "/api/dataCenter/generate/data/list": {
  449. "post": {
  450. "description": "数据中心-分成数据-列表",
  451. "consumes": [
  452. "application/json"
  453. ],
  454. "produces": [
  455. "application/json"
  456. ],
  457. "tags": [
  458. "数据中心------嘉俊"
  459. ],
  460. "summary": "分成数据-列表",
  461. "parameters": [
  462. {
  463. "type": "string",
  464. "description": "验证参数Bearer和token空格拼接",
  465. "name": "Authorization",
  466. "in": "header",
  467. "required": true
  468. },
  469. {
  470. "description": "请求参数",
  471. "name": "args",
  472. "in": "body",
  473. "required": true,
  474. "schema": {
  475. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  476. }
  477. }
  478. ],
  479. "responses": {
  480. "200": {
  481. "description": "具体看返回内容 这是data里面的数据",
  482. "schema": {
  483. "$ref": "#/definitions/md.DataCenterGenerateDataRes"
  484. }
  485. },
  486. "400": {
  487. "description": "具体错误",
  488. "schema": {
  489. "$ref": "#/definitions/md.Response"
  490. }
  491. }
  492. }
  493. }
  494. },
  495. "/api/dataCenter/income/data/detail": {
  496. "post": {
  497. "description": "数据中心-收益报表-详情",
  498. "consumes": [
  499. "application/json"
  500. ],
  501. "produces": [
  502. "application/json"
  503. ],
  504. "tags": [
  505. "数据中心------嘉俊"
  506. ],
  507. "summary": "收益报表-详情",
  508. "parameters": [
  509. {
  510. "type": "string",
  511. "description": "验证参数Bearer和token空格拼接",
  512. "name": "Authorization",
  513. "in": "header",
  514. "required": true
  515. },
  516. {
  517. "description": "请求参数",
  518. "name": "args",
  519. "in": "body",
  520. "required": true,
  521. "schema": {
  522. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  523. }
  524. }
  525. ],
  526. "responses": {
  527. "200": {
  528. "description": "具体看返回内容 这是data里面的数据",
  529. "schema": {
  530. "$ref": "#/definitions/md.DataCenterIncomeDataDetail"
  531. }
  532. },
  533. "400": {
  534. "description": "具体错误",
  535. "schema": {
  536. "$ref": "#/definitions/md.Response"
  537. }
  538. }
  539. }
  540. }
  541. },
  542. "/api/dataCenter/income/data/list": {
  543. "post": {
  544. "description": "数据中心-收益报表-列表",
  545. "consumes": [
  546. "application/json"
  547. ],
  548. "produces": [
  549. "application/json"
  550. ],
  551. "tags": [
  552. "数据中心------嘉俊"
  553. ],
  554. "summary": "收益报表-列表",
  555. "parameters": [
  556. {
  557. "type": "string",
  558. "description": "验证参数Bearer和token空格拼接",
  559. "name": "Authorization",
  560. "in": "header",
  561. "required": true
  562. },
  563. {
  564. "description": "请求参数",
  565. "name": "args",
  566. "in": "body",
  567. "required": true,
  568. "schema": {
  569. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  570. }
  571. }
  572. ],
  573. "responses": {
  574. "200": {
  575. "description": "具体看返回内容 这是data里面的数据",
  576. "schema": {
  577. "$ref": "#/definitions/md.DataCenterIncomeDataRes"
  578. }
  579. },
  580. "400": {
  581. "description": "具体错误",
  582. "schema": {
  583. "$ref": "#/definitions/md.Response"
  584. }
  585. }
  586. }
  587. }
  588. },
  589. "/api/dataCenter/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/financialDynamics/agent/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.FinancialDynamicsAgentListReq"
  1906. }
  1907. }
  1908. ],
  1909. "responses": {
  1910. "200": {
  1911. "description": "具体看返回内容 这是data里面的数据",
  1912. "schema": {
  1913. "$ref": "#/definitions/md.FinancialDynamicsAgentListRes"
  1914. }
  1915. },
  1916. "400": {
  1917. "description": "具体错误",
  1918. "schema": {
  1919. "$ref": "#/definitions/md.Response"
  1920. }
  1921. }
  1922. }
  1923. }
  1924. },
  1925. "/api/financialDynamics/agent/save": {
  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.FinancialDynamicsAgentSaveReq"
  1953. }
  1954. }
  1955. ],
  1956. "responses": {
  1957. "200": {
  1958. "description": "具体看返回内容 这是data里面的数据",
  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/financialDynamics/agent/total": {
  1973. "post": {
  1974. "description": "资产动态-代理预付-统计",
  1975. "consumes": [
  1976. "application/json"
  1977. ],
  1978. "produces": [
  1979. "application/json"
  1980. ],
  1981. "tags": [
  1982. "资产动态------嘉俊"
  1983. ],
  1984. "summary": "代理预付-统计",
  1985. "parameters": [
  1986. {
  1987. "type": "string",
  1988. "description": "验证参数Bearer和token空格拼接",
  1989. "name": "Authorization",
  1990. "in": "header",
  1991. "required": true
  1992. },
  1993. {
  1994. "description": "请求参数",
  1995. "name": "args",
  1996. "in": "body",
  1997. "required": true,
  1998. "schema": {
  1999. "$ref": "#/definitions/md.FinancialDynamicsAgentTotalReq"
  2000. }
  2001. }
  2002. ],
  2003. "responses": {
  2004. "200": {
  2005. "description": "具体看返回内容 这是data里面的数据",
  2006. "schema": {
  2007. "$ref": "#/definitions/md.FinancialDynamicsAgentTotalRes"
  2008. }
  2009. },
  2010. "400": {
  2011. "description": "具体错误",
  2012. "schema": {
  2013. "$ref": "#/definitions/md.Response"
  2014. }
  2015. }
  2016. }
  2017. }
  2018. },
  2019. "/api/financialDynamics/medium/list": {
  2020. "post": {
  2021. "description": "资产动态-媒体预付",
  2022. "consumes": [
  2023. "application/json"
  2024. ],
  2025. "produces": [
  2026. "application/json"
  2027. ],
  2028. "tags": [
  2029. "资产动态------嘉俊"
  2030. ],
  2031. "summary": "媒体预付",
  2032. "parameters": [
  2033. {
  2034. "type": "string",
  2035. "description": "验证参数Bearer和token空格拼接",
  2036. "name": "Authorization",
  2037. "in": "header",
  2038. "required": true
  2039. },
  2040. {
  2041. "description": "请求参数",
  2042. "name": "args",
  2043. "in": "body",
  2044. "required": true,
  2045. "schema": {
  2046. "$ref": "#/definitions/md.FinancialDynamicsMediumListReq"
  2047. }
  2048. }
  2049. ],
  2050. "responses": {
  2051. "200": {
  2052. "description": "具体看返回内容 这是data里面的数据",
  2053. "schema": {
  2054. "$ref": "#/definitions/md.FinancialDynamicsMediumListRes"
  2055. }
  2056. },
  2057. "400": {
  2058. "description": "具体错误",
  2059. "schema": {
  2060. "$ref": "#/definitions/md.Response"
  2061. }
  2062. }
  2063. }
  2064. }
  2065. },
  2066. "/api/financialDynamics/medium/save": {
  2067. "post": {
  2068. "description": "资产动态-媒体预付-创建",
  2069. "consumes": [
  2070. "application/json"
  2071. ],
  2072. "produces": [
  2073. "application/json"
  2074. ],
  2075. "tags": [
  2076. "资产动态------嘉俊"
  2077. ],
  2078. "summary": "媒体预付-创建",
  2079. "parameters": [
  2080. {
  2081. "type": "string",
  2082. "description": "验证参数Bearer和token空格拼接",
  2083. "name": "Authorization",
  2084. "in": "header",
  2085. "required": true
  2086. },
  2087. {
  2088. "description": "请求参数",
  2089. "name": "args",
  2090. "in": "body",
  2091. "required": true,
  2092. "schema": {
  2093. "$ref": "#/definitions/md.FinancialDynamicsMediumSaveReq"
  2094. }
  2095. }
  2096. ],
  2097. "responses": {
  2098. "200": {
  2099. "description": "具体看返回内容 这是data里面的数据",
  2100. "schema": {
  2101. "type": "string"
  2102. }
  2103. },
  2104. "400": {
  2105. "description": "具体错误",
  2106. "schema": {
  2107. "$ref": "#/definitions/md.Response"
  2108. }
  2109. }
  2110. }
  2111. }
  2112. },
  2113. "/api/financialDynamics/medium/total": {
  2114. "post": {
  2115. "description": "资产动态-媒体预付-统计",
  2116. "consumes": [
  2117. "application/json"
  2118. ],
  2119. "produces": [
  2120. "application/json"
  2121. ],
  2122. "tags": [
  2123. "资产动态------嘉俊"
  2124. ],
  2125. "summary": "媒体预付-统计",
  2126. "parameters": [
  2127. {
  2128. "type": "string",
  2129. "description": "验证参数Bearer和token空格拼接",
  2130. "name": "Authorization",
  2131. "in": "header",
  2132. "required": true
  2133. },
  2134. {
  2135. "description": "请求参数",
  2136. "name": "args",
  2137. "in": "body",
  2138. "required": true,
  2139. "schema": {
  2140. "$ref": "#/definitions/md.FinancialDynamicsMediumTotalReq"
  2141. }
  2142. }
  2143. ],
  2144. "responses": {
  2145. "200": {
  2146. "description": "具体看返回内容 这是data里面的数据",
  2147. "schema": {
  2148. "$ref": "#/definitions/md.FinancialDynamicsMediumTotalRes"
  2149. }
  2150. },
  2151. "400": {
  2152. "description": "具体错误",
  2153. "schema": {
  2154. "$ref": "#/definitions/md.Response"
  2155. }
  2156. }
  2157. }
  2158. }
  2159. },
  2160. "/api/index/app/list": {
  2161. "post": {
  2162. "description": "首页-应用数据",
  2163. "consumes": [
  2164. "application/json"
  2165. ],
  2166. "produces": [
  2167. "application/json"
  2168. ],
  2169. "tags": [
  2170. "首页------嘉俊"
  2171. ],
  2172. "summary": "应用数据",
  2173. "parameters": [
  2174. {
  2175. "type": "string",
  2176. "description": "验证参数Bearer和token空格拼接",
  2177. "name": "Authorization",
  2178. "in": "header",
  2179. "required": true
  2180. },
  2181. {
  2182. "description": "请求参数",
  2183. "name": "args",
  2184. "in": "body",
  2185. "required": true,
  2186. "schema": {
  2187. "$ref": "#/definitions/md.IndexAppListReq"
  2188. }
  2189. }
  2190. ],
  2191. "responses": {
  2192. "200": {
  2193. "description": "具体看返回内容 这是data里面的数据",
  2194. "schema": {
  2195. "$ref": "#/definitions/md.IndexAppListRes"
  2196. }
  2197. },
  2198. "400": {
  2199. "description": "具体错误",
  2200. "schema": {
  2201. "$ref": "#/definitions/md.Response"
  2202. }
  2203. }
  2204. }
  2205. }
  2206. },
  2207. "/api/index/app/list/table": {
  2208. "post": {
  2209. "description": "首页-应用数据-每个应用的折线图",
  2210. "consumes": [
  2211. "application/json"
  2212. ],
  2213. "produces": [
  2214. "application/json"
  2215. ],
  2216. "tags": [
  2217. "首页------嘉俊"
  2218. ],
  2219. "summary": "应用数据-每个应用的折线图",
  2220. "parameters": [
  2221. {
  2222. "type": "string",
  2223. "description": "验证参数Bearer和token空格拼接",
  2224. "name": "Authorization",
  2225. "in": "header",
  2226. "required": true
  2227. },
  2228. {
  2229. "description": "请求参数",
  2230. "name": "args",
  2231. "in": "body",
  2232. "required": true,
  2233. "schema": {
  2234. "$ref": "#/definitions/md.IndexAppListTableReq"
  2235. }
  2236. }
  2237. ],
  2238. "responses": {
  2239. "200": {
  2240. "description": "具体看返回内容 ",
  2241. "schema": {
  2242. "type": "string"
  2243. }
  2244. },
  2245. "400": {
  2246. "description": "具体错误",
  2247. "schema": {
  2248. "$ref": "#/definitions/md.Response"
  2249. }
  2250. }
  2251. }
  2252. }
  2253. },
  2254. "/api/index/base": {
  2255. "get": {
  2256. "description": "首页-右上角基本数据",
  2257. "consumes": [
  2258. "application/json"
  2259. ],
  2260. "produces": [
  2261. "application/json"
  2262. ],
  2263. "tags": [
  2264. "首页------嘉俊"
  2265. ],
  2266. "summary": "右上角基本数据",
  2267. "parameters": [
  2268. {
  2269. "type": "string",
  2270. "description": "验证参数Bearer和token空格拼接",
  2271. "name": "Authorization",
  2272. "in": "header",
  2273. "required": true
  2274. }
  2275. ],
  2276. "responses": {
  2277. "200": {
  2278. "description": "具体看返回内容 这是data里面的数据",
  2279. "schema": {
  2280. "type": "string"
  2281. }
  2282. },
  2283. "400": {
  2284. "description": "具体错误",
  2285. "schema": {
  2286. "$ref": "#/definitions/md.Response"
  2287. }
  2288. }
  2289. }
  2290. }
  2291. },
  2292. "/api/index/total": {
  2293. "get": {
  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. "responses": {
  2315. "200": {
  2316. "description": "具体看返回内容 这是data里面的数据",
  2317. "schema": {
  2318. "type": "string"
  2319. }
  2320. },
  2321. "400": {
  2322. "description": "具体错误",
  2323. "schema": {
  2324. "$ref": "#/definitions/md.Response"
  2325. }
  2326. }
  2327. }
  2328. }
  2329. },
  2330. "/api/login": {
  2331. "post": {
  2332. "description": "登入",
  2333. "consumes": [
  2334. "application/json"
  2335. ],
  2336. "produces": [
  2337. "application/json"
  2338. ],
  2339. "tags": [
  2340. "登录"
  2341. ],
  2342. "summary": "登陆",
  2343. "parameters": [
  2344. {
  2345. "description": "用户名密码",
  2346. "name": "req",
  2347. "in": "body",
  2348. "required": true,
  2349. "schema": {
  2350. "$ref": "#/definitions/md.LoginReq"
  2351. }
  2352. }
  2353. ],
  2354. "responses": {
  2355. "200": {
  2356. "description": "token",
  2357. "schema": {
  2358. "$ref": "#/definitions/md.LoginResponse"
  2359. }
  2360. },
  2361. "400": {
  2362. "description": "具体错误",
  2363. "schema": {
  2364. "$ref": "#/definitions/md.Response"
  2365. }
  2366. }
  2367. }
  2368. }
  2369. },
  2370. "/api/mediumCenter/agent/bind/medium/list": {
  2371. "post": {
  2372. "description": "关联中心-代理绑定媒体列表",
  2373. "consumes": [
  2374. "application/json"
  2375. ],
  2376. "produces": [
  2377. "application/json"
  2378. ],
  2379. "tags": [
  2380. "关联中心------嘉俊"
  2381. ],
  2382. "summary": "代理绑定媒体列表",
  2383. "parameters": [
  2384. {
  2385. "type": "string",
  2386. "description": "验证参数Bearer和token空格拼接",
  2387. "name": "Authorization",
  2388. "in": "header",
  2389. "required": true
  2390. },
  2391. {
  2392. "description": "请求参数",
  2393. "name": "args",
  2394. "in": "body",
  2395. "required": true,
  2396. "schema": {
  2397. "$ref": "#/definitions/md.MediumListReq"
  2398. }
  2399. }
  2400. ],
  2401. "responses": {
  2402. "200": {
  2403. "description": "具体看返回内容 这是data里面的数据",
  2404. "schema": {
  2405. "$ref": "#/definitions/md.MediumListRes"
  2406. }
  2407. },
  2408. "400": {
  2409. "description": "具体错误",
  2410. "schema": {
  2411. "$ref": "#/definitions/md.Response"
  2412. }
  2413. }
  2414. }
  2415. }
  2416. },
  2417. "/api/mediumCenter/agent/list": {
  2418. "post": {
  2419. "description": "关联中心-代理列表",
  2420. "consumes": [
  2421. "application/json"
  2422. ],
  2423. "produces": [
  2424. "application/json"
  2425. ],
  2426. "tags": [
  2427. "关联中心------嘉俊"
  2428. ],
  2429. "summary": "代理列表",
  2430. "parameters": [
  2431. {
  2432. "type": "string",
  2433. "description": "验证参数Bearer和token空格拼接",
  2434. "name": "Authorization",
  2435. "in": "header",
  2436. "required": true
  2437. },
  2438. {
  2439. "description": "请求参数",
  2440. "name": "args",
  2441. "in": "body",
  2442. "required": true,
  2443. "schema": {
  2444. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  2445. }
  2446. }
  2447. ],
  2448. "responses": {
  2449. "200": {
  2450. "description": "具体看返回内容 这是data里面的数据",
  2451. "schema": {
  2452. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  2453. }
  2454. },
  2455. "400": {
  2456. "description": "具体错误",
  2457. "schema": {
  2458. "$ref": "#/definitions/md.Response"
  2459. }
  2460. }
  2461. }
  2462. }
  2463. },
  2464. "/api/mediumCenter/applet/application/ad/space/audit": {
  2465. "post": {
  2466. "description": "小程序应用-广告位审核",
  2467. "consumes": [
  2468. "application/json"
  2469. ],
  2470. "produces": [
  2471. "application/json"
  2472. ],
  2473. "tags": [
  2474. "媒体中心------嘉俊"
  2475. ],
  2476. "summary": "广告位审核",
  2477. "parameters": [
  2478. {
  2479. "type": "string",
  2480. "description": "验证参数Bearer和token空格拼接",
  2481. "name": "Authorization",
  2482. "in": "header",
  2483. "required": true
  2484. },
  2485. {
  2486. "description": "请求参数",
  2487. "name": "args",
  2488. "in": "body",
  2489. "required": true,
  2490. "schema": {
  2491. "$ref": "#/definitions/md.AppletApplicationAdSpaceSaveReq"
  2492. }
  2493. }
  2494. ],
  2495. "responses": {
  2496. "200": {
  2497. "description": "具体看返回内容",
  2498. "schema": {
  2499. "type": "string"
  2500. }
  2501. },
  2502. "400": {
  2503. "description": "具体错误",
  2504. "schema": {
  2505. "$ref": "#/definitions/md.Response"
  2506. }
  2507. }
  2508. }
  2509. }
  2510. },
  2511. "/api/mediumCenter/applet/application/ad/space/list": {
  2512. "post": {
  2513. "description": "小程序应用-广告位列表",
  2514. "consumes": [
  2515. "application/json"
  2516. ],
  2517. "produces": [
  2518. "application/json"
  2519. ],
  2520. "tags": [
  2521. "媒体中心------嘉俊"
  2522. ],
  2523. "summary": "广告位列表",
  2524. "parameters": [
  2525. {
  2526. "type": "string",
  2527. "description": "验证参数Bearer和token空格拼接",
  2528. "name": "Authorization",
  2529. "in": "header",
  2530. "required": true
  2531. },
  2532. {
  2533. "description": "请求参数",
  2534. "name": "args",
  2535. "in": "body",
  2536. "required": true,
  2537. "schema": {
  2538. "$ref": "#/definitions/md.AppletApplicationAdSpaceListReq"
  2539. }
  2540. }
  2541. ],
  2542. "responses": {
  2543. "200": {
  2544. "description": "具体看返回内容---这是data里面的数据",
  2545. "schema": {
  2546. "$ref": "#/definitions/md.AppletApplicationAdSpaceListRes"
  2547. }
  2548. },
  2549. "400": {
  2550. "description": "具体错误",
  2551. "schema": {
  2552. "$ref": "#/definitions/md.Response"
  2553. }
  2554. }
  2555. }
  2556. }
  2557. },
  2558. "/api/mediumCenter/applet/application/ad/space/medium/list": {
  2559. "post": {
  2560. "description": "广告位管理-媒体列表",
  2561. "consumes": [
  2562. "application/json"
  2563. ],
  2564. "produces": [
  2565. "application/json"
  2566. ],
  2567. "tags": [
  2568. "媒体中心------嘉俊"
  2569. ],
  2570. "summary": "广告位管理-媒体列表",
  2571. "parameters": [
  2572. {
  2573. "type": "string",
  2574. "description": "验证参数Bearer和token空格拼接",
  2575. "name": "Authorization",
  2576. "in": "header",
  2577. "required": true
  2578. },
  2579. {
  2580. "description": "请求参数",
  2581. "name": "args",
  2582. "in": "body",
  2583. "required": true,
  2584. "schema": {
  2585. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "具体看返回内容---这是data里面的数据",
  2592. "schema": {
  2593. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListRes"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/mediumCenter/applet/application/audit": {
  2606. "post": {
  2607. "description": "小程序应用-审核",
  2608. "consumes": [
  2609. "application/json"
  2610. ],
  2611. "produces": [
  2612. "application/json"
  2613. ],
  2614. "tags": [
  2615. "媒体中心------嘉俊"
  2616. ],
  2617. "summary": "审核",
  2618. "parameters": [
  2619. {
  2620. "type": "string",
  2621. "description": "验证参数Bearer和token空格拼接",
  2622. "name": "Authorization",
  2623. "in": "header",
  2624. "required": true
  2625. },
  2626. {
  2627. "description": "请求参数",
  2628. "name": "args",
  2629. "in": "body",
  2630. "required": true,
  2631. "schema": {
  2632. "$ref": "#/definitions/md.AppletApplicationSaveReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "具体看返回内容",
  2639. "schema": {
  2640. "type": "string"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/mediumCenter/applet/application/list": {
  2653. "post": {
  2654. "description": "小程序应用-列表数据",
  2655. "consumes": [
  2656. "application/json"
  2657. ],
  2658. "produces": [
  2659. "application/json"
  2660. ],
  2661. "tags": [
  2662. "媒体中心------嘉俊"
  2663. ],
  2664. "summary": "应用列表",
  2665. "parameters": [
  2666. {
  2667. "type": "string",
  2668. "description": "验证参数Bearer和token空格拼接",
  2669. "name": "Authorization",
  2670. "in": "header",
  2671. "required": true
  2672. },
  2673. {
  2674. "description": "请求参数",
  2675. "name": "args",
  2676. "in": "body",
  2677. "required": true,
  2678. "schema": {
  2679. "$ref": "#/definitions/md.AppletApplicationListReq"
  2680. }
  2681. }
  2682. ],
  2683. "responses": {
  2684. "200": {
  2685. "description": "具体看返回内容---这是data里面的数据",
  2686. "schema": {
  2687. "$ref": "#/definitions/md.AppletApplicationListRes"
  2688. }
  2689. },
  2690. "400": {
  2691. "description": "具体错误",
  2692. "schema": {
  2693. "$ref": "#/definitions/md.Response"
  2694. }
  2695. }
  2696. }
  2697. }
  2698. },
  2699. "/api/mediumCenter/applet/application/medium/list": {
  2700. "post": {
  2701. "description": "媒体中心-媒体列表",
  2702. "consumes": [
  2703. "application/json"
  2704. ],
  2705. "produces": [
  2706. "application/json"
  2707. ],
  2708. "tags": [
  2709. "媒体中心------嘉俊"
  2710. ],
  2711. "summary": "媒体列表",
  2712. "parameters": [
  2713. {
  2714. "type": "string",
  2715. "description": "验证参数Bearer和token空格拼接",
  2716. "name": "Authorization",
  2717. "in": "header",
  2718. "required": true
  2719. },
  2720. {
  2721. "description": "请求参数",
  2722. "name": "args",
  2723. "in": "body",
  2724. "required": true,
  2725. "schema": {
  2726. "$ref": "#/definitions/md.AppletApplicationMediumListReq"
  2727. }
  2728. }
  2729. ],
  2730. "responses": {
  2731. "200": {
  2732. "description": "具体看返回内容---这是data里面的数据",
  2733. "schema": {
  2734. "$ref": "#/definitions/md.AppletApplicationMediumListRes"
  2735. }
  2736. },
  2737. "400": {
  2738. "description": "具体错误",
  2739. "schema": {
  2740. "$ref": "#/definitions/md.Response"
  2741. }
  2742. }
  2743. }
  2744. }
  2745. },
  2746. "/api/mediumCenter/medium/bind/agent/del": {
  2747. "post": {
  2748. "description": "关联中心-媒体绑定代理删除",
  2749. "consumes": [
  2750. "application/json"
  2751. ],
  2752. "produces": [
  2753. "application/json"
  2754. ],
  2755. "tags": [
  2756. "关联中心------嘉俊"
  2757. ],
  2758. "summary": "媒体绑定代理删除",
  2759. "parameters": [
  2760. {
  2761. "type": "string",
  2762. "description": "验证参数Bearer和token空格拼接",
  2763. "name": "Authorization",
  2764. "in": "header",
  2765. "required": true
  2766. },
  2767. {
  2768. "description": "请求参数",
  2769. "name": "args",
  2770. "in": "body",
  2771. "required": true,
  2772. "schema": {
  2773. "$ref": "#/definitions/md.MediumListDelReq"
  2774. }
  2775. }
  2776. ],
  2777. "responses": {
  2778. "200": {
  2779. "description": "具体看返回内容 ",
  2780. "schema": {
  2781. "type": "string"
  2782. }
  2783. },
  2784. "400": {
  2785. "description": "具体错误",
  2786. "schema": {
  2787. "$ref": "#/definitions/md.Response"
  2788. }
  2789. }
  2790. }
  2791. }
  2792. },
  2793. "/api/mediumCenter/medium/bind/agent/list": {
  2794. "post": {
  2795. "description": "关联中心-媒体绑定代理列表",
  2796. "consumes": [
  2797. "application/json"
  2798. ],
  2799. "produces": [
  2800. "application/json"
  2801. ],
  2802. "tags": [
  2803. "关联中心------嘉俊"
  2804. ],
  2805. "summary": "媒体绑定代理列表",
  2806. "parameters": [
  2807. {
  2808. "type": "string",
  2809. "description": "验证参数Bearer和token空格拼接",
  2810. "name": "Authorization",
  2811. "in": "header",
  2812. "required": true
  2813. },
  2814. {
  2815. "description": "请求参数",
  2816. "name": "args",
  2817. "in": "body",
  2818. "required": true,
  2819. "schema": {
  2820. "$ref": "#/definitions/md.MediumListReq"
  2821. }
  2822. }
  2823. ],
  2824. "responses": {
  2825. "200": {
  2826. "description": "具体看返回内容 这是data里面的数据",
  2827. "schema": {
  2828. "$ref": "#/definitions/md.MediumListRes"
  2829. }
  2830. },
  2831. "400": {
  2832. "description": "具体错误",
  2833. "schema": {
  2834. "$ref": "#/definitions/md.Response"
  2835. }
  2836. }
  2837. }
  2838. }
  2839. },
  2840. "/api/mediumCenter/medium/bind/agent/save": {
  2841. "post": {
  2842. "description": "关联中心-媒体绑定代理操作",
  2843. "consumes": [
  2844. "application/json"
  2845. ],
  2846. "produces": [
  2847. "application/json"
  2848. ],
  2849. "tags": [
  2850. "关联中心------嘉俊"
  2851. ],
  2852. "summary": "媒体绑定代理操作",
  2853. "parameters": [
  2854. {
  2855. "type": "string",
  2856. "description": "验证参数Bearer和token空格拼接",
  2857. "name": "Authorization",
  2858. "in": "header",
  2859. "required": true
  2860. },
  2861. {
  2862. "description": "请求参数",
  2863. "name": "args",
  2864. "in": "body",
  2865. "required": true,
  2866. "schema": {
  2867. "$ref": "#/definitions/md.MediumListSaveReq"
  2868. }
  2869. }
  2870. ],
  2871. "responses": {
  2872. "200": {
  2873. "description": "具体看返回内容 ",
  2874. "schema": {
  2875. "type": "string"
  2876. }
  2877. },
  2878. "400": {
  2879. "description": "具体错误",
  2880. "schema": {
  2881. "$ref": "#/definitions/md.Response"
  2882. }
  2883. }
  2884. }
  2885. }
  2886. },
  2887. "/api/mediumCenter/medium/list": {
  2888. "post": {
  2889. "description": "关联中心-媒体列表",
  2890. "consumes": [
  2891. "application/json"
  2892. ],
  2893. "produces": [
  2894. "application/json"
  2895. ],
  2896. "tags": [
  2897. "关联中心------嘉俊"
  2898. ],
  2899. "summary": "媒体列表",
  2900. "parameters": [
  2901. {
  2902. "type": "string",
  2903. "description": "验证参数Bearer和token空格拼接",
  2904. "name": "Authorization",
  2905. "in": "header",
  2906. "required": true
  2907. },
  2908. {
  2909. "description": "请求参数",
  2910. "name": "args",
  2911. "in": "body",
  2912. "required": true,
  2913. "schema": {
  2914. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2915. }
  2916. }
  2917. ],
  2918. "responses": {
  2919. "200": {
  2920. "description": "具体看返回内容 这是data里面的数据",
  2921. "schema": {
  2922. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  2923. }
  2924. },
  2925. "400": {
  2926. "description": "具体错误",
  2927. "schema": {
  2928. "$ref": "#/definitions/md.Response"
  2929. }
  2930. }
  2931. }
  2932. }
  2933. },
  2934. "/api/mediumQualification/bank": {
  2935. "post": {
  2936. "description": "媒体资质-银行资质",
  2937. "consumes": [
  2938. "application/json"
  2939. ],
  2940. "produces": [
  2941. "application/json"
  2942. ],
  2943. "tags": [
  2944. "媒体资质------嘉俊"
  2945. ],
  2946. "summary": "银行资质",
  2947. "parameters": [
  2948. {
  2949. "type": "string",
  2950. "description": "验证参数Bearer和token空格拼接",
  2951. "name": "Authorization",
  2952. "in": "header",
  2953. "required": true
  2954. },
  2955. {
  2956. "description": "请求参数",
  2957. "name": "args",
  2958. "in": "body",
  2959. "required": true,
  2960. "schema": {
  2961. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2962. }
  2963. }
  2964. ],
  2965. "responses": {
  2966. "200": {
  2967. "description": "具体看返回内容 这是data里面的数据",
  2968. "schema": {
  2969. "$ref": "#/definitions/md.MediumQualificationBankRes"
  2970. }
  2971. },
  2972. "400": {
  2973. "description": "具体错误",
  2974. "schema": {
  2975. "$ref": "#/definitions/md.Response"
  2976. }
  2977. }
  2978. }
  2979. }
  2980. },
  2981. "/api/mediumQualification/bank/audit": {
  2982. "post": {
  2983. "description": "媒体资质-银行资质审核",
  2984. "consumes": [
  2985. "application/json"
  2986. ],
  2987. "produces": [
  2988. "application/json"
  2989. ],
  2990. "tags": [
  2991. "媒体资质------嘉俊"
  2992. ],
  2993. "summary": "银行资质审核",
  2994. "parameters": [
  2995. {
  2996. "type": "string",
  2997. "description": "验证参数Bearer和token空格拼接",
  2998. "name": "Authorization",
  2999. "in": "header",
  3000. "required": true
  3001. },
  3002. {
  3003. "description": "请求参数",
  3004. "name": "args",
  3005. "in": "body",
  3006. "required": true,
  3007. "schema": {
  3008. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  3009. }
  3010. }
  3011. ],
  3012. "responses": {
  3013. "200": {
  3014. "description": "具体看返回内容",
  3015. "schema": {
  3016. "type": "string"
  3017. }
  3018. },
  3019. "400": {
  3020. "description": "具体错误",
  3021. "schema": {
  3022. "$ref": "#/definitions/md.Response"
  3023. }
  3024. }
  3025. }
  3026. }
  3027. },
  3028. "/api/mediumQualification/contact": {
  3029. "post": {
  3030. "description": "媒体资质-联系方式",
  3031. "consumes": [
  3032. "application/json"
  3033. ],
  3034. "produces": [
  3035. "application/json"
  3036. ],
  3037. "tags": [
  3038. "媒体资质------嘉俊"
  3039. ],
  3040. "summary": "联系方式",
  3041. "parameters": [
  3042. {
  3043. "type": "string",
  3044. "description": "验证参数Bearer和token空格拼接",
  3045. "name": "Authorization",
  3046. "in": "header",
  3047. "required": true
  3048. },
  3049. {
  3050. "description": "请求参数",
  3051. "name": "args",
  3052. "in": "body",
  3053. "required": true,
  3054. "schema": {
  3055. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  3056. }
  3057. }
  3058. ],
  3059. "responses": {
  3060. "200": {
  3061. "description": "具体看返回内容 这是data里面的数据",
  3062. "schema": {
  3063. "$ref": "#/definitions/md.MediumQualificationContactRes"
  3064. }
  3065. },
  3066. "400": {
  3067. "description": "具体错误",
  3068. "schema": {
  3069. "$ref": "#/definitions/md.Response"
  3070. }
  3071. }
  3072. }
  3073. }
  3074. },
  3075. "/api/mediumQualification/contact/audit": {
  3076. "post": {
  3077. "description": "媒体资质-联系方式审核",
  3078. "consumes": [
  3079. "application/json"
  3080. ],
  3081. "produces": [
  3082. "application/json"
  3083. ],
  3084. "tags": [
  3085. "媒体资质------嘉俊"
  3086. ],
  3087. "summary": "联系方式审核",
  3088. "parameters": [
  3089. {
  3090. "type": "string",
  3091. "description": "验证参数Bearer和token空格拼接",
  3092. "name": "Authorization",
  3093. "in": "header",
  3094. "required": true
  3095. },
  3096. {
  3097. "description": "请求参数",
  3098. "name": "args",
  3099. "in": "body",
  3100. "required": true,
  3101. "schema": {
  3102. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  3103. }
  3104. }
  3105. ],
  3106. "responses": {
  3107. "200": {
  3108. "description": "具体看返回内容",
  3109. "schema": {
  3110. "type": "string"
  3111. }
  3112. },
  3113. "400": {
  3114. "description": "具体错误",
  3115. "schema": {
  3116. "$ref": "#/definitions/md.Response"
  3117. }
  3118. }
  3119. }
  3120. }
  3121. },
  3122. "/api/mediumQualification/enterprise": {
  3123. "post": {
  3124. "description": "媒体资质-主体资质",
  3125. "consumes": [
  3126. "application/json"
  3127. ],
  3128. "produces": [
  3129. "application/json"
  3130. ],
  3131. "tags": [
  3132. "媒体资质------嘉俊"
  3133. ],
  3134. "summary": "主体资质",
  3135. "parameters": [
  3136. {
  3137. "type": "string",
  3138. "description": "验证参数Bearer和token空格拼接",
  3139. "name": "Authorization",
  3140. "in": "header",
  3141. "required": true
  3142. },
  3143. {
  3144. "description": "请求参数",
  3145. "name": "args",
  3146. "in": "body",
  3147. "required": true,
  3148. "schema": {
  3149. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  3150. }
  3151. }
  3152. ],
  3153. "responses": {
  3154. "200": {
  3155. "description": "具体看返回内容 这是data里面的数据",
  3156. "schema": {
  3157. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  3158. }
  3159. },
  3160. "400": {
  3161. "description": "具体错误",
  3162. "schema": {
  3163. "$ref": "#/definitions/md.Response"
  3164. }
  3165. }
  3166. }
  3167. }
  3168. },
  3169. "/api/mediumQualification/enterprise/audit": {
  3170. "post": {
  3171. "description": "媒体资质-主体资质审核",
  3172. "consumes": [
  3173. "application/json"
  3174. ],
  3175. "produces": [
  3176. "application/json"
  3177. ],
  3178. "tags": [
  3179. "媒体资质------嘉俊"
  3180. ],
  3181. "summary": "主体资质审核",
  3182. "parameters": [
  3183. {
  3184. "type": "string",
  3185. "description": "验证参数Bearer和token空格拼接",
  3186. "name": "Authorization",
  3187. "in": "header",
  3188. "required": true
  3189. },
  3190. {
  3191. "description": "请求参数",
  3192. "name": "args",
  3193. "in": "body",
  3194. "required": true,
  3195. "schema": {
  3196. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  3197. }
  3198. }
  3199. ],
  3200. "responses": {
  3201. "200": {
  3202. "description": "具体看返回内容",
  3203. "schema": {
  3204. "type": "string"
  3205. }
  3206. },
  3207. "400": {
  3208. "description": "具体错误",
  3209. "schema": {
  3210. "$ref": "#/definitions/md.Response"
  3211. }
  3212. }
  3213. }
  3214. }
  3215. },
  3216. "/api/qiniuyun/upload": {
  3217. "post": {
  3218. "description": "七牛云-七牛云上传",
  3219. "consumes": [
  3220. "application/json"
  3221. ],
  3222. "produces": [
  3223. "application/json"
  3224. ],
  3225. "tags": [
  3226. "七牛云"
  3227. ],
  3228. "summary": "七牛云上传",
  3229. "parameters": [
  3230. {
  3231. "type": "string",
  3232. "description": "验证参数Bearer和token空格拼接",
  3233. "name": "Authorization",
  3234. "in": "header"
  3235. },
  3236. {
  3237. "description": "请求参数",
  3238. "name": "args",
  3239. "in": "body",
  3240. "required": true,
  3241. "schema": {
  3242. "$ref": "#/definitions/md.ImgReqUpload"
  3243. }
  3244. }
  3245. ],
  3246. "responses": {
  3247. "200": {
  3248. "description": "success",
  3249. "schema": {
  3250. "type": "string"
  3251. }
  3252. },
  3253. "400": {
  3254. "description": "具体错误",
  3255. "schema": {
  3256. "$ref": "#/definitions/md.Response"
  3257. }
  3258. }
  3259. }
  3260. }
  3261. },
  3262. "/api/qualification/select/base": {
  3263. "get": {
  3264. "description": "资质认证-认证下拉框选择内容",
  3265. "consumes": [
  3266. "application/json"
  3267. ],
  3268. "produces": [
  3269. "application/json"
  3270. ],
  3271. "tags": [
  3272. "资质认证------嘉俊"
  3273. ],
  3274. "summary": "认证下拉框选择内容",
  3275. "parameters": [
  3276. {
  3277. "type": "string",
  3278. "description": "验证参数Bearer和token空格拼接",
  3279. "name": "Authorization",
  3280. "in": "header",
  3281. "required": true
  3282. }
  3283. ],
  3284. "responses": {
  3285. "200": {
  3286. "description": "具体看返回内容",
  3287. "schema": {
  3288. "type": "string"
  3289. }
  3290. },
  3291. "400": {
  3292. "description": "具体错误",
  3293. "schema": {
  3294. "$ref": "#/definitions/md.Response"
  3295. }
  3296. }
  3297. }
  3298. }
  3299. },
  3300. "/api/registerForAgent": {
  3301. "post": {
  3302. "description": "注册模块-渠道代理注册",
  3303. "consumes": [
  3304. "application/json"
  3305. ],
  3306. "produces": [
  3307. "application/json"
  3308. ],
  3309. "tags": [
  3310. "注册模块"
  3311. ],
  3312. "summary": "渠道代理注册",
  3313. "parameters": [
  3314. {
  3315. "description": "用户名密码",
  3316. "name": "req",
  3317. "in": "body",
  3318. "required": true,
  3319. "schema": {
  3320. "$ref": "#/definitions/md.RegisterForAgentReq"
  3321. }
  3322. }
  3323. ],
  3324. "responses": {
  3325. "200": {
  3326. "description": "success",
  3327. "schema": {
  3328. "type": "string"
  3329. }
  3330. },
  3331. "400": {
  3332. "description": "具体错误",
  3333. "schema": {
  3334. "$ref": "#/definitions/md.Response"
  3335. }
  3336. }
  3337. }
  3338. }
  3339. },
  3340. "/api/registerForMedium": {
  3341. "post": {
  3342. "description": "注册模块-媒体注册",
  3343. "consumes": [
  3344. "application/json"
  3345. ],
  3346. "produces": [
  3347. "application/json"
  3348. ],
  3349. "tags": [
  3350. "注册模块"
  3351. ],
  3352. "summary": "媒体注册",
  3353. "parameters": [
  3354. {
  3355. "description": "用户名密码",
  3356. "name": "req",
  3357. "in": "body",
  3358. "required": true,
  3359. "schema": {
  3360. "$ref": "#/definitions/md.RegisterForMediumReq"
  3361. }
  3362. }
  3363. ],
  3364. "responses": {
  3365. "200": {
  3366. "description": "success",
  3367. "schema": {
  3368. "type": "string"
  3369. }
  3370. },
  3371. "400": {
  3372. "description": "具体错误",
  3373. "schema": {
  3374. "$ref": "#/definitions/md.Response"
  3375. }
  3376. }
  3377. }
  3378. }
  3379. },
  3380. "/api/role/addAdmin": {
  3381. "post": {
  3382. "description": "权限管理-新增管理员",
  3383. "consumes": [
  3384. "application/json"
  3385. ],
  3386. "produces": [
  3387. "application/json"
  3388. ],
  3389. "tags": [
  3390. "权限管理"
  3391. ],
  3392. "summary": "新增管理员",
  3393. "parameters": [
  3394. {
  3395. "type": "string",
  3396. "description": "验证参数Bearer和token空格拼接",
  3397. "name": "Authorization",
  3398. "in": "header",
  3399. "required": true
  3400. },
  3401. {
  3402. "description": "请求参数",
  3403. "name": "args",
  3404. "in": "body",
  3405. "required": true,
  3406. "schema": {
  3407. "$ref": "#/definitions/md.AddAdminReq"
  3408. }
  3409. }
  3410. ],
  3411. "responses": {
  3412. "200": {
  3413. "description": "success",
  3414. "schema": {
  3415. "type": "string"
  3416. }
  3417. },
  3418. "400": {
  3419. "description": "具体错误",
  3420. "schema": {
  3421. "$ref": "#/definitions/md.Response"
  3422. }
  3423. }
  3424. }
  3425. }
  3426. },
  3427. "/api/role/addRole": {
  3428. "post": {
  3429. "description": "权限管理-添加角色",
  3430. "consumes": [
  3431. "application/json"
  3432. ],
  3433. "produces": [
  3434. "application/json"
  3435. ],
  3436. "tags": [
  3437. "权限管理"
  3438. ],
  3439. "summary": "添加角色",
  3440. "parameters": [
  3441. {
  3442. "type": "string",
  3443. "description": "验证参数Bearer和token空格拼接",
  3444. "name": "Authorization",
  3445. "in": "header",
  3446. "required": true
  3447. },
  3448. {
  3449. "description": "请求参数",
  3450. "name": "args",
  3451. "in": "body",
  3452. "required": true,
  3453. "schema": {
  3454. "$ref": "#/definitions/md.AddRoleReq"
  3455. }
  3456. }
  3457. ],
  3458. "responses": {
  3459. "200": {
  3460. "description": "success",
  3461. "schema": {
  3462. "type": "string"
  3463. }
  3464. },
  3465. "400": {
  3466. "description": "具体错误",
  3467. "schema": {
  3468. "$ref": "#/definitions/md.Response"
  3469. }
  3470. }
  3471. }
  3472. }
  3473. },
  3474. "/api/role/adminInfo": {
  3475. "get": {
  3476. "description": "权限管理-管理员信息",
  3477. "consumes": [
  3478. "application/json"
  3479. ],
  3480. "produces": [
  3481. "application/json"
  3482. ],
  3483. "tags": [
  3484. "权限管理"
  3485. ],
  3486. "summary": "管理员信息",
  3487. "parameters": [
  3488. {
  3489. "type": "string",
  3490. "description": "验证参数Bearer和token空格拼接",
  3491. "name": "Authorization",
  3492. "in": "header",
  3493. "required": true
  3494. },
  3495. {
  3496. "type": "string",
  3497. "description": "管理员id",
  3498. "name": "adm_id",
  3499. "in": "query",
  3500. "required": true
  3501. }
  3502. ],
  3503. "responses": {
  3504. "200": {
  3505. "description": "具体看返回内容",
  3506. "schema": {
  3507. "type": "string"
  3508. }
  3509. },
  3510. "400": {
  3511. "description": "具体错误",
  3512. "schema": {
  3513. "$ref": "#/definitions/md.Response"
  3514. }
  3515. }
  3516. }
  3517. }
  3518. },
  3519. "/api/role/adminList": {
  3520. "post": {
  3521. "description": "权限管理-管理员列表",
  3522. "consumes": [
  3523. "application/json"
  3524. ],
  3525. "produces": [
  3526. "application/json"
  3527. ],
  3528. "tags": [
  3529. "权限管理"
  3530. ],
  3531. "summary": "管理员列表",
  3532. "parameters": [
  3533. {
  3534. "type": "string",
  3535. "description": "验证参数Bearer和token空格拼接",
  3536. "name": "Authorization",
  3537. "in": "header",
  3538. "required": true
  3539. },
  3540. {
  3541. "description": "请求参数",
  3542. "name": "args",
  3543. "in": "body",
  3544. "required": true,
  3545. "schema": {
  3546. "$ref": "#/definitions/md.AdminListReq"
  3547. }
  3548. }
  3549. ],
  3550. "responses": {
  3551. "200": {
  3552. "description": "具体看返回内容",
  3553. "schema": {
  3554. "type": "string"
  3555. }
  3556. },
  3557. "400": {
  3558. "description": "具体错误",
  3559. "schema": {
  3560. "$ref": "#/definitions/md.Response"
  3561. }
  3562. }
  3563. }
  3564. }
  3565. },
  3566. "/api/role/bindAdminRole/": {
  3567. "post": {
  3568. "description": "权限管理-管理员绑定角色",
  3569. "consumes": [
  3570. "application/json"
  3571. ],
  3572. "produces": [
  3573. "application/json"
  3574. ],
  3575. "tags": [
  3576. "权限管理"
  3577. ],
  3578. "summary": "管理员绑定角色",
  3579. "parameters": [
  3580. {
  3581. "type": "string",
  3582. "description": "验证参数Bearer和token空格拼接",
  3583. "name": "Authorization",
  3584. "in": "header",
  3585. "required": true
  3586. },
  3587. {
  3588. "description": "请求参数",
  3589. "name": "args",
  3590. "in": "body",
  3591. "required": true,
  3592. "schema": {
  3593. "$ref": "#/definitions/md.BindAdminRoleReq"
  3594. }
  3595. }
  3596. ],
  3597. "responses": {
  3598. "200": {
  3599. "description": "success",
  3600. "schema": {
  3601. "type": "string"
  3602. }
  3603. },
  3604. "400": {
  3605. "description": "具体错误",
  3606. "schema": {
  3607. "$ref": "#/definitions/md.Response"
  3608. }
  3609. }
  3610. }
  3611. }
  3612. },
  3613. "/api/role/deleteAdmin/{$adm_id}": {
  3614. "delete": {
  3615. "description": "权限管理-删除管理员",
  3616. "consumes": [
  3617. "application/json"
  3618. ],
  3619. "produces": [
  3620. "application/json"
  3621. ],
  3622. "tags": [
  3623. "权限管理"
  3624. ],
  3625. "summary": "删除管理员",
  3626. "parameters": [
  3627. {
  3628. "type": "string",
  3629. "description": "验证参数Bearer和token空格拼接",
  3630. "name": "Authorization",
  3631. "in": "header",
  3632. "required": true
  3633. }
  3634. ],
  3635. "responses": {
  3636. "200": {
  3637. "description": "success",
  3638. "schema": {
  3639. "type": "string"
  3640. }
  3641. },
  3642. "400": {
  3643. "description": "具体错误",
  3644. "schema": {
  3645. "$ref": "#/definitions/md.Response"
  3646. }
  3647. }
  3648. }
  3649. }
  3650. },
  3651. "/api/role/deleteRole/{$id}": {
  3652. "delete": {
  3653. "description": "权限管理-删除角色",
  3654. "consumes": [
  3655. "application/json"
  3656. ],
  3657. "produces": [
  3658. "application/json"
  3659. ],
  3660. "tags": [
  3661. "权限管理"
  3662. ],
  3663. "summary": "删除角色",
  3664. "parameters": [
  3665. {
  3666. "type": "string",
  3667. "description": "验证参数Bearer和token空格拼接",
  3668. "name": "Authorization",
  3669. "in": "header",
  3670. "required": true
  3671. },
  3672. {
  3673. "description": "请求参数",
  3674. "name": "args",
  3675. "in": "body",
  3676. "required": true,
  3677. "schema": {
  3678. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3679. }
  3680. }
  3681. ],
  3682. "responses": {
  3683. "200": {
  3684. "description": "success",
  3685. "schema": {
  3686. "type": "string"
  3687. }
  3688. },
  3689. "400": {
  3690. "description": "具体错误",
  3691. "schema": {
  3692. "$ref": "#/definitions/md.Response"
  3693. }
  3694. }
  3695. }
  3696. }
  3697. },
  3698. "/api/role/roleBindPermissionGroup": {
  3699. "post": {
  3700. "description": "权限管理-角色绑定权限组",
  3701. "consumes": [
  3702. "application/json"
  3703. ],
  3704. "produces": [
  3705. "application/json"
  3706. ],
  3707. "tags": [
  3708. "权限管理"
  3709. ],
  3710. "summary": "角色绑定权限组",
  3711. "parameters": [
  3712. {
  3713. "type": "string",
  3714. "description": "验证参数Bearer和token空格拼接",
  3715. "name": "Authorization",
  3716. "in": "header",
  3717. "required": true
  3718. },
  3719. {
  3720. "description": "请求参数",
  3721. "name": "args",
  3722. "in": "body",
  3723. "required": true,
  3724. "schema": {
  3725. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  3726. }
  3727. }
  3728. ],
  3729. "responses": {
  3730. "200": {
  3731. "description": "success",
  3732. "schema": {
  3733. "type": "string"
  3734. }
  3735. },
  3736. "400": {
  3737. "description": "具体错误",
  3738. "schema": {
  3739. "$ref": "#/definitions/md.Response"
  3740. }
  3741. }
  3742. }
  3743. }
  3744. },
  3745. "/api/role/roleList": {
  3746. "get": {
  3747. "description": "权限管理-角色列表",
  3748. "consumes": [
  3749. "application/json"
  3750. ],
  3751. "produces": [
  3752. "application/json"
  3753. ],
  3754. "tags": [
  3755. "权限管理"
  3756. ],
  3757. "summary": "角色列表",
  3758. "parameters": [
  3759. {
  3760. "type": "string",
  3761. "description": "验证参数Bearer和token空格拼接",
  3762. "name": "Authorization",
  3763. "in": "header",
  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/updateAdmin": {
  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.UpdateAdminReq"
  3811. }
  3812. }
  3813. ],
  3814. "responses": {
  3815. "200": {
  3816. "description": "success",
  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/updateAdminState": {
  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.UpdateAdminStateReq"
  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/updateRole": {
  3878. "post": {
  3879. "description": "权限管理-修改角色",
  3880. "consumes": [
  3881. "application/json"
  3882. ],
  3883. "produces": [
  3884. "application/json"
  3885. ],
  3886. "tags": [
  3887. "权限管理"
  3888. ],
  3889. "summary": "修改角色",
  3890. "parameters": [
  3891. {
  3892. "type": "string",
  3893. "description": "验证参数Bearer和token空格拼接",
  3894. "name": "Authorization",
  3895. "in": "header",
  3896. "required": true
  3897. },
  3898. {
  3899. "description": "请求参数",
  3900. "name": "args",
  3901. "in": "body",
  3902. "required": true,
  3903. "schema": {
  3904. "$ref": "#/definitions/md.UpdateRoleReq"
  3905. }
  3906. }
  3907. ],
  3908. "responses": {
  3909. "200": {
  3910. "description": "success",
  3911. "schema": {
  3912. "type": "string"
  3913. }
  3914. },
  3915. "400": {
  3916. "description": "具体错误",
  3917. "schema": {
  3918. "$ref": "#/definitions/md.Response"
  3919. }
  3920. }
  3921. }
  3922. }
  3923. },
  3924. "/api/role/updateRoleState": {
  3925. "post": {
  3926. "description": "权限管理-修改角色状态",
  3927. "consumes": [
  3928. "application/json"
  3929. ],
  3930. "produces": [
  3931. "application/json"
  3932. ],
  3933. "tags": [
  3934. "权限管理"
  3935. ],
  3936. "summary": "修改角色状态",
  3937. "parameters": [
  3938. {
  3939. "type": "string",
  3940. "description": "验证参数Bearer和token空格拼接",
  3941. "name": "Authorization",
  3942. "in": "header",
  3943. "required": true
  3944. },
  3945. {
  3946. "description": "请求参数",
  3947. "name": "args",
  3948. "in": "body",
  3949. "required": true,
  3950. "schema": {
  3951. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3952. }
  3953. }
  3954. ],
  3955. "responses": {
  3956. "200": {
  3957. "description": "success",
  3958. "schema": {
  3959. "type": "string"
  3960. }
  3961. },
  3962. "400": {
  3963. "description": "具体错误",
  3964. "schema": {
  3965. "$ref": "#/definitions/md.Response"
  3966. }
  3967. }
  3968. }
  3969. }
  3970. },
  3971. "/api/setCenter/applet/add": {
  3972. "post": {
  3973. "description": "小程序设置-新增",
  3974. "consumes": [
  3975. "application/json"
  3976. ],
  3977. "produces": [
  3978. "application/json"
  3979. ],
  3980. "tags": [
  3981. "设置中心-小程序设置"
  3982. ],
  3983. "summary": "新增",
  3984. "parameters": [
  3985. {
  3986. "type": "string",
  3987. "description": "验证参数Bearer和token空格拼接",
  3988. "name": "Authorization",
  3989. "in": "header",
  3990. "required": true
  3991. },
  3992. {
  3993. "description": "请求参数",
  3994. "name": "args",
  3995. "in": "body",
  3996. "required": true,
  3997. "schema": {
  3998. "$ref": "#/definitions/md.AppletAddReq"
  3999. }
  4000. }
  4001. ],
  4002. "responses": {
  4003. "200": {
  4004. "description": "success",
  4005. "schema": {
  4006. "type": "string"
  4007. }
  4008. },
  4009. "400": {
  4010. "description": "具体错误",
  4011. "schema": {
  4012. "$ref": "#/definitions/md.Response"
  4013. }
  4014. }
  4015. }
  4016. }
  4017. },
  4018. "/api/setCenter/applet/authorize": {
  4019. "get": {
  4020. "description": "设置中心-基础设置",
  4021. "consumes": [
  4022. "application/json"
  4023. ],
  4024. "produces": [
  4025. "application/json"
  4026. ],
  4027. "tags": [
  4028. "设置中心"
  4029. ],
  4030. "summary": "设置中心-基础设置-微信三方应用获取",
  4031. "parameters": [
  4032. {
  4033. "type": "string",
  4034. "description": "验证参数Bearer和token空格拼接",
  4035. "name": "Authorization",
  4036. "in": "header",
  4037. "required": true
  4038. }
  4039. ],
  4040. "responses": {
  4041. "200": {
  4042. "description": "微信授权界面url",
  4043. "schema": {
  4044. "type": "string"
  4045. }
  4046. },
  4047. "400": {
  4048. "description": "具体错误",
  4049. "schema": {
  4050. "$ref": "#/definitions/md.Response"
  4051. }
  4052. }
  4053. }
  4054. }
  4055. },
  4056. "/api/setCenter/applet/list": {
  4057. "get": {
  4058. "description": "小程序设置-列表",
  4059. "consumes": [
  4060. "application/json"
  4061. ],
  4062. "produces": [
  4063. "application/json"
  4064. ],
  4065. "tags": [
  4066. "设置中心-小程序设置"
  4067. ],
  4068. "summary": "列表",
  4069. "parameters": [
  4070. {
  4071. "type": "string",
  4072. "description": "验证参数Bearer和token空格拼接",
  4073. "name": "Authorization",
  4074. "in": "header",
  4075. "required": true
  4076. }
  4077. ],
  4078. "responses": {
  4079. "200": {
  4080. "description": "OK",
  4081. "schema": {
  4082. "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList"
  4083. }
  4084. },
  4085. "400": {
  4086. "description": "具体错误",
  4087. "schema": {
  4088. "$ref": "#/definitions/md.Response"
  4089. }
  4090. }
  4091. }
  4092. }
  4093. },
  4094. "/api/setCenter/applet/unauthorized": {
  4095. "get": {
  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. "responses": {
  4117. "200": {
  4118. "description": "success",
  4119. "schema": {
  4120. "type": "string"
  4121. }
  4122. },
  4123. "400": {
  4124. "description": "具体错误",
  4125. "schema": {
  4126. "$ref": "#/definitions/md.Response"
  4127. }
  4128. }
  4129. }
  4130. }
  4131. },
  4132. "/api/setCenter/applet/update": {
  4133. "post": {
  4134. "description": "小程序设置-更新",
  4135. "consumes": [
  4136. "application/json"
  4137. ],
  4138. "produces": [
  4139. "application/json"
  4140. ],
  4141. "tags": [
  4142. "设置中心-小程序设置"
  4143. ],
  4144. "summary": "更新",
  4145. "parameters": [
  4146. {
  4147. "type": "string",
  4148. "description": "验证参数Bearer和token空格拼接",
  4149. "name": "Authorization",
  4150. "in": "header",
  4151. "required": true
  4152. },
  4153. {
  4154. "description": "请求参数",
  4155. "name": "args",
  4156. "in": "body",
  4157. "required": true,
  4158. "schema": {
  4159. "$ref": "#/definitions/md.AppletUpdateReq"
  4160. }
  4161. }
  4162. ],
  4163. "responses": {
  4164. "200": {
  4165. "description": "success",
  4166. "schema": {
  4167. "type": "string"
  4168. }
  4169. },
  4170. "400": {
  4171. "description": "具体错误",
  4172. "schema": {
  4173. "$ref": "#/definitions/md.Response"
  4174. }
  4175. }
  4176. }
  4177. }
  4178. },
  4179. "/api/setCenter/basic/applet/shieldRules/addBlackList": {
  4180. "post": {
  4181. "description": "小程序设置-屏蔽规则-添加屏蔽的广告主",
  4182. "consumes": [
  4183. "application/json"
  4184. ],
  4185. "produces": [
  4186. "application/json"
  4187. ],
  4188. "tags": [
  4189. "设置中心-小程序设置-屏蔽规则"
  4190. ],
  4191. "summary": "添加屏蔽的广告主",
  4192. "parameters": [
  4193. {
  4194. "type": "string",
  4195. "description": "验证参数Bearer和token空格拼接",
  4196. "name": "Authorization",
  4197. "in": "header",
  4198. "required": true
  4199. },
  4200. {
  4201. "description": "请求参数",
  4202. "name": "args",
  4203. "in": "body",
  4204. "required": true,
  4205. "schema": {
  4206. "$ref": "#/definitions/md.AppletAddBlackListReq"
  4207. }
  4208. }
  4209. ],
  4210. "responses": {
  4211. "200": {
  4212. "description": "success",
  4213. "schema": {
  4214. "type": "string"
  4215. }
  4216. },
  4217. "400": {
  4218. "description": "具体错误",
  4219. "schema": {
  4220. "$ref": "#/definitions/md.Response"
  4221. }
  4222. }
  4223. }
  4224. }
  4225. },
  4226. "/api/setCenter/basic/applet/shieldRules/delBlackList": {
  4227. "post": {
  4228. "description": "小程序设置-屏蔽规则-删除屏蔽的广告主",
  4229. "consumes": [
  4230. "application/json"
  4231. ],
  4232. "produces": [
  4233. "application/json"
  4234. ],
  4235. "tags": [
  4236. "设置中心-小程序设置-屏蔽规则"
  4237. ],
  4238. "summary": "删除屏蔽的广告主",
  4239. "parameters": [
  4240. {
  4241. "type": "string",
  4242. "description": "验证参数Bearer和token空格拼接",
  4243. "name": "Authorization",
  4244. "in": "header",
  4245. "required": true
  4246. },
  4247. {
  4248. "description": "请求参数",
  4249. "name": "args",
  4250. "in": "body",
  4251. "required": true,
  4252. "schema": {
  4253. "$ref": "#/definitions/md.AppletDelBlackListReq"
  4254. }
  4255. }
  4256. ],
  4257. "responses": {
  4258. "200": {
  4259. "description": "success",
  4260. "schema": {
  4261. "type": "string"
  4262. }
  4263. },
  4264. "400": {
  4265. "description": "具体错误",
  4266. "schema": {
  4267. "$ref": "#/definitions/md.Response"
  4268. }
  4269. }
  4270. }
  4271. }
  4272. },
  4273. "/api/setCenter/basic/applet/shieldRules/getAmsCategoryBlackList": {
  4274. "post": {
  4275. "description": "小程序设置-屏蔽规则-获取行业屏蔽信息",
  4276. "consumes": [
  4277. "application/json"
  4278. ],
  4279. "produces": [
  4280. "application/json"
  4281. ],
  4282. "tags": [
  4283. "设置中心-小程序设置-屏蔽规则"
  4284. ],
  4285. "summary": "获取行业屏蔽信息",
  4286. "parameters": [
  4287. {
  4288. "type": "string",
  4289. "description": "验证参数Bearer和token空格拼接",
  4290. "name": "Authorization",
  4291. "in": "header",
  4292. "required": true
  4293. },
  4294. {
  4295. "description": "请求参数",
  4296. "name": "args",
  4297. "in": "body",
  4298. "required": true,
  4299. "schema": {
  4300. "$ref": "#/definitions/md.AppletGetAmsCategoryBlackListReq"
  4301. }
  4302. }
  4303. ],
  4304. "responses": {
  4305. "200": {
  4306. "description": "OK",
  4307. "schema": {
  4308. "$ref": "#/definitions/md.AppletGetAmsCategoryBlackListResp"
  4309. }
  4310. },
  4311. "400": {
  4312. "description": "具体错误",
  4313. "schema": {
  4314. "$ref": "#/definitions/md.Response"
  4315. }
  4316. }
  4317. }
  4318. }
  4319. },
  4320. "/api/setCenter/basic/applet/shieldRules/getBlackList": {
  4321. "post": {
  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. "description": "请求参数",
  4343. "name": "args",
  4344. "in": "body",
  4345. "required": true,
  4346. "schema": {
  4347. "$ref": "#/definitions/md.AppletGetBlackListReq"
  4348. }
  4349. }
  4350. ],
  4351. "responses": {
  4352. "200": {
  4353. "description": "OK",
  4354. "schema": {
  4355. "$ref": "#/definitions/md.AgencyGetBlackListResp"
  4356. }
  4357. },
  4358. "400": {
  4359. "description": "具体错误",
  4360. "schema": {
  4361. "$ref": "#/definitions/md.Response"
  4362. }
  4363. }
  4364. }
  4365. }
  4366. },
  4367. "/api/setCenter/basic/applet/shieldRules/setAmsCategoryBlackList": {
  4368. "post": {
  4369. "description": "小程序设置-屏蔽规则-设置行业屏蔽信息",
  4370. "consumes": [
  4371. "application/json"
  4372. ],
  4373. "produces": [
  4374. "application/json"
  4375. ],
  4376. "tags": [
  4377. "设置中心-小程序设置-屏蔽规则"
  4378. ],
  4379. "summary": "设置行业屏蔽信息",
  4380. "parameters": [
  4381. {
  4382. "type": "string",
  4383. "description": "验证参数Bearer和token空格拼接",
  4384. "name": "Authorization",
  4385. "in": "header",
  4386. "required": true
  4387. },
  4388. {
  4389. "description": "请求参数",
  4390. "name": "args",
  4391. "in": "body",
  4392. "required": true,
  4393. "schema": {
  4394. "$ref": "#/definitions/md.AppletSetAmsCategoryBlackListReq"
  4395. }
  4396. }
  4397. ],
  4398. "responses": {
  4399. "200": {
  4400. "description": "success",
  4401. "schema": {
  4402. "type": "string"
  4403. }
  4404. },
  4405. "400": {
  4406. "description": "具体错误",
  4407. "schema": {
  4408. "$ref": "#/definitions/md.Response"
  4409. }
  4410. }
  4411. }
  4412. }
  4413. },
  4414. "/api/setCenter/basic/getLogo": {
  4415. "get": {
  4416. "description": "基础设置-logo获取",
  4417. "consumes": [
  4418. "application/json"
  4419. ],
  4420. "produces": [
  4421. "application/json"
  4422. ],
  4423. "tags": [
  4424. "设置中心-基础设置"
  4425. ],
  4426. "summary": "logo获取",
  4427. "parameters": [
  4428. {
  4429. "type": "string",
  4430. "description": "验证参数Bearer和token空格拼接",
  4431. "name": "Authorization",
  4432. "in": "header",
  4433. "required": true
  4434. }
  4435. ],
  4436. "responses": {
  4437. "200": {
  4438. "description": "OK",
  4439. "schema": {
  4440. "$ref": "#/definitions/md.SetLogoResp"
  4441. }
  4442. },
  4443. "400": {
  4444. "description": "具体错误",
  4445. "schema": {
  4446. "$ref": "#/definitions/md.Response"
  4447. }
  4448. }
  4449. }
  4450. }
  4451. },
  4452. "/api/setCenter/basic/getMob": {
  4453. "get": {
  4454. "description": "基础设置-mob获取",
  4455. "consumes": [
  4456. "application/json"
  4457. ],
  4458. "produces": [
  4459. "application/json"
  4460. ],
  4461. "tags": [
  4462. "设置中心-基础设置"
  4463. ],
  4464. "summary": "mob获取",
  4465. "parameters": [
  4466. {
  4467. "type": "string",
  4468. "description": "验证参数Bearer和token空格拼接",
  4469. "name": "Authorization",
  4470. "in": "header",
  4471. "required": true
  4472. }
  4473. ],
  4474. "responses": {
  4475. "200": {
  4476. "description": "OK",
  4477. "schema": {
  4478. "$ref": "#/definitions/md.SetOssResp"
  4479. }
  4480. },
  4481. "400": {
  4482. "description": "具体错误",
  4483. "schema": {
  4484. "$ref": "#/definitions/md.Response"
  4485. }
  4486. }
  4487. }
  4488. }
  4489. },
  4490. "/api/setCenter/basic/getOss": {
  4491. "get": {
  4492. "description": "基础设置-oss获取",
  4493. "consumes": [
  4494. "application/json"
  4495. ],
  4496. "produces": [
  4497. "application/json"
  4498. ],
  4499. "tags": [
  4500. "设置中心-基础设置"
  4501. ],
  4502. "summary": "oss获取",
  4503. "parameters": [
  4504. {
  4505. "type": "string",
  4506. "description": "验证参数Bearer和token空格拼接",
  4507. "name": "Authorization",
  4508. "in": "header",
  4509. "required": true
  4510. }
  4511. ],
  4512. "responses": {
  4513. "200": {
  4514. "description": "OK",
  4515. "schema": {
  4516. "$ref": "#/definitions/md.SetOssResp"
  4517. }
  4518. },
  4519. "400": {
  4520. "description": "具体错误",
  4521. "schema": {
  4522. "$ref": "#/definitions/md.Response"
  4523. }
  4524. }
  4525. }
  4526. }
  4527. },
  4528. "/api/setCenter/basic/setLogo": {
  4529. "post": {
  4530. "description": "基础设置-logo设置",
  4531. "consumes": [
  4532. "application/json"
  4533. ],
  4534. "produces": [
  4535. "application/json"
  4536. ],
  4537. "tags": [
  4538. "设置中心-基础设置"
  4539. ],
  4540. "summary": "logo设置",
  4541. "parameters": [
  4542. {
  4543. "type": "string",
  4544. "description": "验证参数Bearer和token空格拼接",
  4545. "name": "Authorization",
  4546. "in": "header",
  4547. "required": true
  4548. },
  4549. {
  4550. "description": "请求参数",
  4551. "name": "args",
  4552. "in": "body",
  4553. "required": true,
  4554. "schema": {
  4555. "$ref": "#/definitions/md.SetLogoReq"
  4556. }
  4557. }
  4558. ],
  4559. "responses": {
  4560. "200": {
  4561. "description": "success",
  4562. "schema": {
  4563. "type": "string"
  4564. }
  4565. },
  4566. "400": {
  4567. "description": "具体错误",
  4568. "schema": {
  4569. "$ref": "#/definitions/md.Response"
  4570. }
  4571. }
  4572. }
  4573. }
  4574. },
  4575. "/api/setCenter/basic/setMob": {
  4576. "post": {
  4577. "description": "基础设置-mob设置",
  4578. "consumes": [
  4579. "application/json"
  4580. ],
  4581. "produces": [
  4582. "application/json"
  4583. ],
  4584. "tags": [
  4585. "设置中心-基础设置"
  4586. ],
  4587. "summary": "mob设置",
  4588. "parameters": [
  4589. {
  4590. "type": "string",
  4591. "description": "验证参数Bearer和token空格拼接",
  4592. "name": "Authorization",
  4593. "in": "header",
  4594. "required": true
  4595. },
  4596. {
  4597. "description": "请求参数",
  4598. "name": "args",
  4599. "in": "body",
  4600. "required": true,
  4601. "schema": {
  4602. "$ref": "#/definitions/md.SetMobReq"
  4603. }
  4604. }
  4605. ],
  4606. "responses": {
  4607. "200": {
  4608. "description": "success",
  4609. "schema": {
  4610. "type": "string"
  4611. }
  4612. },
  4613. "400": {
  4614. "description": "具体错误",
  4615. "schema": {
  4616. "$ref": "#/definitions/md.Response"
  4617. }
  4618. }
  4619. }
  4620. }
  4621. },
  4622. "/api/setCenter/basic/setOss": {
  4623. "post": {
  4624. "description": "基础设置-oss设置",
  4625. "consumes": [
  4626. "application/json"
  4627. ],
  4628. "produces": [
  4629. "application/json"
  4630. ],
  4631. "tags": [
  4632. "设置中心-基础设置"
  4633. ],
  4634. "summary": "oss设置",
  4635. "parameters": [
  4636. {
  4637. "type": "string",
  4638. "description": "验证参数Bearer和token空格拼接",
  4639. "name": "Authorization",
  4640. "in": "header",
  4641. "required": true
  4642. },
  4643. {
  4644. "description": "请求参数",
  4645. "name": "args",
  4646. "in": "body",
  4647. "required": true,
  4648. "schema": {
  4649. "$ref": "#/definitions/md.SetOssReq"
  4650. }
  4651. }
  4652. ],
  4653. "responses": {
  4654. "200": {
  4655. "description": "success",
  4656. "schema": {
  4657. "type": "string"
  4658. }
  4659. },
  4660. "400": {
  4661. "description": "具体错误",
  4662. "schema": {
  4663. "$ref": "#/definitions/md.Response"
  4664. }
  4665. }
  4666. }
  4667. }
  4668. },
  4669. "/api/setCenter/basic/wxOpenGet": {
  4670. "get": {
  4671. "description": "基础设置-微信三方应用获取",
  4672. "consumes": [
  4673. "application/json"
  4674. ],
  4675. "produces": [
  4676. "application/json"
  4677. ],
  4678. "tags": [
  4679. "设置中心-基础设置"
  4680. ],
  4681. "summary": "微信三方应用获取",
  4682. "parameters": [
  4683. {
  4684. "type": "string",
  4685. "description": "验证参数Bearer和token空格拼接",
  4686. "name": "Authorization",
  4687. "in": "header",
  4688. "required": true
  4689. }
  4690. ],
  4691. "responses": {
  4692. "200": {
  4693. "description": "OK",
  4694. "schema": {
  4695. "$ref": "#/definitions/md.WxOpenGetResp"
  4696. }
  4697. },
  4698. "400": {
  4699. "description": "具体错误",
  4700. "schema": {
  4701. "$ref": "#/definitions/md.Response"
  4702. }
  4703. }
  4704. }
  4705. }
  4706. },
  4707. "/api/setCenter/basic/wxOpenSet": {
  4708. "post": {
  4709. "description": "基础设置-微信三方应用设置",
  4710. "consumes": [
  4711. "application/json"
  4712. ],
  4713. "produces": [
  4714. "application/json"
  4715. ],
  4716. "tags": [
  4717. "设置中心-基础设置"
  4718. ],
  4719. "summary": "微信三方应用设置",
  4720. "parameters": [
  4721. {
  4722. "type": "string",
  4723. "description": "验证参数Bearer和token空格拼接",
  4724. "name": "Authorization",
  4725. "in": "header",
  4726. "required": true
  4727. },
  4728. {
  4729. "description": "请求参数",
  4730. "name": "args",
  4731. "in": "body",
  4732. "required": true,
  4733. "schema": {
  4734. "$ref": "#/definitions/md.WxOpenSetReq"
  4735. }
  4736. }
  4737. ],
  4738. "responses": {
  4739. "200": {
  4740. "description": "success",
  4741. "schema": {
  4742. "type": "string"
  4743. }
  4744. },
  4745. "400": {
  4746. "description": "具体错误",
  4747. "schema": {
  4748. "$ref": "#/definitions/md.Response"
  4749. }
  4750. }
  4751. }
  4752. }
  4753. },
  4754. "/api/setCenter/share/index": {
  4755. "get": {
  4756. "description": "邀请链接界面接口",
  4757. "consumes": [
  4758. "application/json"
  4759. ],
  4760. "produces": [
  4761. "application/json"
  4762. ],
  4763. "tags": [
  4764. "设置中心-邀请链接"
  4765. ],
  4766. "summary": "邀请链接",
  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.ShareIndexResp"
  4781. }
  4782. },
  4783. "400": {
  4784. "description": "具体错误",
  4785. "schema": {
  4786. "$ref": "#/definitions/md.Response"
  4787. }
  4788. }
  4789. }
  4790. }
  4791. },
  4792. "/api/settleCenter/agent/detail": {
  4793. "post": {
  4794. "description": "结算中心-代理详情",
  4795. "consumes": [
  4796. "application/json"
  4797. ],
  4798. "produces": [
  4799. "application/json"
  4800. ],
  4801. "tags": [
  4802. "结算中心------嘉俊"
  4803. ],
  4804. "summary": "代理详情",
  4805. "parameters": [
  4806. {
  4807. "type": "string",
  4808. "description": "验证参数Bearer和token空格拼接",
  4809. "name": "Authorization",
  4810. "in": "header",
  4811. "required": true
  4812. },
  4813. {
  4814. "description": "请求参数",
  4815. "name": "args",
  4816. "in": "body",
  4817. "required": true,
  4818. "schema": {
  4819. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  4820. }
  4821. }
  4822. ],
  4823. "responses": {
  4824. "200": {
  4825. "description": "具体看返回内容 这是data里面的数据",
  4826. "schema": {
  4827. "$ref": "#/definitions/md.SettleCenterDataDetailRes"
  4828. }
  4829. },
  4830. "400": {
  4831. "description": "具体错误",
  4832. "schema": {
  4833. "$ref": "#/definitions/md.Response"
  4834. }
  4835. }
  4836. }
  4837. }
  4838. },
  4839. "/api/settleCenter/agent/list": {
  4840. "post": {
  4841. "description": "结算中心-代理列表",
  4842. "consumes": [
  4843. "application/json"
  4844. ],
  4845. "produces": [
  4846. "application/json"
  4847. ],
  4848. "tags": [
  4849. "结算中心------嘉俊"
  4850. ],
  4851. "summary": "代理列表",
  4852. "parameters": [
  4853. {
  4854. "type": "string",
  4855. "description": "验证参数Bearer和token空格拼接",
  4856. "name": "Authorization",
  4857. "in": "header",
  4858. "required": true
  4859. },
  4860. {
  4861. "description": "请求参数",
  4862. "name": "args",
  4863. "in": "body",
  4864. "required": true,
  4865. "schema": {
  4866. "$ref": "#/definitions/md.SettleCenterDataReq"
  4867. }
  4868. }
  4869. ],
  4870. "responses": {
  4871. "200": {
  4872. "description": "具体看返回内容 这是data里面的数据",
  4873. "schema": {
  4874. "$ref": "#/definitions/md.SettleCenterDataRes"
  4875. }
  4876. },
  4877. "400": {
  4878. "description": "具体错误",
  4879. "schema": {
  4880. "$ref": "#/definitions/md.Response"
  4881. }
  4882. }
  4883. }
  4884. }
  4885. },
  4886. "/api/settleCenter/agent/save": {
  4887. "post": {
  4888. "description": "结算中心-代理修改结算方式",
  4889. "consumes": [
  4890. "application/json"
  4891. ],
  4892. "produces": [
  4893. "application/json"
  4894. ],
  4895. "tags": [
  4896. "结算中心------嘉俊"
  4897. ],
  4898. "summary": "代理修改结算方式",
  4899. "parameters": [
  4900. {
  4901. "type": "string",
  4902. "description": "验证参数Bearer和token空格拼接",
  4903. "name": "Authorization",
  4904. "in": "header",
  4905. "required": true
  4906. },
  4907. {
  4908. "description": "请求参数",
  4909. "name": "args",
  4910. "in": "body",
  4911. "required": true,
  4912. "schema": {
  4913. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  4914. }
  4915. }
  4916. ],
  4917. "responses": {
  4918. "200": {
  4919. "description": "具体看返回内容 这是data里面的数据",
  4920. "schema": {
  4921. "type": "string"
  4922. }
  4923. },
  4924. "400": {
  4925. "description": "具体错误",
  4926. "schema": {
  4927. "$ref": "#/definitions/md.Response"
  4928. }
  4929. }
  4930. }
  4931. }
  4932. },
  4933. "/api/settleCenter/medium/detail": {
  4934. "post": {
  4935. "description": "结算中心-媒体详情",
  4936. "consumes": [
  4937. "application/json"
  4938. ],
  4939. "produces": [
  4940. "application/json"
  4941. ],
  4942. "tags": [
  4943. "结算中心------嘉俊"
  4944. ],
  4945. "summary": "媒体详情",
  4946. "parameters": [
  4947. {
  4948. "type": "string",
  4949. "description": "验证参数Bearer和token空格拼接",
  4950. "name": "Authorization",
  4951. "in": "header",
  4952. "required": true
  4953. },
  4954. {
  4955. "description": "请求参数",
  4956. "name": "args",
  4957. "in": "body",
  4958. "required": true,
  4959. "schema": {
  4960. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  4961. }
  4962. }
  4963. ],
  4964. "responses": {
  4965. "200": {
  4966. "description": "具体看返回内容 这是data里面的数据",
  4967. "schema": {
  4968. "$ref": "#/definitions/md.SettleCenterDataDetailRes"
  4969. }
  4970. },
  4971. "400": {
  4972. "description": "具体错误",
  4973. "schema": {
  4974. "$ref": "#/definitions/md.Response"
  4975. }
  4976. }
  4977. }
  4978. }
  4979. },
  4980. "/api/settleCenter/medium/list": {
  4981. "post": {
  4982. "description": "结算中心-媒体列表",
  4983. "consumes": [
  4984. "application/json"
  4985. ],
  4986. "produces": [
  4987. "application/json"
  4988. ],
  4989. "tags": [
  4990. "结算中心------嘉俊"
  4991. ],
  4992. "summary": "媒体列表",
  4993. "parameters": [
  4994. {
  4995. "type": "string",
  4996. "description": "验证参数Bearer和token空格拼接",
  4997. "name": "Authorization",
  4998. "in": "header",
  4999. "required": true
  5000. },
  5001. {
  5002. "description": "请求参数",
  5003. "name": "args",
  5004. "in": "body",
  5005. "required": true,
  5006. "schema": {
  5007. "$ref": "#/definitions/md.SettleCenterDataReq"
  5008. }
  5009. }
  5010. ],
  5011. "responses": {
  5012. "200": {
  5013. "description": "具体看返回内容 这是data里面的数据",
  5014. "schema": {
  5015. "$ref": "#/definitions/md.SettleCenterDataRes"
  5016. }
  5017. },
  5018. "400": {
  5019. "description": "具体错误",
  5020. "schema": {
  5021. "$ref": "#/definitions/md.Response"
  5022. }
  5023. }
  5024. }
  5025. }
  5026. },
  5027. "/api/settleCenter/medium/save": {
  5028. "post": {
  5029. "description": "结算中心-媒体修改结算方式",
  5030. "consumes": [
  5031. "application/json"
  5032. ],
  5033. "produces": [
  5034. "application/json"
  5035. ],
  5036. "tags": [
  5037. "结算中心------嘉俊"
  5038. ],
  5039. "summary": "媒体修改结算方式",
  5040. "parameters": [
  5041. {
  5042. "type": "string",
  5043. "description": "验证参数Bearer和token空格拼接",
  5044. "name": "Authorization",
  5045. "in": "header",
  5046. "required": true
  5047. },
  5048. {
  5049. "description": "请求参数",
  5050. "name": "args",
  5051. "in": "body",
  5052. "required": true,
  5053. "schema": {
  5054. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  5055. }
  5056. }
  5057. ],
  5058. "responses": {
  5059. "200": {
  5060. "description": "具体看返回内容 这是data里面的数据",
  5061. "schema": {
  5062. "type": "string"
  5063. }
  5064. },
  5065. "400": {
  5066. "description": "具体错误",
  5067. "schema": {
  5068. "$ref": "#/definitions/md.Response"
  5069. }
  5070. }
  5071. }
  5072. }
  5073. },
  5074. "/role/permissionGroupList": {
  5075. "get": {
  5076. "description": "权限管理-权限组列表",
  5077. "consumes": [
  5078. "application/json"
  5079. ],
  5080. "produces": [
  5081. "application/json"
  5082. ],
  5083. "tags": [
  5084. "权限管理"
  5085. ],
  5086. "summary": "权限组列表",
  5087. "parameters": [
  5088. {
  5089. "type": "string",
  5090. "description": "验证参数Bearer和token空格拼接",
  5091. "name": "Authorization",
  5092. "in": "header",
  5093. "required": true
  5094. },
  5095. {
  5096. "type": "string",
  5097. "description": "管理员id",
  5098. "name": "adm_id",
  5099. "in": "query",
  5100. "required": true
  5101. }
  5102. ],
  5103. "responses": {
  5104. "200": {
  5105. "description": "具体看返回内容",
  5106. "schema": {
  5107. "type": "string"
  5108. }
  5109. },
  5110. "400": {
  5111. "description": "具体错误",
  5112. "schema": {
  5113. "$ref": "#/definitions/md.Response"
  5114. }
  5115. }
  5116. }
  5117. }
  5118. },
  5119. "/v1/banner/delete/{$id}": {
  5120. "delete": {
  5121. "description": "小程序设置-删除",
  5122. "consumes": [
  5123. "application/json"
  5124. ],
  5125. "produces": [
  5126. "application/json"
  5127. ],
  5128. "tags": [
  5129. "设置中心-小程序设置"
  5130. ],
  5131. "summary": "删除",
  5132. "parameters": [
  5133. {
  5134. "type": "string",
  5135. "description": "验证参数Bearer和token空格拼接",
  5136. "name": "Authorization",
  5137. "in": "header",
  5138. "required": true
  5139. }
  5140. ],
  5141. "responses": {
  5142. "200": {
  5143. "description": "success",
  5144. "schema": {
  5145. "type": "string"
  5146. }
  5147. },
  5148. "400": {
  5149. "description": "具体错误",
  5150. "schema": {
  5151. "$ref": "#/definitions/md.Response"
  5152. }
  5153. }
  5154. }
  5155. }
  5156. }
  5157. },
  5158. "definitions": {
  5159. "hdl.WxOpenThirdPartyAppList": {
  5160. "type": "object",
  5161. "properties": {
  5162. "aes_key": {
  5163. "type": "string"
  5164. },
  5165. "app_secret": {
  5166. "type": "string"
  5167. },
  5168. "appid": {
  5169. "type": "string"
  5170. },
  5171. "component_access_token": {
  5172. "type": "string"
  5173. },
  5174. "component_verify_ticket": {
  5175. "type": "string"
  5176. },
  5177. "create_at": {
  5178. "type": "string"
  5179. },
  5180. "id": {
  5181. "type": "integer"
  5182. },
  5183. "token": {
  5184. "type": "string"
  5185. },
  5186. "update_at": {
  5187. "type": "string"
  5188. },
  5189. "uuid": {
  5190. "type": "integer"
  5191. }
  5192. }
  5193. },
  5194. "md.AddAdminReq": {
  5195. "type": "object",
  5196. "required": [
  5197. "password",
  5198. "username"
  5199. ],
  5200. "properties": {
  5201. "memo": {
  5202. "type": "string"
  5203. },
  5204. "password": {
  5205. "type": "string"
  5206. },
  5207. "username": {
  5208. "type": "string"
  5209. }
  5210. }
  5211. },
  5212. "md.AddRoleReq": {
  5213. "type": "object",
  5214. "required": [
  5215. "memo",
  5216. "name"
  5217. ],
  5218. "properties": {
  5219. "memo": {
  5220. "type": "string"
  5221. },
  5222. "name": {
  5223. "type": "string"
  5224. }
  5225. }
  5226. },
  5227. "md.AdminListReq": {
  5228. "type": "object",
  5229. "properties": {
  5230. "limit": {
  5231. "type": "integer"
  5232. },
  5233. "page": {
  5234. "type": "integer"
  5235. },
  5236. "state": {
  5237. "type": "integer"
  5238. },
  5239. "username": {
  5240. "type": "string"
  5241. }
  5242. }
  5243. },
  5244. "md.AgencyGetBlackListResp": {
  5245. "type": "object",
  5246. "properties": {
  5247. "blacklist_android": {
  5248. "description": "屏蔽安卓应用列表",
  5249. "type": "array",
  5250. "items": {
  5251. "type": "object",
  5252. "properties": {
  5253. "id": {
  5254. "type": "string",
  5255. "example": "屏蔽安卓应用的应用宝包名"
  5256. },
  5257. "name": {
  5258. "type": "string",
  5259. "example": "屏蔽安卓应用的名称"
  5260. },
  5261. "url": {
  5262. "type": "string",
  5263. "example": "屏蔽安卓应用标识图片"
  5264. }
  5265. }
  5266. }
  5267. },
  5268. "blacklist_biz": {
  5269. "description": "屏蔽公众号列表",
  5270. "type": "array",
  5271. "items": {
  5272. "type": "object",
  5273. "properties": {
  5274. "id": {
  5275. "type": "string",
  5276. "example": "屏蔽公众号微信号"
  5277. },
  5278. "name": {
  5279. "type": "string",
  5280. "example": "屏蔽公众号名称"
  5281. },
  5282. "url": {
  5283. "type": "string",
  5284. "example": "屏蔽公众号头像URL"
  5285. }
  5286. }
  5287. }
  5288. },
  5289. "blacklist_ios": {
  5290. "description": "屏蔽IOS应用列表",
  5291. "type": "array",
  5292. "items": {
  5293. "type": "object",
  5294. "properties": {
  5295. "id": {
  5296. "type": "string",
  5297. "example": "屏蔽IOS应用的APPID"
  5298. },
  5299. "name": {
  5300. "type": "string",
  5301. "example": "屏蔽IOS应用名称"
  5302. },
  5303. "url": {
  5304. "type": "string",
  5305. "example": "屏蔽IOS应用标识图片"
  5306. }
  5307. }
  5308. }
  5309. },
  5310. "blacklist_weapp": {
  5311. "description": "屏蔽小程序/小游戏列表",
  5312. "type": "array",
  5313. "items": {
  5314. "type": "object",
  5315. "properties": {
  5316. "id": {
  5317. "type": "string",
  5318. "example": "屏蔽小程序/小游戏原始ID"
  5319. },
  5320. "name": {
  5321. "type": "string",
  5322. "example": "屏蔽小程序/小游戏名称"
  5323. },
  5324. "url": {
  5325. "type": "string",
  5326. "example": "屏蔽小程序/小游戏头像URL"
  5327. }
  5328. }
  5329. }
  5330. },
  5331. "err_msg": {
  5332. "type": "string",
  5333. "example": "错误信息"
  5334. },
  5335. "ret": {
  5336. "description": "错误码",
  5337. "type": "integer"
  5338. }
  5339. }
  5340. },
  5341. "md.AgentQualificationBankData": {
  5342. "type": "object",
  5343. "properties": {
  5344. "account": {
  5345. "type": "string",
  5346. "example": "账号"
  5347. },
  5348. "agent_id": {
  5349. "type": "string",
  5350. "example": "代理id"
  5351. },
  5352. "bank": {
  5353. "type": "string",
  5354. "example": "开户银行"
  5355. },
  5356. "bank_branch": {
  5357. "type": "string",
  5358. "example": "开户银行分行"
  5359. },
  5360. "bank_no": {
  5361. "type": "string",
  5362. "example": "银行卡号"
  5363. },
  5364. "company_name": {
  5365. "type": "string",
  5366. "example": "公司名称"
  5367. },
  5368. "currency_conf": {
  5369. "type": "string",
  5370. "example": "结算币种 0人民币"
  5371. },
  5372. "id": {
  5373. "type": "string",
  5374. "example": "id"
  5375. },
  5376. "kind": {
  5377. "type": "string",
  5378. "example": "类型(1:企业 2:个人)"
  5379. },
  5380. "licence": {
  5381. "type": "string",
  5382. "example": "开户许可证"
  5383. },
  5384. "memo": {
  5385. "type": "string",
  5386. "example": "备注 审核时填写的"
  5387. },
  5388. "state": {
  5389. "type": "string",
  5390. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5391. },
  5392. "unified_social_credit_code": {
  5393. "type": "string",
  5394. "example": "统一社会信用代码"
  5395. }
  5396. }
  5397. },
  5398. "md.AgentQualificationBankRes": {
  5399. "type": "object",
  5400. "properties": {
  5401. "currency_conf": {
  5402. "type": "array",
  5403. "items": {
  5404. "$ref": "#/definitions/md.SelectData"
  5405. }
  5406. },
  5407. "list": {
  5408. "type": "array",
  5409. "items": {
  5410. "$ref": "#/definitions/md.AgentQualificationBankData"
  5411. }
  5412. },
  5413. "state": {
  5414. "type": "array",
  5415. "items": {
  5416. "$ref": "#/definitions/md.SelectData"
  5417. }
  5418. },
  5419. "total": {
  5420. "type": "integer"
  5421. },
  5422. "type": {
  5423. "type": "array",
  5424. "items": {
  5425. "$ref": "#/definitions/md.SelectData"
  5426. }
  5427. }
  5428. }
  5429. },
  5430. "md.AgentQualificationContactData": {
  5431. "type": "object",
  5432. "properties": {
  5433. "account": {
  5434. "type": "string",
  5435. "example": "账号"
  5436. },
  5437. "address": {
  5438. "type": "string",
  5439. "example": "联系地址"
  5440. },
  5441. "agent_id": {
  5442. "type": "string",
  5443. "example": "代理id"
  5444. },
  5445. "company_name": {
  5446. "type": "string",
  5447. "example": "公司名称"
  5448. },
  5449. "email": {
  5450. "type": "string",
  5451. "example": "邮箱地址"
  5452. },
  5453. "id": {
  5454. "type": "string",
  5455. "example": "id"
  5456. },
  5457. "kind": {
  5458. "type": "string",
  5459. "example": "类型(1:企业 2:个人)"
  5460. },
  5461. "memo": {
  5462. "type": "string",
  5463. "example": "备注 审核时填写的"
  5464. },
  5465. "name": {
  5466. "type": "string",
  5467. "example": "联系人"
  5468. },
  5469. "phone": {
  5470. "type": "string",
  5471. "example": "联系电话"
  5472. },
  5473. "state": {
  5474. "type": "string",
  5475. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5476. }
  5477. }
  5478. },
  5479. "md.AgentQualificationContactRes": {
  5480. "type": "object",
  5481. "properties": {
  5482. "list": {
  5483. "type": "array",
  5484. "items": {
  5485. "$ref": "#/definitions/md.AgentQualificationContactData"
  5486. }
  5487. },
  5488. "state": {
  5489. "type": "array",
  5490. "items": {
  5491. "$ref": "#/definitions/md.SelectData"
  5492. }
  5493. },
  5494. "total": {
  5495. "type": "integer"
  5496. }
  5497. }
  5498. },
  5499. "md.AgentQualificationEnterpriseAuditReq": {
  5500. "type": "object",
  5501. "properties": {
  5502. "agent_id": {
  5503. "type": "string"
  5504. },
  5505. "memo": {
  5506. "type": "string"
  5507. },
  5508. "state": {
  5509. "type": "string"
  5510. }
  5511. }
  5512. },
  5513. "md.AgentQualificationEnterpriseData": {
  5514. "type": "object",
  5515. "properties": {
  5516. "account": {
  5517. "type": "string",
  5518. "example": "账号"
  5519. },
  5520. "agent_id": {
  5521. "type": "string",
  5522. "example": "代理id"
  5523. },
  5524. "business_license_address": {
  5525. "type": "string",
  5526. "example": "营业执照地址"
  5527. },
  5528. "business_license_img_url": {
  5529. "type": "string",
  5530. "example": "营业执照照片"
  5531. },
  5532. "certificate_first_type": {
  5533. "type": "string",
  5534. "example": "证件类型 1级类目id"
  5535. },
  5536. "certificate_type": {
  5537. "type": "string",
  5538. "example": "证件类型 2级类目id"
  5539. },
  5540. "certificate_validity": {
  5541. "type": "string",
  5542. "example": "证件有效期"
  5543. },
  5544. "company_abbreviation": {
  5545. "type": "string",
  5546. "example": "公司简称"
  5547. },
  5548. "company_name": {
  5549. "type": "string",
  5550. "example": "公司名称"
  5551. },
  5552. "country_region": {
  5553. "type": "string",
  5554. "example": "国家地区"
  5555. },
  5556. "country_region_id": {
  5557. "type": "string",
  5558. "example": "国家地区id"
  5559. },
  5560. "id": {
  5561. "type": "string",
  5562. "example": "状态选择"
  5563. },
  5564. "kind": {
  5565. "type": "string",
  5566. "example": "类型(1:企业 2:个人)"
  5567. },
  5568. "legal_representative": {
  5569. "type": "string",
  5570. "example": "法定代表人"
  5571. },
  5572. "memo": {
  5573. "type": "string",
  5574. "example": "备注 审核时填写的"
  5575. },
  5576. "registered_address": {
  5577. "type": "string",
  5578. "example": "注册地址"
  5579. },
  5580. "registered_address_city_id": {
  5581. "type": "string",
  5582. "example": "注册地址-市id"
  5583. },
  5584. "registered_address_country_id": {
  5585. "type": "string",
  5586. "example": "注册地址-国家id"
  5587. },
  5588. "registered_address_county_id": {
  5589. "type": "string",
  5590. "example": "注册地址-县/区id"
  5591. },
  5592. "registered_address_province_id": {
  5593. "type": "string",
  5594. "example": "册地址-省份id"
  5595. },
  5596. "state": {
  5597. "type": "string",
  5598. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5599. },
  5600. "unified_social_credit_code": {
  5601. "type": "string",
  5602. "example": "统一社会信用代码"
  5603. },
  5604. "uuid": {
  5605. "type": "string",
  5606. "example": "站长id"
  5607. }
  5608. }
  5609. },
  5610. "md.AgentQualificationEnterpriseReq": {
  5611. "type": "object",
  5612. "properties": {
  5613. "limit": {
  5614. "type": "string"
  5615. },
  5616. "name": {
  5617. "type": "string"
  5618. },
  5619. "page": {
  5620. "type": "string"
  5621. },
  5622. "state": {
  5623. "type": "string"
  5624. }
  5625. }
  5626. },
  5627. "md.AgentQualificationEnterpriseRes": {
  5628. "type": "object",
  5629. "properties": {
  5630. "list": {
  5631. "type": "array",
  5632. "items": {
  5633. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  5634. }
  5635. },
  5636. "state": {
  5637. "type": "array",
  5638. "items": {
  5639. "$ref": "#/definitions/md.SelectData"
  5640. }
  5641. },
  5642. "total": {
  5643. "type": "integer"
  5644. },
  5645. "type": {
  5646. "type": "array",
  5647. "items": {
  5648. "$ref": "#/definitions/md.SelectData"
  5649. }
  5650. }
  5651. }
  5652. },
  5653. "md.AppletAddBlackListReq": {
  5654. "type": "object",
  5655. "required": [
  5656. "Kind",
  5657. "appid",
  5658. "id"
  5659. ],
  5660. "properties": {
  5661. "Kind": {
  5662. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  5663. "type": "integer"
  5664. },
  5665. "appid": {
  5666. "type": "string",
  5667. "example": "授权小程序appid"
  5668. },
  5669. "id": {
  5670. "type": "string",
  5671. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  5672. }
  5673. }
  5674. },
  5675. "md.AppletAddReq": {
  5676. "type": "object",
  5677. "required": [
  5678. "appid",
  5679. "logo",
  5680. "name",
  5681. "original_id"
  5682. ],
  5683. "properties": {
  5684. "appid": {
  5685. "type": "string",
  5686. "example": "授权小程序appid"
  5687. },
  5688. "logo": {
  5689. "type": "string",
  5690. "example": "小程序logo"
  5691. },
  5692. "name": {
  5693. "type": "string",
  5694. "example": "小程序名称"
  5695. },
  5696. "original_id": {
  5697. "type": "string",
  5698. "example": "授权小程序原始id"
  5699. }
  5700. }
  5701. },
  5702. "md.AppletApplicationAdSpaceListData": {
  5703. "type": "object",
  5704. "properties": {
  5705. "ad_id": {
  5706. "type": "string",
  5707. "example": "广告位id"
  5708. },
  5709. "app_id": {
  5710. "type": "string",
  5711. "example": "小程序appid"
  5712. },
  5713. "cooperate_state": {
  5714. "type": "string",
  5715. "example": "合作状态"
  5716. },
  5717. "id": {
  5718. "type": "string",
  5719. "example": "id"
  5720. },
  5721. "kind": {
  5722. "type": "string",
  5723. "example": "广告位类型"
  5724. },
  5725. "logo": {
  5726. "type": "string",
  5727. "example": "logo"
  5728. },
  5729. "memo": {
  5730. "type": "string",
  5731. "example": "备注"
  5732. },
  5733. "name": {
  5734. "type": "string",
  5735. "example": "应用名称"
  5736. },
  5737. "platform": {
  5738. "type": "string",
  5739. "example": "平台"
  5740. },
  5741. "state": {
  5742. "type": "string",
  5743. "example": "应用状态 state=2 才能再次编辑"
  5744. }
  5745. }
  5746. },
  5747. "md.AppletApplicationAdSpaceListReq": {
  5748. "type": "object",
  5749. "properties": {
  5750. "ad_type": {
  5751. "type": "string",
  5752. "example": ""
  5753. },
  5754. "cooperate_state": {
  5755. "type": "string",
  5756. "example": "合作状态"
  5757. },
  5758. "limit": {
  5759. "type": "string"
  5760. },
  5761. "medium_id": {
  5762. "type": "string",
  5763. "example": "媒体id"
  5764. },
  5765. "name": {
  5766. "type": "string"
  5767. },
  5768. "page": {
  5769. "type": "string"
  5770. },
  5771. "platform": {
  5772. "type": "string"
  5773. }
  5774. }
  5775. },
  5776. "md.AppletApplicationAdSpaceListRes": {
  5777. "type": "object",
  5778. "properties": {
  5779. "ad_type": {
  5780. "type": "array",
  5781. "items": {
  5782. "$ref": "#/definitions/md.SelectData"
  5783. }
  5784. },
  5785. "cooperate_state": {
  5786. "type": "array",
  5787. "items": {
  5788. "$ref": "#/definitions/md.SelectData"
  5789. }
  5790. },
  5791. "list": {
  5792. "type": "array",
  5793. "items": {
  5794. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  5795. }
  5796. },
  5797. "platform": {
  5798. "type": "array",
  5799. "items": {
  5800. "$ref": "#/definitions/md.SelectData"
  5801. }
  5802. },
  5803. "state": {
  5804. "type": "array",
  5805. "items": {
  5806. "$ref": "#/definitions/md.SelectData"
  5807. }
  5808. },
  5809. "total": {
  5810. "type": "integer"
  5811. }
  5812. }
  5813. },
  5814. "md.AppletApplicationAdSpaceMediumListData": {
  5815. "type": "object",
  5816. "properties": {
  5817. "account": {
  5818. "type": "string",
  5819. "example": "账号"
  5820. },
  5821. "contact_name": {
  5822. "type": "string",
  5823. "example": "联系人"
  5824. },
  5825. "count": {
  5826. "type": "string",
  5827. "example": "广告位数量"
  5828. },
  5829. "id": {
  5830. "type": "string",
  5831. "example": "id"
  5832. },
  5833. "medium_id": {
  5834. "type": "string",
  5835. "example": "媒体id"
  5836. },
  5837. "name": {
  5838. "type": "string",
  5839. "example": "名称"
  5840. },
  5841. "phone": {
  5842. "type": "string",
  5843. "example": "联系电话"
  5844. }
  5845. }
  5846. },
  5847. "md.AppletApplicationAdSpaceMediumListReq": {
  5848. "type": "object",
  5849. "properties": {
  5850. "account": {
  5851. "type": "string",
  5852. "example": "媒体账号"
  5853. },
  5854. "limit": {
  5855. "type": "string"
  5856. },
  5857. "name": {
  5858. "type": "string",
  5859. "example": "媒体名称"
  5860. },
  5861. "page": {
  5862. "type": "string"
  5863. }
  5864. }
  5865. },
  5866. "md.AppletApplicationAdSpaceMediumListRes": {
  5867. "type": "object",
  5868. "properties": {
  5869. "list": {
  5870. "type": "array",
  5871. "items": {
  5872. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  5873. }
  5874. },
  5875. "total": {
  5876. "type": "integer"
  5877. }
  5878. }
  5879. },
  5880. "md.AppletApplicationAdSpaceSaveReq": {
  5881. "type": "object",
  5882. "properties": {
  5883. "id": {
  5884. "type": "string",
  5885. "example": "id 多个逗号隔开"
  5886. },
  5887. "memo": {
  5888. "type": "string",
  5889. "example": "备注"
  5890. },
  5891. "state": {
  5892. "type": "string",
  5893. "example": "审核状态"
  5894. }
  5895. }
  5896. },
  5897. "md.AppletApplicationListData": {
  5898. "type": "object",
  5899. "properties": {
  5900. "app_id": {
  5901. "type": "string",
  5902. "example": "小程序appid"
  5903. },
  5904. "cooperate_state": {
  5905. "type": "string",
  5906. "example": "合作状态"
  5907. },
  5908. "id": {
  5909. "type": "string",
  5910. "example": "id"
  5911. },
  5912. "logo": {
  5913. "type": "string",
  5914. "example": "logo"
  5915. },
  5916. "memo": {
  5917. "type": "string",
  5918. "example": "备注"
  5919. },
  5920. "name": {
  5921. "type": "string",
  5922. "example": "应用名称"
  5923. },
  5924. "original_id": {
  5925. "type": "string",
  5926. "example": "小程序id"
  5927. },
  5928. "platform": {
  5929. "type": "string",
  5930. "example": "平台"
  5931. },
  5932. "state": {
  5933. "type": "string",
  5934. "example": "应用状态 state=3 才能再次编辑"
  5935. }
  5936. }
  5937. },
  5938. "md.AppletApplicationListReq": {
  5939. "type": "object",
  5940. "properties": {
  5941. "cooperate_state": {
  5942. "type": "string",
  5943. "example": "合作状态"
  5944. },
  5945. "limit": {
  5946. "type": "string"
  5947. },
  5948. "medium_id": {
  5949. "type": "string",
  5950. "example": "媒体id"
  5951. },
  5952. "name": {
  5953. "type": "string"
  5954. },
  5955. "page": {
  5956. "type": "string"
  5957. },
  5958. "platform": {
  5959. "type": "string"
  5960. }
  5961. }
  5962. },
  5963. "md.AppletApplicationListRes": {
  5964. "type": "object",
  5965. "properties": {
  5966. "cooperate_state": {
  5967. "type": "array",
  5968. "items": {
  5969. "$ref": "#/definitions/md.SelectData"
  5970. }
  5971. },
  5972. "list": {
  5973. "type": "array",
  5974. "items": {
  5975. "$ref": "#/definitions/md.AppletApplicationListData"
  5976. }
  5977. },
  5978. "platform": {
  5979. "type": "array",
  5980. "items": {
  5981. "$ref": "#/definitions/md.SelectData"
  5982. }
  5983. },
  5984. "state": {
  5985. "type": "array",
  5986. "items": {
  5987. "$ref": "#/definitions/md.SelectData"
  5988. }
  5989. },
  5990. "total": {
  5991. "type": "integer"
  5992. }
  5993. }
  5994. },
  5995. "md.AppletApplicationMediumListData": {
  5996. "type": "object",
  5997. "properties": {
  5998. "account": {
  5999. "type": "string",
  6000. "example": "账号"
  6001. },
  6002. "contact_name": {
  6003. "type": "string",
  6004. "example": "联系人"
  6005. },
  6006. "count": {
  6007. "type": "string",
  6008. "example": "应用数量"
  6009. },
  6010. "id": {
  6011. "type": "string",
  6012. "example": "id"
  6013. },
  6014. "medium_id": {
  6015. "type": "string",
  6016. "example": "媒体id"
  6017. },
  6018. "name": {
  6019. "type": "string",
  6020. "example": "名称"
  6021. },
  6022. "phone": {
  6023. "type": "string",
  6024. "example": "联系电话"
  6025. }
  6026. }
  6027. },
  6028. "md.AppletApplicationMediumListReq": {
  6029. "type": "object",
  6030. "properties": {
  6031. "account": {
  6032. "type": "string",
  6033. "example": "媒体账号"
  6034. },
  6035. "limit": {
  6036. "type": "string"
  6037. },
  6038. "name": {
  6039. "type": "string",
  6040. "example": "媒体名称"
  6041. },
  6042. "page": {
  6043. "type": "string"
  6044. }
  6045. }
  6046. },
  6047. "md.AppletApplicationMediumListRes": {
  6048. "type": "object",
  6049. "properties": {
  6050. "list": {
  6051. "type": "array",
  6052. "items": {
  6053. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  6054. }
  6055. },
  6056. "total": {
  6057. "type": "integer"
  6058. }
  6059. }
  6060. },
  6061. "md.AppletApplicationSaveReq": {
  6062. "type": "object",
  6063. "properties": {
  6064. "id": {
  6065. "type": "string",
  6066. "example": "id 多个逗号隔开"
  6067. },
  6068. "memo": {
  6069. "type": "string",
  6070. "example": "备注"
  6071. },
  6072. "state": {
  6073. "type": "string",
  6074. "example": "审核状态"
  6075. }
  6076. }
  6077. },
  6078. "md.AppletDelBlackListReq": {
  6079. "type": "object",
  6080. "required": [
  6081. "Kind",
  6082. "appid",
  6083. "id"
  6084. ],
  6085. "properties": {
  6086. "Kind": {
  6087. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  6088. "type": "integer"
  6089. },
  6090. "appid": {
  6091. "type": "string",
  6092. "example": "授权小程序appid"
  6093. },
  6094. "id": {
  6095. "type": "string",
  6096. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  6097. }
  6098. }
  6099. },
  6100. "md.AppletGetAmsCategoryBlackListReq": {
  6101. "type": "object",
  6102. "required": [
  6103. "appid"
  6104. ],
  6105. "properties": {
  6106. "appid": {
  6107. "type": "string",
  6108. "example": "授权小程序appid"
  6109. }
  6110. }
  6111. },
  6112. "md.AppletGetAmsCategoryBlackListResp": {
  6113. "type": "object",
  6114. "properties": {
  6115. "ams_category": {
  6116. "description": "行业列表",
  6117. "type": "array",
  6118. "items": {
  6119. "type": "object",
  6120. "properties": {
  6121. "name": {
  6122. "type": "string",
  6123. "example": "行业名称"
  6124. },
  6125. "value": {
  6126. "type": "string",
  6127. "example": "行业标识符"
  6128. }
  6129. }
  6130. }
  6131. },
  6132. "checked_ams_category": {
  6133. "description": "选中的行业列表",
  6134. "type": "array",
  6135. "items": {
  6136. "type": "object",
  6137. "properties": {
  6138. "name": {
  6139. "type": "string",
  6140. "example": "行业名称"
  6141. },
  6142. "value": {
  6143. "type": "string",
  6144. "example": "行业标识符"
  6145. }
  6146. }
  6147. }
  6148. }
  6149. }
  6150. },
  6151. "md.AppletGetBlackListReq": {
  6152. "type": "object",
  6153. "required": [
  6154. "appid"
  6155. ],
  6156. "properties": {
  6157. "appid": {
  6158. "type": "string",
  6159. "example": "授权小程序appid"
  6160. }
  6161. }
  6162. },
  6163. "md.AppletSetAmsCategoryBlackListReq": {
  6164. "type": "object",
  6165. "required": [
  6166. "appid"
  6167. ],
  6168. "properties": {
  6169. "appid": {
  6170. "type": "string",
  6171. "example": "授权小程序appid"
  6172. },
  6173. "checked_ams_category": {
  6174. "description": "选中的行业列表",
  6175. "type": "array",
  6176. "items": {
  6177. "type": "string"
  6178. }
  6179. }
  6180. }
  6181. },
  6182. "md.AppletUpdateReq": {
  6183. "type": "object",
  6184. "required": [
  6185. "id",
  6186. "logo",
  6187. "name"
  6188. ],
  6189. "properties": {
  6190. "id": {
  6191. "type": "integer"
  6192. },
  6193. "logo": {
  6194. "type": "string",
  6195. "example": "小程序logo"
  6196. },
  6197. "name": {
  6198. "type": "string",
  6199. "example": "小程序名称"
  6200. }
  6201. }
  6202. },
  6203. "md.BindAdminRoleReq": {
  6204. "type": "object",
  6205. "required": [
  6206. "adm_id"
  6207. ],
  6208. "properties": {
  6209. "adm_id": {
  6210. "type": "integer"
  6211. },
  6212. "role_ids": {
  6213. "type": "array",
  6214. "items": {
  6215. "type": "integer"
  6216. }
  6217. }
  6218. }
  6219. },
  6220. "md.CommDetailReq": {
  6221. "type": "object",
  6222. "properties": {
  6223. "id": {
  6224. "type": "string",
  6225. "example": "列表id"
  6226. }
  6227. }
  6228. },
  6229. "md.DataCenterDataCenterOriginalDataDoingReq": {
  6230. "type": "object",
  6231. "properties": {
  6232. "id": {
  6233. "type": "string",
  6234. "example": "列表id"
  6235. },
  6236. "now_ecpm": {
  6237. "type": "string",
  6238. "example": "现-广告千次曝光收益(元)"
  6239. },
  6240. "now_exposure_count": {
  6241. "type": "string",
  6242. "example": "现-曝光量"
  6243. }
  6244. }
  6245. },
  6246. "md.DataCenterGenerateDataCommReq": {
  6247. "type": "object",
  6248. "properties": {
  6249. "id": {
  6250. "type": "string",
  6251. "example": "列表id"
  6252. }
  6253. }
  6254. },
  6255. "md.DataCenterGenerateDataData": {
  6256. "type": "object",
  6257. "properties": {
  6258. "adv_name": {
  6259. "type": "string",
  6260. "example": "广告位"
  6261. },
  6262. "agent_revenue": {
  6263. "type": "string",
  6264. "example": "代理收益(元)"
  6265. },
  6266. "agreement_sharing": {
  6267. "type": "string",
  6268. "example": "协议分成(元)"
  6269. },
  6270. "agreement_sharing_total": {
  6271. "type": "string",
  6272. "example": "协议总分成(元)"
  6273. },
  6274. "click_count": {
  6275. "type": "string",
  6276. "example": "现-点击量"
  6277. },
  6278. "click_rate": {
  6279. "type": "string",
  6280. "example": "现-点击率"
  6281. },
  6282. "commission_retention": {
  6283. "type": "string",
  6284. "example": "佣金留存(元)"
  6285. },
  6286. "date": {
  6287. "type": "string",
  6288. "example": "日期"
  6289. },
  6290. "ecpm": {
  6291. "type": "string",
  6292. "example": "'现-ecpm(元)"
  6293. },
  6294. "exposure_count": {
  6295. "type": "string",
  6296. "example": "现-曝光量"
  6297. },
  6298. "extra_revenue": {
  6299. "type": "string",
  6300. "example": "额外收益(元)"
  6301. },
  6302. "id": {
  6303. "type": "string",
  6304. "example": "id"
  6305. },
  6306. "is_generate_report": {
  6307. "type": "string",
  6308. "example": "是否已生成报表(0:未 1:已)"
  6309. },
  6310. "media_revenue": {
  6311. "type": "string",
  6312. "example": "媒体收益(元)"
  6313. },
  6314. "name": {
  6315. "type": "string",
  6316. "example": "名称"
  6317. },
  6318. "old_click_count": {
  6319. "type": "string",
  6320. "example": "原-点击量"
  6321. },
  6322. "old_click_rate": {
  6323. "type": "string",
  6324. "example": "原-点击率"
  6325. },
  6326. "old_ecpm": {
  6327. "type": "string",
  6328. "example": "'原-ecpm(元)"
  6329. },
  6330. "old_exposure_count": {
  6331. "type": "string",
  6332. "example": "原-曝光量"
  6333. },
  6334. "platform": {
  6335. "type": "string",
  6336. "example": "平台名称"
  6337. },
  6338. "platform_retention": {
  6339. "type": "string",
  6340. "example": "平台留存(元)"
  6341. },
  6342. "price_adjustment_retention": {
  6343. "type": "string",
  6344. "example": "调价留存(元)"
  6345. },
  6346. "state": {
  6347. "type": "string",
  6348. "example": "状态id"
  6349. }
  6350. }
  6351. },
  6352. "md.DataCenterGenerateDataDetailAgentReward": {
  6353. "type": "object",
  6354. "properties": {
  6355. "account": {
  6356. "type": "string"
  6357. },
  6358. "agent_revenue": {
  6359. "type": "string",
  6360. "example": "代理收益(元)"
  6361. },
  6362. "agent_revenue_rate": {
  6363. "type": "string",
  6364. "example": "代理收益百分比"
  6365. },
  6366. "extra_revenue": {
  6367. "type": "string",
  6368. "example": "额外收益(元)"
  6369. },
  6370. "extra_revenue_rate": {
  6371. "type": "string",
  6372. "example": "'额外收益百分比"
  6373. },
  6374. "name": {
  6375. "type": "string"
  6376. }
  6377. }
  6378. },
  6379. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  6380. "type": "object",
  6381. "properties": {
  6382. "account": {
  6383. "type": "string"
  6384. },
  6385. "agent_revenue": {
  6386. "type": "string",
  6387. "example": "代理收益(元)"
  6388. },
  6389. "agent_revenue_rate": {
  6390. "type": "string",
  6391. "example": "代理收益百分比"
  6392. },
  6393. "name": {
  6394. "type": "string"
  6395. }
  6396. }
  6397. },
  6398. "md.DataCenterGenerateDataDetailData": {
  6399. "type": "object",
  6400. "properties": {
  6401. "agent_revenue_rate": {
  6402. "type": "string",
  6403. "example": "代理收益百分比"
  6404. },
  6405. "agent_reward": {
  6406. "type": "array",
  6407. "items": {
  6408. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  6409. }
  6410. },
  6411. "agreement_sharing_rate": {
  6412. "type": "string",
  6413. "example": "协议分成百分比"
  6414. },
  6415. "commission_retention_rate": {
  6416. "type": "string",
  6417. "example": "佣金留存百分比"
  6418. },
  6419. "create_at": {
  6420. "type": "string"
  6421. },
  6422. "extra_revenue_rate": {
  6423. "type": "string",
  6424. "example": "额外收益百分比"
  6425. },
  6426. "media_revenue_rate": {
  6427. "type": "string",
  6428. "example": "媒体收益百分比"
  6429. },
  6430. "platform_retention_rate": {
  6431. "type": "string",
  6432. "example": "平台留存百分比"
  6433. },
  6434. "update_at": {
  6435. "type": "string"
  6436. }
  6437. }
  6438. },
  6439. "md.DataCenterGenerateDataReq": {
  6440. "type": "object",
  6441. "properties": {
  6442. "end_time": {
  6443. "type": "string"
  6444. },
  6445. "limit": {
  6446. "type": "string"
  6447. },
  6448. "name": {
  6449. "type": "string"
  6450. },
  6451. "page": {
  6452. "type": "string"
  6453. },
  6454. "platform": {
  6455. "type": "string"
  6456. },
  6457. "start_time": {
  6458. "type": "string"
  6459. },
  6460. "state": {
  6461. "type": "string"
  6462. }
  6463. }
  6464. },
  6465. "md.DataCenterGenerateDataRes": {
  6466. "type": "object",
  6467. "properties": {
  6468. "list": {
  6469. "type": "array",
  6470. "items": {
  6471. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  6472. }
  6473. },
  6474. "platform": {
  6475. "type": "array",
  6476. "items": {
  6477. "$ref": "#/definitions/md.SelectData"
  6478. }
  6479. },
  6480. "state": {
  6481. "type": "array",
  6482. "items": {
  6483. "$ref": "#/definitions/md.SelectData"
  6484. }
  6485. },
  6486. "total": {
  6487. "type": "integer"
  6488. }
  6489. }
  6490. },
  6491. "md.DataCenterIncomeDataData": {
  6492. "type": "object",
  6493. "properties": {
  6494. "adv_name": {
  6495. "type": "string",
  6496. "example": "广告位"
  6497. },
  6498. "agent_revenue": {
  6499. "type": "string",
  6500. "example": "代理收益(元)"
  6501. },
  6502. "agreement_sharing": {
  6503. "type": "string",
  6504. "example": "平台收益(元)"
  6505. },
  6506. "click_count": {
  6507. "type": "string",
  6508. "example": "现-点击量"
  6509. },
  6510. "click_rate": {
  6511. "type": "string",
  6512. "example": "现-点击率"
  6513. },
  6514. "date": {
  6515. "type": "string",
  6516. "example": "日期"
  6517. },
  6518. "ecpm": {
  6519. "type": "string",
  6520. "example": "'现-ecpm(元)"
  6521. },
  6522. "exposure_count": {
  6523. "type": "string",
  6524. "example": "现-曝光量"
  6525. },
  6526. "id": {
  6527. "type": "string",
  6528. "example": "id"
  6529. },
  6530. "media_revenue": {
  6531. "type": "string",
  6532. "example": "媒体收益(元)"
  6533. },
  6534. "name": {
  6535. "type": "string",
  6536. "example": "名称"
  6537. },
  6538. "platform": {
  6539. "type": "string",
  6540. "example": "平台名称"
  6541. },
  6542. "settle_amount": {
  6543. "type": "string",
  6544. "example": "结算收益(元)"
  6545. },
  6546. "state": {
  6547. "type": "string",
  6548. "example": "状态id"
  6549. }
  6550. }
  6551. },
  6552. "md.DataCenterIncomeDataDetail": {
  6553. "type": "object",
  6554. "properties": {
  6555. "agent_revenue": {
  6556. "type": "string",
  6557. "example": "代理收益(元)"
  6558. },
  6559. "agent_revenue_rate": {
  6560. "type": "string",
  6561. "example": "代理收益百分比"
  6562. },
  6563. "agent_reward": {
  6564. "type": "array",
  6565. "items": {
  6566. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  6567. }
  6568. },
  6569. "agreement_sharing": {
  6570. "type": "string",
  6571. "example": "平台收益(元)"
  6572. },
  6573. "agreement_sharing_rate": {
  6574. "type": "string",
  6575. "example": "平台收益百分比"
  6576. },
  6577. "create_at": {
  6578. "type": "string"
  6579. },
  6580. "data_source": {
  6581. "type": "string",
  6582. "example": "数据来源"
  6583. },
  6584. "media_revenue": {
  6585. "type": "string",
  6586. "example": "媒体收益(元)"
  6587. },
  6588. "media_revenue_rate": {
  6589. "type": "string",
  6590. "example": "媒体收益百分比"
  6591. },
  6592. "medium_name": {
  6593. "type": "string",
  6594. "example": "媒体名称"
  6595. },
  6596. "platform": {
  6597. "type": "string",
  6598. "example": "填充来源"
  6599. },
  6600. "update_at": {
  6601. "type": "string"
  6602. }
  6603. }
  6604. },
  6605. "md.DataCenterIncomeDataRes": {
  6606. "type": "object",
  6607. "properties": {
  6608. "list": {
  6609. "type": "array",
  6610. "items": {
  6611. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  6612. }
  6613. },
  6614. "platform": {
  6615. "type": "array",
  6616. "items": {
  6617. "$ref": "#/definitions/md.SelectData"
  6618. }
  6619. },
  6620. "state": {
  6621. "type": "array",
  6622. "items": {
  6623. "$ref": "#/definitions/md.SelectData"
  6624. }
  6625. },
  6626. "total": {
  6627. "type": "integer"
  6628. }
  6629. }
  6630. },
  6631. "md.DataCenterOriginalDataCommReq": {
  6632. "type": "object",
  6633. "properties": {
  6634. "id": {
  6635. "type": "string",
  6636. "example": "列表id"
  6637. }
  6638. }
  6639. },
  6640. "md.DataCenterOriginalDataData": {
  6641. "type": "object",
  6642. "properties": {
  6643. "adv_name": {
  6644. "type": "string",
  6645. "example": "广告位"
  6646. },
  6647. "click_count": {
  6648. "type": "string",
  6649. "example": "点击量"
  6650. },
  6651. "click_rate": {
  6652. "type": "string",
  6653. "example": "点击率"
  6654. },
  6655. "date": {
  6656. "type": "string",
  6657. "example": "日期"
  6658. },
  6659. "ecpm": {
  6660. "type": "string",
  6661. "example": "'ecpm(元)"
  6662. },
  6663. "exposure_count": {
  6664. "type": "string",
  6665. "example": "曝光量"
  6666. },
  6667. "exposure_rate": {
  6668. "type": "string",
  6669. "example": "曝光率"
  6670. },
  6671. "id": {
  6672. "type": "string",
  6673. "example": "id"
  6674. },
  6675. "is_apply": {
  6676. "type": "string",
  6677. "example": "是否已应用"
  6678. },
  6679. "name": {
  6680. "type": "string",
  6681. "example": "名称"
  6682. },
  6683. "platform": {
  6684. "type": "string",
  6685. "example": "平台名称"
  6686. },
  6687. "publisher_income": {
  6688. "type": "string",
  6689. "example": "总收益(元)"
  6690. },
  6691. "req_succ_count": {
  6692. "type": "string",
  6693. "example": "拉取量"
  6694. },
  6695. "state": {
  6696. "type": "string",
  6697. "example": "状态id"
  6698. }
  6699. }
  6700. },
  6701. "md.DataCenterOriginalDataMoreApplicationData": {
  6702. "type": "object",
  6703. "properties": {
  6704. "ad_id": {
  6705. "type": "string",
  6706. "example": "广告位id"
  6707. },
  6708. "adv_name": {
  6709. "type": "string",
  6710. "example": "广告位"
  6711. },
  6712. "app_id": {
  6713. "type": "string",
  6714. "example": "小程序id"
  6715. },
  6716. "id": {
  6717. "type": "string",
  6718. "example": "id"
  6719. },
  6720. "logo": {
  6721. "type": "string"
  6722. },
  6723. "name": {
  6724. "type": "string",
  6725. "example": "名称"
  6726. },
  6727. "state": {
  6728. "type": "string",
  6729. "example": "状态id"
  6730. }
  6731. }
  6732. },
  6733. "md.DataCenterOriginalDataMoreApplicationDoingReq": {
  6734. "type": "object",
  6735. "properties": {
  6736. "date": {
  6737. "type": "string",
  6738. "example": "2024-08-28"
  6739. },
  6740. "ids": {
  6741. "type": "array",
  6742. "items": {
  6743. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
  6744. }
  6745. }
  6746. }
  6747. },
  6748. "md.DataCenterOriginalDataMoreApplicationReq": {
  6749. "type": "object",
  6750. "properties": {
  6751. "limit": {
  6752. "type": "string"
  6753. },
  6754. "name": {
  6755. "type": "string"
  6756. },
  6757. "page": {
  6758. "type": "string"
  6759. }
  6760. }
  6761. },
  6762. "md.DataCenterOriginalDataMoreApplicationRes": {
  6763. "type": "object",
  6764. "properties": {
  6765. "list": {
  6766. "type": "array",
  6767. "items": {
  6768. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  6769. }
  6770. },
  6771. "state": {
  6772. "type": "array",
  6773. "items": {
  6774. "$ref": "#/definitions/md.SelectData"
  6775. }
  6776. },
  6777. "total": {
  6778. "type": "integer"
  6779. }
  6780. }
  6781. },
  6782. "md.DataCenterOriginalDataOneApplicationAdListData": {
  6783. "type": "object",
  6784. "properties": {
  6785. "ad_id": {
  6786. "type": "string",
  6787. "example": "广告位id"
  6788. },
  6789. "id": {
  6790. "type": "string",
  6791. "example": "id"
  6792. },
  6793. "name": {
  6794. "type": "string",
  6795. "example": "名称"
  6796. },
  6797. "state": {
  6798. "type": "string",
  6799. "example": "状态id"
  6800. }
  6801. }
  6802. },
  6803. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  6804. "type": "object",
  6805. "properties": {
  6806. "app_id": {
  6807. "type": "string"
  6808. }
  6809. }
  6810. },
  6811. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  6812. "type": "object",
  6813. "properties": {
  6814. "list": {
  6815. "type": "array",
  6816. "items": {
  6817. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  6818. }
  6819. },
  6820. "state": {
  6821. "type": "array",
  6822. "items": {
  6823. "$ref": "#/definitions/md.SelectData"
  6824. }
  6825. }
  6826. }
  6827. },
  6828. "md.DataCenterOriginalDataOneApplicationData": {
  6829. "type": "object",
  6830. "properties": {
  6831. "app_id": {
  6832. "type": "string",
  6833. "example": "小程序id"
  6834. },
  6835. "id": {
  6836. "type": "string",
  6837. "example": "id"
  6838. },
  6839. "logo": {
  6840. "type": "string"
  6841. },
  6842. "name": {
  6843. "type": "string",
  6844. "example": "名称"
  6845. }
  6846. }
  6847. },
  6848. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  6849. "type": "object",
  6850. "properties": {
  6851. "ad_id": {
  6852. "type": "string"
  6853. },
  6854. "app_id": {
  6855. "type": "string"
  6856. },
  6857. "date": {
  6858. "type": "string",
  6859. "example": "2024-08-28"
  6860. }
  6861. }
  6862. },
  6863. "md.DataCenterOriginalDataOneApplicationDoingReqData": {
  6864. "type": "object",
  6865. "properties": {
  6866. "ad_id": {
  6867. "type": "string"
  6868. },
  6869. "app_id": {
  6870. "type": "string"
  6871. }
  6872. }
  6873. },
  6874. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  6875. "type": "object",
  6876. "properties": {
  6877. "ad_id": {
  6878. "type": "string"
  6879. },
  6880. "ad_slot": {
  6881. "type": "string",
  6882. "example": "广告位类型名称"
  6883. },
  6884. "click_count": {
  6885. "type": "string",
  6886. "example": "点击量"
  6887. },
  6888. "click_rate": {
  6889. "type": "string",
  6890. "example": "点击率"
  6891. },
  6892. "ecpm": {
  6893. "type": "string",
  6894. "example": "ecpm(元)"
  6895. },
  6896. "exposure_count": {
  6897. "type": "string",
  6898. "example": "曝光量"
  6899. },
  6900. "exposure_rate": {
  6901. "type": "string",
  6902. "example": "曝光率"
  6903. },
  6904. "publisher_income": {
  6905. "type": "string",
  6906. "example": "总收益(元)"
  6907. },
  6908. "req_succ_count": {
  6909. "type": "string",
  6910. "example": "拉取量"
  6911. }
  6912. }
  6913. },
  6914. "md.DataCenterOriginalDataOneApplicationRes": {
  6915. "type": "object",
  6916. "properties": {
  6917. "list": {
  6918. "type": "array",
  6919. "items": {
  6920. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  6921. }
  6922. }
  6923. }
  6924. },
  6925. "md.DataCenterOriginalDataReq": {
  6926. "type": "object",
  6927. "properties": {
  6928. "end_time": {
  6929. "type": "string"
  6930. },
  6931. "limit": {
  6932. "type": "string"
  6933. },
  6934. "name": {
  6935. "type": "string"
  6936. },
  6937. "page": {
  6938. "type": "string"
  6939. },
  6940. "platform": {
  6941. "type": "string"
  6942. },
  6943. "start_time": {
  6944. "type": "string"
  6945. },
  6946. "state": {
  6947. "type": "string"
  6948. }
  6949. }
  6950. },
  6951. "md.DataCenterOriginalDataRes": {
  6952. "type": "object",
  6953. "properties": {
  6954. "list": {
  6955. "type": "array",
  6956. "items": {
  6957. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  6958. }
  6959. },
  6960. "platform": {
  6961. "type": "array",
  6962. "items": {
  6963. "$ref": "#/definitions/md.SelectData"
  6964. }
  6965. },
  6966. "state": {
  6967. "type": "array",
  6968. "items": {
  6969. "$ref": "#/definitions/md.SelectData"
  6970. }
  6971. },
  6972. "total": {
  6973. "type": "integer"
  6974. }
  6975. }
  6976. },
  6977. "md.DivisionStrategyData": {
  6978. "type": "object",
  6979. "properties": {
  6980. "account": {
  6981. "type": "string",
  6982. "example": "账号"
  6983. },
  6984. "agent_revenue_rate": {
  6985. "type": "string",
  6986. "example": "代理收益百分比"
  6987. },
  6988. "agreement_sharing_rate": {
  6989. "type": "string",
  6990. "example": "协议分成百分比"
  6991. },
  6992. "commission_retention_rate": {
  6993. "type": "string",
  6994. "example": "佣金留存百分比"
  6995. },
  6996. "extra_revenue_rate": {
  6997. "type": "string",
  6998. "example": "额外收益百分比"
  6999. },
  7000. "id": {
  7001. "type": "string",
  7002. "example": "id"
  7003. },
  7004. "media_revenue_rate": {
  7005. "type": "string",
  7006. "example": "媒体收益百分比"
  7007. },
  7008. "medium_id": {
  7009. "type": "string",
  7010. "example": "媒体id"
  7011. },
  7012. "name": {
  7013. "type": "string",
  7014. "example": "名称"
  7015. },
  7016. "platform_retention_rate": {
  7017. "type": "string",
  7018. "example": "平台留存百分比"
  7019. }
  7020. }
  7021. },
  7022. "md.DivisionStrategyDetailByAgent": {
  7023. "type": "object",
  7024. "properties": {
  7025. "account": {
  7026. "type": "string",
  7027. "example": "账号"
  7028. },
  7029. "agent_id": {
  7030. "type": "string",
  7031. "example": "代理id"
  7032. },
  7033. "agent_revenue_rate": {
  7034. "type": "string",
  7035. "example": "佣金比例"
  7036. },
  7037. "extra_revenue_rate": {
  7038. "type": "string",
  7039. "example": "额外奖励"
  7040. },
  7041. "name": {
  7042. "type": "string",
  7043. "example": "名称"
  7044. }
  7045. }
  7046. },
  7047. "md.DivisionStrategyDetailReq": {
  7048. "type": "object",
  7049. "properties": {
  7050. "medium_id": {
  7051. "type": "string"
  7052. }
  7053. }
  7054. },
  7055. "md.DivisionStrategyDetailRes": {
  7056. "type": "object",
  7057. "properties": {
  7058. "account": {
  7059. "type": "string",
  7060. "example": "账号"
  7061. },
  7062. "agent_list": {
  7063. "type": "array",
  7064. "items": {
  7065. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  7066. }
  7067. },
  7068. "agent_revenue_rate": {
  7069. "type": "string",
  7070. "example": "代理收益百分比"
  7071. },
  7072. "agreement_sharing_rate": {
  7073. "type": "string",
  7074. "example": "协议分成百分比"
  7075. },
  7076. "commission_retention_rate": {
  7077. "type": "string",
  7078. "example": "佣金留存百分比"
  7079. },
  7080. "extra_revenue_rate": {
  7081. "type": "string",
  7082. "example": "额外收益百分比"
  7083. },
  7084. "media_revenue_rate": {
  7085. "type": "string",
  7086. "example": "媒体收益百分比"
  7087. },
  7088. "medium_id": {
  7089. "type": "string",
  7090. "example": "媒体id"
  7091. },
  7092. "name": {
  7093. "type": "string",
  7094. "example": "名称"
  7095. },
  7096. "platform_retention_rate": {
  7097. "type": "string",
  7098. "example": "平台留存百分比"
  7099. }
  7100. }
  7101. },
  7102. "md.DivisionStrategyReq": {
  7103. "type": "object",
  7104. "properties": {
  7105. "limit": {
  7106. "type": "string"
  7107. },
  7108. "name": {
  7109. "type": "string"
  7110. },
  7111. "page": {
  7112. "type": "string"
  7113. }
  7114. }
  7115. },
  7116. "md.DivisionStrategyRes": {
  7117. "type": "object",
  7118. "properties": {
  7119. "list": {
  7120. "type": "array",
  7121. "items": {
  7122. "$ref": "#/definitions/md.DivisionStrategyData"
  7123. }
  7124. },
  7125. "total": {
  7126. "type": "integer"
  7127. }
  7128. }
  7129. },
  7130. "md.FinanceCenterDataAgentDetail": {
  7131. "type": "object",
  7132. "properties": {
  7133. "account": {
  7134. "type": "string",
  7135. "example": "媒体账号"
  7136. },
  7137. "all_income": {
  7138. "type": "string",
  7139. "example": "合计收益"
  7140. },
  7141. "income": {
  7142. "type": "string",
  7143. "example": "渠道结算"
  7144. },
  7145. "invoice": {
  7146. "$ref": "#/definitions/md.Invoice"
  7147. },
  7148. "name": {
  7149. "type": "string",
  7150. "example": "媒体名称"
  7151. },
  7152. "other_income": {
  7153. "type": "string",
  7154. "example": "其他调整"
  7155. },
  7156. "pay_state": {
  7157. "type": "string",
  7158. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7159. },
  7160. "settle_file": {
  7161. "type": "string",
  7162. "example": "结算单"
  7163. },
  7164. "source": {
  7165. "type": "string",
  7166. "example": "结算标示"
  7167. },
  7168. "state": {
  7169. "type": "string",
  7170. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7171. },
  7172. "time_str": {
  7173. "type": "string",
  7174. "example": "业务时间"
  7175. }
  7176. }
  7177. },
  7178. "md.FinanceCenterDataAgentDetailRes": {
  7179. "type": "object",
  7180. "properties": {
  7181. "business_kind": {
  7182. "type": "array",
  7183. "items": {
  7184. "$ref": "#/definitions/md.SelectData"
  7185. }
  7186. },
  7187. "data": {
  7188. "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
  7189. },
  7190. "invoice_cate": {
  7191. "type": "array",
  7192. "items": {
  7193. "$ref": "#/definitions/md.SelectData"
  7194. }
  7195. },
  7196. "invoice_state": {
  7197. "type": "array",
  7198. "items": {
  7199. "$ref": "#/definitions/md.SelectData"
  7200. }
  7201. },
  7202. "settle_pay_state": {
  7203. "type": "array",
  7204. "items": {
  7205. "$ref": "#/definitions/md.SelectData"
  7206. }
  7207. },
  7208. "settle_state": {
  7209. "type": "array",
  7210. "items": {
  7211. "$ref": "#/definitions/md.SelectData"
  7212. }
  7213. },
  7214. "settle_type": {
  7215. "type": "array",
  7216. "items": {
  7217. "$ref": "#/definitions/md.SelectData"
  7218. }
  7219. }
  7220. }
  7221. },
  7222. "md.FinanceCenterDataData": {
  7223. "type": "object",
  7224. "properties": {
  7225. "all_income": {
  7226. "type": "string",
  7227. "example": "合计收益"
  7228. },
  7229. "change_income": {
  7230. "type": "string",
  7231. "example": "调价留存"
  7232. },
  7233. "commission_income": {
  7234. "type": "string",
  7235. "example": "佣金留存"
  7236. },
  7237. "id": {
  7238. "type": "string"
  7239. },
  7240. "label": {
  7241. "type": "string"
  7242. },
  7243. "medium_income": {
  7244. "type": "string",
  7245. "example": "媒体结算"
  7246. },
  7247. "name": {
  7248. "type": "string",
  7249. "example": "媒体名称"
  7250. },
  7251. "other_income": {
  7252. "type": "string",
  7253. "example": "其他调整"
  7254. },
  7255. "pay_state": {
  7256. "type": "string",
  7257. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7258. },
  7259. "platform_income": {
  7260. "type": "string",
  7261. "example": "平台留存"
  7262. },
  7263. "settle_type": {
  7264. "type": "string",
  7265. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  7266. },
  7267. "state": {
  7268. "type": "string",
  7269. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7270. },
  7271. "time_str": {
  7272. "type": "string",
  7273. "example": "业务时间"
  7274. },
  7275. "top_income": {
  7276. "type": "string",
  7277. "example": "上游结算"
  7278. }
  7279. }
  7280. },
  7281. "md.FinanceCenterDataDetail": {
  7282. "type": "object",
  7283. "properties": {
  7284. "account": {
  7285. "type": "string",
  7286. "example": "媒体账号"
  7287. },
  7288. "all_income": {
  7289. "type": "string",
  7290. "example": "合计收益"
  7291. },
  7292. "change_income": {
  7293. "type": "string",
  7294. "example": "调价留存"
  7295. },
  7296. "commission_income": {
  7297. "type": "string",
  7298. "example": "佣金留存"
  7299. },
  7300. "invoice": {
  7301. "$ref": "#/definitions/md.Invoice"
  7302. },
  7303. "medium_income": {
  7304. "type": "string",
  7305. "example": "媒体结算"
  7306. },
  7307. "name": {
  7308. "type": "string",
  7309. "example": "媒体名称"
  7310. },
  7311. "other_income": {
  7312. "type": "string",
  7313. "example": "其他调整"
  7314. },
  7315. "pay_state": {
  7316. "type": "string",
  7317. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  7318. },
  7319. "platform_income": {
  7320. "type": "string",
  7321. "example": "平台留存"
  7322. },
  7323. "settle_file": {
  7324. "type": "string",
  7325. "example": "结算单"
  7326. },
  7327. "source": {
  7328. "type": "string",
  7329. "example": "结算标示"
  7330. },
  7331. "state": {
  7332. "type": "string",
  7333. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  7334. },
  7335. "time_str": {
  7336. "type": "string",
  7337. "example": "业务时间"
  7338. },
  7339. "top_income": {
  7340. "type": "string",
  7341. "example": "上游结算"
  7342. }
  7343. }
  7344. },
  7345. "md.FinanceCenterDataDetailRes": {
  7346. "type": "object",
  7347. "properties": {
  7348. "business_kind": {
  7349. "type": "array",
  7350. "items": {
  7351. "$ref": "#/definitions/md.SelectData"
  7352. }
  7353. },
  7354. "data": {
  7355. "$ref": "#/definitions/md.FinanceCenterDataDetail"
  7356. },
  7357. "invoice_cate": {
  7358. "type": "array",
  7359. "items": {
  7360. "$ref": "#/definitions/md.SelectData"
  7361. }
  7362. },
  7363. "invoice_state": {
  7364. "type": "array",
  7365. "items": {
  7366. "$ref": "#/definitions/md.SelectData"
  7367. }
  7368. },
  7369. "settle_pay_state": {
  7370. "type": "array",
  7371. "items": {
  7372. "$ref": "#/definitions/md.SelectData"
  7373. }
  7374. },
  7375. "settle_state": {
  7376. "type": "array",
  7377. "items": {
  7378. "$ref": "#/definitions/md.SelectData"
  7379. }
  7380. },
  7381. "settle_type": {
  7382. "type": "array",
  7383. "items": {
  7384. "$ref": "#/definitions/md.SelectData"
  7385. }
  7386. }
  7387. }
  7388. },
  7389. "md.FinanceCenterDataReq": {
  7390. "type": "object",
  7391. "properties": {
  7392. "end_time": {
  7393. "type": "string"
  7394. },
  7395. "limit": {
  7396. "type": "string"
  7397. },
  7398. "page": {
  7399. "type": "string"
  7400. },
  7401. "pay_state": {
  7402. "type": "string",
  7403. "example": "读 settle_pay_state返回的"
  7404. },
  7405. "start_time": {
  7406. "type": "string",
  7407. "example": "2024-08-29"
  7408. }
  7409. }
  7410. },
  7411. "md.FinanceCenterDataRes": {
  7412. "type": "object",
  7413. "properties": {
  7414. "business_kind": {
  7415. "type": "array",
  7416. "items": {
  7417. "$ref": "#/definitions/md.SelectData"
  7418. }
  7419. },
  7420. "list": {
  7421. "type": "array",
  7422. "items": {
  7423. "$ref": "#/definitions/md.FinanceCenterDataData"
  7424. }
  7425. },
  7426. "settle_pay_state": {
  7427. "type": "array",
  7428. "items": {
  7429. "$ref": "#/definitions/md.SelectData"
  7430. }
  7431. },
  7432. "settle_state": {
  7433. "type": "array",
  7434. "items": {
  7435. "$ref": "#/definitions/md.SelectData"
  7436. }
  7437. },
  7438. "settle_type": {
  7439. "type": "array",
  7440. "items": {
  7441. "$ref": "#/definitions/md.SelectData"
  7442. }
  7443. },
  7444. "total": {
  7445. "type": "integer"
  7446. }
  7447. }
  7448. },
  7449. "md.FinanceCenterPlatformDataData": {
  7450. "type": "object",
  7451. "properties": {
  7452. "agent_income": {
  7453. "type": "string",
  7454. "example": "代理结算"
  7455. },
  7456. "change_income": {
  7457. "type": "string",
  7458. "example": "调价留存"
  7459. },
  7460. "commission_income": {
  7461. "type": "string",
  7462. "example": "佣金留存"
  7463. },
  7464. "id": {
  7465. "type": "string"
  7466. },
  7467. "medium_income": {
  7468. "type": "string",
  7469. "example": "媒体结算"
  7470. },
  7471. "platform_income": {
  7472. "type": "string",
  7473. "example": "平台留存"
  7474. },
  7475. "time_str": {
  7476. "type": "string",
  7477. "example": "业务时间"
  7478. },
  7479. "top_income": {
  7480. "type": "string",
  7481. "example": "上游结算"
  7482. },
  7483. "update_at": {
  7484. "type": "string",
  7485. "example": "更新时间"
  7486. }
  7487. }
  7488. },
  7489. "md.FinanceCenterPlatformDataReq": {
  7490. "type": "object",
  7491. "properties": {
  7492. "date": {
  7493. "type": "string",
  7494. "example": "2024-08-29"
  7495. },
  7496. "end_time": {
  7497. "type": "string"
  7498. },
  7499. "limit": {
  7500. "type": "string"
  7501. },
  7502. "page": {
  7503. "type": "string"
  7504. },
  7505. "start_time": {
  7506. "type": "string",
  7507. "example": "2024-08-29"
  7508. }
  7509. }
  7510. },
  7511. "md.FinanceCenterPlatformDataRes": {
  7512. "type": "object",
  7513. "properties": {
  7514. "list": {
  7515. "type": "array",
  7516. "items": {
  7517. "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
  7518. }
  7519. },
  7520. "total": {
  7521. "type": "integer"
  7522. }
  7523. }
  7524. },
  7525. "md.FinancialDynamicsAgentListData": {
  7526. "type": "object",
  7527. "properties": {
  7528. "amount": {
  7529. "type": "string",
  7530. "example": "支付金额"
  7531. },
  7532. "business_kind": {
  7533. "type": "string",
  7534. "example": "支付类型(1:广告合作)"
  7535. },
  7536. "certificate": {
  7537. "type": "string",
  7538. "example": "支付凭证"
  7539. },
  7540. "id": {
  7541. "type": "string"
  7542. },
  7543. "memo": {
  7544. "type": "string",
  7545. "example": "备注"
  7546. },
  7547. "name": {
  7548. "type": "string"
  7549. },
  7550. "pay_method": {
  7551. "type": "string",
  7552. "example": "支付方式 0对私 1对公"
  7553. },
  7554. "pay_time": {
  7555. "type": "string",
  7556. "example": "支付时间"
  7557. }
  7558. }
  7559. },
  7560. "md.FinancialDynamicsAgentListReq": {
  7561. "type": "object",
  7562. "properties": {
  7563. "end_time": {
  7564. "type": "string"
  7565. },
  7566. "limit": {
  7567. "type": "string"
  7568. },
  7569. "page": {
  7570. "type": "string"
  7571. },
  7572. "start_time": {
  7573. "type": "string",
  7574. "example": "2024-08-29 00:00:00"
  7575. },
  7576. "uid": {
  7577. "type": "string",
  7578. "example": ""
  7579. }
  7580. }
  7581. },
  7582. "md.FinancialDynamicsAgentListRes": {
  7583. "type": "object",
  7584. "properties": {
  7585. "business_kind": {
  7586. "type": "array",
  7587. "items": {
  7588. "$ref": "#/definitions/md.SelectData"
  7589. }
  7590. },
  7591. "list": {
  7592. "type": "array",
  7593. "items": {
  7594. "$ref": "#/definitions/md.FinancialDynamicsAgentListData"
  7595. }
  7596. },
  7597. "pay_method": {
  7598. "type": "array",
  7599. "items": {
  7600. "$ref": "#/definitions/md.SelectData"
  7601. }
  7602. },
  7603. "total": {
  7604. "type": "integer"
  7605. },
  7606. "user": {
  7607. "type": "array",
  7608. "items": {
  7609. "$ref": "#/definitions/md.SelectData"
  7610. }
  7611. }
  7612. }
  7613. },
  7614. "md.FinancialDynamicsAgentSaveReq": {
  7615. "type": "object",
  7616. "properties": {
  7617. "amount": {
  7618. "type": "string",
  7619. "example": "支付金额"
  7620. },
  7621. "business_kind": {
  7622. "type": "string",
  7623. "example": "支付类型(1:广告合作)"
  7624. },
  7625. "certificate": {
  7626. "type": "string",
  7627. "example": "支付凭证"
  7628. },
  7629. "memo": {
  7630. "type": "string",
  7631. "example": "备注"
  7632. },
  7633. "pay_method": {
  7634. "type": "string",
  7635. "example": "支付方式 0对私 1对公"
  7636. },
  7637. "uid": {
  7638. "type": "string"
  7639. }
  7640. }
  7641. },
  7642. "md.FinancialDynamicsAgentTotalReq": {
  7643. "type": "object",
  7644. "properties": {
  7645. "end_time": {
  7646. "type": "string"
  7647. },
  7648. "start_time": {
  7649. "type": "string",
  7650. "example": "2024-08-29 00:00:00"
  7651. },
  7652. "uid": {
  7653. "type": "string",
  7654. "example": ""
  7655. }
  7656. }
  7657. },
  7658. "md.FinancialDynamicsAgentTotalRes": {
  7659. "type": "object",
  7660. "properties": {
  7661. "all_amount": {
  7662. "type": "string",
  7663. "example": "预付总金额"
  7664. },
  7665. "balance_amount": {
  7666. "type": "string",
  7667. "example": "账户余额"
  7668. },
  7669. "pay_count": {
  7670. "type": "string",
  7671. "example": "预付次数"
  7672. },
  7673. "use_amount": {
  7674. "type": "string",
  7675. "example": "已消耗金额"
  7676. }
  7677. }
  7678. },
  7679. "md.FinancialDynamicsMediumListData": {
  7680. "type": "object",
  7681. "properties": {
  7682. "amount": {
  7683. "type": "string",
  7684. "example": "支付金额"
  7685. },
  7686. "business_kind": {
  7687. "type": "string",
  7688. "example": "支付类型(1:广告合作)"
  7689. },
  7690. "certificate": {
  7691. "type": "string",
  7692. "example": "支付凭证"
  7693. },
  7694. "id": {
  7695. "type": "string"
  7696. },
  7697. "memo": {
  7698. "type": "string",
  7699. "example": "备注"
  7700. },
  7701. "name": {
  7702. "type": "string"
  7703. },
  7704. "pay_method": {
  7705. "type": "string",
  7706. "example": "支付方式 0对私 1对公"
  7707. },
  7708. "pay_time": {
  7709. "type": "string",
  7710. "example": "支付时间"
  7711. }
  7712. }
  7713. },
  7714. "md.FinancialDynamicsMediumListReq": {
  7715. "type": "object",
  7716. "properties": {
  7717. "end_time": {
  7718. "type": "string"
  7719. },
  7720. "limit": {
  7721. "type": "string"
  7722. },
  7723. "page": {
  7724. "type": "string"
  7725. },
  7726. "start_time": {
  7727. "type": "string",
  7728. "example": "2024-08-29 00:00:00"
  7729. },
  7730. "uid": {
  7731. "type": "string",
  7732. "example": ""
  7733. }
  7734. }
  7735. },
  7736. "md.FinancialDynamicsMediumListRes": {
  7737. "type": "object",
  7738. "properties": {
  7739. "business_kind": {
  7740. "type": "array",
  7741. "items": {
  7742. "$ref": "#/definitions/md.SelectData"
  7743. }
  7744. },
  7745. "list": {
  7746. "type": "array",
  7747. "items": {
  7748. "$ref": "#/definitions/md.FinancialDynamicsMediumListData"
  7749. }
  7750. },
  7751. "pay_method": {
  7752. "type": "array",
  7753. "items": {
  7754. "$ref": "#/definitions/md.SelectData"
  7755. }
  7756. },
  7757. "total": {
  7758. "type": "integer"
  7759. },
  7760. "user": {
  7761. "type": "array",
  7762. "items": {
  7763. "$ref": "#/definitions/md.SelectData"
  7764. }
  7765. }
  7766. }
  7767. },
  7768. "md.FinancialDynamicsMediumSaveReq": {
  7769. "type": "object",
  7770. "properties": {
  7771. "amount": {
  7772. "type": "string",
  7773. "example": "支付金额"
  7774. },
  7775. "business_kind": {
  7776. "type": "string",
  7777. "example": "支付类型(1:广告合作)"
  7778. },
  7779. "certificate": {
  7780. "type": "string",
  7781. "example": "支付凭证"
  7782. },
  7783. "memo": {
  7784. "type": "string",
  7785. "example": "备注"
  7786. },
  7787. "pay_method": {
  7788. "type": "string",
  7789. "example": "支付方式 0对私 1对公"
  7790. },
  7791. "uid": {
  7792. "type": "string"
  7793. }
  7794. }
  7795. },
  7796. "md.FinancialDynamicsMediumTotalReq": {
  7797. "type": "object",
  7798. "properties": {
  7799. "end_time": {
  7800. "type": "string"
  7801. },
  7802. "start_time": {
  7803. "type": "string",
  7804. "example": "2024-08-29 00:00:00"
  7805. },
  7806. "uid": {
  7807. "type": "string",
  7808. "example": ""
  7809. }
  7810. }
  7811. },
  7812. "md.FinancialDynamicsMediumTotalRes": {
  7813. "type": "object",
  7814. "properties": {
  7815. "all_amount": {
  7816. "type": "string",
  7817. "example": "预付总金额"
  7818. },
  7819. "balance_amount": {
  7820. "type": "string",
  7821. "example": "账户余额"
  7822. },
  7823. "pay_count": {
  7824. "type": "string",
  7825. "example": "预付次数"
  7826. },
  7827. "use_amount": {
  7828. "type": "string",
  7829. "example": "已消耗金额"
  7830. }
  7831. }
  7832. },
  7833. "md.ImgReqUpload": {
  7834. "type": "object",
  7835. "properties": {
  7836. "dir": {
  7837. "type": "string"
  7838. },
  7839. "file_name": {
  7840. "type": "string"
  7841. },
  7842. "file_size": {
  7843. "description": "文件大小, 单位byte",
  7844. "type": "integer"
  7845. }
  7846. }
  7847. },
  7848. "md.IndexAppListData": {
  7849. "type": "object",
  7850. "properties": {
  7851. "list": {
  7852. "type": "array",
  7853. "items": {
  7854. "$ref": "#/definitions/md.IndexAppListDataList"
  7855. }
  7856. },
  7857. "logo": {
  7858. "type": "string"
  7859. },
  7860. "name": {
  7861. "type": "string"
  7862. },
  7863. "table_list": {
  7864. "type": "array",
  7865. "items": {
  7866. "type": "string"
  7867. }
  7868. }
  7869. }
  7870. },
  7871. "md.IndexAppListDataList": {
  7872. "type": "object",
  7873. "properties": {
  7874. "bili": {
  7875. "type": "string"
  7876. },
  7877. "name": {
  7878. "type": "string"
  7879. },
  7880. "type": {
  7881. "type": "string"
  7882. },
  7883. "value": {
  7884. "type": "string"
  7885. }
  7886. }
  7887. },
  7888. "md.IndexAppListReq": {
  7889. "type": "object",
  7890. "properties": {
  7891. "end_date": {
  7892. "type": "string",
  7893. "example": "2024-08-30"
  7894. },
  7895. "name": {
  7896. "type": "string"
  7897. },
  7898. "sort": {
  7899. "type": "string",
  7900. "example": "排序"
  7901. },
  7902. "start_date": {
  7903. "type": "string",
  7904. "example": "2024-08-30"
  7905. }
  7906. }
  7907. },
  7908. "md.IndexAppListRes": {
  7909. "type": "object",
  7910. "properties": {
  7911. "app_id": {
  7912. "type": "array",
  7913. "items": {
  7914. "type": "string"
  7915. }
  7916. },
  7917. "list": {
  7918. "type": "array",
  7919. "items": {
  7920. "$ref": "#/definitions/md.IndexAppListData"
  7921. }
  7922. },
  7923. "sort": {
  7924. "type": "array",
  7925. "items": {
  7926. "$ref": "#/definitions/md.SelectData"
  7927. }
  7928. }
  7929. }
  7930. },
  7931. "md.IndexAppListTableReq": {
  7932. "type": "object",
  7933. "properties": {
  7934. "app_id": {
  7935. "type": "array",
  7936. "items": {
  7937. "type": "string"
  7938. }
  7939. },
  7940. "end_date": {
  7941. "type": "string",
  7942. "example": "2024-08-30"
  7943. },
  7944. "start_date": {
  7945. "type": "string",
  7946. "example": "2024-08-30"
  7947. }
  7948. }
  7949. },
  7950. "md.Invoice": {
  7951. "type": "object",
  7952. "properties": {
  7953. "count": {
  7954. "type": "string"
  7955. },
  7956. "file": {
  7957. "type": "array",
  7958. "items": {
  7959. "$ref": "#/definitions/md.InvoiceFile"
  7960. }
  7961. },
  7962. "time": {
  7963. "type": "string"
  7964. },
  7965. "type": {
  7966. "type": "string"
  7967. }
  7968. }
  7969. },
  7970. "md.InvoiceFile": {
  7971. "type": "object",
  7972. "properties": {
  7973. "state": {
  7974. "type": "string",
  7975. "example": "0待确认 1审核通过 2审核失败"
  7976. },
  7977. "url": {
  7978. "type": "string"
  7979. }
  7980. }
  7981. },
  7982. "md.InvoiceReq": {
  7983. "type": "object",
  7984. "properties": {
  7985. "file": {
  7986. "type": "array",
  7987. "items": {
  7988. "$ref": "#/definitions/md.InvoiceFile"
  7989. }
  7990. },
  7991. "id": {
  7992. "type": "string",
  7993. "example": "列表id"
  7994. },
  7995. "state": {
  7996. "type": "string",
  7997. "example": "1审核通过 2审核失败"
  7998. }
  7999. }
  8000. },
  8001. "md.LoginReq": {
  8002. "type": "object",
  8003. "required": [
  8004. "password",
  8005. "username"
  8006. ],
  8007. "properties": {
  8008. "code": {
  8009. "type": "string",
  8010. "example": "验证码"
  8011. },
  8012. "password": {
  8013. "type": "string",
  8014. "example": "登录密码"
  8015. },
  8016. "username": {
  8017. "type": "string",
  8018. "example": "登录账号"
  8019. }
  8020. }
  8021. },
  8022. "md.LoginResponse": {
  8023. "type": "object",
  8024. "properties": {
  8025. "token": {
  8026. "type": "string"
  8027. }
  8028. }
  8029. },
  8030. "md.MediumDivisionStrategy": {
  8031. "type": "object",
  8032. "properties": {
  8033. "agent_revenue_rate": {
  8034. "type": "string",
  8035. "example": "代理收益百分比"
  8036. },
  8037. "agreement_sharing_rate": {
  8038. "type": "string",
  8039. "example": "协议分成百分比"
  8040. },
  8041. "commission_retention_rate": {
  8042. "type": "string",
  8043. "example": "佣金留存百分比"
  8044. },
  8045. "ecpm": {
  8046. "type": "string",
  8047. "example": "现-ecpm(元)"
  8048. },
  8049. "exposure_count": {
  8050. "type": "string",
  8051. "example": "曝光量"
  8052. },
  8053. "extra_revenue_rate": {
  8054. "type": "string",
  8055. "example": "额外收益百分比"
  8056. },
  8057. "media_revenue_rate": {
  8058. "type": "string",
  8059. "example": "媒体收益百分比"
  8060. },
  8061. "old_ecpm": {
  8062. "type": "string",
  8063. "example": "原-ecpm(元)"
  8064. },
  8065. "platform_retention_rate": {
  8066. "type": "string",
  8067. "example": "平台留存百分比"
  8068. }
  8069. }
  8070. },
  8071. "md.MediumListData": {
  8072. "type": "object",
  8073. "properties": {
  8074. "account": {
  8075. "type": "string",
  8076. "example": "媒体账号"
  8077. },
  8078. "business_license_address": {
  8079. "type": "string",
  8080. "example": "营业执照地址"
  8081. },
  8082. "company_name": {
  8083. "type": "string",
  8084. "example": "公司名称"
  8085. },
  8086. "id": {
  8087. "type": "string",
  8088. "example": "id"
  8089. },
  8090. "legal_representative": {
  8091. "type": "string",
  8092. "example": "法定代表人"
  8093. },
  8094. "medium_id": {
  8095. "type": "string",
  8096. "example": "媒体id"
  8097. },
  8098. "memo": {
  8099. "type": "string",
  8100. "example": "备注 审核时填写的"
  8101. },
  8102. "state": {
  8103. "type": "string",
  8104. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8105. },
  8106. "unified_social_credit_code": {
  8107. "type": "string",
  8108. "example": "统一社会信用代码"
  8109. }
  8110. }
  8111. },
  8112. "md.MediumListDelReq": {
  8113. "type": "object",
  8114. "properties": {
  8115. "id": {
  8116. "type": "string",
  8117. "example": "列表id"
  8118. }
  8119. }
  8120. },
  8121. "md.MediumListReq": {
  8122. "type": "object",
  8123. "properties": {
  8124. "id": {
  8125. "type": "string"
  8126. },
  8127. "limit": {
  8128. "type": "string"
  8129. },
  8130. "name": {
  8131. "type": "string"
  8132. },
  8133. "page": {
  8134. "type": "string"
  8135. },
  8136. "state": {
  8137. "type": "string"
  8138. }
  8139. }
  8140. },
  8141. "md.MediumListRes": {
  8142. "type": "object",
  8143. "properties": {
  8144. "list": {
  8145. "type": "array",
  8146. "items": {
  8147. "$ref": "#/definitions/md.MediumListData"
  8148. }
  8149. },
  8150. "state": {
  8151. "type": "array",
  8152. "items": {
  8153. "$ref": "#/definitions/md.SelectData"
  8154. }
  8155. },
  8156. "total": {
  8157. "type": "integer"
  8158. }
  8159. }
  8160. },
  8161. "md.MediumListSaveReq": {
  8162. "type": "object",
  8163. "properties": {
  8164. "medium_id": {
  8165. "type": "string"
  8166. },
  8167. "username": {
  8168. "type": "string"
  8169. }
  8170. }
  8171. },
  8172. "md.MediumQualificationBankData": {
  8173. "type": "object",
  8174. "properties": {
  8175. "account": {
  8176. "type": "string",
  8177. "example": "账号"
  8178. },
  8179. "bank": {
  8180. "type": "string",
  8181. "example": "开户银行"
  8182. },
  8183. "bank_branch": {
  8184. "type": "string",
  8185. "example": "开户银行分行"
  8186. },
  8187. "bank_no": {
  8188. "type": "string",
  8189. "example": "银行卡号"
  8190. },
  8191. "company_name": {
  8192. "type": "string",
  8193. "example": "公司名称"
  8194. },
  8195. "currency_conf": {
  8196. "type": "string",
  8197. "example": "结算币种 0人民币"
  8198. },
  8199. "id": {
  8200. "type": "string",
  8201. "example": "id"
  8202. },
  8203. "kind": {
  8204. "type": "string",
  8205. "example": "类型(1:企业 2:个人)"
  8206. },
  8207. "licence": {
  8208. "type": "string",
  8209. "example": "开户许可证"
  8210. },
  8211. "medium_id": {
  8212. "type": "string",
  8213. "example": "代理id"
  8214. },
  8215. "memo": {
  8216. "type": "string",
  8217. "example": "备注 审核时填写的"
  8218. },
  8219. "state": {
  8220. "type": "string",
  8221. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8222. },
  8223. "unified_social_credit_code": {
  8224. "type": "string",
  8225. "example": "统一社会信用代码"
  8226. }
  8227. }
  8228. },
  8229. "md.MediumQualificationBankRes": {
  8230. "type": "object",
  8231. "properties": {
  8232. "currency_conf": {
  8233. "type": "array",
  8234. "items": {
  8235. "$ref": "#/definitions/md.SelectData"
  8236. }
  8237. },
  8238. "list": {
  8239. "type": "array",
  8240. "items": {
  8241. "$ref": "#/definitions/md.MediumQualificationBankData"
  8242. }
  8243. },
  8244. "state": {
  8245. "type": "array",
  8246. "items": {
  8247. "$ref": "#/definitions/md.SelectData"
  8248. }
  8249. },
  8250. "total": {
  8251. "type": "integer"
  8252. },
  8253. "type": {
  8254. "type": "array",
  8255. "items": {
  8256. "$ref": "#/definitions/md.SelectData"
  8257. }
  8258. }
  8259. }
  8260. },
  8261. "md.MediumQualificationContactData": {
  8262. "type": "object",
  8263. "properties": {
  8264. "account": {
  8265. "type": "string",
  8266. "example": "账号"
  8267. },
  8268. "address": {
  8269. "type": "string",
  8270. "example": "联系地址"
  8271. },
  8272. "company_name": {
  8273. "type": "string",
  8274. "example": "公司名称"
  8275. },
  8276. "email": {
  8277. "type": "string",
  8278. "example": "邮箱地址"
  8279. },
  8280. "id": {
  8281. "type": "string",
  8282. "example": "id"
  8283. },
  8284. "kind": {
  8285. "type": "string",
  8286. "example": "类型(1:企业 2:个人)"
  8287. },
  8288. "medium_id": {
  8289. "type": "string",
  8290. "example": "代理id"
  8291. },
  8292. "memo": {
  8293. "type": "string",
  8294. "example": "备注 审核时填写的"
  8295. },
  8296. "name": {
  8297. "type": "string",
  8298. "example": "联系人"
  8299. },
  8300. "phone": {
  8301. "type": "string",
  8302. "example": "联系电话"
  8303. },
  8304. "state": {
  8305. "type": "string",
  8306. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8307. }
  8308. }
  8309. },
  8310. "md.MediumQualificationContactRes": {
  8311. "type": "object",
  8312. "properties": {
  8313. "list": {
  8314. "type": "array",
  8315. "items": {
  8316. "$ref": "#/definitions/md.MediumQualificationContactData"
  8317. }
  8318. },
  8319. "state": {
  8320. "type": "array",
  8321. "items": {
  8322. "$ref": "#/definitions/md.SelectData"
  8323. }
  8324. },
  8325. "total": {
  8326. "type": "integer"
  8327. }
  8328. }
  8329. },
  8330. "md.MediumQualificationEnterpriseAuditReq": {
  8331. "type": "object",
  8332. "properties": {
  8333. "medium_id": {
  8334. "type": "string"
  8335. },
  8336. "memo": {
  8337. "type": "string"
  8338. },
  8339. "state": {
  8340. "type": "string"
  8341. }
  8342. }
  8343. },
  8344. "md.MediumQualificationEnterpriseData": {
  8345. "type": "object",
  8346. "properties": {
  8347. "account": {
  8348. "type": "string",
  8349. "example": "账号"
  8350. },
  8351. "business_license_address": {
  8352. "type": "string",
  8353. "example": "营业执照地址"
  8354. },
  8355. "business_license_img_url": {
  8356. "type": "string",
  8357. "example": "营业执照照片"
  8358. },
  8359. "certificate_first_type": {
  8360. "type": "string",
  8361. "example": "证件类型 1级类目id"
  8362. },
  8363. "certificate_type": {
  8364. "type": "string",
  8365. "example": "证件类型 2级类目id"
  8366. },
  8367. "certificate_validity": {
  8368. "type": "string",
  8369. "example": "证件有效期"
  8370. },
  8371. "company_abbreviation": {
  8372. "type": "string",
  8373. "example": "公司简称"
  8374. },
  8375. "company_name": {
  8376. "type": "string",
  8377. "example": "公司名称"
  8378. },
  8379. "country_region": {
  8380. "type": "string",
  8381. "example": "国家地区"
  8382. },
  8383. "country_region_id": {
  8384. "type": "string",
  8385. "example": "国家地区id"
  8386. },
  8387. "id": {
  8388. "type": "string",
  8389. "example": "状态选择"
  8390. },
  8391. "kind": {
  8392. "type": "string",
  8393. "example": "类型(1:企业 2:个人)"
  8394. },
  8395. "legal_representative": {
  8396. "type": "string",
  8397. "example": "法定代表人"
  8398. },
  8399. "medium_id": {
  8400. "type": "string",
  8401. "example": "代理id"
  8402. },
  8403. "memo": {
  8404. "type": "string",
  8405. "example": "备注 审核时填写的"
  8406. },
  8407. "registered_address": {
  8408. "type": "string",
  8409. "example": "注册地址"
  8410. },
  8411. "registered_address_city_id": {
  8412. "type": "string",
  8413. "example": "注册地址-市id"
  8414. },
  8415. "registered_address_country_id": {
  8416. "type": "string",
  8417. "example": "注册地址-国家id"
  8418. },
  8419. "registered_address_county_id": {
  8420. "type": "string",
  8421. "example": "注册地址-县/区id"
  8422. },
  8423. "registered_address_province_id": {
  8424. "type": "string",
  8425. "example": "册地址-省份id"
  8426. },
  8427. "state": {
  8428. "type": "string",
  8429. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  8430. },
  8431. "unified_social_credit_code": {
  8432. "type": "string",
  8433. "example": "统一社会信用代码"
  8434. },
  8435. "uuid": {
  8436. "type": "string",
  8437. "example": "站长id"
  8438. }
  8439. }
  8440. },
  8441. "md.MediumQualificationEnterpriseReq": {
  8442. "type": "object",
  8443. "properties": {
  8444. "limit": {
  8445. "type": "string"
  8446. },
  8447. "name": {
  8448. "type": "string"
  8449. },
  8450. "page": {
  8451. "type": "string"
  8452. },
  8453. "state": {
  8454. "type": "string"
  8455. }
  8456. }
  8457. },
  8458. "md.MediumQualificationEnterpriseRes": {
  8459. "type": "object",
  8460. "properties": {
  8461. "list": {
  8462. "type": "array",
  8463. "items": {
  8464. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  8465. }
  8466. },
  8467. "state": {
  8468. "type": "array",
  8469. "items": {
  8470. "$ref": "#/definitions/md.SelectData"
  8471. }
  8472. },
  8473. "total": {
  8474. "type": "integer"
  8475. },
  8476. "type": {
  8477. "type": "array",
  8478. "items": {
  8479. "$ref": "#/definitions/md.SelectData"
  8480. }
  8481. }
  8482. }
  8483. },
  8484. "md.OtherIncomeReq": {
  8485. "type": "object",
  8486. "properties": {
  8487. "amount": {
  8488. "type": "string",
  8489. "example": "其他收益"
  8490. },
  8491. "id": {
  8492. "type": "string",
  8493. "example": "列表id"
  8494. }
  8495. }
  8496. },
  8497. "md.QiNiuBucketRegion": {
  8498. "type": "object",
  8499. "properties": {
  8500. "region_domain": {
  8501. "type": "string",
  8502. "example": "区域域名"
  8503. },
  8504. "region_id": {
  8505. "type": "string",
  8506. "example": "区域id"
  8507. },
  8508. "region_name": {
  8509. "type": "string",
  8510. "example": "区域名称"
  8511. }
  8512. }
  8513. },
  8514. "md.RegisterForAgentReq": {
  8515. "type": "object",
  8516. "required": [
  8517. "password",
  8518. "phone"
  8519. ],
  8520. "properties": {
  8521. "code": {
  8522. "type": "string",
  8523. "example": "验证码"
  8524. },
  8525. "password": {
  8526. "type": "string",
  8527. "example": "登录密码"
  8528. },
  8529. "phone": {
  8530. "type": "string",
  8531. "example": "登录账号"
  8532. }
  8533. }
  8534. },
  8535. "md.RegisterForMediumReq": {
  8536. "type": "object",
  8537. "required": [
  8538. "password",
  8539. "phone"
  8540. ],
  8541. "properties": {
  8542. "code": {
  8543. "type": "string",
  8544. "example": "验证码"
  8545. },
  8546. "password": {
  8547. "type": "string",
  8548. "example": "登录密码"
  8549. },
  8550. "phone": {
  8551. "type": "string",
  8552. "example": "登录账号"
  8553. }
  8554. }
  8555. },
  8556. "md.Response": {
  8557. "type": "object",
  8558. "properties": {
  8559. "code": {
  8560. "type": "string",
  8561. "example": "响应码"
  8562. },
  8563. "data": {
  8564. "description": "内容"
  8565. },
  8566. "msg": {
  8567. "type": "string",
  8568. "example": "具体错误原因"
  8569. }
  8570. }
  8571. },
  8572. "md.RoleBindPermissionGroupReq": {
  8573. "type": "object",
  8574. "required": [
  8575. "role_id"
  8576. ],
  8577. "properties": {
  8578. "permission_ids": {
  8579. "type": "array",
  8580. "items": {
  8581. "type": "integer"
  8582. }
  8583. },
  8584. "role_id": {
  8585. "type": "integer"
  8586. }
  8587. }
  8588. },
  8589. "md.SelectData": {
  8590. "type": "object",
  8591. "properties": {
  8592. "name": {
  8593. "type": "string",
  8594. "example": "名称"
  8595. },
  8596. "value": {
  8597. "type": "string",
  8598. "example": "值"
  8599. }
  8600. }
  8601. },
  8602. "md.SetLogoReq": {
  8603. "type": "object",
  8604. "properties": {
  8605. "agent_logo": {
  8606. "type": "string"
  8607. },
  8608. "medium_logo": {
  8609. "type": "string"
  8610. }
  8611. }
  8612. },
  8613. "md.SetLogoResp": {
  8614. "type": "object",
  8615. "properties": {
  8616. "data": {
  8617. "description": "数据内容",
  8618. "allOf": [
  8619. {
  8620. "$ref": "#/definitions/md.SetLogoReq"
  8621. }
  8622. ]
  8623. }
  8624. }
  8625. },
  8626. "md.SetMobReq": {
  8627. "type": "object",
  8628. "properties": {
  8629. "mob_app_key": {
  8630. "type": "string"
  8631. },
  8632. "mob_app_secret": {
  8633. "type": "string"
  8634. }
  8635. }
  8636. },
  8637. "md.SetOssReq": {
  8638. "type": "object",
  8639. "required": [
  8640. "file_access_key",
  8641. "file_bucket",
  8642. "file_bucket_host",
  8643. "file_bucket_region",
  8644. "file_secret_key"
  8645. ],
  8646. "properties": {
  8647. "file_access_key": {
  8648. "type": "string",
  8649. "example": "对象存储AccessToken"
  8650. },
  8651. "file_bucket": {
  8652. "type": "string",
  8653. "example": "对象存储bucket(空间)"
  8654. },
  8655. "file_bucket_host": {
  8656. "type": "string",
  8657. "example": "对象存储域名"
  8658. },
  8659. "file_bucket_region": {
  8660. "type": "string",
  8661. "example": "文件所属区域"
  8662. },
  8663. "file_secret_key": {
  8664. "type": "string",
  8665. "example": "对象存储SecretToken"
  8666. }
  8667. }
  8668. },
  8669. "md.SetOssResp": {
  8670. "type": "object",
  8671. "properties": {
  8672. "data": {
  8673. "description": "数据内容",
  8674. "allOf": [
  8675. {
  8676. "$ref": "#/definitions/md.SetOssReq"
  8677. }
  8678. ]
  8679. },
  8680. "qi_niu_bucket_region_list": {
  8681. "description": "七牛云存储区域列表",
  8682. "type": "array",
  8683. "items": {
  8684. "$ref": "#/definitions/md.QiNiuBucketRegion"
  8685. }
  8686. }
  8687. }
  8688. },
  8689. "md.SettleCenterDataData": {
  8690. "type": "object",
  8691. "properties": {
  8692. "account": {
  8693. "type": "string"
  8694. },
  8695. "id": {
  8696. "type": "string"
  8697. },
  8698. "name": {
  8699. "type": "string"
  8700. },
  8701. "settle_type": {
  8702. "type": "string"
  8703. },
  8704. "update_at": {
  8705. "type": "string"
  8706. }
  8707. }
  8708. },
  8709. "md.SettleCenterDataDetailData": {
  8710. "type": "object",
  8711. "properties": {
  8712. "all_income": {
  8713. "type": "string",
  8714. "example": "总计"
  8715. },
  8716. "basic_income": {
  8717. "type": "string",
  8718. "example": "基础收益"
  8719. },
  8720. "business_kind": {
  8721. "type": "string",
  8722. "example": "业务类型(1:广告合作)"
  8723. },
  8724. "other_income": {
  8725. "type": "string",
  8726. "example": "其他收益"
  8727. },
  8728. "pay_state": {
  8729. "type": "string",
  8730. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  8731. },
  8732. "settle_type": {
  8733. "type": "string",
  8734. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  8735. },
  8736. "state": {
  8737. "type": "string",
  8738. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  8739. },
  8740. "time_str": {
  8741. "type": "string",
  8742. "example": "业务时间"
  8743. }
  8744. }
  8745. },
  8746. "md.SettleCenterDataDetailReq": {
  8747. "type": "object",
  8748. "properties": {
  8749. "end_time": {
  8750. "type": "string"
  8751. },
  8752. "id": {
  8753. "type": "string"
  8754. },
  8755. "limit": {
  8756. "type": "string"
  8757. },
  8758. "page": {
  8759. "type": "string"
  8760. },
  8761. "start_time": {
  8762. "type": "string",
  8763. "example": "2024-08-29"
  8764. }
  8765. }
  8766. },
  8767. "md.SettleCenterDataDetailRes": {
  8768. "type": "object",
  8769. "properties": {
  8770. "business_kind": {
  8771. "type": "array",
  8772. "items": {
  8773. "$ref": "#/definitions/md.SelectData"
  8774. }
  8775. },
  8776. "list": {
  8777. "type": "array",
  8778. "items": {
  8779. "$ref": "#/definitions/md.SettleCenterDataDetailData"
  8780. }
  8781. },
  8782. "settle_pay_state": {
  8783. "type": "array",
  8784. "items": {
  8785. "$ref": "#/definitions/md.SelectData"
  8786. }
  8787. },
  8788. "settle_state": {
  8789. "type": "array",
  8790. "items": {
  8791. "$ref": "#/definitions/md.SelectData"
  8792. }
  8793. },
  8794. "settle_type": {
  8795. "type": "array",
  8796. "items": {
  8797. "$ref": "#/definitions/md.SelectData"
  8798. }
  8799. },
  8800. "total": {
  8801. "type": "integer"
  8802. }
  8803. }
  8804. },
  8805. "md.SettleCenterDataReq": {
  8806. "type": "object",
  8807. "properties": {
  8808. "account": {
  8809. "type": "string"
  8810. },
  8811. "limit": {
  8812. "type": "string"
  8813. },
  8814. "name": {
  8815. "type": "string"
  8816. },
  8817. "page": {
  8818. "type": "string"
  8819. },
  8820. "state": {
  8821. "type": "string"
  8822. }
  8823. }
  8824. },
  8825. "md.SettleCenterDataRes": {
  8826. "type": "object",
  8827. "properties": {
  8828. "list": {
  8829. "type": "array",
  8830. "items": {
  8831. "$ref": "#/definitions/md.SettleCenterDataData"
  8832. }
  8833. },
  8834. "state": {
  8835. "type": "array",
  8836. "items": {
  8837. "$ref": "#/definitions/md.SelectData"
  8838. }
  8839. },
  8840. "total": {
  8841. "type": "integer"
  8842. }
  8843. }
  8844. },
  8845. "md.SettleCenterDataSaveReq": {
  8846. "type": "object",
  8847. "properties": {
  8848. "id": {
  8849. "type": "string"
  8850. },
  8851. "settle_type": {
  8852. "type": "string"
  8853. }
  8854. }
  8855. },
  8856. "md.SettleFileReq": {
  8857. "type": "object",
  8858. "properties": {
  8859. "file": {
  8860. "type": "string",
  8861. "example": "七牛云链接 带http"
  8862. },
  8863. "id": {
  8864. "type": "string",
  8865. "example": "列表id"
  8866. }
  8867. }
  8868. },
  8869. "md.ShareIndexResp": {
  8870. "type": "object",
  8871. "properties": {
  8872. "agent_domain": {
  8873. "type": "string",
  8874. "example": "代理分享地址"
  8875. },
  8876. "master_id": {
  8877. "type": "string"
  8878. },
  8879. "medium_domain": {
  8880. "type": "string",
  8881. "example": "媒体分享地址"
  8882. }
  8883. }
  8884. },
  8885. "md.UpdateAdminReq": {
  8886. "type": "object",
  8887. "required": [
  8888. "adm_id",
  8889. "password",
  8890. "username"
  8891. ],
  8892. "properties": {
  8893. "adm_id": {
  8894. "type": "integer"
  8895. },
  8896. "memo": {
  8897. "type": "string"
  8898. },
  8899. "password": {
  8900. "type": "string"
  8901. },
  8902. "username": {
  8903. "type": "string"
  8904. }
  8905. }
  8906. },
  8907. "md.UpdateAdminStateReq": {
  8908. "type": "object",
  8909. "required": [
  8910. "adm_id",
  8911. "state"
  8912. ],
  8913. "properties": {
  8914. "adm_id": {
  8915. "type": "integer"
  8916. },
  8917. "state": {
  8918. "type": "integer"
  8919. }
  8920. }
  8921. },
  8922. "md.UpdateRoleReq": {
  8923. "type": "object",
  8924. "required": [
  8925. "memo",
  8926. "name",
  8927. "role_id"
  8928. ],
  8929. "properties": {
  8930. "memo": {
  8931. "type": "string"
  8932. },
  8933. "name": {
  8934. "type": "string"
  8935. },
  8936. "role_id": {
  8937. "type": "integer"
  8938. }
  8939. }
  8940. },
  8941. "md.UpdateRoleStateReq": {
  8942. "type": "object",
  8943. "required": [
  8944. "role_id",
  8945. "state"
  8946. ],
  8947. "properties": {
  8948. "role_id": {
  8949. "type": "integer"
  8950. },
  8951. "state": {
  8952. "type": "integer"
  8953. }
  8954. }
  8955. },
  8956. "md.WxOpenGetResp": {
  8957. "type": "object",
  8958. "properties": {
  8959. "aes_key": {
  8960. "type": "string",
  8961. "example": "消息加解密Key"
  8962. },
  8963. "app_secret": {
  8964. "type": "string",
  8965. "example": "appSecret"
  8966. },
  8967. "appid": {
  8968. "type": "string",
  8969. "example": "appid"
  8970. },
  8971. "token": {
  8972. "type": "string",
  8973. "example": "消息校验Token"
  8974. },
  8975. "wx_open_applet_server_domain": {
  8976. "type": "string",
  8977. "example": "微信开放平台-小程序服务器域名"
  8978. },
  8979. "wx_open_authorization_event_receiving_configuration": {
  8980. "type": "string",
  8981. "example": "微信开放平台-授权事件接收配置"
  8982. },
  8983. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  8984. "type": "string",
  8985. "example": "微信开放平台-登录授权的发起页域名"
  8986. },
  8987. "wx_open_message_and_event_reception_configuration": {
  8988. "type": "string",
  8989. "example": "微信开放平台-消息与事件接收配置"
  8990. },
  8991. "wx_open_white_list_ip": {
  8992. "type": "string",
  8993. "example": "微信开放平台-白名单ip"
  8994. }
  8995. }
  8996. },
  8997. "md.WxOpenSetReq": {
  8998. "type": "object",
  8999. "required": [
  9000. "aes_key",
  9001. "app_secret",
  9002. "appid",
  9003. "token"
  9004. ],
  9005. "properties": {
  9006. "aes_key": {
  9007. "type": "string",
  9008. "example": "消息加解密Key"
  9009. },
  9010. "app_secret": {
  9011. "type": "string",
  9012. "example": "appSecret"
  9013. },
  9014. "appid": {
  9015. "type": "string",
  9016. "example": "appid"
  9017. },
  9018. "token": {
  9019. "type": "string",
  9020. "example": "消息校验Token"
  9021. }
  9022. }
  9023. }
  9024. },
  9025. "securityDefinitions": {
  9026. "MasterID": {
  9027. "type": "apiKey",
  9028. "name": "MasterID",
  9029. "in": "header"
  9030. }
  9031. }
  9032. }`
  9033. // SwaggerInfo holds exported Swagger Info so clients can modify it
  9034. var SwaggerInfo = &swag.Spec{
  9035. Version: "1.0",
  9036. Host: "localhost:1002 or xxxx.advertisement.dengbiao.top",
  9037. BasePath: "",
  9038. Schemes: []string{},
  9039. Title: "广告联盟-站长平台",
  9040. Description: "站长后台接口",
  9041. InfoInstanceName: "swagger",
  9042. SwaggerTemplate: docTemplate,
  9043. }
  9044. func init() {
  9045. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  9046. }