广告平台(站长使用)
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

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