广告平台(站长使用)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8277 lines
277 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/base": {
  2208. "get": {
  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. "responses": {
  2230. "200": {
  2231. "description": "具体看返回内容 这是data里面的数据",
  2232. "schema": {
  2233. "type": "string"
  2234. }
  2235. },
  2236. "400": {
  2237. "description": "具体错误",
  2238. "schema": {
  2239. "$ref": "#/definitions/md.Response"
  2240. }
  2241. }
  2242. }
  2243. }
  2244. },
  2245. "/api/index/total": {
  2246. "get": {
  2247. "description": "首页-统计数据",
  2248. "consumes": [
  2249. "application/json"
  2250. ],
  2251. "produces": [
  2252. "application/json"
  2253. ],
  2254. "tags": [
  2255. "首页------嘉俊"
  2256. ],
  2257. "summary": "统计数据",
  2258. "parameters": [
  2259. {
  2260. "type": "string",
  2261. "description": "验证参数Bearer和token空格拼接",
  2262. "name": "Authorization",
  2263. "in": "header",
  2264. "required": true
  2265. }
  2266. ],
  2267. "responses": {
  2268. "200": {
  2269. "description": "具体看返回内容 这是data里面的数据",
  2270. "schema": {
  2271. "type": "string"
  2272. }
  2273. },
  2274. "400": {
  2275. "description": "具体错误",
  2276. "schema": {
  2277. "$ref": "#/definitions/md.Response"
  2278. }
  2279. }
  2280. }
  2281. }
  2282. },
  2283. "/api/login": {
  2284. "post": {
  2285. "description": "登入",
  2286. "consumes": [
  2287. "application/json"
  2288. ],
  2289. "produces": [
  2290. "application/json"
  2291. ],
  2292. "tags": [
  2293. "登录"
  2294. ],
  2295. "summary": "登陆",
  2296. "parameters": [
  2297. {
  2298. "description": "用户名密码",
  2299. "name": "req",
  2300. "in": "body",
  2301. "required": true,
  2302. "schema": {
  2303. "$ref": "#/definitions/md.LoginReq"
  2304. }
  2305. }
  2306. ],
  2307. "responses": {
  2308. "200": {
  2309. "description": "token",
  2310. "schema": {
  2311. "$ref": "#/definitions/md.LoginResponse"
  2312. }
  2313. },
  2314. "400": {
  2315. "description": "具体错误",
  2316. "schema": {
  2317. "$ref": "#/definitions/md.Response"
  2318. }
  2319. }
  2320. }
  2321. }
  2322. },
  2323. "/api/mediumCenter/agent/bind/medium/list": {
  2324. "post": {
  2325. "description": "媒体中心-代理绑定媒体列表",
  2326. "consumes": [
  2327. "application/json"
  2328. ],
  2329. "produces": [
  2330. "application/json"
  2331. ],
  2332. "tags": [
  2333. "媒体中心------嘉俊"
  2334. ],
  2335. "summary": "代理绑定媒体列表",
  2336. "parameters": [
  2337. {
  2338. "type": "string",
  2339. "description": "验证参数Bearer和token空格拼接",
  2340. "name": "Authorization",
  2341. "in": "header",
  2342. "required": true
  2343. },
  2344. {
  2345. "description": "请求参数",
  2346. "name": "args",
  2347. "in": "body",
  2348. "required": true,
  2349. "schema": {
  2350. "$ref": "#/definitions/md.MediumListReq"
  2351. }
  2352. }
  2353. ],
  2354. "responses": {
  2355. "200": {
  2356. "description": "具体看返回内容 这是data里面的数据",
  2357. "schema": {
  2358. "$ref": "#/definitions/md.MediumListRes"
  2359. }
  2360. },
  2361. "400": {
  2362. "description": "具体错误",
  2363. "schema": {
  2364. "$ref": "#/definitions/md.Response"
  2365. }
  2366. }
  2367. }
  2368. }
  2369. },
  2370. "/api/mediumCenter/agent/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.AgentQualificationEnterpriseReq"
  2398. }
  2399. }
  2400. ],
  2401. "responses": {
  2402. "200": {
  2403. "description": "具体看返回内容 这是data里面的数据",
  2404. "schema": {
  2405. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  2406. }
  2407. },
  2408. "400": {
  2409. "description": "具体错误",
  2410. "schema": {
  2411. "$ref": "#/definitions/md.Response"
  2412. }
  2413. }
  2414. }
  2415. }
  2416. },
  2417. "/api/mediumCenter/applet/application/ad/space/audit": {
  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.AppletApplicationAdSpaceSaveReq"
  2445. }
  2446. }
  2447. ],
  2448. "responses": {
  2449. "200": {
  2450. "description": "具体看返回内容",
  2451. "schema": {
  2452. "type": "string"
  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/list": {
  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.AppletApplicationAdSpaceMediumListReq"
  2492. }
  2493. }
  2494. ],
  2495. "responses": {
  2496. "200": {
  2497. "description": "具体看返回内容---这是data里面的数据",
  2498. "schema": {
  2499. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListRes"
  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/save": {
  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/audit": {
  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.AppletApplicationSaveReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "具体看返回内容",
  2592. "schema": {
  2593. "type": "string"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/mediumCenter/applet/application/list": {
  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.AppletApplicationListReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "具体看返回内容---这是data里面的数据",
  2639. "schema": {
  2640. "$ref": "#/definitions/md.AppletApplicationListRes"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/mediumCenter/applet/application/medium/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.AppletApplicationMediumListReq"
  2680. }
  2681. }
  2682. ],
  2683. "responses": {
  2684. "200": {
  2685. "description": "具体看返回内容---这是data里面的数据",
  2686. "schema": {
  2687. "$ref": "#/definitions/md.AppletApplicationMediumListRes"
  2688. }
  2689. },
  2690. "400": {
  2691. "description": "具体错误",
  2692. "schema": {
  2693. "$ref": "#/definitions/md.Response"
  2694. }
  2695. }
  2696. }
  2697. }
  2698. },
  2699. "/api/mediumCenter/medium/bind/agent/del": {
  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.MediumListDelReq"
  2727. }
  2728. }
  2729. ],
  2730. "responses": {
  2731. "200": {
  2732. "description": "具体看返回内容 ",
  2733. "schema": {
  2734. "type": "string"
  2735. }
  2736. },
  2737. "400": {
  2738. "description": "具体错误",
  2739. "schema": {
  2740. "$ref": "#/definitions/md.Response"
  2741. }
  2742. }
  2743. }
  2744. }
  2745. },
  2746. "/api/mediumCenter/medium/bind/agent/list": {
  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.MediumListReq"
  2774. }
  2775. }
  2776. ],
  2777. "responses": {
  2778. "200": {
  2779. "description": "具体看返回内容 这是data里面的数据",
  2780. "schema": {
  2781. "$ref": "#/definitions/md.MediumListRes"
  2782. }
  2783. },
  2784. "400": {
  2785. "description": "具体错误",
  2786. "schema": {
  2787. "$ref": "#/definitions/md.Response"
  2788. }
  2789. }
  2790. }
  2791. }
  2792. },
  2793. "/api/mediumCenter/medium/bind/agent/save": {
  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.MediumListSaveReq"
  2821. }
  2822. }
  2823. ],
  2824. "responses": {
  2825. "200": {
  2826. "description": "具体看返回内容 ",
  2827. "schema": {
  2828. "type": "string"
  2829. }
  2830. },
  2831. "400": {
  2832. "description": "具体错误",
  2833. "schema": {
  2834. "$ref": "#/definitions/md.Response"
  2835. }
  2836. }
  2837. }
  2838. }
  2839. },
  2840. "/api/mediumCenter/medium/list": {
  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.MediumQualificationEnterpriseReq"
  2868. }
  2869. }
  2870. ],
  2871. "responses": {
  2872. "200": {
  2873. "description": "具体看返回内容 这是data里面的数据",
  2874. "schema": {
  2875. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  2876. }
  2877. },
  2878. "400": {
  2879. "description": "具体错误",
  2880. "schema": {
  2881. "$ref": "#/definitions/md.Response"
  2882. }
  2883. }
  2884. }
  2885. }
  2886. },
  2887. "/api/mediumQualification/bank": {
  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.MediumQualificationBankRes"
  2923. }
  2924. },
  2925. "400": {
  2926. "description": "具体错误",
  2927. "schema": {
  2928. "$ref": "#/definitions/md.Response"
  2929. }
  2930. }
  2931. }
  2932. }
  2933. },
  2934. "/api/mediumQualification/bank/audit": {
  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.MediumQualificationEnterpriseAuditReq"
  2962. }
  2963. }
  2964. ],
  2965. "responses": {
  2966. "200": {
  2967. "description": "具体看返回内容",
  2968. "schema": {
  2969. "type": "string"
  2970. }
  2971. },
  2972. "400": {
  2973. "description": "具体错误",
  2974. "schema": {
  2975. "$ref": "#/definitions/md.Response"
  2976. }
  2977. }
  2978. }
  2979. }
  2980. },
  2981. "/api/mediumQualification/contact": {
  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.MediumQualificationEnterpriseReq"
  3009. }
  3010. }
  3011. ],
  3012. "responses": {
  3013. "200": {
  3014. "description": "具体看返回内容 这是data里面的数据",
  3015. "schema": {
  3016. "$ref": "#/definitions/md.MediumQualificationContactRes"
  3017. }
  3018. },
  3019. "400": {
  3020. "description": "具体错误",
  3021. "schema": {
  3022. "$ref": "#/definitions/md.Response"
  3023. }
  3024. }
  3025. }
  3026. }
  3027. },
  3028. "/api/mediumQualification/contact/audit": {
  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.MediumQualificationEnterpriseAuditReq"
  3056. }
  3057. }
  3058. ],
  3059. "responses": {
  3060. "200": {
  3061. "description": "具体看返回内容",
  3062. "schema": {
  3063. "type": "string"
  3064. }
  3065. },
  3066. "400": {
  3067. "description": "具体错误",
  3068. "schema": {
  3069. "$ref": "#/definitions/md.Response"
  3070. }
  3071. }
  3072. }
  3073. }
  3074. },
  3075. "/api/mediumQualification/enterprise": {
  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.MediumQualificationEnterpriseReq"
  3103. }
  3104. }
  3105. ],
  3106. "responses": {
  3107. "200": {
  3108. "description": "具体看返回内容 这是data里面的数据",
  3109. "schema": {
  3110. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  3111. }
  3112. },
  3113. "400": {
  3114. "description": "具体错误",
  3115. "schema": {
  3116. "$ref": "#/definitions/md.Response"
  3117. }
  3118. }
  3119. }
  3120. }
  3121. },
  3122. "/api/mediumQualification/enterprise/audit": {
  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.MediumQualificationEnterpriseAuditReq"
  3150. }
  3151. }
  3152. ],
  3153. "responses": {
  3154. "200": {
  3155. "description": "具体看返回内容",
  3156. "schema": {
  3157. "type": "string"
  3158. }
  3159. },
  3160. "400": {
  3161. "description": "具体错误",
  3162. "schema": {
  3163. "$ref": "#/definitions/md.Response"
  3164. }
  3165. }
  3166. }
  3167. }
  3168. },
  3169. "/api/qualification/select/base": {
  3170. "get": {
  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. "responses": {
  3192. "200": {
  3193. "description": "具体看返回内容",
  3194. "schema": {
  3195. "type": "string"
  3196. }
  3197. },
  3198. "400": {
  3199. "description": "具体错误",
  3200. "schema": {
  3201. "$ref": "#/definitions/md.Response"
  3202. }
  3203. }
  3204. }
  3205. }
  3206. },
  3207. "/api/registerForAgent": {
  3208. "post": {
  3209. "description": "注册模块-渠道代理注册",
  3210. "consumes": [
  3211. "application/json"
  3212. ],
  3213. "produces": [
  3214. "application/json"
  3215. ],
  3216. "tags": [
  3217. "注册模块"
  3218. ],
  3219. "summary": "渠道代理注册",
  3220. "parameters": [
  3221. {
  3222. "description": "用户名密码",
  3223. "name": "req",
  3224. "in": "body",
  3225. "required": true,
  3226. "schema": {
  3227. "$ref": "#/definitions/md.RegisterForAgentReq"
  3228. }
  3229. }
  3230. ],
  3231. "responses": {
  3232. "200": {
  3233. "description": "success",
  3234. "schema": {
  3235. "type": "string"
  3236. }
  3237. },
  3238. "400": {
  3239. "description": "具体错误",
  3240. "schema": {
  3241. "$ref": "#/definitions/md.Response"
  3242. }
  3243. }
  3244. }
  3245. }
  3246. },
  3247. "/api/registerForMedium": {
  3248. "post": {
  3249. "description": "注册模块-媒体注册",
  3250. "consumes": [
  3251. "application/json"
  3252. ],
  3253. "produces": [
  3254. "application/json"
  3255. ],
  3256. "tags": [
  3257. "注册模块"
  3258. ],
  3259. "summary": "媒体注册",
  3260. "parameters": [
  3261. {
  3262. "description": "用户名密码",
  3263. "name": "req",
  3264. "in": "body",
  3265. "required": true,
  3266. "schema": {
  3267. "$ref": "#/definitions/md.RegisterForMediumReq"
  3268. }
  3269. }
  3270. ],
  3271. "responses": {
  3272. "200": {
  3273. "description": "success",
  3274. "schema": {
  3275. "type": "string"
  3276. }
  3277. },
  3278. "400": {
  3279. "description": "具体错误",
  3280. "schema": {
  3281. "$ref": "#/definitions/md.Response"
  3282. }
  3283. }
  3284. }
  3285. }
  3286. },
  3287. "/api/role/addAdmin": {
  3288. "post": {
  3289. "description": "权限管理-新增管理员",
  3290. "consumes": [
  3291. "application/json"
  3292. ],
  3293. "produces": [
  3294. "application/json"
  3295. ],
  3296. "tags": [
  3297. "权限管理"
  3298. ],
  3299. "summary": "新增管理员",
  3300. "parameters": [
  3301. {
  3302. "type": "string",
  3303. "description": "验证参数Bearer和token空格拼接",
  3304. "name": "Authorization",
  3305. "in": "header",
  3306. "required": true
  3307. },
  3308. {
  3309. "description": "请求参数",
  3310. "name": "args",
  3311. "in": "body",
  3312. "required": true,
  3313. "schema": {
  3314. "$ref": "#/definitions/md.AddAdminReq"
  3315. }
  3316. }
  3317. ],
  3318. "responses": {
  3319. "200": {
  3320. "description": "success",
  3321. "schema": {
  3322. "type": "string"
  3323. }
  3324. },
  3325. "400": {
  3326. "description": "具体错误",
  3327. "schema": {
  3328. "$ref": "#/definitions/md.Response"
  3329. }
  3330. }
  3331. }
  3332. }
  3333. },
  3334. "/api/role/addRole": {
  3335. "post": {
  3336. "description": "权限管理-添加角色",
  3337. "consumes": [
  3338. "application/json"
  3339. ],
  3340. "produces": [
  3341. "application/json"
  3342. ],
  3343. "tags": [
  3344. "权限管理"
  3345. ],
  3346. "summary": "添加角色",
  3347. "parameters": [
  3348. {
  3349. "type": "string",
  3350. "description": "验证参数Bearer和token空格拼接",
  3351. "name": "Authorization",
  3352. "in": "header",
  3353. "required": true
  3354. },
  3355. {
  3356. "description": "请求参数",
  3357. "name": "args",
  3358. "in": "body",
  3359. "required": true,
  3360. "schema": {
  3361. "$ref": "#/definitions/md.AddRoleReq"
  3362. }
  3363. }
  3364. ],
  3365. "responses": {
  3366. "200": {
  3367. "description": "success",
  3368. "schema": {
  3369. "type": "string"
  3370. }
  3371. },
  3372. "400": {
  3373. "description": "具体错误",
  3374. "schema": {
  3375. "$ref": "#/definitions/md.Response"
  3376. }
  3377. }
  3378. }
  3379. }
  3380. },
  3381. "/api/role/adminInfo": {
  3382. "get": {
  3383. "description": "权限管理-管理员信息",
  3384. "consumes": [
  3385. "application/json"
  3386. ],
  3387. "produces": [
  3388. "application/json"
  3389. ],
  3390. "tags": [
  3391. "权限管理"
  3392. ],
  3393. "summary": "管理员信息",
  3394. "parameters": [
  3395. {
  3396. "type": "string",
  3397. "description": "验证参数Bearer和token空格拼接",
  3398. "name": "Authorization",
  3399. "in": "header",
  3400. "required": true
  3401. },
  3402. {
  3403. "type": "string",
  3404. "description": "管理员id",
  3405. "name": "adm_id",
  3406. "in": "query",
  3407. "required": true
  3408. }
  3409. ],
  3410. "responses": {
  3411. "200": {
  3412. "description": "具体看返回内容",
  3413. "schema": {
  3414. "type": "string"
  3415. }
  3416. },
  3417. "400": {
  3418. "description": "具体错误",
  3419. "schema": {
  3420. "$ref": "#/definitions/md.Response"
  3421. }
  3422. }
  3423. }
  3424. }
  3425. },
  3426. "/api/role/adminList": {
  3427. "post": {
  3428. "description": "权限管理-管理员列表",
  3429. "consumes": [
  3430. "application/json"
  3431. ],
  3432. "produces": [
  3433. "application/json"
  3434. ],
  3435. "tags": [
  3436. "权限管理"
  3437. ],
  3438. "summary": "管理员列表",
  3439. "parameters": [
  3440. {
  3441. "type": "string",
  3442. "description": "验证参数Bearer和token空格拼接",
  3443. "name": "Authorization",
  3444. "in": "header",
  3445. "required": true
  3446. },
  3447. {
  3448. "description": "请求参数",
  3449. "name": "args",
  3450. "in": "body",
  3451. "required": true,
  3452. "schema": {
  3453. "$ref": "#/definitions/md.AdminListReq"
  3454. }
  3455. }
  3456. ],
  3457. "responses": {
  3458. "200": {
  3459. "description": "具体看返回内容",
  3460. "schema": {
  3461. "type": "string"
  3462. }
  3463. },
  3464. "400": {
  3465. "description": "具体错误",
  3466. "schema": {
  3467. "$ref": "#/definitions/md.Response"
  3468. }
  3469. }
  3470. }
  3471. }
  3472. },
  3473. "/api/role/bindAdminRole/": {
  3474. "post": {
  3475. "description": "权限管理-管理员绑定角色",
  3476. "consumes": [
  3477. "application/json"
  3478. ],
  3479. "produces": [
  3480. "application/json"
  3481. ],
  3482. "tags": [
  3483. "权限管理"
  3484. ],
  3485. "summary": "管理员绑定角色",
  3486. "parameters": [
  3487. {
  3488. "type": "string",
  3489. "description": "验证参数Bearer和token空格拼接",
  3490. "name": "Authorization",
  3491. "in": "header",
  3492. "required": true
  3493. },
  3494. {
  3495. "description": "请求参数",
  3496. "name": "args",
  3497. "in": "body",
  3498. "required": true,
  3499. "schema": {
  3500. "$ref": "#/definitions/md.BindAdminRoleReq"
  3501. }
  3502. }
  3503. ],
  3504. "responses": {
  3505. "200": {
  3506. "description": "success",
  3507. "schema": {
  3508. "type": "string"
  3509. }
  3510. },
  3511. "400": {
  3512. "description": "具体错误",
  3513. "schema": {
  3514. "$ref": "#/definitions/md.Response"
  3515. }
  3516. }
  3517. }
  3518. }
  3519. },
  3520. "/api/role/deleteAdmin/{$adm_id}": {
  3521. "delete": {
  3522. "description": "权限管理-删除管理员",
  3523. "consumes": [
  3524. "application/json"
  3525. ],
  3526. "produces": [
  3527. "application/json"
  3528. ],
  3529. "tags": [
  3530. "权限管理"
  3531. ],
  3532. "summary": "删除管理员",
  3533. "parameters": [
  3534. {
  3535. "type": "string",
  3536. "description": "验证参数Bearer和token空格拼接",
  3537. "name": "Authorization",
  3538. "in": "header",
  3539. "required": true
  3540. }
  3541. ],
  3542. "responses": {
  3543. "200": {
  3544. "description": "success",
  3545. "schema": {
  3546. "type": "string"
  3547. }
  3548. },
  3549. "400": {
  3550. "description": "具体错误",
  3551. "schema": {
  3552. "$ref": "#/definitions/md.Response"
  3553. }
  3554. }
  3555. }
  3556. }
  3557. },
  3558. "/api/role/deleteRole/{$id}": {
  3559. "delete": {
  3560. "description": "权限管理-删除角色",
  3561. "consumes": [
  3562. "application/json"
  3563. ],
  3564. "produces": [
  3565. "application/json"
  3566. ],
  3567. "tags": [
  3568. "权限管理"
  3569. ],
  3570. "summary": "删除角色",
  3571. "parameters": [
  3572. {
  3573. "type": "string",
  3574. "description": "验证参数Bearer和token空格拼接",
  3575. "name": "Authorization",
  3576. "in": "header",
  3577. "required": true
  3578. },
  3579. {
  3580. "description": "请求参数",
  3581. "name": "args",
  3582. "in": "body",
  3583. "required": true,
  3584. "schema": {
  3585. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3586. }
  3587. }
  3588. ],
  3589. "responses": {
  3590. "200": {
  3591. "description": "success",
  3592. "schema": {
  3593. "type": "string"
  3594. }
  3595. },
  3596. "400": {
  3597. "description": "具体错误",
  3598. "schema": {
  3599. "$ref": "#/definitions/md.Response"
  3600. }
  3601. }
  3602. }
  3603. }
  3604. },
  3605. "/api/role/roleBindPermissionGroup": {
  3606. "post": {
  3607. "description": "权限管理-角色绑定权限组",
  3608. "consumes": [
  3609. "application/json"
  3610. ],
  3611. "produces": [
  3612. "application/json"
  3613. ],
  3614. "tags": [
  3615. "权限管理"
  3616. ],
  3617. "summary": "角色绑定权限组",
  3618. "parameters": [
  3619. {
  3620. "type": "string",
  3621. "description": "验证参数Bearer和token空格拼接",
  3622. "name": "Authorization",
  3623. "in": "header",
  3624. "required": true
  3625. },
  3626. {
  3627. "description": "请求参数",
  3628. "name": "args",
  3629. "in": "body",
  3630. "required": true,
  3631. "schema": {
  3632. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  3633. }
  3634. }
  3635. ],
  3636. "responses": {
  3637. "200": {
  3638. "description": "success",
  3639. "schema": {
  3640. "type": "string"
  3641. }
  3642. },
  3643. "400": {
  3644. "description": "具体错误",
  3645. "schema": {
  3646. "$ref": "#/definitions/md.Response"
  3647. }
  3648. }
  3649. }
  3650. }
  3651. },
  3652. "/api/role/roleList": {
  3653. "get": {
  3654. "description": "权限管理-角色列表",
  3655. "consumes": [
  3656. "application/json"
  3657. ],
  3658. "produces": [
  3659. "application/json"
  3660. ],
  3661. "tags": [
  3662. "权限管理"
  3663. ],
  3664. "summary": "角色列表",
  3665. "parameters": [
  3666. {
  3667. "type": "string",
  3668. "description": "验证参数Bearer和token空格拼接",
  3669. "name": "Authorization",
  3670. "in": "header",
  3671. "required": true
  3672. }
  3673. ],
  3674. "responses": {
  3675. "200": {
  3676. "description": "具体看返回内容",
  3677. "schema": {
  3678. "type": "string"
  3679. }
  3680. },
  3681. "400": {
  3682. "description": "具体错误",
  3683. "schema": {
  3684. "$ref": "#/definitions/md.Response"
  3685. }
  3686. }
  3687. }
  3688. }
  3689. },
  3690. "/api/role/updateAdmin": {
  3691. "post": {
  3692. "description": "权限管理-修改管理员信息",
  3693. "consumes": [
  3694. "application/json"
  3695. ],
  3696. "produces": [
  3697. "application/json"
  3698. ],
  3699. "tags": [
  3700. "权限管理"
  3701. ],
  3702. "summary": "修改管理员信息",
  3703. "parameters": [
  3704. {
  3705. "type": "string",
  3706. "description": "验证参数Bearer和token空格拼接",
  3707. "name": "Authorization",
  3708. "in": "header",
  3709. "required": true
  3710. },
  3711. {
  3712. "description": "请求参数",
  3713. "name": "args",
  3714. "in": "body",
  3715. "required": true,
  3716. "schema": {
  3717. "$ref": "#/definitions/md.UpdateAdminReq"
  3718. }
  3719. }
  3720. ],
  3721. "responses": {
  3722. "200": {
  3723. "description": "success",
  3724. "schema": {
  3725. "type": "string"
  3726. }
  3727. },
  3728. "400": {
  3729. "description": "具体错误",
  3730. "schema": {
  3731. "$ref": "#/definitions/md.Response"
  3732. }
  3733. }
  3734. }
  3735. }
  3736. },
  3737. "/api/role/updateAdminState": {
  3738. "post": {
  3739. "description": "权限管理-修改管理员状态",
  3740. "consumes": [
  3741. "application/json"
  3742. ],
  3743. "produces": [
  3744. "application/json"
  3745. ],
  3746. "tags": [
  3747. "权限管理"
  3748. ],
  3749. "summary": "修改管理员状态",
  3750. "parameters": [
  3751. {
  3752. "type": "string",
  3753. "description": "验证参数Bearer和token空格拼接",
  3754. "name": "Authorization",
  3755. "in": "header",
  3756. "required": true
  3757. },
  3758. {
  3759. "description": "请求参数",
  3760. "name": "args",
  3761. "in": "body",
  3762. "required": true,
  3763. "schema": {
  3764. "$ref": "#/definitions/md.UpdateAdminStateReq"
  3765. }
  3766. }
  3767. ],
  3768. "responses": {
  3769. "200": {
  3770. "description": "success",
  3771. "schema": {
  3772. "type": "string"
  3773. }
  3774. },
  3775. "400": {
  3776. "description": "具体错误",
  3777. "schema": {
  3778. "$ref": "#/definitions/md.Response"
  3779. }
  3780. }
  3781. }
  3782. }
  3783. },
  3784. "/api/role/updateRole": {
  3785. "post": {
  3786. "description": "权限管理-修改角色",
  3787. "consumes": [
  3788. "application/json"
  3789. ],
  3790. "produces": [
  3791. "application/json"
  3792. ],
  3793. "tags": [
  3794. "权限管理"
  3795. ],
  3796. "summary": "修改角色",
  3797. "parameters": [
  3798. {
  3799. "type": "string",
  3800. "description": "验证参数Bearer和token空格拼接",
  3801. "name": "Authorization",
  3802. "in": "header",
  3803. "required": true
  3804. },
  3805. {
  3806. "description": "请求参数",
  3807. "name": "args",
  3808. "in": "body",
  3809. "required": true,
  3810. "schema": {
  3811. "$ref": "#/definitions/md.UpdateRoleReq"
  3812. }
  3813. }
  3814. ],
  3815. "responses": {
  3816. "200": {
  3817. "description": "success",
  3818. "schema": {
  3819. "type": "string"
  3820. }
  3821. },
  3822. "400": {
  3823. "description": "具体错误",
  3824. "schema": {
  3825. "$ref": "#/definitions/md.Response"
  3826. }
  3827. }
  3828. }
  3829. }
  3830. },
  3831. "/api/role/updateRoleState": {
  3832. "post": {
  3833. "description": "权限管理-修改角色状态",
  3834. "consumes": [
  3835. "application/json"
  3836. ],
  3837. "produces": [
  3838. "application/json"
  3839. ],
  3840. "tags": [
  3841. "权限管理"
  3842. ],
  3843. "summary": "修改角色状态",
  3844. "parameters": [
  3845. {
  3846. "type": "string",
  3847. "description": "验证参数Bearer和token空格拼接",
  3848. "name": "Authorization",
  3849. "in": "header",
  3850. "required": true
  3851. },
  3852. {
  3853. "description": "请求参数",
  3854. "name": "args",
  3855. "in": "body",
  3856. "required": true,
  3857. "schema": {
  3858. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3859. }
  3860. }
  3861. ],
  3862. "responses": {
  3863. "200": {
  3864. "description": "success",
  3865. "schema": {
  3866. "type": "string"
  3867. }
  3868. },
  3869. "400": {
  3870. "description": "具体错误",
  3871. "schema": {
  3872. "$ref": "#/definitions/md.Response"
  3873. }
  3874. }
  3875. }
  3876. }
  3877. },
  3878. "/api/setCenter/applet/add": {
  3879. "post": {
  3880. "description": "小程序设置-新增",
  3881. "consumes": [
  3882. "application/json"
  3883. ],
  3884. "produces": [
  3885. "application/json"
  3886. ],
  3887. "tags": [
  3888. "设置中心-小程序设置"
  3889. ],
  3890. "summary": "新增",
  3891. "parameters": [
  3892. {
  3893. "type": "string",
  3894. "description": "验证参数Bearer和token空格拼接",
  3895. "name": "Authorization",
  3896. "in": "header",
  3897. "required": true
  3898. },
  3899. {
  3900. "description": "请求参数",
  3901. "name": "args",
  3902. "in": "body",
  3903. "required": true,
  3904. "schema": {
  3905. "$ref": "#/definitions/md.AppletAddReq"
  3906. }
  3907. }
  3908. ],
  3909. "responses": {
  3910. "200": {
  3911. "description": "success",
  3912. "schema": {
  3913. "type": "string"
  3914. }
  3915. },
  3916. "400": {
  3917. "description": "具体错误",
  3918. "schema": {
  3919. "$ref": "#/definitions/md.Response"
  3920. }
  3921. }
  3922. }
  3923. }
  3924. },
  3925. "/api/setCenter/applet/authorize": {
  3926. "get": {
  3927. "description": "设置中心-基础设置",
  3928. "consumes": [
  3929. "application/json"
  3930. ],
  3931. "produces": [
  3932. "application/json"
  3933. ],
  3934. "tags": [
  3935. "设置中心"
  3936. ],
  3937. "summary": "设置中心-基础设置-微信三方应用获取",
  3938. "parameters": [
  3939. {
  3940. "type": "string",
  3941. "description": "验证参数Bearer和token空格拼接",
  3942. "name": "Authorization",
  3943. "in": "header",
  3944. "required": true
  3945. }
  3946. ],
  3947. "responses": {
  3948. "200": {
  3949. "description": "微信授权界面url",
  3950. "schema": {
  3951. "type": "string"
  3952. }
  3953. },
  3954. "400": {
  3955. "description": "具体错误",
  3956. "schema": {
  3957. "$ref": "#/definitions/md.Response"
  3958. }
  3959. }
  3960. }
  3961. }
  3962. },
  3963. "/api/setCenter/applet/list": {
  3964. "get": {
  3965. "description": "小程序设置-列表",
  3966. "consumes": [
  3967. "application/json"
  3968. ],
  3969. "produces": [
  3970. "application/json"
  3971. ],
  3972. "tags": [
  3973. "设置中心-小程序设置"
  3974. ],
  3975. "summary": "列表",
  3976. "parameters": [
  3977. {
  3978. "type": "string",
  3979. "description": "验证参数Bearer和token空格拼接",
  3980. "name": "Authorization",
  3981. "in": "header",
  3982. "required": true
  3983. }
  3984. ],
  3985. "responses": {
  3986. "200": {
  3987. "description": "OK",
  3988. "schema": {
  3989. "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList"
  3990. }
  3991. },
  3992. "400": {
  3993. "description": "具体错误",
  3994. "schema": {
  3995. "$ref": "#/definitions/md.Response"
  3996. }
  3997. }
  3998. }
  3999. }
  4000. },
  4001. "/api/setCenter/applet/unauthorized": {
  4002. "get": {
  4003. "description": "设置中心-基础设置",
  4004. "consumes": [
  4005. "application/json"
  4006. ],
  4007. "produces": [
  4008. "application/json"
  4009. ],
  4010. "tags": [
  4011. "设置中心"
  4012. ],
  4013. "summary": "设置中心-基础设置-微信三方应用获取",
  4014. "parameters": [
  4015. {
  4016. "type": "string",
  4017. "description": "验证参数Bearer和token空格拼接",
  4018. "name": "Authorization",
  4019. "in": "header",
  4020. "required": true
  4021. }
  4022. ],
  4023. "responses": {
  4024. "200": {
  4025. "description": "success",
  4026. "schema": {
  4027. "type": "string"
  4028. }
  4029. },
  4030. "400": {
  4031. "description": "具体错误",
  4032. "schema": {
  4033. "$ref": "#/definitions/md.Response"
  4034. }
  4035. }
  4036. }
  4037. }
  4038. },
  4039. "/api/setCenter/applet/update": {
  4040. "post": {
  4041. "description": "小程序设置-更新",
  4042. "consumes": [
  4043. "application/json"
  4044. ],
  4045. "produces": [
  4046. "application/json"
  4047. ],
  4048. "tags": [
  4049. "设置中心-小程序设置"
  4050. ],
  4051. "summary": "更新",
  4052. "parameters": [
  4053. {
  4054. "type": "string",
  4055. "description": "验证参数Bearer和token空格拼接",
  4056. "name": "Authorization",
  4057. "in": "header",
  4058. "required": true
  4059. },
  4060. {
  4061. "description": "请求参数",
  4062. "name": "args",
  4063. "in": "body",
  4064. "required": true,
  4065. "schema": {
  4066. "$ref": "#/definitions/md.AppletUpdateReq"
  4067. }
  4068. }
  4069. ],
  4070. "responses": {
  4071. "200": {
  4072. "description": "success",
  4073. "schema": {
  4074. "type": "string"
  4075. }
  4076. },
  4077. "400": {
  4078. "description": "具体错误",
  4079. "schema": {
  4080. "$ref": "#/definitions/md.Response"
  4081. }
  4082. }
  4083. }
  4084. }
  4085. },
  4086. "/api/setCenter/basic/getMob": {
  4087. "get": {
  4088. "description": "基础设置-mob获取",
  4089. "consumes": [
  4090. "application/json"
  4091. ],
  4092. "produces": [
  4093. "application/json"
  4094. ],
  4095. "tags": [
  4096. "设置中心-基础设置"
  4097. ],
  4098. "summary": "mob获取",
  4099. "parameters": [
  4100. {
  4101. "type": "string",
  4102. "description": "验证参数Bearer和token空格拼接",
  4103. "name": "Authorization",
  4104. "in": "header",
  4105. "required": true
  4106. }
  4107. ],
  4108. "responses": {
  4109. "200": {
  4110. "description": "OK",
  4111. "schema": {
  4112. "$ref": "#/definitions/md.SetOssResp"
  4113. }
  4114. },
  4115. "400": {
  4116. "description": "具体错误",
  4117. "schema": {
  4118. "$ref": "#/definitions/md.Response"
  4119. }
  4120. }
  4121. }
  4122. }
  4123. },
  4124. "/api/setCenter/basic/getOss": {
  4125. "get": {
  4126. "description": "基础设置-oss获取",
  4127. "consumes": [
  4128. "application/json"
  4129. ],
  4130. "produces": [
  4131. "application/json"
  4132. ],
  4133. "tags": [
  4134. "设置中心-基础设置"
  4135. ],
  4136. "summary": "oss获取",
  4137. "parameters": [
  4138. {
  4139. "type": "string",
  4140. "description": "验证参数Bearer和token空格拼接",
  4141. "name": "Authorization",
  4142. "in": "header",
  4143. "required": true
  4144. }
  4145. ],
  4146. "responses": {
  4147. "200": {
  4148. "description": "OK",
  4149. "schema": {
  4150. "$ref": "#/definitions/md.SetOssResp"
  4151. }
  4152. },
  4153. "400": {
  4154. "description": "具体错误",
  4155. "schema": {
  4156. "$ref": "#/definitions/md.Response"
  4157. }
  4158. }
  4159. }
  4160. }
  4161. },
  4162. "/api/setCenter/basic/setMob": {
  4163. "post": {
  4164. "description": "基础设置-mob设置",
  4165. "consumes": [
  4166. "application/json"
  4167. ],
  4168. "produces": [
  4169. "application/json"
  4170. ],
  4171. "tags": [
  4172. "设置中心-基础设置"
  4173. ],
  4174. "summary": "mob设置",
  4175. "parameters": [
  4176. {
  4177. "type": "string",
  4178. "description": "验证参数Bearer和token空格拼接",
  4179. "name": "Authorization",
  4180. "in": "header",
  4181. "required": true
  4182. },
  4183. {
  4184. "description": "请求参数",
  4185. "name": "args",
  4186. "in": "body",
  4187. "required": true,
  4188. "schema": {
  4189. "$ref": "#/definitions/md.SetMobReq"
  4190. }
  4191. }
  4192. ],
  4193. "responses": {
  4194. "200": {
  4195. "description": "success",
  4196. "schema": {
  4197. "type": "string"
  4198. }
  4199. },
  4200. "400": {
  4201. "description": "具体错误",
  4202. "schema": {
  4203. "$ref": "#/definitions/md.Response"
  4204. }
  4205. }
  4206. }
  4207. }
  4208. },
  4209. "/api/setCenter/basic/setOss": {
  4210. "post": {
  4211. "description": "基础设置-oss设置",
  4212. "consumes": [
  4213. "application/json"
  4214. ],
  4215. "produces": [
  4216. "application/json"
  4217. ],
  4218. "tags": [
  4219. "设置中心-基础设置"
  4220. ],
  4221. "summary": "oss设置",
  4222. "parameters": [
  4223. {
  4224. "type": "string",
  4225. "description": "验证参数Bearer和token空格拼接",
  4226. "name": "Authorization",
  4227. "in": "header",
  4228. "required": true
  4229. },
  4230. {
  4231. "description": "请求参数",
  4232. "name": "args",
  4233. "in": "body",
  4234. "required": true,
  4235. "schema": {
  4236. "$ref": "#/definitions/md.SetOssReq"
  4237. }
  4238. }
  4239. ],
  4240. "responses": {
  4241. "200": {
  4242. "description": "success",
  4243. "schema": {
  4244. "type": "string"
  4245. }
  4246. },
  4247. "400": {
  4248. "description": "具体错误",
  4249. "schema": {
  4250. "$ref": "#/definitions/md.Response"
  4251. }
  4252. }
  4253. }
  4254. }
  4255. },
  4256. "/api/setCenter/basic/wxOpenGet": {
  4257. "get": {
  4258. "description": "基础设置-微信三方应用获取",
  4259. "consumes": [
  4260. "application/json"
  4261. ],
  4262. "produces": [
  4263. "application/json"
  4264. ],
  4265. "tags": [
  4266. "设置中心-基础设置"
  4267. ],
  4268. "summary": "微信三方应用获取",
  4269. "parameters": [
  4270. {
  4271. "type": "string",
  4272. "description": "验证参数Bearer和token空格拼接",
  4273. "name": "Authorization",
  4274. "in": "header",
  4275. "required": true
  4276. }
  4277. ],
  4278. "responses": {
  4279. "200": {
  4280. "description": "OK",
  4281. "schema": {
  4282. "$ref": "#/definitions/md.WxOpenGetResp"
  4283. }
  4284. },
  4285. "400": {
  4286. "description": "具体错误",
  4287. "schema": {
  4288. "$ref": "#/definitions/md.Response"
  4289. }
  4290. }
  4291. }
  4292. }
  4293. },
  4294. "/api/setCenter/basic/wxOpenSet": {
  4295. "post": {
  4296. "description": "基础设置-微信三方应用设置",
  4297. "consumes": [
  4298. "application/json"
  4299. ],
  4300. "produces": [
  4301. "application/json"
  4302. ],
  4303. "tags": [
  4304. "设置中心-基础设置"
  4305. ],
  4306. "summary": "微信三方应用设置",
  4307. "parameters": [
  4308. {
  4309. "type": "string",
  4310. "description": "验证参数Bearer和token空格拼接",
  4311. "name": "Authorization",
  4312. "in": "header",
  4313. "required": true
  4314. },
  4315. {
  4316. "description": "请求参数",
  4317. "name": "args",
  4318. "in": "body",
  4319. "required": true,
  4320. "schema": {
  4321. "$ref": "#/definitions/md.WxOpenSetReq"
  4322. }
  4323. }
  4324. ],
  4325. "responses": {
  4326. "200": {
  4327. "description": "success",
  4328. "schema": {
  4329. "type": "string"
  4330. }
  4331. },
  4332. "400": {
  4333. "description": "具体错误",
  4334. "schema": {
  4335. "$ref": "#/definitions/md.Response"
  4336. }
  4337. }
  4338. }
  4339. }
  4340. },
  4341. "/api/setCenter/share/index": {
  4342. "get": {
  4343. "description": "邀请链接界面接口",
  4344. "consumes": [
  4345. "application/json"
  4346. ],
  4347. "produces": [
  4348. "application/json"
  4349. ],
  4350. "tags": [
  4351. "设置中心-邀请链接"
  4352. ],
  4353. "summary": "邀请链接",
  4354. "parameters": [
  4355. {
  4356. "type": "string",
  4357. "description": "验证参数Bearer和token空格拼接",
  4358. "name": "Authorization",
  4359. "in": "header",
  4360. "required": true
  4361. }
  4362. ],
  4363. "responses": {
  4364. "200": {
  4365. "description": "OK",
  4366. "schema": {
  4367. "$ref": "#/definitions/md.ShareIndexResp"
  4368. }
  4369. },
  4370. "400": {
  4371. "description": "具体错误",
  4372. "schema": {
  4373. "$ref": "#/definitions/md.Response"
  4374. }
  4375. }
  4376. }
  4377. }
  4378. },
  4379. "/api/settleCenter/agent/detail": {
  4380. "post": {
  4381. "description": "结算中心-代理详情",
  4382. "consumes": [
  4383. "application/json"
  4384. ],
  4385. "produces": [
  4386. "application/json"
  4387. ],
  4388. "tags": [
  4389. "结算中心------嘉俊"
  4390. ],
  4391. "summary": "代理详情",
  4392. "parameters": [
  4393. {
  4394. "type": "string",
  4395. "description": "验证参数Bearer和token空格拼接",
  4396. "name": "Authorization",
  4397. "in": "header",
  4398. "required": true
  4399. },
  4400. {
  4401. "description": "请求参数",
  4402. "name": "args",
  4403. "in": "body",
  4404. "required": true,
  4405. "schema": {
  4406. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  4407. }
  4408. }
  4409. ],
  4410. "responses": {
  4411. "200": {
  4412. "description": "具体看返回内容 这是data里面的数据",
  4413. "schema": {
  4414. "type": "string"
  4415. }
  4416. },
  4417. "400": {
  4418. "description": "具体错误",
  4419. "schema": {
  4420. "$ref": "#/definitions/md.Response"
  4421. }
  4422. }
  4423. }
  4424. }
  4425. },
  4426. "/api/settleCenter/agent/list": {
  4427. "post": {
  4428. "description": "结算中心-代理列表",
  4429. "consumes": [
  4430. "application/json"
  4431. ],
  4432. "produces": [
  4433. "application/json"
  4434. ],
  4435. "tags": [
  4436. "结算中心------嘉俊"
  4437. ],
  4438. "summary": "代理列表",
  4439. "parameters": [
  4440. {
  4441. "type": "string",
  4442. "description": "验证参数Bearer和token空格拼接",
  4443. "name": "Authorization",
  4444. "in": "header",
  4445. "required": true
  4446. },
  4447. {
  4448. "description": "请求参数",
  4449. "name": "args",
  4450. "in": "body",
  4451. "required": true,
  4452. "schema": {
  4453. "$ref": "#/definitions/md.SettleCenterDataReq"
  4454. }
  4455. }
  4456. ],
  4457. "responses": {
  4458. "200": {
  4459. "description": "具体看返回内容 这是data里面的数据",
  4460. "schema": {
  4461. "$ref": "#/definitions/md.SettleCenterDataRes"
  4462. }
  4463. },
  4464. "400": {
  4465. "description": "具体错误",
  4466. "schema": {
  4467. "$ref": "#/definitions/md.Response"
  4468. }
  4469. }
  4470. }
  4471. }
  4472. },
  4473. "/api/settleCenter/agent/save": {
  4474. "post": {
  4475. "description": "结算中心-代理修改结算方式",
  4476. "consumes": [
  4477. "application/json"
  4478. ],
  4479. "produces": [
  4480. "application/json"
  4481. ],
  4482. "tags": [
  4483. "结算中心------嘉俊"
  4484. ],
  4485. "summary": "代理修改结算方式",
  4486. "parameters": [
  4487. {
  4488. "type": "string",
  4489. "description": "验证参数Bearer和token空格拼接",
  4490. "name": "Authorization",
  4491. "in": "header",
  4492. "required": true
  4493. },
  4494. {
  4495. "description": "请求参数",
  4496. "name": "args",
  4497. "in": "body",
  4498. "required": true,
  4499. "schema": {
  4500. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  4501. }
  4502. }
  4503. ],
  4504. "responses": {
  4505. "200": {
  4506. "description": "具体看返回内容 这是data里面的数据",
  4507. "schema": {
  4508. "type": "string"
  4509. }
  4510. },
  4511. "400": {
  4512. "description": "具体错误",
  4513. "schema": {
  4514. "$ref": "#/definitions/md.Response"
  4515. }
  4516. }
  4517. }
  4518. }
  4519. },
  4520. "/api/settleCenter/medium/detail": {
  4521. "post": {
  4522. "description": "结算中心-媒体详情",
  4523. "consumes": [
  4524. "application/json"
  4525. ],
  4526. "produces": [
  4527. "application/json"
  4528. ],
  4529. "tags": [
  4530. "结算中心------嘉俊"
  4531. ],
  4532. "summary": "媒体详情",
  4533. "parameters": [
  4534. {
  4535. "type": "string",
  4536. "description": "验证参数Bearer和token空格拼接",
  4537. "name": "Authorization",
  4538. "in": "header",
  4539. "required": true
  4540. },
  4541. {
  4542. "description": "请求参数",
  4543. "name": "args",
  4544. "in": "body",
  4545. "required": true,
  4546. "schema": {
  4547. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  4548. }
  4549. }
  4550. ],
  4551. "responses": {
  4552. "200": {
  4553. "description": "具体看返回内容 这是data里面的数据",
  4554. "schema": {
  4555. "type": "string"
  4556. }
  4557. },
  4558. "400": {
  4559. "description": "具体错误",
  4560. "schema": {
  4561. "$ref": "#/definitions/md.Response"
  4562. }
  4563. }
  4564. }
  4565. }
  4566. },
  4567. "/api/settleCenter/medium/list": {
  4568. "post": {
  4569. "description": "结算中心-媒体列表",
  4570. "consumes": [
  4571. "application/json"
  4572. ],
  4573. "produces": [
  4574. "application/json"
  4575. ],
  4576. "tags": [
  4577. "结算中心------嘉俊"
  4578. ],
  4579. "summary": "媒体列表",
  4580. "parameters": [
  4581. {
  4582. "type": "string",
  4583. "description": "验证参数Bearer和token空格拼接",
  4584. "name": "Authorization",
  4585. "in": "header",
  4586. "required": true
  4587. },
  4588. {
  4589. "description": "请求参数",
  4590. "name": "args",
  4591. "in": "body",
  4592. "required": true,
  4593. "schema": {
  4594. "$ref": "#/definitions/md.SettleCenterDataReq"
  4595. }
  4596. }
  4597. ],
  4598. "responses": {
  4599. "200": {
  4600. "description": "具体看返回内容 这是data里面的数据",
  4601. "schema": {
  4602. "$ref": "#/definitions/md.SettleCenterDataRes"
  4603. }
  4604. },
  4605. "400": {
  4606. "description": "具体错误",
  4607. "schema": {
  4608. "$ref": "#/definitions/md.Response"
  4609. }
  4610. }
  4611. }
  4612. }
  4613. },
  4614. "/api/settleCenter/medium/save": {
  4615. "post": {
  4616. "description": "结算中心-媒体修改结算方式",
  4617. "consumes": [
  4618. "application/json"
  4619. ],
  4620. "produces": [
  4621. "application/json"
  4622. ],
  4623. "tags": [
  4624. "结算中心------嘉俊"
  4625. ],
  4626. "summary": "媒体修改结算方式",
  4627. "parameters": [
  4628. {
  4629. "type": "string",
  4630. "description": "验证参数Bearer和token空格拼接",
  4631. "name": "Authorization",
  4632. "in": "header",
  4633. "required": true
  4634. },
  4635. {
  4636. "description": "请求参数",
  4637. "name": "args",
  4638. "in": "body",
  4639. "required": true,
  4640. "schema": {
  4641. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  4642. }
  4643. }
  4644. ],
  4645. "responses": {
  4646. "200": {
  4647. "description": "具体看返回内容 这是data里面的数据",
  4648. "schema": {
  4649. "type": "string"
  4650. }
  4651. },
  4652. "400": {
  4653. "description": "具体错误",
  4654. "schema": {
  4655. "$ref": "#/definitions/md.Response"
  4656. }
  4657. }
  4658. }
  4659. }
  4660. },
  4661. "/role/permissionGroupList": {
  4662. "get": {
  4663. "description": "权限管理-权限组列表",
  4664. "consumes": [
  4665. "application/json"
  4666. ],
  4667. "produces": [
  4668. "application/json"
  4669. ],
  4670. "tags": [
  4671. "权限管理"
  4672. ],
  4673. "summary": "权限组列表",
  4674. "parameters": [
  4675. {
  4676. "type": "string",
  4677. "description": "验证参数Bearer和token空格拼接",
  4678. "name": "Authorization",
  4679. "in": "header",
  4680. "required": true
  4681. },
  4682. {
  4683. "type": "string",
  4684. "description": "管理员id",
  4685. "name": "adm_id",
  4686. "in": "query",
  4687. "required": true
  4688. }
  4689. ],
  4690. "responses": {
  4691. "200": {
  4692. "description": "具体看返回内容",
  4693. "schema": {
  4694. "type": "string"
  4695. }
  4696. },
  4697. "400": {
  4698. "description": "具体错误",
  4699. "schema": {
  4700. "$ref": "#/definitions/md.Response"
  4701. }
  4702. }
  4703. }
  4704. }
  4705. },
  4706. "/v1/banner/delete/{$id}": {
  4707. "delete": {
  4708. "description": "小程序设置-删除",
  4709. "consumes": [
  4710. "application/json"
  4711. ],
  4712. "produces": [
  4713. "application/json"
  4714. ],
  4715. "tags": [
  4716. "设置中心-小程序设置"
  4717. ],
  4718. "summary": "删除",
  4719. "parameters": [
  4720. {
  4721. "type": "string",
  4722. "description": "验证参数Bearer和token空格拼接",
  4723. "name": "Authorization",
  4724. "in": "header",
  4725. "required": true
  4726. }
  4727. ],
  4728. "responses": {
  4729. "200": {
  4730. "description": "success",
  4731. "schema": {
  4732. "type": "string"
  4733. }
  4734. },
  4735. "400": {
  4736. "description": "具体错误",
  4737. "schema": {
  4738. "$ref": "#/definitions/md.Response"
  4739. }
  4740. }
  4741. }
  4742. }
  4743. }
  4744. },
  4745. "definitions": {
  4746. "hdl.WxOpenThirdPartyAppList": {
  4747. "type": "object",
  4748. "properties": {
  4749. "aes_key": {
  4750. "type": "string"
  4751. },
  4752. "app_secret": {
  4753. "type": "string"
  4754. },
  4755. "appid": {
  4756. "type": "string"
  4757. },
  4758. "component_access_token": {
  4759. "type": "string"
  4760. },
  4761. "component_verify_ticket": {
  4762. "type": "string"
  4763. },
  4764. "create_at": {
  4765. "type": "string"
  4766. },
  4767. "id": {
  4768. "type": "integer"
  4769. },
  4770. "token": {
  4771. "type": "string"
  4772. },
  4773. "update_at": {
  4774. "type": "string"
  4775. },
  4776. "uuid": {
  4777. "type": "integer"
  4778. }
  4779. }
  4780. },
  4781. "md.AddAdminReq": {
  4782. "type": "object",
  4783. "required": [
  4784. "password",
  4785. "username"
  4786. ],
  4787. "properties": {
  4788. "memo": {
  4789. "type": "string"
  4790. },
  4791. "password": {
  4792. "type": "string"
  4793. },
  4794. "username": {
  4795. "type": "string"
  4796. }
  4797. }
  4798. },
  4799. "md.AddRoleReq": {
  4800. "type": "object",
  4801. "required": [
  4802. "memo",
  4803. "name"
  4804. ],
  4805. "properties": {
  4806. "memo": {
  4807. "type": "string"
  4808. },
  4809. "name": {
  4810. "type": "string"
  4811. }
  4812. }
  4813. },
  4814. "md.AdminListReq": {
  4815. "type": "object",
  4816. "properties": {
  4817. "limit": {
  4818. "type": "integer"
  4819. },
  4820. "page": {
  4821. "type": "integer"
  4822. },
  4823. "state": {
  4824. "type": "integer"
  4825. },
  4826. "username": {
  4827. "type": "string"
  4828. }
  4829. }
  4830. },
  4831. "md.AgentQualificationBankData": {
  4832. "type": "object",
  4833. "properties": {
  4834. "account": {
  4835. "type": "string",
  4836. "example": "账号"
  4837. },
  4838. "agent_id": {
  4839. "type": "string",
  4840. "example": "代理id"
  4841. },
  4842. "bank": {
  4843. "type": "string",
  4844. "example": "开户银行"
  4845. },
  4846. "bank_branch": {
  4847. "type": "string",
  4848. "example": "开户银行分行"
  4849. },
  4850. "bank_no": {
  4851. "type": "string",
  4852. "example": "银行卡号"
  4853. },
  4854. "company_name": {
  4855. "type": "string",
  4856. "example": "公司名称"
  4857. },
  4858. "currency_conf": {
  4859. "type": "string",
  4860. "example": "结算币种 0人民币"
  4861. },
  4862. "id": {
  4863. "type": "string",
  4864. "example": "id"
  4865. },
  4866. "kind": {
  4867. "type": "string",
  4868. "example": "类型(1:企业 2:个人)"
  4869. },
  4870. "licence": {
  4871. "type": "string",
  4872. "example": "开户许可证"
  4873. },
  4874. "memo": {
  4875. "type": "string",
  4876. "example": "备注 审核时填写的"
  4877. },
  4878. "state": {
  4879. "type": "string",
  4880. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4881. },
  4882. "unified_social_credit_code": {
  4883. "type": "string",
  4884. "example": "统一社会信用代码"
  4885. }
  4886. }
  4887. },
  4888. "md.AgentQualificationBankRes": {
  4889. "type": "object",
  4890. "properties": {
  4891. "currency_conf": {
  4892. "type": "array",
  4893. "items": {
  4894. "$ref": "#/definitions/md.SelectData"
  4895. }
  4896. },
  4897. "list": {
  4898. "type": "array",
  4899. "items": {
  4900. "$ref": "#/definitions/md.AgentQualificationBankData"
  4901. }
  4902. },
  4903. "state": {
  4904. "type": "array",
  4905. "items": {
  4906. "$ref": "#/definitions/md.SelectData"
  4907. }
  4908. },
  4909. "total": {
  4910. "type": "integer"
  4911. },
  4912. "type": {
  4913. "type": "array",
  4914. "items": {
  4915. "$ref": "#/definitions/md.SelectData"
  4916. }
  4917. }
  4918. }
  4919. },
  4920. "md.AgentQualificationContactData": {
  4921. "type": "object",
  4922. "properties": {
  4923. "account": {
  4924. "type": "string",
  4925. "example": "账号"
  4926. },
  4927. "address": {
  4928. "type": "string",
  4929. "example": "联系地址"
  4930. },
  4931. "agent_id": {
  4932. "type": "string",
  4933. "example": "代理id"
  4934. },
  4935. "company_name": {
  4936. "type": "string",
  4937. "example": "公司名称"
  4938. },
  4939. "email": {
  4940. "type": "string",
  4941. "example": "邮箱地址"
  4942. },
  4943. "id": {
  4944. "type": "string",
  4945. "example": "id"
  4946. },
  4947. "kind": {
  4948. "type": "string",
  4949. "example": "类型(1:企业 2:个人)"
  4950. },
  4951. "memo": {
  4952. "type": "string",
  4953. "example": "备注 审核时填写的"
  4954. },
  4955. "name": {
  4956. "type": "string",
  4957. "example": "联系人"
  4958. },
  4959. "phone": {
  4960. "type": "string",
  4961. "example": "联系电话"
  4962. },
  4963. "state": {
  4964. "type": "string",
  4965. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4966. }
  4967. }
  4968. },
  4969. "md.AgentQualificationContactRes": {
  4970. "type": "object",
  4971. "properties": {
  4972. "list": {
  4973. "type": "array",
  4974. "items": {
  4975. "$ref": "#/definitions/md.AgentQualificationContactData"
  4976. }
  4977. },
  4978. "state": {
  4979. "type": "array",
  4980. "items": {
  4981. "$ref": "#/definitions/md.SelectData"
  4982. }
  4983. },
  4984. "total": {
  4985. "type": "integer"
  4986. }
  4987. }
  4988. },
  4989. "md.AgentQualificationEnterpriseAuditReq": {
  4990. "type": "object",
  4991. "properties": {
  4992. "agent_id": {
  4993. "type": "string"
  4994. },
  4995. "memo": {
  4996. "type": "string"
  4997. },
  4998. "state": {
  4999. "type": "string"
  5000. }
  5001. }
  5002. },
  5003. "md.AgentQualificationEnterpriseData": {
  5004. "type": "object",
  5005. "properties": {
  5006. "account": {
  5007. "type": "string",
  5008. "example": "账号"
  5009. },
  5010. "agent_id": {
  5011. "type": "string",
  5012. "example": "代理id"
  5013. },
  5014. "business_license_address": {
  5015. "type": "string",
  5016. "example": "营业执照地址"
  5017. },
  5018. "business_license_img_url": {
  5019. "type": "string",
  5020. "example": "营业执照照片"
  5021. },
  5022. "certificate_first_type": {
  5023. "type": "string",
  5024. "example": "证件类型 1级类目id"
  5025. },
  5026. "certificate_type": {
  5027. "type": "string",
  5028. "example": "证件类型 2级类目id"
  5029. },
  5030. "certificate_validity": {
  5031. "type": "string",
  5032. "example": "证件有效期"
  5033. },
  5034. "company_abbreviation": {
  5035. "type": "string",
  5036. "example": "公司简称"
  5037. },
  5038. "company_name": {
  5039. "type": "string",
  5040. "example": "公司名称"
  5041. },
  5042. "country_region": {
  5043. "type": "string",
  5044. "example": "国家地区"
  5045. },
  5046. "country_region_id": {
  5047. "type": "string",
  5048. "example": "国家地区id"
  5049. },
  5050. "id": {
  5051. "type": "string",
  5052. "example": "状态选择"
  5053. },
  5054. "kind": {
  5055. "type": "string",
  5056. "example": "类型(1:企业 2:个人)"
  5057. },
  5058. "legal_representative": {
  5059. "type": "string",
  5060. "example": "法定代表人"
  5061. },
  5062. "memo": {
  5063. "type": "string",
  5064. "example": "备注 审核时填写的"
  5065. },
  5066. "registered_address": {
  5067. "type": "string",
  5068. "example": "注册地址"
  5069. },
  5070. "registered_address_city_id": {
  5071. "type": "string",
  5072. "example": "注册地址-市id"
  5073. },
  5074. "registered_address_country_id": {
  5075. "type": "string",
  5076. "example": "注册地址-国家id"
  5077. },
  5078. "registered_address_county_id": {
  5079. "type": "string",
  5080. "example": "注册地址-县/区id"
  5081. },
  5082. "registered_address_province_id": {
  5083. "type": "string",
  5084. "example": "册地址-省份id"
  5085. },
  5086. "state": {
  5087. "type": "string",
  5088. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5089. },
  5090. "unified_social_credit_code": {
  5091. "type": "string",
  5092. "example": "统一社会信用代码"
  5093. },
  5094. "uuid": {
  5095. "type": "string",
  5096. "example": "站长id"
  5097. }
  5098. }
  5099. },
  5100. "md.AgentQualificationEnterpriseReq": {
  5101. "type": "object",
  5102. "properties": {
  5103. "limit": {
  5104. "type": "string"
  5105. },
  5106. "name": {
  5107. "type": "string"
  5108. },
  5109. "page": {
  5110. "type": "string"
  5111. },
  5112. "state": {
  5113. "type": "string"
  5114. }
  5115. }
  5116. },
  5117. "md.AgentQualificationEnterpriseRes": {
  5118. "type": "object",
  5119. "properties": {
  5120. "list": {
  5121. "type": "array",
  5122. "items": {
  5123. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  5124. }
  5125. },
  5126. "state": {
  5127. "type": "array",
  5128. "items": {
  5129. "$ref": "#/definitions/md.SelectData"
  5130. }
  5131. },
  5132. "total": {
  5133. "type": "integer"
  5134. },
  5135. "type": {
  5136. "type": "array",
  5137. "items": {
  5138. "$ref": "#/definitions/md.SelectData"
  5139. }
  5140. }
  5141. }
  5142. },
  5143. "md.AppletAddReq": {
  5144. "type": "object",
  5145. "required": [
  5146. "appid",
  5147. "logo",
  5148. "name",
  5149. "original_id"
  5150. ],
  5151. "properties": {
  5152. "appid": {
  5153. "type": "string",
  5154. "example": "授权小程序appid"
  5155. },
  5156. "logo": {
  5157. "type": "string",
  5158. "example": "小程序logo"
  5159. },
  5160. "name": {
  5161. "type": "string",
  5162. "example": "小程序名称"
  5163. },
  5164. "original_id": {
  5165. "type": "string",
  5166. "example": "授权小程序原始id"
  5167. }
  5168. }
  5169. },
  5170. "md.AppletApplicationAdSpaceListData": {
  5171. "type": "object",
  5172. "properties": {
  5173. "ad_id": {
  5174. "type": "string",
  5175. "example": "广告位id"
  5176. },
  5177. "app_id": {
  5178. "type": "string",
  5179. "example": "小程序appid"
  5180. },
  5181. "cooperate_state": {
  5182. "type": "string",
  5183. "example": "合作状态"
  5184. },
  5185. "id": {
  5186. "type": "string",
  5187. "example": "id"
  5188. },
  5189. "kind": {
  5190. "type": "string",
  5191. "example": "广告位类型"
  5192. },
  5193. "logo": {
  5194. "type": "string",
  5195. "example": "logo"
  5196. },
  5197. "memo": {
  5198. "type": "string",
  5199. "example": "备注"
  5200. },
  5201. "name": {
  5202. "type": "string",
  5203. "example": "应用名称"
  5204. },
  5205. "platform": {
  5206. "type": "string",
  5207. "example": "平台"
  5208. },
  5209. "state": {
  5210. "type": "string",
  5211. "example": "应用状态 state=2 才能再次编辑"
  5212. }
  5213. }
  5214. },
  5215. "md.AppletApplicationAdSpaceListReq": {
  5216. "type": "object",
  5217. "properties": {
  5218. "ad_type": {
  5219. "type": "string",
  5220. "example": ""
  5221. },
  5222. "cooperate_state": {
  5223. "type": "string",
  5224. "example": "合作状态"
  5225. },
  5226. "limit": {
  5227. "type": "string"
  5228. },
  5229. "medium_id": {
  5230. "type": "string",
  5231. "example": "媒体id"
  5232. },
  5233. "name": {
  5234. "type": "string"
  5235. },
  5236. "page": {
  5237. "type": "string"
  5238. },
  5239. "platform": {
  5240. "type": "string"
  5241. }
  5242. }
  5243. },
  5244. "md.AppletApplicationAdSpaceListRes": {
  5245. "type": "object",
  5246. "properties": {
  5247. "ad_type": {
  5248. "type": "array",
  5249. "items": {
  5250. "$ref": "#/definitions/md.SelectData"
  5251. }
  5252. },
  5253. "cooperate_state": {
  5254. "type": "array",
  5255. "items": {
  5256. "$ref": "#/definitions/md.SelectData"
  5257. }
  5258. },
  5259. "list": {
  5260. "type": "array",
  5261. "items": {
  5262. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  5263. }
  5264. },
  5265. "platform": {
  5266. "type": "array",
  5267. "items": {
  5268. "$ref": "#/definitions/md.SelectData"
  5269. }
  5270. },
  5271. "state": {
  5272. "type": "array",
  5273. "items": {
  5274. "$ref": "#/definitions/md.SelectData"
  5275. }
  5276. },
  5277. "total": {
  5278. "type": "integer"
  5279. }
  5280. }
  5281. },
  5282. "md.AppletApplicationAdSpaceMediumListData": {
  5283. "type": "object",
  5284. "properties": {
  5285. "account": {
  5286. "type": "string",
  5287. "example": "账号"
  5288. },
  5289. "contact_name": {
  5290. "type": "string",
  5291. "example": "联系人"
  5292. },
  5293. "count": {
  5294. "type": "string",
  5295. "example": "广告位数量"
  5296. },
  5297. "id": {
  5298. "type": "string",
  5299. "example": "id"
  5300. },
  5301. "medium_id": {
  5302. "type": "string",
  5303. "example": "媒体id"
  5304. },
  5305. "name": {
  5306. "type": "string",
  5307. "example": "名称"
  5308. },
  5309. "phone": {
  5310. "type": "string",
  5311. "example": "联系电话"
  5312. }
  5313. }
  5314. },
  5315. "md.AppletApplicationAdSpaceMediumListReq": {
  5316. "type": "object",
  5317. "properties": {
  5318. "account": {
  5319. "type": "string",
  5320. "example": "媒体账号"
  5321. },
  5322. "limit": {
  5323. "type": "string"
  5324. },
  5325. "name": {
  5326. "type": "string",
  5327. "example": "媒体名称"
  5328. },
  5329. "page": {
  5330. "type": "string"
  5331. }
  5332. }
  5333. },
  5334. "md.AppletApplicationAdSpaceMediumListRes": {
  5335. "type": "object",
  5336. "properties": {
  5337. "list": {
  5338. "type": "array",
  5339. "items": {
  5340. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  5341. }
  5342. },
  5343. "total": {
  5344. "type": "integer"
  5345. }
  5346. }
  5347. },
  5348. "md.AppletApplicationAdSpaceSaveReq": {
  5349. "type": "object",
  5350. "properties": {
  5351. "id": {
  5352. "type": "string",
  5353. "example": "id 多个逗号隔开"
  5354. },
  5355. "memo": {
  5356. "type": "string",
  5357. "example": "备注"
  5358. },
  5359. "state": {
  5360. "type": "string",
  5361. "example": "审核状态"
  5362. }
  5363. }
  5364. },
  5365. "md.AppletApplicationListData": {
  5366. "type": "object",
  5367. "properties": {
  5368. "app_id": {
  5369. "type": "string",
  5370. "example": "小程序appid"
  5371. },
  5372. "cooperate_state": {
  5373. "type": "string",
  5374. "example": "合作状态"
  5375. },
  5376. "id": {
  5377. "type": "string",
  5378. "example": "id"
  5379. },
  5380. "logo": {
  5381. "type": "string",
  5382. "example": "logo"
  5383. },
  5384. "memo": {
  5385. "type": "string",
  5386. "example": "备注"
  5387. },
  5388. "name": {
  5389. "type": "string",
  5390. "example": "应用名称"
  5391. },
  5392. "original_id": {
  5393. "type": "string",
  5394. "example": "小程序id"
  5395. },
  5396. "platform": {
  5397. "type": "string",
  5398. "example": "平台"
  5399. },
  5400. "state": {
  5401. "type": "string",
  5402. "example": "应用状态 state=3 才能再次编辑"
  5403. }
  5404. }
  5405. },
  5406. "md.AppletApplicationListReq": {
  5407. "type": "object",
  5408. "properties": {
  5409. "cooperate_state": {
  5410. "type": "string",
  5411. "example": "合作状态"
  5412. },
  5413. "limit": {
  5414. "type": "string"
  5415. },
  5416. "medium_id": {
  5417. "type": "string",
  5418. "example": "媒体id"
  5419. },
  5420. "name": {
  5421. "type": "string"
  5422. },
  5423. "page": {
  5424. "type": "string"
  5425. },
  5426. "platform": {
  5427. "type": "string"
  5428. }
  5429. }
  5430. },
  5431. "md.AppletApplicationListRes": {
  5432. "type": "object",
  5433. "properties": {
  5434. "cooperate_state": {
  5435. "type": "array",
  5436. "items": {
  5437. "$ref": "#/definitions/md.SelectData"
  5438. }
  5439. },
  5440. "list": {
  5441. "type": "array",
  5442. "items": {
  5443. "$ref": "#/definitions/md.AppletApplicationListData"
  5444. }
  5445. },
  5446. "platform": {
  5447. "type": "array",
  5448. "items": {
  5449. "$ref": "#/definitions/md.SelectData"
  5450. }
  5451. },
  5452. "state": {
  5453. "type": "array",
  5454. "items": {
  5455. "$ref": "#/definitions/md.SelectData"
  5456. }
  5457. },
  5458. "total": {
  5459. "type": "integer"
  5460. }
  5461. }
  5462. },
  5463. "md.AppletApplicationMediumListData": {
  5464. "type": "object",
  5465. "properties": {
  5466. "account": {
  5467. "type": "string",
  5468. "example": "账号"
  5469. },
  5470. "contact_name": {
  5471. "type": "string",
  5472. "example": "联系人"
  5473. },
  5474. "count": {
  5475. "type": "string",
  5476. "example": "应用数量"
  5477. },
  5478. "id": {
  5479. "type": "string",
  5480. "example": "id"
  5481. },
  5482. "medium_id": {
  5483. "type": "string",
  5484. "example": "媒体id"
  5485. },
  5486. "name": {
  5487. "type": "string",
  5488. "example": "名称"
  5489. },
  5490. "phone": {
  5491. "type": "string",
  5492. "example": "联系电话"
  5493. }
  5494. }
  5495. },
  5496. "md.AppletApplicationMediumListReq": {
  5497. "type": "object",
  5498. "properties": {
  5499. "account": {
  5500. "type": "string",
  5501. "example": "媒体账号"
  5502. },
  5503. "limit": {
  5504. "type": "string"
  5505. },
  5506. "name": {
  5507. "type": "string",
  5508. "example": "媒体名称"
  5509. },
  5510. "page": {
  5511. "type": "string"
  5512. }
  5513. }
  5514. },
  5515. "md.AppletApplicationMediumListRes": {
  5516. "type": "object",
  5517. "properties": {
  5518. "list": {
  5519. "type": "array",
  5520. "items": {
  5521. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  5522. }
  5523. },
  5524. "total": {
  5525. "type": "integer"
  5526. }
  5527. }
  5528. },
  5529. "md.AppletApplicationSaveReq": {
  5530. "type": "object",
  5531. "properties": {
  5532. "id": {
  5533. "type": "string",
  5534. "example": "id 多个逗号隔开"
  5535. },
  5536. "memo": {
  5537. "type": "string",
  5538. "example": "备注"
  5539. },
  5540. "state": {
  5541. "type": "string",
  5542. "example": "审核状态"
  5543. }
  5544. }
  5545. },
  5546. "md.AppletUpdateReq": {
  5547. "type": "object",
  5548. "required": [
  5549. "id",
  5550. "logo",
  5551. "name"
  5552. ],
  5553. "properties": {
  5554. "id": {
  5555. "type": "integer"
  5556. },
  5557. "logo": {
  5558. "type": "string",
  5559. "example": "小程序logo"
  5560. },
  5561. "name": {
  5562. "type": "string",
  5563. "example": "小程序名称"
  5564. }
  5565. }
  5566. },
  5567. "md.BindAdminRoleReq": {
  5568. "type": "object",
  5569. "required": [
  5570. "adm_id"
  5571. ],
  5572. "properties": {
  5573. "adm_id": {
  5574. "type": "integer"
  5575. },
  5576. "role_ids": {
  5577. "type": "array",
  5578. "items": {
  5579. "type": "integer"
  5580. }
  5581. }
  5582. }
  5583. },
  5584. "md.CommDetailReq": {
  5585. "type": "object",
  5586. "properties": {
  5587. "id": {
  5588. "type": "string",
  5589. "example": "列表id"
  5590. }
  5591. }
  5592. },
  5593. "md.DataCenterDataCenterOriginalDataDoingReq": {
  5594. "type": "object",
  5595. "properties": {
  5596. "id": {
  5597. "type": "string",
  5598. "example": "列表id"
  5599. },
  5600. "now_ecpm": {
  5601. "type": "string",
  5602. "example": "现-广告千次曝光收益(元)"
  5603. },
  5604. "now_exposure_count": {
  5605. "type": "string",
  5606. "example": "现-曝光量"
  5607. }
  5608. }
  5609. },
  5610. "md.DataCenterGenerateDataCommReq": {
  5611. "type": "object",
  5612. "properties": {
  5613. "id": {
  5614. "type": "string",
  5615. "example": "列表id"
  5616. }
  5617. }
  5618. },
  5619. "md.DataCenterGenerateDataData": {
  5620. "type": "object",
  5621. "properties": {
  5622. "adv_name": {
  5623. "type": "string",
  5624. "example": "广告位"
  5625. },
  5626. "agent_revenue": {
  5627. "type": "string",
  5628. "example": "代理收益(元)"
  5629. },
  5630. "agreement_sharing": {
  5631. "type": "string",
  5632. "example": "协议分成(元)"
  5633. },
  5634. "agreement_sharing_total": {
  5635. "type": "string",
  5636. "example": "协议总分成(元)"
  5637. },
  5638. "click_count": {
  5639. "type": "string",
  5640. "example": "现-点击量"
  5641. },
  5642. "click_rate": {
  5643. "type": "string",
  5644. "example": "现-点击率"
  5645. },
  5646. "commission_retention": {
  5647. "type": "string",
  5648. "example": "佣金留存(元)"
  5649. },
  5650. "date": {
  5651. "type": "string",
  5652. "example": "日期"
  5653. },
  5654. "ecpm": {
  5655. "type": "string",
  5656. "example": "'现-ecpm(元)"
  5657. },
  5658. "exposure_count": {
  5659. "type": "string",
  5660. "example": "现-曝光量"
  5661. },
  5662. "extra_revenue": {
  5663. "type": "string",
  5664. "example": "额外收益(元)"
  5665. },
  5666. "id": {
  5667. "type": "string",
  5668. "example": "id"
  5669. },
  5670. "is_generate_report": {
  5671. "type": "string",
  5672. "example": "是否已生成报表(0:未 1:已)"
  5673. },
  5674. "media_revenue": {
  5675. "type": "string",
  5676. "example": "媒体收益(元)"
  5677. },
  5678. "name": {
  5679. "type": "string",
  5680. "example": "名称"
  5681. },
  5682. "old_click_count": {
  5683. "type": "string",
  5684. "example": "原-点击量"
  5685. },
  5686. "old_click_rate": {
  5687. "type": "string",
  5688. "example": "原-点击率"
  5689. },
  5690. "old_ecpm": {
  5691. "type": "string",
  5692. "example": "'原-ecpm(元)"
  5693. },
  5694. "old_exposure_count": {
  5695. "type": "string",
  5696. "example": "原-曝光量"
  5697. },
  5698. "platform": {
  5699. "type": "string",
  5700. "example": "平台名称"
  5701. },
  5702. "platform_retention": {
  5703. "type": "string",
  5704. "example": "平台留存(元)"
  5705. },
  5706. "price_adjustment_retention": {
  5707. "type": "string",
  5708. "example": "调价留存(元)"
  5709. },
  5710. "state": {
  5711. "type": "string",
  5712. "example": "状态id"
  5713. }
  5714. }
  5715. },
  5716. "md.DataCenterGenerateDataDetailAgentReward": {
  5717. "type": "object",
  5718. "properties": {
  5719. "account": {
  5720. "type": "string"
  5721. },
  5722. "agent_revenue": {
  5723. "type": "string",
  5724. "example": "代理收益(元)"
  5725. },
  5726. "agent_revenue_rate": {
  5727. "type": "string",
  5728. "example": "代理收益百分比"
  5729. },
  5730. "extra_revenue": {
  5731. "type": "string",
  5732. "example": "额外收益(元)"
  5733. },
  5734. "extra_revenue_rate": {
  5735. "type": "string",
  5736. "example": "'额外收益百分比"
  5737. },
  5738. "name": {
  5739. "type": "string"
  5740. }
  5741. }
  5742. },
  5743. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  5744. "type": "object",
  5745. "properties": {
  5746. "account": {
  5747. "type": "string"
  5748. },
  5749. "agent_revenue": {
  5750. "type": "string",
  5751. "example": "代理收益(元)"
  5752. },
  5753. "agent_revenue_rate": {
  5754. "type": "string",
  5755. "example": "代理收益百分比"
  5756. },
  5757. "name": {
  5758. "type": "string"
  5759. }
  5760. }
  5761. },
  5762. "md.DataCenterGenerateDataDetailData": {
  5763. "type": "object",
  5764. "properties": {
  5765. "agent_revenue_rate": {
  5766. "type": "string",
  5767. "example": "代理收益百分比"
  5768. },
  5769. "agent_reward": {
  5770. "type": "array",
  5771. "items": {
  5772. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  5773. }
  5774. },
  5775. "agreement_sharing_rate": {
  5776. "type": "string",
  5777. "example": "协议分成百分比"
  5778. },
  5779. "commission_retention_rate": {
  5780. "type": "string",
  5781. "example": "佣金留存百分比"
  5782. },
  5783. "create_at": {
  5784. "type": "string"
  5785. },
  5786. "extra_revenue_rate": {
  5787. "type": "string",
  5788. "example": "额外收益百分比"
  5789. },
  5790. "media_revenue_rate": {
  5791. "type": "string",
  5792. "example": "媒体收益百分比"
  5793. },
  5794. "platform_retention_rate": {
  5795. "type": "string",
  5796. "example": "平台留存百分比"
  5797. },
  5798. "update_at": {
  5799. "type": "string"
  5800. }
  5801. }
  5802. },
  5803. "md.DataCenterGenerateDataReq": {
  5804. "type": "object",
  5805. "properties": {
  5806. "end_time": {
  5807. "type": "string"
  5808. },
  5809. "limit": {
  5810. "type": "string"
  5811. },
  5812. "name": {
  5813. "type": "string"
  5814. },
  5815. "page": {
  5816. "type": "string"
  5817. },
  5818. "platform": {
  5819. "type": "string"
  5820. },
  5821. "start_time": {
  5822. "type": "string"
  5823. },
  5824. "state": {
  5825. "type": "string"
  5826. }
  5827. }
  5828. },
  5829. "md.DataCenterGenerateDataRes": {
  5830. "type": "object",
  5831. "properties": {
  5832. "list": {
  5833. "type": "array",
  5834. "items": {
  5835. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  5836. }
  5837. },
  5838. "platform": {
  5839. "type": "array",
  5840. "items": {
  5841. "$ref": "#/definitions/md.SelectData"
  5842. }
  5843. },
  5844. "state": {
  5845. "type": "array",
  5846. "items": {
  5847. "$ref": "#/definitions/md.SelectData"
  5848. }
  5849. },
  5850. "total": {
  5851. "type": "integer"
  5852. }
  5853. }
  5854. },
  5855. "md.DataCenterIncomeDataData": {
  5856. "type": "object",
  5857. "properties": {
  5858. "adv_name": {
  5859. "type": "string",
  5860. "example": "广告位"
  5861. },
  5862. "agent_revenue": {
  5863. "type": "string",
  5864. "example": "代理收益(元)"
  5865. },
  5866. "agreement_sharing": {
  5867. "type": "string",
  5868. "example": "平台收益(元)"
  5869. },
  5870. "click_count": {
  5871. "type": "string",
  5872. "example": "现-点击量"
  5873. },
  5874. "click_rate": {
  5875. "type": "string",
  5876. "example": "现-点击率"
  5877. },
  5878. "date": {
  5879. "type": "string",
  5880. "example": "日期"
  5881. },
  5882. "ecpm": {
  5883. "type": "string",
  5884. "example": "'现-ecpm(元)"
  5885. },
  5886. "exposure_count": {
  5887. "type": "string",
  5888. "example": "现-曝光量"
  5889. },
  5890. "id": {
  5891. "type": "string",
  5892. "example": "id"
  5893. },
  5894. "media_revenue": {
  5895. "type": "string",
  5896. "example": "媒体收益(元)"
  5897. },
  5898. "name": {
  5899. "type": "string",
  5900. "example": "名称"
  5901. },
  5902. "platform": {
  5903. "type": "string",
  5904. "example": "平台名称"
  5905. },
  5906. "settle_amount": {
  5907. "type": "string",
  5908. "example": "结算收益(元)"
  5909. },
  5910. "state": {
  5911. "type": "string",
  5912. "example": "状态id"
  5913. }
  5914. }
  5915. },
  5916. "md.DataCenterIncomeDataDetail": {
  5917. "type": "object",
  5918. "properties": {
  5919. "agent_revenue": {
  5920. "type": "string",
  5921. "example": "代理收益(元)"
  5922. },
  5923. "agent_revenue_rate": {
  5924. "type": "string",
  5925. "example": "代理收益百分比"
  5926. },
  5927. "agent_reward": {
  5928. "type": "array",
  5929. "items": {
  5930. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  5931. }
  5932. },
  5933. "agreement_sharing": {
  5934. "type": "string",
  5935. "example": "平台收益(元)"
  5936. },
  5937. "agreement_sharing_rate": {
  5938. "type": "string",
  5939. "example": "平台收益百分比"
  5940. },
  5941. "create_at": {
  5942. "type": "string"
  5943. },
  5944. "data_source": {
  5945. "type": "string",
  5946. "example": "数据来源"
  5947. },
  5948. "media_revenue": {
  5949. "type": "string",
  5950. "example": "媒体收益(元)"
  5951. },
  5952. "media_revenue_rate": {
  5953. "type": "string",
  5954. "example": "媒体收益百分比"
  5955. },
  5956. "medium_name": {
  5957. "type": "string",
  5958. "example": "媒体名称"
  5959. },
  5960. "platform": {
  5961. "type": "string",
  5962. "example": "填充来源"
  5963. },
  5964. "update_at": {
  5965. "type": "string"
  5966. }
  5967. }
  5968. },
  5969. "md.DataCenterIncomeDataRes": {
  5970. "type": "object",
  5971. "properties": {
  5972. "list": {
  5973. "type": "array",
  5974. "items": {
  5975. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  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.DataCenterOriginalDataCommReq": {
  5996. "type": "object",
  5997. "properties": {
  5998. "id": {
  5999. "type": "string",
  6000. "example": "列表id"
  6001. }
  6002. }
  6003. },
  6004. "md.DataCenterOriginalDataData": {
  6005. "type": "object",
  6006. "properties": {
  6007. "adv_name": {
  6008. "type": "string",
  6009. "example": "广告位"
  6010. },
  6011. "click_count": {
  6012. "type": "string",
  6013. "example": "点击量"
  6014. },
  6015. "click_rate": {
  6016. "type": "string",
  6017. "example": "点击率"
  6018. },
  6019. "date": {
  6020. "type": "string",
  6021. "example": "日期"
  6022. },
  6023. "ecpm": {
  6024. "type": "string",
  6025. "example": "'ecpm(元)"
  6026. },
  6027. "exposure_count": {
  6028. "type": "string",
  6029. "example": "曝光量"
  6030. },
  6031. "exposure_rate": {
  6032. "type": "string",
  6033. "example": "曝光率"
  6034. },
  6035. "id": {
  6036. "type": "string",
  6037. "example": "id"
  6038. },
  6039. "is_apply": {
  6040. "type": "string",
  6041. "example": "是否已应用"
  6042. },
  6043. "name": {
  6044. "type": "string",
  6045. "example": "名称"
  6046. },
  6047. "platform": {
  6048. "type": "string",
  6049. "example": "平台名称"
  6050. },
  6051. "publisher_income": {
  6052. "type": "string",
  6053. "example": "总收益(元)"
  6054. },
  6055. "req_succ_count": {
  6056. "type": "string",
  6057. "example": "拉取量"
  6058. },
  6059. "state": {
  6060. "type": "string",
  6061. "example": "状态id"
  6062. }
  6063. }
  6064. },
  6065. "md.DataCenterOriginalDataMoreApplicationData": {
  6066. "type": "object",
  6067. "properties": {
  6068. "ad_id": {
  6069. "type": "string",
  6070. "example": "广告位id"
  6071. },
  6072. "adv_name": {
  6073. "type": "string",
  6074. "example": "广告位"
  6075. },
  6076. "app_id": {
  6077. "type": "string",
  6078. "example": "小程序id"
  6079. },
  6080. "id": {
  6081. "type": "string",
  6082. "example": "id"
  6083. },
  6084. "logo": {
  6085. "type": "string"
  6086. },
  6087. "name": {
  6088. "type": "string",
  6089. "example": "名称"
  6090. },
  6091. "state": {
  6092. "type": "string",
  6093. "example": "状态id"
  6094. }
  6095. }
  6096. },
  6097. "md.DataCenterOriginalDataMoreApplicationDoingReq": {
  6098. "type": "object",
  6099. "properties": {
  6100. "date": {
  6101. "type": "string",
  6102. "example": "2024-08-28"
  6103. },
  6104. "ids": {
  6105. "type": "array",
  6106. "items": {
  6107. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
  6108. }
  6109. }
  6110. }
  6111. },
  6112. "md.DataCenterOriginalDataMoreApplicationReq": {
  6113. "type": "object",
  6114. "properties": {
  6115. "limit": {
  6116. "type": "string"
  6117. },
  6118. "name": {
  6119. "type": "string"
  6120. },
  6121. "page": {
  6122. "type": "string"
  6123. }
  6124. }
  6125. },
  6126. "md.DataCenterOriginalDataMoreApplicationRes": {
  6127. "type": "object",
  6128. "properties": {
  6129. "list": {
  6130. "type": "array",
  6131. "items": {
  6132. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  6133. }
  6134. },
  6135. "state": {
  6136. "type": "array",
  6137. "items": {
  6138. "$ref": "#/definitions/md.SelectData"
  6139. }
  6140. },
  6141. "total": {
  6142. "type": "integer"
  6143. }
  6144. }
  6145. },
  6146. "md.DataCenterOriginalDataOneApplicationAdListData": {
  6147. "type": "object",
  6148. "properties": {
  6149. "ad_id": {
  6150. "type": "string",
  6151. "example": "广告位id"
  6152. },
  6153. "id": {
  6154. "type": "string",
  6155. "example": "id"
  6156. },
  6157. "name": {
  6158. "type": "string",
  6159. "example": "名称"
  6160. },
  6161. "state": {
  6162. "type": "string",
  6163. "example": "状态id"
  6164. }
  6165. }
  6166. },
  6167. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  6168. "type": "object",
  6169. "properties": {
  6170. "app_id": {
  6171. "type": "string"
  6172. }
  6173. }
  6174. },
  6175. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  6176. "type": "object",
  6177. "properties": {
  6178. "list": {
  6179. "type": "array",
  6180. "items": {
  6181. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  6182. }
  6183. },
  6184. "state": {
  6185. "type": "array",
  6186. "items": {
  6187. "$ref": "#/definitions/md.SelectData"
  6188. }
  6189. }
  6190. }
  6191. },
  6192. "md.DataCenterOriginalDataOneApplicationData": {
  6193. "type": "object",
  6194. "properties": {
  6195. "app_id": {
  6196. "type": "string",
  6197. "example": "小程序id"
  6198. },
  6199. "id": {
  6200. "type": "string",
  6201. "example": "id"
  6202. },
  6203. "logo": {
  6204. "type": "string"
  6205. },
  6206. "name": {
  6207. "type": "string",
  6208. "example": "名称"
  6209. }
  6210. }
  6211. },
  6212. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  6213. "type": "object",
  6214. "properties": {
  6215. "ad_id": {
  6216. "type": "string"
  6217. },
  6218. "app_id": {
  6219. "type": "string"
  6220. },
  6221. "date": {
  6222. "type": "string",
  6223. "example": "2024-08-28"
  6224. }
  6225. }
  6226. },
  6227. "md.DataCenterOriginalDataOneApplicationDoingReqData": {
  6228. "type": "object",
  6229. "properties": {
  6230. "ad_id": {
  6231. "type": "string"
  6232. },
  6233. "app_id": {
  6234. "type": "string"
  6235. }
  6236. }
  6237. },
  6238. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  6239. "type": "object",
  6240. "properties": {
  6241. "ad_id": {
  6242. "type": "string"
  6243. },
  6244. "ad_slot": {
  6245. "type": "string",
  6246. "example": "广告位类型名称"
  6247. },
  6248. "click_count": {
  6249. "type": "string",
  6250. "example": "点击量"
  6251. },
  6252. "click_rate": {
  6253. "type": "string",
  6254. "example": "点击率"
  6255. },
  6256. "ecpm": {
  6257. "type": "string",
  6258. "example": "ecpm(元)"
  6259. },
  6260. "exposure_count": {
  6261. "type": "string",
  6262. "example": "曝光量"
  6263. },
  6264. "exposure_rate": {
  6265. "type": "string",
  6266. "example": "曝光率"
  6267. },
  6268. "publisher_income": {
  6269. "type": "string",
  6270. "example": "总收益(元)"
  6271. },
  6272. "req_succ_count": {
  6273. "type": "string",
  6274. "example": "拉取量"
  6275. }
  6276. }
  6277. },
  6278. "md.DataCenterOriginalDataOneApplicationRes": {
  6279. "type": "object",
  6280. "properties": {
  6281. "list": {
  6282. "type": "array",
  6283. "items": {
  6284. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  6285. }
  6286. }
  6287. }
  6288. },
  6289. "md.DataCenterOriginalDataReq": {
  6290. "type": "object",
  6291. "properties": {
  6292. "end_time": {
  6293. "type": "string"
  6294. },
  6295. "limit": {
  6296. "type": "string"
  6297. },
  6298. "name": {
  6299. "type": "string"
  6300. },
  6301. "page": {
  6302. "type": "string"
  6303. },
  6304. "platform": {
  6305. "type": "string"
  6306. },
  6307. "start_time": {
  6308. "type": "string"
  6309. },
  6310. "state": {
  6311. "type": "string"
  6312. }
  6313. }
  6314. },
  6315. "md.DataCenterOriginalDataRes": {
  6316. "type": "object",
  6317. "properties": {
  6318. "list": {
  6319. "type": "array",
  6320. "items": {
  6321. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  6322. }
  6323. },
  6324. "platform": {
  6325. "type": "array",
  6326. "items": {
  6327. "$ref": "#/definitions/md.SelectData"
  6328. }
  6329. },
  6330. "state": {
  6331. "type": "array",
  6332. "items": {
  6333. "$ref": "#/definitions/md.SelectData"
  6334. }
  6335. },
  6336. "total": {
  6337. "type": "integer"
  6338. }
  6339. }
  6340. },
  6341. "md.DivisionStrategyData": {
  6342. "type": "object",
  6343. "properties": {
  6344. "account": {
  6345. "type": "string",
  6346. "example": "账号"
  6347. },
  6348. "agent_revenue_rate": {
  6349. "type": "string",
  6350. "example": "代理收益百分比"
  6351. },
  6352. "agreement_sharing_rate": {
  6353. "type": "string",
  6354. "example": "协议分成百分比"
  6355. },
  6356. "commission_retention_rate": {
  6357. "type": "string",
  6358. "example": "佣金留存百分比"
  6359. },
  6360. "extra_revenue_rate": {
  6361. "type": "string",
  6362. "example": "额外收益百分比"
  6363. },
  6364. "id": {
  6365. "type": "string",
  6366. "example": "id"
  6367. },
  6368. "media_revenue_rate": {
  6369. "type": "string",
  6370. "example": "媒体收益百分比"
  6371. },
  6372. "medium_id": {
  6373. "type": "string",
  6374. "example": "媒体id"
  6375. },
  6376. "name": {
  6377. "type": "string",
  6378. "example": "名称"
  6379. },
  6380. "platform_retention_rate": {
  6381. "type": "string",
  6382. "example": "平台留存百分比"
  6383. }
  6384. }
  6385. },
  6386. "md.DivisionStrategyDetailByAgent": {
  6387. "type": "object",
  6388. "properties": {
  6389. "account": {
  6390. "type": "string",
  6391. "example": "账号"
  6392. },
  6393. "agent_id": {
  6394. "type": "string",
  6395. "example": "代理id"
  6396. },
  6397. "agent_revenue_rate": {
  6398. "type": "string",
  6399. "example": "佣金比例"
  6400. },
  6401. "extra_revenue_rate": {
  6402. "type": "string",
  6403. "example": "额外奖励"
  6404. },
  6405. "name": {
  6406. "type": "string",
  6407. "example": "名称"
  6408. }
  6409. }
  6410. },
  6411. "md.DivisionStrategyDetailReq": {
  6412. "type": "object",
  6413. "properties": {
  6414. "medium_id": {
  6415. "type": "string"
  6416. }
  6417. }
  6418. },
  6419. "md.DivisionStrategyDetailRes": {
  6420. "type": "object",
  6421. "properties": {
  6422. "account": {
  6423. "type": "string",
  6424. "example": "账号"
  6425. },
  6426. "agent_list": {
  6427. "type": "array",
  6428. "items": {
  6429. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  6430. }
  6431. },
  6432. "agent_revenue_rate": {
  6433. "type": "string",
  6434. "example": "代理收益百分比"
  6435. },
  6436. "agreement_sharing_rate": {
  6437. "type": "string",
  6438. "example": "协议分成百分比"
  6439. },
  6440. "commission_retention_rate": {
  6441. "type": "string",
  6442. "example": "佣金留存百分比"
  6443. },
  6444. "extra_revenue_rate": {
  6445. "type": "string",
  6446. "example": "额外收益百分比"
  6447. },
  6448. "media_revenue_rate": {
  6449. "type": "string",
  6450. "example": "媒体收益百分比"
  6451. },
  6452. "medium_id": {
  6453. "type": "string",
  6454. "example": "媒体id"
  6455. },
  6456. "name": {
  6457. "type": "string",
  6458. "example": "名称"
  6459. },
  6460. "platform_retention_rate": {
  6461. "type": "string",
  6462. "example": "平台留存百分比"
  6463. }
  6464. }
  6465. },
  6466. "md.DivisionStrategyReq": {
  6467. "type": "object",
  6468. "properties": {
  6469. "limit": {
  6470. "type": "string"
  6471. },
  6472. "name": {
  6473. "type": "string"
  6474. },
  6475. "page": {
  6476. "type": "string"
  6477. }
  6478. }
  6479. },
  6480. "md.DivisionStrategyRes": {
  6481. "type": "object",
  6482. "properties": {
  6483. "list": {
  6484. "type": "array",
  6485. "items": {
  6486. "$ref": "#/definitions/md.DivisionStrategyData"
  6487. }
  6488. },
  6489. "total": {
  6490. "type": "integer"
  6491. }
  6492. }
  6493. },
  6494. "md.FinanceCenterDataAgentDetail": {
  6495. "type": "object",
  6496. "properties": {
  6497. "account": {
  6498. "type": "string",
  6499. "example": "媒体账号"
  6500. },
  6501. "all_income": {
  6502. "type": "string",
  6503. "example": "合计收益"
  6504. },
  6505. "income": {
  6506. "type": "string",
  6507. "example": "渠道结算"
  6508. },
  6509. "invoice": {
  6510. "$ref": "#/definitions/md.Invoice"
  6511. },
  6512. "name": {
  6513. "type": "string",
  6514. "example": "媒体名称"
  6515. },
  6516. "other_income": {
  6517. "type": "string",
  6518. "example": "其他调整"
  6519. },
  6520. "pay_state": {
  6521. "type": "string",
  6522. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  6523. },
  6524. "settle_file": {
  6525. "type": "string",
  6526. "example": "结算单"
  6527. },
  6528. "source": {
  6529. "type": "string",
  6530. "example": "结算标示"
  6531. },
  6532. "state": {
  6533. "type": "string",
  6534. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  6535. },
  6536. "time_str": {
  6537. "type": "string",
  6538. "example": "业务时间"
  6539. }
  6540. }
  6541. },
  6542. "md.FinanceCenterDataAgentDetailRes": {
  6543. "type": "object",
  6544. "properties": {
  6545. "business_kind": {
  6546. "type": "array",
  6547. "items": {
  6548. "$ref": "#/definitions/md.SelectData"
  6549. }
  6550. },
  6551. "data": {
  6552. "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
  6553. },
  6554. "invoice_cate": {
  6555. "type": "array",
  6556. "items": {
  6557. "$ref": "#/definitions/md.SelectData"
  6558. }
  6559. },
  6560. "invoice_state": {
  6561. "type": "array",
  6562. "items": {
  6563. "$ref": "#/definitions/md.SelectData"
  6564. }
  6565. },
  6566. "settle_pay_state": {
  6567. "type": "array",
  6568. "items": {
  6569. "$ref": "#/definitions/md.SelectData"
  6570. }
  6571. },
  6572. "settle_state": {
  6573. "type": "array",
  6574. "items": {
  6575. "$ref": "#/definitions/md.SelectData"
  6576. }
  6577. },
  6578. "settle_type": {
  6579. "type": "array",
  6580. "items": {
  6581. "$ref": "#/definitions/md.SelectData"
  6582. }
  6583. }
  6584. }
  6585. },
  6586. "md.FinanceCenterDataData": {
  6587. "type": "object",
  6588. "properties": {
  6589. "all_income": {
  6590. "type": "string",
  6591. "example": "合计收益"
  6592. },
  6593. "change_income": {
  6594. "type": "string",
  6595. "example": "调价留存"
  6596. },
  6597. "commission_income": {
  6598. "type": "string",
  6599. "example": "佣金留存"
  6600. },
  6601. "id": {
  6602. "type": "string"
  6603. },
  6604. "label": {
  6605. "type": "string"
  6606. },
  6607. "medium_income": {
  6608. "type": "string",
  6609. "example": "媒体结算"
  6610. },
  6611. "name": {
  6612. "type": "string",
  6613. "example": "媒体名称"
  6614. },
  6615. "other_income": {
  6616. "type": "string",
  6617. "example": "其他调整"
  6618. },
  6619. "pay_state": {
  6620. "type": "string",
  6621. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  6622. },
  6623. "platform_income": {
  6624. "type": "string",
  6625. "example": "平台留存"
  6626. },
  6627. "settle_type": {
  6628. "type": "string",
  6629. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  6630. },
  6631. "state": {
  6632. "type": "string",
  6633. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  6634. },
  6635. "time_str": {
  6636. "type": "string",
  6637. "example": "业务时间"
  6638. },
  6639. "top_income": {
  6640. "type": "string",
  6641. "example": "上游结算"
  6642. }
  6643. }
  6644. },
  6645. "md.FinanceCenterDataDetail": {
  6646. "type": "object",
  6647. "properties": {
  6648. "account": {
  6649. "type": "string",
  6650. "example": "媒体账号"
  6651. },
  6652. "all_income": {
  6653. "type": "string",
  6654. "example": "合计收益"
  6655. },
  6656. "change_income": {
  6657. "type": "string",
  6658. "example": "调价留存"
  6659. },
  6660. "commission_income": {
  6661. "type": "string",
  6662. "example": "佣金留存"
  6663. },
  6664. "invoice": {
  6665. "$ref": "#/definitions/md.Invoice"
  6666. },
  6667. "medium_income": {
  6668. "type": "string",
  6669. "example": "媒体结算"
  6670. },
  6671. "name": {
  6672. "type": "string",
  6673. "example": "媒体名称"
  6674. },
  6675. "other_income": {
  6676. "type": "string",
  6677. "example": "其他调整"
  6678. },
  6679. "pay_state": {
  6680. "type": "string",
  6681. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  6682. },
  6683. "platform_income": {
  6684. "type": "string",
  6685. "example": "平台留存"
  6686. },
  6687. "settle_file": {
  6688. "type": "string",
  6689. "example": "结算单"
  6690. },
  6691. "source": {
  6692. "type": "string",
  6693. "example": "结算标示"
  6694. },
  6695. "state": {
  6696. "type": "string",
  6697. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  6698. },
  6699. "time_str": {
  6700. "type": "string",
  6701. "example": "业务时间"
  6702. },
  6703. "top_income": {
  6704. "type": "string",
  6705. "example": "上游结算"
  6706. }
  6707. }
  6708. },
  6709. "md.FinanceCenterDataDetailRes": {
  6710. "type": "object",
  6711. "properties": {
  6712. "business_kind": {
  6713. "type": "array",
  6714. "items": {
  6715. "$ref": "#/definitions/md.SelectData"
  6716. }
  6717. },
  6718. "data": {
  6719. "$ref": "#/definitions/md.FinanceCenterDataDetail"
  6720. },
  6721. "invoice_cate": {
  6722. "type": "array",
  6723. "items": {
  6724. "$ref": "#/definitions/md.SelectData"
  6725. }
  6726. },
  6727. "invoice_state": {
  6728. "type": "array",
  6729. "items": {
  6730. "$ref": "#/definitions/md.SelectData"
  6731. }
  6732. },
  6733. "settle_pay_state": {
  6734. "type": "array",
  6735. "items": {
  6736. "$ref": "#/definitions/md.SelectData"
  6737. }
  6738. },
  6739. "settle_state": {
  6740. "type": "array",
  6741. "items": {
  6742. "$ref": "#/definitions/md.SelectData"
  6743. }
  6744. },
  6745. "settle_type": {
  6746. "type": "array",
  6747. "items": {
  6748. "$ref": "#/definitions/md.SelectData"
  6749. }
  6750. }
  6751. }
  6752. },
  6753. "md.FinanceCenterDataReq": {
  6754. "type": "object",
  6755. "properties": {
  6756. "end_time": {
  6757. "type": "string"
  6758. },
  6759. "limit": {
  6760. "type": "string"
  6761. },
  6762. "page": {
  6763. "type": "string"
  6764. },
  6765. "pay_state": {
  6766. "type": "string",
  6767. "example": "读 settle_pay_state返回的"
  6768. },
  6769. "start_time": {
  6770. "type": "string",
  6771. "example": "2024-08-29"
  6772. }
  6773. }
  6774. },
  6775. "md.FinanceCenterDataRes": {
  6776. "type": "object",
  6777. "properties": {
  6778. "business_kind": {
  6779. "type": "array",
  6780. "items": {
  6781. "$ref": "#/definitions/md.SelectData"
  6782. }
  6783. },
  6784. "list": {
  6785. "type": "array",
  6786. "items": {
  6787. "$ref": "#/definitions/md.FinanceCenterDataData"
  6788. }
  6789. },
  6790. "settle_pay_state": {
  6791. "type": "array",
  6792. "items": {
  6793. "$ref": "#/definitions/md.SelectData"
  6794. }
  6795. },
  6796. "settle_state": {
  6797. "type": "array",
  6798. "items": {
  6799. "$ref": "#/definitions/md.SelectData"
  6800. }
  6801. },
  6802. "settle_type": {
  6803. "type": "array",
  6804. "items": {
  6805. "$ref": "#/definitions/md.SelectData"
  6806. }
  6807. },
  6808. "total": {
  6809. "type": "integer"
  6810. }
  6811. }
  6812. },
  6813. "md.FinanceCenterPlatformDataData": {
  6814. "type": "object",
  6815. "properties": {
  6816. "agent_income": {
  6817. "type": "string",
  6818. "example": "代理结算"
  6819. },
  6820. "change_income": {
  6821. "type": "string",
  6822. "example": "调价留存"
  6823. },
  6824. "commission_income": {
  6825. "type": "string",
  6826. "example": "佣金留存"
  6827. },
  6828. "id": {
  6829. "type": "string"
  6830. },
  6831. "medium_income": {
  6832. "type": "string",
  6833. "example": "媒体结算"
  6834. },
  6835. "platform_income": {
  6836. "type": "string",
  6837. "example": "平台留存"
  6838. },
  6839. "time_str": {
  6840. "type": "string",
  6841. "example": "业务时间"
  6842. },
  6843. "top_income": {
  6844. "type": "string",
  6845. "example": "上游结算"
  6846. },
  6847. "update_at": {
  6848. "type": "string",
  6849. "example": "更新时间"
  6850. }
  6851. }
  6852. },
  6853. "md.FinanceCenterPlatformDataReq": {
  6854. "type": "object",
  6855. "properties": {
  6856. "date": {
  6857. "type": "string",
  6858. "example": "2024-08-29"
  6859. },
  6860. "end_time": {
  6861. "type": "string"
  6862. },
  6863. "limit": {
  6864. "type": "string"
  6865. },
  6866. "page": {
  6867. "type": "string"
  6868. },
  6869. "start_time": {
  6870. "type": "string",
  6871. "example": "2024-08-29"
  6872. }
  6873. }
  6874. },
  6875. "md.FinanceCenterPlatformDataRes": {
  6876. "type": "object",
  6877. "properties": {
  6878. "list": {
  6879. "type": "array",
  6880. "items": {
  6881. "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
  6882. }
  6883. },
  6884. "total": {
  6885. "type": "integer"
  6886. }
  6887. }
  6888. },
  6889. "md.FinancialDynamicsAgentListData": {
  6890. "type": "object",
  6891. "properties": {
  6892. "amount": {
  6893. "type": "string",
  6894. "example": "支付金额"
  6895. },
  6896. "business_kind": {
  6897. "type": "string",
  6898. "example": "支付类型(1:广告合作)"
  6899. },
  6900. "certificate": {
  6901. "type": "string",
  6902. "example": "支付凭证"
  6903. },
  6904. "id": {
  6905. "type": "string"
  6906. },
  6907. "memo": {
  6908. "type": "string",
  6909. "example": "备注"
  6910. },
  6911. "name": {
  6912. "type": "string"
  6913. },
  6914. "pay_method": {
  6915. "type": "string",
  6916. "example": "支付方式 0对私 1对公"
  6917. },
  6918. "pay_time": {
  6919. "type": "string",
  6920. "example": "支付时间"
  6921. }
  6922. }
  6923. },
  6924. "md.FinancialDynamicsAgentListReq": {
  6925. "type": "object",
  6926. "properties": {
  6927. "end_time": {
  6928. "type": "string"
  6929. },
  6930. "limit": {
  6931. "type": "string"
  6932. },
  6933. "page": {
  6934. "type": "string"
  6935. },
  6936. "start_time": {
  6937. "type": "string",
  6938. "example": "2024-08-29 00:00:00"
  6939. },
  6940. "uid": {
  6941. "type": "string",
  6942. "example": ""
  6943. }
  6944. }
  6945. },
  6946. "md.FinancialDynamicsAgentListRes": {
  6947. "type": "object",
  6948. "properties": {
  6949. "business_kind": {
  6950. "type": "array",
  6951. "items": {
  6952. "$ref": "#/definitions/md.SelectData"
  6953. }
  6954. },
  6955. "list": {
  6956. "type": "array",
  6957. "items": {
  6958. "$ref": "#/definitions/md.FinancialDynamicsAgentListData"
  6959. }
  6960. },
  6961. "pay_method": {
  6962. "type": "array",
  6963. "items": {
  6964. "$ref": "#/definitions/md.SelectData"
  6965. }
  6966. },
  6967. "total": {
  6968. "type": "integer"
  6969. },
  6970. "user": {
  6971. "type": "array",
  6972. "items": {
  6973. "$ref": "#/definitions/md.SelectData"
  6974. }
  6975. }
  6976. }
  6977. },
  6978. "md.FinancialDynamicsAgentSaveReq": {
  6979. "type": "object",
  6980. "properties": {
  6981. "amount": {
  6982. "type": "string",
  6983. "example": "支付金额"
  6984. },
  6985. "business_kind": {
  6986. "type": "string",
  6987. "example": "支付类型(1:广告合作)"
  6988. },
  6989. "certificate": {
  6990. "type": "string",
  6991. "example": "支付凭证"
  6992. },
  6993. "memo": {
  6994. "type": "string",
  6995. "example": "备注"
  6996. },
  6997. "pay_method": {
  6998. "type": "string",
  6999. "example": "支付方式 0对私 1对公"
  7000. },
  7001. "uid": {
  7002. "type": "string"
  7003. }
  7004. }
  7005. },
  7006. "md.FinancialDynamicsAgentTotalReq": {
  7007. "type": "object",
  7008. "properties": {
  7009. "end_time": {
  7010. "type": "string"
  7011. },
  7012. "start_time": {
  7013. "type": "string",
  7014. "example": "2024-08-29 00:00:00"
  7015. },
  7016. "uid": {
  7017. "type": "string",
  7018. "example": ""
  7019. }
  7020. }
  7021. },
  7022. "md.FinancialDynamicsAgentTotalRes": {
  7023. "type": "object",
  7024. "properties": {
  7025. "all_amount": {
  7026. "type": "string",
  7027. "example": "预付总金额"
  7028. },
  7029. "balance_amount": {
  7030. "type": "string",
  7031. "example": "账户余额"
  7032. },
  7033. "pay_count": {
  7034. "type": "string",
  7035. "example": "预付次数"
  7036. },
  7037. "use_amount": {
  7038. "type": "string",
  7039. "example": "已消耗金额"
  7040. }
  7041. }
  7042. },
  7043. "md.FinancialDynamicsMediumListData": {
  7044. "type": "object",
  7045. "properties": {
  7046. "amount": {
  7047. "type": "string",
  7048. "example": "支付金额"
  7049. },
  7050. "business_kind": {
  7051. "type": "string",
  7052. "example": "支付类型(1:广告合作)"
  7053. },
  7054. "certificate": {
  7055. "type": "string",
  7056. "example": "支付凭证"
  7057. },
  7058. "id": {
  7059. "type": "string"
  7060. },
  7061. "memo": {
  7062. "type": "string",
  7063. "example": "备注"
  7064. },
  7065. "name": {
  7066. "type": "string"
  7067. },
  7068. "pay_method": {
  7069. "type": "string",
  7070. "example": "支付方式 0对私 1对公"
  7071. },
  7072. "pay_time": {
  7073. "type": "string",
  7074. "example": "支付时间"
  7075. }
  7076. }
  7077. },
  7078. "md.FinancialDynamicsMediumListReq": {
  7079. "type": "object",
  7080. "properties": {
  7081. "end_time": {
  7082. "type": "string"
  7083. },
  7084. "limit": {
  7085. "type": "string"
  7086. },
  7087. "page": {
  7088. "type": "string"
  7089. },
  7090. "start_time": {
  7091. "type": "string",
  7092. "example": "2024-08-29 00:00:00"
  7093. },
  7094. "uid": {
  7095. "type": "string",
  7096. "example": ""
  7097. }
  7098. }
  7099. },
  7100. "md.FinancialDynamicsMediumListRes": {
  7101. "type": "object",
  7102. "properties": {
  7103. "business_kind": {
  7104. "type": "array",
  7105. "items": {
  7106. "$ref": "#/definitions/md.SelectData"
  7107. }
  7108. },
  7109. "list": {
  7110. "type": "array",
  7111. "items": {
  7112. "$ref": "#/definitions/md.FinancialDynamicsMediumListData"
  7113. }
  7114. },
  7115. "pay_method": {
  7116. "type": "array",
  7117. "items": {
  7118. "$ref": "#/definitions/md.SelectData"
  7119. }
  7120. },
  7121. "total": {
  7122. "type": "integer"
  7123. },
  7124. "user": {
  7125. "type": "array",
  7126. "items": {
  7127. "$ref": "#/definitions/md.SelectData"
  7128. }
  7129. }
  7130. }
  7131. },
  7132. "md.FinancialDynamicsMediumSaveReq": {
  7133. "type": "object",
  7134. "properties": {
  7135. "amount": {
  7136. "type": "string",
  7137. "example": "支付金额"
  7138. },
  7139. "business_kind": {
  7140. "type": "string",
  7141. "example": "支付类型(1:广告合作)"
  7142. },
  7143. "certificate": {
  7144. "type": "string",
  7145. "example": "支付凭证"
  7146. },
  7147. "memo": {
  7148. "type": "string",
  7149. "example": "备注"
  7150. },
  7151. "pay_method": {
  7152. "type": "string",
  7153. "example": "支付方式 0对私 1对公"
  7154. },
  7155. "uid": {
  7156. "type": "string"
  7157. }
  7158. }
  7159. },
  7160. "md.FinancialDynamicsMediumTotalReq": {
  7161. "type": "object",
  7162. "properties": {
  7163. "end_time": {
  7164. "type": "string"
  7165. },
  7166. "start_time": {
  7167. "type": "string",
  7168. "example": "2024-08-29 00:00:00"
  7169. },
  7170. "uid": {
  7171. "type": "string",
  7172. "example": ""
  7173. }
  7174. }
  7175. },
  7176. "md.FinancialDynamicsMediumTotalRes": {
  7177. "type": "object",
  7178. "properties": {
  7179. "all_amount": {
  7180. "type": "string",
  7181. "example": "预付总金额"
  7182. },
  7183. "balance_amount": {
  7184. "type": "string",
  7185. "example": "账户余额"
  7186. },
  7187. "pay_count": {
  7188. "type": "string",
  7189. "example": "预付次数"
  7190. },
  7191. "use_amount": {
  7192. "type": "string",
  7193. "example": "已消耗金额"
  7194. }
  7195. }
  7196. },
  7197. "md.IndexAppListData": {
  7198. "type": "object",
  7199. "properties": {
  7200. "list": {
  7201. "type": "array",
  7202. "items": {
  7203. "$ref": "#/definitions/md.IndexAppListDataList"
  7204. }
  7205. },
  7206. "logo": {
  7207. "type": "string"
  7208. },
  7209. "name": {
  7210. "type": "string"
  7211. },
  7212. "table_list": {
  7213. "type": "array",
  7214. "items": {
  7215. "type": "string"
  7216. }
  7217. }
  7218. }
  7219. },
  7220. "md.IndexAppListDataList": {
  7221. "type": "object",
  7222. "properties": {
  7223. "bili": {
  7224. "type": "string"
  7225. },
  7226. "name": {
  7227. "type": "string"
  7228. },
  7229. "type": {
  7230. "type": "string"
  7231. },
  7232. "value": {
  7233. "type": "string"
  7234. }
  7235. }
  7236. },
  7237. "md.IndexAppListReq": {
  7238. "type": "object",
  7239. "properties": {
  7240. "end_date": {
  7241. "type": "string",
  7242. "example": "2024-08-30"
  7243. },
  7244. "name": {
  7245. "type": "string"
  7246. },
  7247. "sort": {
  7248. "type": "string",
  7249. "example": "排序"
  7250. },
  7251. "start_date": {
  7252. "type": "string",
  7253. "example": "2024-08-30"
  7254. }
  7255. }
  7256. },
  7257. "md.IndexAppListRes": {
  7258. "type": "object",
  7259. "properties": {
  7260. "list": {
  7261. "type": "array",
  7262. "items": {
  7263. "$ref": "#/definitions/md.IndexAppListData"
  7264. }
  7265. },
  7266. "sort": {
  7267. "type": "array",
  7268. "items": {
  7269. "$ref": "#/definitions/md.SelectData"
  7270. }
  7271. }
  7272. }
  7273. },
  7274. "md.Invoice": {
  7275. "type": "object",
  7276. "properties": {
  7277. "count": {
  7278. "type": "string"
  7279. },
  7280. "file": {
  7281. "type": "array",
  7282. "items": {
  7283. "$ref": "#/definitions/md.InvoiceFile"
  7284. }
  7285. },
  7286. "time": {
  7287. "type": "string"
  7288. },
  7289. "type": {
  7290. "type": "string"
  7291. }
  7292. }
  7293. },
  7294. "md.InvoiceFile": {
  7295. "type": "object",
  7296. "properties": {
  7297. "state": {
  7298. "type": "string",
  7299. "example": "0待确认 1审核通过 2审核失败"
  7300. },
  7301. "url": {
  7302. "type": "string"
  7303. }
  7304. }
  7305. },
  7306. "md.InvoiceReq": {
  7307. "type": "object",
  7308. "properties": {
  7309. "file": {
  7310. "type": "array",
  7311. "items": {
  7312. "$ref": "#/definitions/md.InvoiceFile"
  7313. }
  7314. },
  7315. "id": {
  7316. "type": "string",
  7317. "example": "列表id"
  7318. },
  7319. "state": {
  7320. "type": "string",
  7321. "example": "1审核通过 2审核失败"
  7322. }
  7323. }
  7324. },
  7325. "md.LoginReq": {
  7326. "type": "object",
  7327. "required": [
  7328. "password",
  7329. "username"
  7330. ],
  7331. "properties": {
  7332. "code": {
  7333. "type": "string",
  7334. "example": "验证码"
  7335. },
  7336. "password": {
  7337. "type": "string",
  7338. "example": "登录密码"
  7339. },
  7340. "username": {
  7341. "type": "string",
  7342. "example": "登录账号"
  7343. }
  7344. }
  7345. },
  7346. "md.LoginResponse": {
  7347. "type": "object",
  7348. "properties": {
  7349. "token": {
  7350. "type": "string"
  7351. }
  7352. }
  7353. },
  7354. "md.MediumDivisionStrategy": {
  7355. "type": "object",
  7356. "properties": {
  7357. "agent_revenue_rate": {
  7358. "type": "string",
  7359. "example": "代理收益百分比"
  7360. },
  7361. "agreement_sharing_rate": {
  7362. "type": "string",
  7363. "example": "协议分成百分比"
  7364. },
  7365. "commission_retention_rate": {
  7366. "type": "string",
  7367. "example": "佣金留存百分比"
  7368. },
  7369. "ecpm": {
  7370. "type": "string",
  7371. "example": "现-ecpm(元)"
  7372. },
  7373. "exposure_count": {
  7374. "type": "string",
  7375. "example": "曝光量"
  7376. },
  7377. "extra_revenue_rate": {
  7378. "type": "string",
  7379. "example": "额外收益百分比"
  7380. },
  7381. "media_revenue_rate": {
  7382. "type": "string",
  7383. "example": "媒体收益百分比"
  7384. },
  7385. "old_ecpm": {
  7386. "type": "string",
  7387. "example": "原-ecpm(元)"
  7388. },
  7389. "platform_retention_rate": {
  7390. "type": "string",
  7391. "example": "平台留存百分比"
  7392. }
  7393. }
  7394. },
  7395. "md.MediumListData": {
  7396. "type": "object",
  7397. "properties": {
  7398. "account": {
  7399. "type": "string",
  7400. "example": "媒体账号"
  7401. },
  7402. "business_license_address": {
  7403. "type": "string",
  7404. "example": "营业执照地址"
  7405. },
  7406. "company_name": {
  7407. "type": "string",
  7408. "example": "公司名称"
  7409. },
  7410. "id": {
  7411. "type": "string",
  7412. "example": "id"
  7413. },
  7414. "legal_representative": {
  7415. "type": "string",
  7416. "example": "法定代表人"
  7417. },
  7418. "medium_id": {
  7419. "type": "string",
  7420. "example": "媒体id"
  7421. },
  7422. "memo": {
  7423. "type": "string",
  7424. "example": "备注 审核时填写的"
  7425. },
  7426. "state": {
  7427. "type": "string",
  7428. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  7429. },
  7430. "unified_social_credit_code": {
  7431. "type": "string",
  7432. "example": "统一社会信用代码"
  7433. }
  7434. }
  7435. },
  7436. "md.MediumListDelReq": {
  7437. "type": "object",
  7438. "properties": {
  7439. "id": {
  7440. "type": "string",
  7441. "example": "列表id"
  7442. }
  7443. }
  7444. },
  7445. "md.MediumListReq": {
  7446. "type": "object",
  7447. "properties": {
  7448. "id": {
  7449. "type": "string"
  7450. },
  7451. "limit": {
  7452. "type": "string"
  7453. },
  7454. "name": {
  7455. "type": "string"
  7456. },
  7457. "page": {
  7458. "type": "string"
  7459. },
  7460. "state": {
  7461. "type": "string"
  7462. }
  7463. }
  7464. },
  7465. "md.MediumListRes": {
  7466. "type": "object",
  7467. "properties": {
  7468. "list": {
  7469. "type": "array",
  7470. "items": {
  7471. "$ref": "#/definitions/md.MediumListData"
  7472. }
  7473. },
  7474. "state": {
  7475. "type": "array",
  7476. "items": {
  7477. "$ref": "#/definitions/md.SelectData"
  7478. }
  7479. },
  7480. "total": {
  7481. "type": "integer"
  7482. }
  7483. }
  7484. },
  7485. "md.MediumListSaveReq": {
  7486. "type": "object",
  7487. "properties": {
  7488. "medium_id": {
  7489. "type": "string"
  7490. },
  7491. "username": {
  7492. "type": "string"
  7493. }
  7494. }
  7495. },
  7496. "md.MediumQualificationBankData": {
  7497. "type": "object",
  7498. "properties": {
  7499. "account": {
  7500. "type": "string",
  7501. "example": "账号"
  7502. },
  7503. "bank": {
  7504. "type": "string",
  7505. "example": "开户银行"
  7506. },
  7507. "bank_branch": {
  7508. "type": "string",
  7509. "example": "开户银行分行"
  7510. },
  7511. "bank_no": {
  7512. "type": "string",
  7513. "example": "银行卡号"
  7514. },
  7515. "company_name": {
  7516. "type": "string",
  7517. "example": "公司名称"
  7518. },
  7519. "currency_conf": {
  7520. "type": "string",
  7521. "example": "结算币种 0人民币"
  7522. },
  7523. "id": {
  7524. "type": "string",
  7525. "example": "id"
  7526. },
  7527. "kind": {
  7528. "type": "string",
  7529. "example": "类型(1:企业 2:个人)"
  7530. },
  7531. "licence": {
  7532. "type": "string",
  7533. "example": "开户许可证"
  7534. },
  7535. "medium_id": {
  7536. "type": "string",
  7537. "example": "代理id"
  7538. },
  7539. "memo": {
  7540. "type": "string",
  7541. "example": "备注 审核时填写的"
  7542. },
  7543. "state": {
  7544. "type": "string",
  7545. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  7546. },
  7547. "unified_social_credit_code": {
  7548. "type": "string",
  7549. "example": "统一社会信用代码"
  7550. }
  7551. }
  7552. },
  7553. "md.MediumQualificationBankRes": {
  7554. "type": "object",
  7555. "properties": {
  7556. "currency_conf": {
  7557. "type": "array",
  7558. "items": {
  7559. "$ref": "#/definitions/md.SelectData"
  7560. }
  7561. },
  7562. "list": {
  7563. "type": "array",
  7564. "items": {
  7565. "$ref": "#/definitions/md.MediumQualificationBankData"
  7566. }
  7567. },
  7568. "state": {
  7569. "type": "array",
  7570. "items": {
  7571. "$ref": "#/definitions/md.SelectData"
  7572. }
  7573. },
  7574. "total": {
  7575. "type": "integer"
  7576. },
  7577. "type": {
  7578. "type": "array",
  7579. "items": {
  7580. "$ref": "#/definitions/md.SelectData"
  7581. }
  7582. }
  7583. }
  7584. },
  7585. "md.MediumQualificationContactData": {
  7586. "type": "object",
  7587. "properties": {
  7588. "account": {
  7589. "type": "string",
  7590. "example": "账号"
  7591. },
  7592. "address": {
  7593. "type": "string",
  7594. "example": "联系地址"
  7595. },
  7596. "company_name": {
  7597. "type": "string",
  7598. "example": "公司名称"
  7599. },
  7600. "email": {
  7601. "type": "string",
  7602. "example": "邮箱地址"
  7603. },
  7604. "id": {
  7605. "type": "string",
  7606. "example": "id"
  7607. },
  7608. "kind": {
  7609. "type": "string",
  7610. "example": "类型(1:企业 2:个人)"
  7611. },
  7612. "medium_id": {
  7613. "type": "string",
  7614. "example": "代理id"
  7615. },
  7616. "memo": {
  7617. "type": "string",
  7618. "example": "备注 审核时填写的"
  7619. },
  7620. "name": {
  7621. "type": "string",
  7622. "example": "联系人"
  7623. },
  7624. "phone": {
  7625. "type": "string",
  7626. "example": "联系电话"
  7627. },
  7628. "state": {
  7629. "type": "string",
  7630. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  7631. }
  7632. }
  7633. },
  7634. "md.MediumQualificationContactRes": {
  7635. "type": "object",
  7636. "properties": {
  7637. "list": {
  7638. "type": "array",
  7639. "items": {
  7640. "$ref": "#/definitions/md.MediumQualificationContactData"
  7641. }
  7642. },
  7643. "state": {
  7644. "type": "array",
  7645. "items": {
  7646. "$ref": "#/definitions/md.SelectData"
  7647. }
  7648. },
  7649. "total": {
  7650. "type": "integer"
  7651. }
  7652. }
  7653. },
  7654. "md.MediumQualificationEnterpriseAuditReq": {
  7655. "type": "object",
  7656. "properties": {
  7657. "medium_id": {
  7658. "type": "string"
  7659. },
  7660. "memo": {
  7661. "type": "string"
  7662. },
  7663. "state": {
  7664. "type": "string"
  7665. }
  7666. }
  7667. },
  7668. "md.MediumQualificationEnterpriseData": {
  7669. "type": "object",
  7670. "properties": {
  7671. "account": {
  7672. "type": "string",
  7673. "example": "账号"
  7674. },
  7675. "business_license_address": {
  7676. "type": "string",
  7677. "example": "营业执照地址"
  7678. },
  7679. "business_license_img_url": {
  7680. "type": "string",
  7681. "example": "营业执照照片"
  7682. },
  7683. "certificate_first_type": {
  7684. "type": "string",
  7685. "example": "证件类型 1级类目id"
  7686. },
  7687. "certificate_type": {
  7688. "type": "string",
  7689. "example": "证件类型 2级类目id"
  7690. },
  7691. "certificate_validity": {
  7692. "type": "string",
  7693. "example": "证件有效期"
  7694. },
  7695. "company_abbreviation": {
  7696. "type": "string",
  7697. "example": "公司简称"
  7698. },
  7699. "company_name": {
  7700. "type": "string",
  7701. "example": "公司名称"
  7702. },
  7703. "country_region": {
  7704. "type": "string",
  7705. "example": "国家地区"
  7706. },
  7707. "country_region_id": {
  7708. "type": "string",
  7709. "example": "国家地区id"
  7710. },
  7711. "id": {
  7712. "type": "string",
  7713. "example": "状态选择"
  7714. },
  7715. "kind": {
  7716. "type": "string",
  7717. "example": "类型(1:企业 2:个人)"
  7718. },
  7719. "legal_representative": {
  7720. "type": "string",
  7721. "example": "法定代表人"
  7722. },
  7723. "medium_id": {
  7724. "type": "string",
  7725. "example": "代理id"
  7726. },
  7727. "memo": {
  7728. "type": "string",
  7729. "example": "备注 审核时填写的"
  7730. },
  7731. "registered_address": {
  7732. "type": "string",
  7733. "example": "注册地址"
  7734. },
  7735. "registered_address_city_id": {
  7736. "type": "string",
  7737. "example": "注册地址-市id"
  7738. },
  7739. "registered_address_country_id": {
  7740. "type": "string",
  7741. "example": "注册地址-国家id"
  7742. },
  7743. "registered_address_county_id": {
  7744. "type": "string",
  7745. "example": "注册地址-县/区id"
  7746. },
  7747. "registered_address_province_id": {
  7748. "type": "string",
  7749. "example": "册地址-省份id"
  7750. },
  7751. "state": {
  7752. "type": "string",
  7753. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  7754. },
  7755. "unified_social_credit_code": {
  7756. "type": "string",
  7757. "example": "统一社会信用代码"
  7758. },
  7759. "uuid": {
  7760. "type": "string",
  7761. "example": "站长id"
  7762. }
  7763. }
  7764. },
  7765. "md.MediumQualificationEnterpriseReq": {
  7766. "type": "object",
  7767. "properties": {
  7768. "limit": {
  7769. "type": "string"
  7770. },
  7771. "name": {
  7772. "type": "string"
  7773. },
  7774. "page": {
  7775. "type": "string"
  7776. },
  7777. "state": {
  7778. "type": "string"
  7779. }
  7780. }
  7781. },
  7782. "md.MediumQualificationEnterpriseRes": {
  7783. "type": "object",
  7784. "properties": {
  7785. "list": {
  7786. "type": "array",
  7787. "items": {
  7788. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  7789. }
  7790. },
  7791. "state": {
  7792. "type": "array",
  7793. "items": {
  7794. "$ref": "#/definitions/md.SelectData"
  7795. }
  7796. },
  7797. "total": {
  7798. "type": "integer"
  7799. },
  7800. "type": {
  7801. "type": "array",
  7802. "items": {
  7803. "$ref": "#/definitions/md.SelectData"
  7804. }
  7805. }
  7806. }
  7807. },
  7808. "md.OtherIncomeReq": {
  7809. "type": "object",
  7810. "properties": {
  7811. "amount": {
  7812. "type": "string",
  7813. "example": "其他收益"
  7814. },
  7815. "id": {
  7816. "type": "string",
  7817. "example": "列表id"
  7818. }
  7819. }
  7820. },
  7821. "md.QiNiuBucketRegion": {
  7822. "type": "object",
  7823. "properties": {
  7824. "region_domain": {
  7825. "type": "string",
  7826. "example": "区域域名"
  7827. },
  7828. "region_id": {
  7829. "type": "string",
  7830. "example": "区域id"
  7831. },
  7832. "region_name": {
  7833. "type": "string",
  7834. "example": "区域名称"
  7835. }
  7836. }
  7837. },
  7838. "md.RegisterForAgentReq": {
  7839. "type": "object",
  7840. "required": [
  7841. "password",
  7842. "phone"
  7843. ],
  7844. "properties": {
  7845. "code": {
  7846. "type": "string",
  7847. "example": "验证码"
  7848. },
  7849. "password": {
  7850. "type": "string",
  7851. "example": "登录密码"
  7852. },
  7853. "phone": {
  7854. "type": "string",
  7855. "example": "登录账号"
  7856. }
  7857. }
  7858. },
  7859. "md.RegisterForMediumReq": {
  7860. "type": "object",
  7861. "required": [
  7862. "password",
  7863. "phone"
  7864. ],
  7865. "properties": {
  7866. "code": {
  7867. "type": "string",
  7868. "example": "验证码"
  7869. },
  7870. "password": {
  7871. "type": "string",
  7872. "example": "登录密码"
  7873. },
  7874. "phone": {
  7875. "type": "string",
  7876. "example": "登录账号"
  7877. }
  7878. }
  7879. },
  7880. "md.Response": {
  7881. "type": "object",
  7882. "properties": {
  7883. "code": {
  7884. "type": "string",
  7885. "example": "响应码"
  7886. },
  7887. "data": {
  7888. "description": "内容"
  7889. },
  7890. "msg": {
  7891. "type": "string",
  7892. "example": "具体错误原因"
  7893. }
  7894. }
  7895. },
  7896. "md.RoleBindPermissionGroupReq": {
  7897. "type": "object",
  7898. "required": [
  7899. "role_id"
  7900. ],
  7901. "properties": {
  7902. "permission_ids": {
  7903. "type": "array",
  7904. "items": {
  7905. "type": "integer"
  7906. }
  7907. },
  7908. "role_id": {
  7909. "type": "integer"
  7910. }
  7911. }
  7912. },
  7913. "md.SelectData": {
  7914. "type": "object",
  7915. "properties": {
  7916. "name": {
  7917. "type": "string",
  7918. "example": "名称"
  7919. },
  7920. "value": {
  7921. "type": "string",
  7922. "example": "值"
  7923. }
  7924. }
  7925. },
  7926. "md.SetMobReq": {
  7927. "type": "object",
  7928. "properties": {
  7929. "mob_app_key": {
  7930. "type": "string"
  7931. },
  7932. "mob_app_secret": {
  7933. "type": "string"
  7934. }
  7935. }
  7936. },
  7937. "md.SetOssReq": {
  7938. "type": "object",
  7939. "required": [
  7940. "file_access_key",
  7941. "file_bucket",
  7942. "file_bucket_host",
  7943. "file_bucket_region",
  7944. "file_secret_key"
  7945. ],
  7946. "properties": {
  7947. "file_access_key": {
  7948. "type": "string",
  7949. "example": "对象存储AccessToken"
  7950. },
  7951. "file_bucket": {
  7952. "type": "string",
  7953. "example": "对象存储bucket(空间)"
  7954. },
  7955. "file_bucket_host": {
  7956. "type": "string",
  7957. "example": "对象存储域名"
  7958. },
  7959. "file_bucket_region": {
  7960. "type": "string",
  7961. "example": "文件所属区域"
  7962. },
  7963. "file_secret_key": {
  7964. "type": "string",
  7965. "example": "对象存储SecretToken"
  7966. }
  7967. }
  7968. },
  7969. "md.SetOssResp": {
  7970. "type": "object",
  7971. "properties": {
  7972. "data": {
  7973. "description": "数据内容",
  7974. "allOf": [
  7975. {
  7976. "$ref": "#/definitions/md.SetOssReq"
  7977. }
  7978. ]
  7979. },
  7980. "qi_niu_bucket_region_list": {
  7981. "description": "七牛云存储区域列表",
  7982. "type": "array",
  7983. "items": {
  7984. "$ref": "#/definitions/md.QiNiuBucketRegion"
  7985. }
  7986. }
  7987. }
  7988. },
  7989. "md.SettleCenterDataData": {
  7990. "type": "object",
  7991. "properties": {
  7992. "account": {
  7993. "type": "string"
  7994. },
  7995. "id": {
  7996. "type": "string"
  7997. },
  7998. "name": {
  7999. "type": "string"
  8000. },
  8001. "settle_type": {
  8002. "type": "string"
  8003. },
  8004. "update_at": {
  8005. "type": "string"
  8006. }
  8007. }
  8008. },
  8009. "md.SettleCenterDataDetailReq": {
  8010. "type": "object",
  8011. "properties": {
  8012. "end_time": {
  8013. "type": "string"
  8014. },
  8015. "id": {
  8016. "type": "string"
  8017. },
  8018. "limit": {
  8019. "type": "string"
  8020. },
  8021. "page": {
  8022. "type": "string"
  8023. },
  8024. "start_time": {
  8025. "type": "string",
  8026. "example": "2024-08-29"
  8027. }
  8028. }
  8029. },
  8030. "md.SettleCenterDataReq": {
  8031. "type": "object",
  8032. "properties": {
  8033. "account": {
  8034. "type": "string"
  8035. },
  8036. "limit": {
  8037. "type": "string"
  8038. },
  8039. "name": {
  8040. "type": "string"
  8041. },
  8042. "page": {
  8043. "type": "string"
  8044. },
  8045. "state": {
  8046. "type": "string"
  8047. }
  8048. }
  8049. },
  8050. "md.SettleCenterDataRes": {
  8051. "type": "object",
  8052. "properties": {
  8053. "list": {
  8054. "type": "array",
  8055. "items": {
  8056. "$ref": "#/definitions/md.SettleCenterDataData"
  8057. }
  8058. },
  8059. "state": {
  8060. "type": "array",
  8061. "items": {
  8062. "$ref": "#/definitions/md.SelectData"
  8063. }
  8064. },
  8065. "total": {
  8066. "type": "integer"
  8067. }
  8068. }
  8069. },
  8070. "md.SettleCenterDataSaveReq": {
  8071. "type": "object",
  8072. "properties": {
  8073. "id": {
  8074. "type": "string"
  8075. },
  8076. "settle_type": {
  8077. "type": "string"
  8078. }
  8079. }
  8080. },
  8081. "md.SettleFileReq": {
  8082. "type": "object",
  8083. "properties": {
  8084. "file": {
  8085. "type": "string",
  8086. "example": "七牛云链接 带http"
  8087. },
  8088. "id": {
  8089. "type": "string",
  8090. "example": "列表id"
  8091. }
  8092. }
  8093. },
  8094. "md.ShareIndexResp": {
  8095. "type": "object",
  8096. "properties": {
  8097. "agent_domain": {
  8098. "type": "string",
  8099. "example": "代理分享地址"
  8100. },
  8101. "master_id": {
  8102. "type": "string"
  8103. },
  8104. "medium_domain": {
  8105. "type": "string",
  8106. "example": "媒体分享地址"
  8107. }
  8108. }
  8109. },
  8110. "md.UpdateAdminReq": {
  8111. "type": "object",
  8112. "required": [
  8113. "adm_id",
  8114. "password",
  8115. "username"
  8116. ],
  8117. "properties": {
  8118. "adm_id": {
  8119. "type": "integer"
  8120. },
  8121. "memo": {
  8122. "type": "string"
  8123. },
  8124. "password": {
  8125. "type": "string"
  8126. },
  8127. "username": {
  8128. "type": "string"
  8129. }
  8130. }
  8131. },
  8132. "md.UpdateAdminStateReq": {
  8133. "type": "object",
  8134. "required": [
  8135. "adm_id",
  8136. "state"
  8137. ],
  8138. "properties": {
  8139. "adm_id": {
  8140. "type": "integer"
  8141. },
  8142. "state": {
  8143. "type": "integer"
  8144. }
  8145. }
  8146. },
  8147. "md.UpdateRoleReq": {
  8148. "type": "object",
  8149. "required": [
  8150. "memo",
  8151. "name",
  8152. "role_id"
  8153. ],
  8154. "properties": {
  8155. "memo": {
  8156. "type": "string"
  8157. },
  8158. "name": {
  8159. "type": "string"
  8160. },
  8161. "role_id": {
  8162. "type": "integer"
  8163. }
  8164. }
  8165. },
  8166. "md.UpdateRoleStateReq": {
  8167. "type": "object",
  8168. "required": [
  8169. "role_id",
  8170. "state"
  8171. ],
  8172. "properties": {
  8173. "role_id": {
  8174. "type": "integer"
  8175. },
  8176. "state": {
  8177. "type": "integer"
  8178. }
  8179. }
  8180. },
  8181. "md.WxOpenGetResp": {
  8182. "type": "object",
  8183. "properties": {
  8184. "aes_key": {
  8185. "type": "string",
  8186. "example": "消息加解密Key"
  8187. },
  8188. "app_secret": {
  8189. "type": "string",
  8190. "example": "appSecret"
  8191. },
  8192. "appid": {
  8193. "type": "string",
  8194. "example": "appid"
  8195. },
  8196. "token": {
  8197. "type": "string",
  8198. "example": "消息校验Token"
  8199. },
  8200. "wx_open_applet_server_domain": {
  8201. "type": "string",
  8202. "example": "微信开放平台-小程序服务器域名"
  8203. },
  8204. "wx_open_authorization_event_receiving_configuration": {
  8205. "type": "string",
  8206. "example": "微信开放平台-授权事件接收配置"
  8207. },
  8208. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  8209. "type": "string",
  8210. "example": "微信开放平台-登录授权的发起页域名"
  8211. },
  8212. "wx_open_message_and_event_reception_configuration": {
  8213. "type": "string",
  8214. "example": "微信开放平台-消息与事件接收配置"
  8215. },
  8216. "wx_open_white_list_ip": {
  8217. "type": "string",
  8218. "example": "微信开放平台-白名单ip"
  8219. }
  8220. }
  8221. },
  8222. "md.WxOpenSetReq": {
  8223. "type": "object",
  8224. "required": [
  8225. "aes_key",
  8226. "app_secret",
  8227. "appid",
  8228. "token"
  8229. ],
  8230. "properties": {
  8231. "aes_key": {
  8232. "type": "string",
  8233. "example": "消息加解密Key"
  8234. },
  8235. "app_secret": {
  8236. "type": "string",
  8237. "example": "appSecret"
  8238. },
  8239. "appid": {
  8240. "type": "string",
  8241. "example": "appid"
  8242. },
  8243. "token": {
  8244. "type": "string",
  8245. "example": "消息校验Token"
  8246. }
  8247. }
  8248. }
  8249. },
  8250. "securityDefinitions": {
  8251. "MasterID": {
  8252. "type": "apiKey",
  8253. "name": "MasterID",
  8254. "in": "header"
  8255. }
  8256. }
  8257. }`
  8258. // SwaggerInfo holds exported Swagger Info so clients can modify it
  8259. var SwaggerInfo = &swag.Spec{
  8260. Version: "1.0",
  8261. Host: "localhost:1002 or xxxx.advertisement.dengbiao.top",
  8262. BasePath: "",
  8263. Schemes: []string{},
  8264. Title: "广告联盟-站长平台",
  8265. Description: "站长后台接口",
  8266. InfoInstanceName: "swagger",
  8267. SwaggerTemplate: docTemplate,
  8268. }
  8269. func init() {
  8270. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  8271. }