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

7662 wiersze
257 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "站长后台接口",
  5. "title": "广告联盟-站长平台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:1002 or xxxx.advertisement.dengbiao.top",
  19. "paths": {
  20. "/api/agentQualification/bank": {
  21. "post": {
  22. "description": "渠道资质-银行资质",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "渠道资质------嘉俊"
  31. ],
  32. "summary": "银行资质",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "请求参数",
  43. "name": "args",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体看返回内容 这是data里面的数据",
  54. "schema": {
  55. "$ref": "#/definitions/md.AgentQualificationBankRes"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/agentQualification/bank/audit": {
  68. "post": {
  69. "description": "渠道资质-银行资质审核",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "渠道资质------嘉俊"
  78. ],
  79. "summary": "银行资质审核",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "请求参数",
  90. "name": "args",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体看返回内容",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/agentQualification/contact": {
  115. "post": {
  116. "description": "渠道资质-联系方式",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "渠道资质------嘉俊"
  125. ],
  126. "summary": "联系方式",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "请求参数",
  137. "name": "args",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体看返回内容 这是data里面的数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AgentQualificationContactRes"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/agentQualification/contact/audit": {
  162. "post": {
  163. "description": "渠道资质-联系方式审核",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "渠道资质------嘉俊"
  172. ],
  173. "summary": "联系方式审核",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "请求参数",
  184. "name": "args",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体看返回内容",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/agentQualification/enterprise": {
  209. "post": {
  210. "description": "渠道资质-主体资质",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "渠道资质------嘉俊"
  219. ],
  220. "summary": "主体资质",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "请求参数",
  231. "name": "args",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体看返回内容 这是data里面的数据",
  242. "schema": {
  243. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/agentQualification/enterprise/audit": {
  256. "post": {
  257. "description": "渠道资质-主体资质审核",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "渠道资质------嘉俊"
  266. ],
  267. "summary": "主体资质审核",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "验证参数Bearer和token空格拼接",
  272. "name": "Authorization",
  273. "in": "header",
  274. "required": true
  275. },
  276. {
  277. "description": "请求参数",
  278. "name": "args",
  279. "in": "body",
  280. "required": true,
  281. "schema": {
  282. "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq"
  283. }
  284. }
  285. ],
  286. "responses": {
  287. "200": {
  288. "description": "具体看返回内容",
  289. "schema": {
  290. "type": "string"
  291. }
  292. },
  293. "400": {
  294. "description": "具体错误",
  295. "schema": {
  296. "$ref": "#/definitions/md.Response"
  297. }
  298. }
  299. }
  300. }
  301. },
  302. "/api/dataCenter/generate/data/del": {
  303. "post": {
  304. "description": "数据中心-分成数据-删除",
  305. "consumes": [
  306. "application/json"
  307. ],
  308. "produces": [
  309. "application/json"
  310. ],
  311. "tags": [
  312. "数据中心------嘉俊"
  313. ],
  314. "summary": "分成数据-删除",
  315. "parameters": [
  316. {
  317. "type": "string",
  318. "description": "验证参数Bearer和token空格拼接",
  319. "name": "Authorization",
  320. "in": "header",
  321. "required": true
  322. },
  323. {
  324. "description": "请求参数",
  325. "name": "args",
  326. "in": "body",
  327. "required": true,
  328. "schema": {
  329. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  330. }
  331. }
  332. ],
  333. "responses": {
  334. "200": {
  335. "description": "具体看返回内容 ",
  336. "schema": {
  337. "type": "string"
  338. }
  339. },
  340. "400": {
  341. "description": "具体错误",
  342. "schema": {
  343. "$ref": "#/definitions/md.Response"
  344. }
  345. }
  346. }
  347. }
  348. },
  349. "/api/dataCenter/generate/data/detail": {
  350. "post": {
  351. "description": "数据中心-分成数据-详情",
  352. "consumes": [
  353. "application/json"
  354. ],
  355. "produces": [
  356. "application/json"
  357. ],
  358. "tags": [
  359. "数据中心------嘉俊"
  360. ],
  361. "summary": "分成数据-详情",
  362. "parameters": [
  363. {
  364. "type": "string",
  365. "description": "验证参数Bearer和token空格拼接",
  366. "name": "Authorization",
  367. "in": "header",
  368. "required": true
  369. },
  370. {
  371. "description": "请求参数",
  372. "name": "args",
  373. "in": "body",
  374. "required": true,
  375. "schema": {
  376. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  377. }
  378. }
  379. ],
  380. "responses": {
  381. "200": {
  382. "description": "具体看返回内容 ",
  383. "schema": {
  384. "$ref": "#/definitions/md.DataCenterGenerateDataDetailData"
  385. }
  386. },
  387. "400": {
  388. "description": "具体错误",
  389. "schema": {
  390. "$ref": "#/definitions/md.Response"
  391. }
  392. }
  393. }
  394. }
  395. },
  396. "/api/dataCenter/generate/data/doing": {
  397. "post": {
  398. "description": "数据中心-分成数据-应用操作",
  399. "consumes": [
  400. "application/json"
  401. ],
  402. "produces": [
  403. "application/json"
  404. ],
  405. "tags": [
  406. "数据中心------嘉俊"
  407. ],
  408. "summary": "分成数据-应用操作",
  409. "parameters": [
  410. {
  411. "type": "string",
  412. "description": "验证参数Bearer和token空格拼接",
  413. "name": "Authorization",
  414. "in": "header",
  415. "required": true
  416. },
  417. {
  418. "description": "请求参数",
  419. "name": "args",
  420. "in": "body",
  421. "required": true,
  422. "schema": {
  423. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  424. }
  425. }
  426. ],
  427. "responses": {
  428. "200": {
  429. "description": "具体看返回内容 ",
  430. "schema": {
  431. "type": "string"
  432. }
  433. },
  434. "400": {
  435. "description": "具体错误",
  436. "schema": {
  437. "$ref": "#/definitions/md.Response"
  438. }
  439. }
  440. }
  441. }
  442. },
  443. "/api/dataCenter/generate/data/list": {
  444. "post": {
  445. "description": "数据中心-分成数据-列表",
  446. "consumes": [
  447. "application/json"
  448. ],
  449. "produces": [
  450. "application/json"
  451. ],
  452. "tags": [
  453. "数据中心------嘉俊"
  454. ],
  455. "summary": "分成数据-列表",
  456. "parameters": [
  457. {
  458. "type": "string",
  459. "description": "验证参数Bearer和token空格拼接",
  460. "name": "Authorization",
  461. "in": "header",
  462. "required": true
  463. },
  464. {
  465. "description": "请求参数",
  466. "name": "args",
  467. "in": "body",
  468. "required": true,
  469. "schema": {
  470. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  471. }
  472. }
  473. ],
  474. "responses": {
  475. "200": {
  476. "description": "具体看返回内容 这是data里面的数据",
  477. "schema": {
  478. "$ref": "#/definitions/md.DataCenterGenerateDataRes"
  479. }
  480. },
  481. "400": {
  482. "description": "具体错误",
  483. "schema": {
  484. "$ref": "#/definitions/md.Response"
  485. }
  486. }
  487. }
  488. }
  489. },
  490. "/api/dataCenter/income/data/detail": {
  491. "post": {
  492. "description": "数据中心-收益报表-详情",
  493. "consumes": [
  494. "application/json"
  495. ],
  496. "produces": [
  497. "application/json"
  498. ],
  499. "tags": [
  500. "数据中心------嘉俊"
  501. ],
  502. "summary": "收益报表-详情",
  503. "parameters": [
  504. {
  505. "type": "string",
  506. "description": "验证参数Bearer和token空格拼接",
  507. "name": "Authorization",
  508. "in": "header",
  509. "required": true
  510. },
  511. {
  512. "description": "请求参数",
  513. "name": "args",
  514. "in": "body",
  515. "required": true,
  516. "schema": {
  517. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  518. }
  519. }
  520. ],
  521. "responses": {
  522. "200": {
  523. "description": "具体看返回内容 这是data里面的数据",
  524. "schema": {
  525. "$ref": "#/definitions/md.DataCenterIncomeDataDetail"
  526. }
  527. },
  528. "400": {
  529. "description": "具体错误",
  530. "schema": {
  531. "$ref": "#/definitions/md.Response"
  532. }
  533. }
  534. }
  535. }
  536. },
  537. "/api/dataCenter/income/data/list": {
  538. "post": {
  539. "description": "数据中心-收益报表-列表",
  540. "consumes": [
  541. "application/json"
  542. ],
  543. "produces": [
  544. "application/json"
  545. ],
  546. "tags": [
  547. "数据中心------嘉俊"
  548. ],
  549. "summary": "收益报表-列表",
  550. "parameters": [
  551. {
  552. "type": "string",
  553. "description": "验证参数Bearer和token空格拼接",
  554. "name": "Authorization",
  555. "in": "header",
  556. "required": true
  557. },
  558. {
  559. "description": "请求参数",
  560. "name": "args",
  561. "in": "body",
  562. "required": true,
  563. "schema": {
  564. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  565. }
  566. }
  567. ],
  568. "responses": {
  569. "200": {
  570. "description": "具体看返回内容 这是data里面的数据",
  571. "schema": {
  572. "$ref": "#/definitions/md.DataCenterIncomeDataRes"
  573. }
  574. },
  575. "400": {
  576. "description": "具体错误",
  577. "schema": {
  578. "$ref": "#/definitions/md.Response"
  579. }
  580. }
  581. }
  582. }
  583. },
  584. "/api/dataCenter/original/data/del": {
  585. "post": {
  586. "description": "数据中心-原始数据-删除",
  587. "consumes": [
  588. "application/json"
  589. ],
  590. "produces": [
  591. "application/json"
  592. ],
  593. "tags": [
  594. "数据中心------嘉俊"
  595. ],
  596. "summary": "原始数据-删除",
  597. "parameters": [
  598. {
  599. "type": "string",
  600. "description": "验证参数Bearer和token空格拼接",
  601. "name": "Authorization",
  602. "in": "header",
  603. "required": true
  604. },
  605. {
  606. "description": "请求参数",
  607. "name": "args",
  608. "in": "body",
  609. "required": true,
  610. "schema": {
  611. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  612. }
  613. }
  614. ],
  615. "responses": {
  616. "200": {
  617. "description": "具体看返回内容 ",
  618. "schema": {
  619. "type": "string"
  620. }
  621. },
  622. "400": {
  623. "description": "具体错误",
  624. "schema": {
  625. "$ref": "#/definitions/md.Response"
  626. }
  627. }
  628. }
  629. }
  630. },
  631. "/api/dataCenter/original/data/doing": {
  632. "post": {
  633. "description": "数据中心-原始数据-应用操作",
  634. "consumes": [
  635. "application/json"
  636. ],
  637. "produces": [
  638. "application/json"
  639. ],
  640. "tags": [
  641. "数据中心------嘉俊"
  642. ],
  643. "summary": "原始数据-应用操作",
  644. "parameters": [
  645. {
  646. "type": "string",
  647. "description": "验证参数Bearer和token空格拼接",
  648. "name": "Authorization",
  649. "in": "header",
  650. "required": true
  651. },
  652. {
  653. "description": "请求参数",
  654. "name": "args",
  655. "in": "body",
  656. "required": true,
  657. "schema": {
  658. "$ref": "#/definitions/md.DataCenterDataCenterOriginalDataDoingReq"
  659. }
  660. }
  661. ],
  662. "responses": {
  663. "200": {
  664. "description": "具体看返回内容 ",
  665. "schema": {
  666. "type": "string"
  667. }
  668. },
  669. "400": {
  670. "description": "具体错误",
  671. "schema": {
  672. "$ref": "#/definitions/md.Response"
  673. }
  674. }
  675. }
  676. }
  677. },
  678. "/api/dataCenter/original/data/list": {
  679. "post": {
  680. "description": "数据中心-原始数据-列表",
  681. "consumes": [
  682. "application/json"
  683. ],
  684. "produces": [
  685. "application/json"
  686. ],
  687. "tags": [
  688. "数据中心------嘉俊"
  689. ],
  690. "summary": "原始数据-列表",
  691. "parameters": [
  692. {
  693. "type": "string",
  694. "description": "验证参数Bearer和token空格拼接",
  695. "name": "Authorization",
  696. "in": "header",
  697. "required": true
  698. },
  699. {
  700. "description": "请求参数",
  701. "name": "args",
  702. "in": "body",
  703. "required": true,
  704. "schema": {
  705. "$ref": "#/definitions/md.DataCenterOriginalDataReq"
  706. }
  707. }
  708. ],
  709. "responses": {
  710. "200": {
  711. "description": "具体看返回内容 这是data里面的数据",
  712. "schema": {
  713. "$ref": "#/definitions/md.DataCenterOriginalDataRes"
  714. }
  715. },
  716. "400": {
  717. "description": "具体错误",
  718. "schema": {
  719. "$ref": "#/definitions/md.Response"
  720. }
  721. }
  722. }
  723. }
  724. },
  725. "/api/dataCenter/original/data/more/application": {
  726. "post": {
  727. "description": "数据中心-原始数据-一键导入应用列表",
  728. "consumes": [
  729. "application/json"
  730. ],
  731. "produces": [
  732. "application/json"
  733. ],
  734. "tags": [
  735. "数据中心------嘉俊"
  736. ],
  737. "summary": "原始数据-一键导入应用列表",
  738. "parameters": [
  739. {
  740. "type": "string",
  741. "description": "验证参数Bearer和token空格拼接",
  742. "name": "Authorization",
  743. "in": "header",
  744. "required": true
  745. },
  746. {
  747. "description": "请求参数",
  748. "name": "args",
  749. "in": "body",
  750. "required": true,
  751. "schema": {
  752. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationReq"
  753. }
  754. }
  755. ],
  756. "responses": {
  757. "200": {
  758. "description": "具体看返回内容 这是data里面的数据",
  759. "schema": {
  760. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationRes"
  761. }
  762. },
  763. "400": {
  764. "description": "具体错误",
  765. "schema": {
  766. "$ref": "#/definitions/md.Response"
  767. }
  768. }
  769. }
  770. }
  771. },
  772. "/api/dataCenter/original/data/more/application/doing": {
  773. "post": {
  774. "description": "数据中心-原始数据-一键导入操作",
  775. "consumes": [
  776. "application/json"
  777. ],
  778. "produces": [
  779. "application/json"
  780. ],
  781. "tags": [
  782. "数据中心------嘉俊"
  783. ],
  784. "summary": "原始数据-一键导入操作",
  785. "parameters": [
  786. {
  787. "type": "string",
  788. "description": "验证参数Bearer和token空格拼接",
  789. "name": "Authorization",
  790. "in": "header",
  791. "required": true
  792. },
  793. {
  794. "description": "请求参数",
  795. "name": "args",
  796. "in": "body",
  797. "required": true,
  798. "schema": {
  799. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationDoingReq"
  800. }
  801. }
  802. ],
  803. "responses": {
  804. "200": {
  805. "description": "具体看返回内容 ",
  806. "schema": {
  807. "type": "string"
  808. }
  809. },
  810. "400": {
  811. "description": "具体错误",
  812. "schema": {
  813. "$ref": "#/definitions/md.Response"
  814. }
  815. }
  816. }
  817. }
  818. },
  819. "/api/dataCenter/original/data/more/application/state": {
  820. "get": {
  821. "description": "数据中心-原始数据-一键导入操作状态",
  822. "consumes": [
  823. "application/json"
  824. ],
  825. "produces": [
  826. "application/json"
  827. ],
  828. "tags": [
  829. "数据中心------嘉俊"
  830. ],
  831. "summary": "原始数据-一键导入操作状态",
  832. "parameters": [
  833. {
  834. "type": "string",
  835. "description": "验证参数Bearer和token空格拼接",
  836. "name": "Authorization",
  837. "in": "header",
  838. "required": true
  839. }
  840. ],
  841. "responses": {
  842. "200": {
  843. "description": "具体看返回内容 state=1 进行中",
  844. "schema": {
  845. "type": "string"
  846. }
  847. },
  848. "400": {
  849. "description": "具体错误",
  850. "schema": {
  851. "$ref": "#/definitions/md.Response"
  852. }
  853. }
  854. }
  855. }
  856. },
  857. "/api/dataCenter/original/data/one/application": {
  858. "get": {
  859. "description": "数据中心-原始数据-单个导入应用列表",
  860. "consumes": [
  861. "application/json"
  862. ],
  863. "produces": [
  864. "application/json"
  865. ],
  866. "tags": [
  867. "数据中心------嘉俊"
  868. ],
  869. "summary": "原始数据-单个导入应用列表",
  870. "parameters": [
  871. {
  872. "type": "string",
  873. "description": "验证参数Bearer和token空格拼接",
  874. "name": "Authorization",
  875. "in": "header",
  876. "required": true
  877. }
  878. ],
  879. "responses": {
  880. "200": {
  881. "description": "具体看返回内容 这是data里面的数据",
  882. "schema": {
  883. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationRes"
  884. }
  885. },
  886. "400": {
  887. "description": "具体错误",
  888. "schema": {
  889. "$ref": "#/definitions/md.Response"
  890. }
  891. }
  892. }
  893. }
  894. },
  895. "/api/dataCenter/original/data/one/application/ad/list": {
  896. "post": {
  897. "description": "数据中心-原始数据-单个导入应用-广告位列表",
  898. "consumes": [
  899. "application/json"
  900. ],
  901. "produces": [
  902. "application/json"
  903. ],
  904. "tags": [
  905. "数据中心------嘉俊"
  906. ],
  907. "summary": "原始数据-单个导入应用-广告位列表",
  908. "parameters": [
  909. {
  910. "type": "string",
  911. "description": "验证参数Bearer和token空格拼接",
  912. "name": "Authorization",
  913. "in": "header",
  914. "required": true
  915. },
  916. {
  917. "description": "请求参数",
  918. "name": "args",
  919. "in": "body",
  920. "required": true,
  921. "schema": {
  922. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListReq"
  923. }
  924. }
  925. ],
  926. "responses": {
  927. "200": {
  928. "description": "具体看返回内容 这是data里面的数据",
  929. "schema": {
  930. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListRes"
  931. }
  932. },
  933. "400": {
  934. "description": "具体错误",
  935. "schema": {
  936. "$ref": "#/definitions/md.Response"
  937. }
  938. }
  939. }
  940. }
  941. },
  942. "/api/dataCenter/original/data/one/application/doing": {
  943. "post": {
  944. "description": "数据中心-原始数据-单个应用数据操作",
  945. "consumes": [
  946. "application/json"
  947. ],
  948. "produces": [
  949. "application/json"
  950. ],
  951. "tags": [
  952. "数据中心------嘉俊"
  953. ],
  954. "summary": "原始数据-单个应用数据操作",
  955. "parameters": [
  956. {
  957. "type": "string",
  958. "description": "验证参数Bearer和token空格拼接",
  959. "name": "Authorization",
  960. "in": "header",
  961. "required": true
  962. },
  963. {
  964. "description": "请求参数",
  965. "name": "args",
  966. "in": "body",
  967. "required": true,
  968. "schema": {
  969. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  970. }
  971. }
  972. ],
  973. "responses": {
  974. "200": {
  975. "description": "具体看返回内容 ",
  976. "schema": {
  977. "type": "string"
  978. }
  979. },
  980. "400": {
  981. "description": "具体错误",
  982. "schema": {
  983. "$ref": "#/definitions/md.Response"
  984. }
  985. }
  986. }
  987. }
  988. },
  989. "/api/dataCenter/original/data/one/application/state": {
  990. "get": {
  991. "description": "数据中心-原始数据-单个应用数据操作后的完成状态",
  992. "consumes": [
  993. "application/json"
  994. ],
  995. "produces": [
  996. "application/json"
  997. ],
  998. "tags": [
  999. "数据中心------嘉俊"
  1000. ],
  1001. "summary": "原始数据-单个应用数据操作后的完成状态",
  1002. "parameters": [
  1003. {
  1004. "type": "string",
  1005. "description": "验证参数Bearer和token空格拼接",
  1006. "name": "Authorization",
  1007. "in": "header",
  1008. "required": true
  1009. }
  1010. ],
  1011. "responses": {
  1012. "200": {
  1013. "description": "具体看返回内容 state=1 进行中",
  1014. "schema": {
  1015. "type": "string"
  1016. }
  1017. },
  1018. "400": {
  1019. "description": "具体错误",
  1020. "schema": {
  1021. "$ref": "#/definitions/md.Response"
  1022. }
  1023. }
  1024. }
  1025. }
  1026. },
  1027. "/api/dataCenter/original/data/one/application/total": {
  1028. "post": {
  1029. "description": "数据中心-原始数据-单个应用数据统计",
  1030. "consumes": [
  1031. "application/json"
  1032. ],
  1033. "produces": [
  1034. "application/json"
  1035. ],
  1036. "tags": [
  1037. "数据中心------嘉俊"
  1038. ],
  1039. "summary": "原始数据-单个应用数据统计",
  1040. "parameters": [
  1041. {
  1042. "type": "string",
  1043. "description": "验证参数Bearer和token空格拼接",
  1044. "name": "Authorization",
  1045. "in": "header",
  1046. "required": true
  1047. },
  1048. {
  1049. "description": "请求参数",
  1050. "name": "args",
  1051. "in": "body",
  1052. "required": true,
  1053. "schema": {
  1054. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  1055. }
  1056. }
  1057. ],
  1058. "responses": {
  1059. "200": {
  1060. "description": "具体看返回内容 ",
  1061. "schema": {
  1062. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingRes"
  1063. }
  1064. },
  1065. "400": {
  1066. "description": "具体错误",
  1067. "schema": {
  1068. "$ref": "#/definitions/md.Response"
  1069. }
  1070. }
  1071. }
  1072. }
  1073. },
  1074. "/api/dataCenter/original/data/total": {
  1075. "post": {
  1076. "description": "数据中心-原始数据-记录应用时统计",
  1077. "consumes": [
  1078. "application/json"
  1079. ],
  1080. "produces": [
  1081. "application/json"
  1082. ],
  1083. "tags": [
  1084. "数据中心------嘉俊"
  1085. ],
  1086. "summary": "原始数据-记录应用时统计",
  1087. "parameters": [
  1088. {
  1089. "type": "string",
  1090. "description": "验证参数Bearer和token空格拼接",
  1091. "name": "Authorization",
  1092. "in": "header",
  1093. "required": true
  1094. },
  1095. {
  1096. "description": "请求参数",
  1097. "name": "args",
  1098. "in": "body",
  1099. "required": true,
  1100. "schema": {
  1101. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  1102. }
  1103. }
  1104. ],
  1105. "responses": {
  1106. "200": {
  1107. "description": "具体看返回内容 ",
  1108. "schema": {
  1109. "$ref": "#/definitions/md.MediumDivisionStrategy"
  1110. }
  1111. },
  1112. "400": {
  1113. "description": "具体错误",
  1114. "schema": {
  1115. "$ref": "#/definitions/md.Response"
  1116. }
  1117. }
  1118. }
  1119. }
  1120. },
  1121. "/api/divisionStrategy/detail": {
  1122. "post": {
  1123. "description": "分成策略-详情",
  1124. "consumes": [
  1125. "application/json"
  1126. ],
  1127. "produces": [
  1128. "application/json"
  1129. ],
  1130. "tags": [
  1131. "分成策略------嘉俊"
  1132. ],
  1133. "summary": "详情",
  1134. "parameters": [
  1135. {
  1136. "type": "string",
  1137. "description": "验证参数Bearer和token空格拼接",
  1138. "name": "Authorization",
  1139. "in": "header",
  1140. "required": true
  1141. },
  1142. {
  1143. "description": "请求参数",
  1144. "name": "args",
  1145. "in": "body",
  1146. "required": true,
  1147. "schema": {
  1148. "$ref": "#/definitions/md.DivisionStrategyDetailReq"
  1149. }
  1150. }
  1151. ],
  1152. "responses": {
  1153. "200": {
  1154. "description": "具体看返回内容 这是data里面的数据",
  1155. "schema": {
  1156. "$ref": "#/definitions/md.DivisionStrategyDetailRes"
  1157. }
  1158. },
  1159. "400": {
  1160. "description": "具体错误",
  1161. "schema": {
  1162. "$ref": "#/definitions/md.Response"
  1163. }
  1164. }
  1165. }
  1166. }
  1167. },
  1168. "/api/divisionStrategy/list": {
  1169. "post": {
  1170. "description": "分成策略-列表",
  1171. "consumes": [
  1172. "application/json"
  1173. ],
  1174. "produces": [
  1175. "application/json"
  1176. ],
  1177. "tags": [
  1178. "分成策略------嘉俊"
  1179. ],
  1180. "summary": "列表",
  1181. "parameters": [
  1182. {
  1183. "type": "string",
  1184. "description": "验证参数Bearer和token空格拼接",
  1185. "name": "Authorization",
  1186. "in": "header",
  1187. "required": true
  1188. },
  1189. {
  1190. "description": "请求参数",
  1191. "name": "args",
  1192. "in": "body",
  1193. "required": true,
  1194. "schema": {
  1195. "$ref": "#/definitions/md.DivisionStrategyReq"
  1196. }
  1197. }
  1198. ],
  1199. "responses": {
  1200. "200": {
  1201. "description": "具体看返回内容 这是data里面的数据",
  1202. "schema": {
  1203. "$ref": "#/definitions/md.DivisionStrategyRes"
  1204. }
  1205. },
  1206. "400": {
  1207. "description": "具体错误",
  1208. "schema": {
  1209. "$ref": "#/definitions/md.Response"
  1210. }
  1211. }
  1212. }
  1213. }
  1214. },
  1215. "/api/divisionStrategy/save": {
  1216. "post": {
  1217. "description": "分成策略-保存",
  1218. "consumes": [
  1219. "application/json"
  1220. ],
  1221. "produces": [
  1222. "application/json"
  1223. ],
  1224. "tags": [
  1225. "分成策略------嘉俊"
  1226. ],
  1227. "summary": "保存",
  1228. "parameters": [
  1229. {
  1230. "type": "string",
  1231. "description": "验证参数Bearer和token空格拼接",
  1232. "name": "Authorization",
  1233. "in": "header",
  1234. "required": true
  1235. },
  1236. {
  1237. "description": "请求参数",
  1238. "name": "args",
  1239. "in": "body",
  1240. "required": true,
  1241. "schema": {
  1242. "$ref": "#/definitions/md.DivisionStrategyDetailRes"
  1243. }
  1244. }
  1245. ],
  1246. "responses": {
  1247. "200": {
  1248. "description": "具体看返回内容 ",
  1249. "schema": {
  1250. "type": "string"
  1251. }
  1252. },
  1253. "400": {
  1254. "description": "具体错误",
  1255. "schema": {
  1256. "$ref": "#/definitions/md.Response"
  1257. }
  1258. }
  1259. }
  1260. }
  1261. },
  1262. "/api/financeCenter/agent/detail": {
  1263. "post": {
  1264. "description": "财务中心-代理详情",
  1265. "consumes": [
  1266. "application/json"
  1267. ],
  1268. "produces": [
  1269. "application/json"
  1270. ],
  1271. "tags": [
  1272. "财务中心------嘉俊"
  1273. ],
  1274. "summary": "代理详情",
  1275. "parameters": [
  1276. {
  1277. "type": "string",
  1278. "description": "验证参数Bearer和token空格拼接",
  1279. "name": "Authorization",
  1280. "in": "header",
  1281. "required": true
  1282. },
  1283. {
  1284. "description": "请求参数",
  1285. "name": "args",
  1286. "in": "body",
  1287. "required": true,
  1288. "schema": {
  1289. "$ref": "#/definitions/md.CommDetailReq"
  1290. }
  1291. }
  1292. ],
  1293. "responses": {
  1294. "200": {
  1295. "description": "具体看返回内容 这是data里面的数据",
  1296. "schema": {
  1297. "$ref": "#/definitions/md.FinanceCenterDataAgentDetailRes"
  1298. }
  1299. },
  1300. "400": {
  1301. "description": "具体错误",
  1302. "schema": {
  1303. "$ref": "#/definitions/md.Response"
  1304. }
  1305. }
  1306. }
  1307. }
  1308. },
  1309. "/api/financeCenter/agent/invoice/save": {
  1310. "post": {
  1311. "description": "财务中心-代理详情-发票保存",
  1312. "consumes": [
  1313. "application/json"
  1314. ],
  1315. "produces": [
  1316. "application/json"
  1317. ],
  1318. "tags": [
  1319. "财务中心------嘉俊"
  1320. ],
  1321. "summary": "代理详情-发票保存",
  1322. "parameters": [
  1323. {
  1324. "type": "string",
  1325. "description": "验证参数Bearer和token空格拼接",
  1326. "name": "Authorization",
  1327. "in": "header",
  1328. "required": true
  1329. },
  1330. {
  1331. "description": "请求参数",
  1332. "name": "args",
  1333. "in": "body",
  1334. "required": true,
  1335. "schema": {
  1336. "$ref": "#/definitions/md.InvoiceReq"
  1337. }
  1338. }
  1339. ],
  1340. "responses": {
  1341. "200": {
  1342. "description": "具体看返回内容 这是data里面的数据",
  1343. "schema": {
  1344. "type": "string"
  1345. }
  1346. },
  1347. "400": {
  1348. "description": "具体错误",
  1349. "schema": {
  1350. "$ref": "#/definitions/md.Response"
  1351. }
  1352. }
  1353. }
  1354. }
  1355. },
  1356. "/api/financeCenter/agent/list": {
  1357. "post": {
  1358. "description": "财务中心-代理列表",
  1359. "consumes": [
  1360. "application/json"
  1361. ],
  1362. "produces": [
  1363. "application/json"
  1364. ],
  1365. "tags": [
  1366. "财务中心------嘉俊"
  1367. ],
  1368. "summary": "代理列表",
  1369. "parameters": [
  1370. {
  1371. "type": "string",
  1372. "description": "验证参数Bearer和token空格拼接",
  1373. "name": "Authorization",
  1374. "in": "header",
  1375. "required": true
  1376. },
  1377. {
  1378. "description": "请求参数",
  1379. "name": "args",
  1380. "in": "body",
  1381. "required": true,
  1382. "schema": {
  1383. "$ref": "#/definitions/md.FinanceCenterDataReq"
  1384. }
  1385. }
  1386. ],
  1387. "responses": {
  1388. "200": {
  1389. "description": "具体看返回内容 这是data里面的数据",
  1390. "schema": {
  1391. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1392. }
  1393. },
  1394. "400": {
  1395. "description": "具体错误",
  1396. "schema": {
  1397. "$ref": "#/definitions/md.Response"
  1398. }
  1399. }
  1400. }
  1401. }
  1402. },
  1403. "/api/financeCenter/agent/other/income/save": {
  1404. "post": {
  1405. "description": "财务中心-代理详情-其他收益调整",
  1406. "consumes": [
  1407. "application/json"
  1408. ],
  1409. "produces": [
  1410. "application/json"
  1411. ],
  1412. "tags": [
  1413. "财务中心------嘉俊"
  1414. ],
  1415. "summary": "代理详情-其他收益调整",
  1416. "parameters": [
  1417. {
  1418. "type": "string",
  1419. "description": "验证参数Bearer和token空格拼接",
  1420. "name": "Authorization",
  1421. "in": "header",
  1422. "required": true
  1423. },
  1424. {
  1425. "description": "请求参数",
  1426. "name": "args",
  1427. "in": "body",
  1428. "required": true,
  1429. "schema": {
  1430. "$ref": "#/definitions/md.OtherIncomeReq"
  1431. }
  1432. }
  1433. ],
  1434. "responses": {
  1435. "200": {
  1436. "description": "具体看返回内容 这是data里面的数据",
  1437. "schema": {
  1438. "type": "string"
  1439. }
  1440. },
  1441. "400": {
  1442. "description": "具体错误",
  1443. "schema": {
  1444. "$ref": "#/definitions/md.Response"
  1445. }
  1446. }
  1447. }
  1448. }
  1449. },
  1450. "/api/financeCenter/agent/pay/save": {
  1451. "post": {
  1452. "description": "财务中心-代理详情-确认支付",
  1453. "consumes": [
  1454. "application/json"
  1455. ],
  1456. "produces": [
  1457. "application/json"
  1458. ],
  1459. "tags": [
  1460. "财务中心------嘉俊"
  1461. ],
  1462. "summary": "代理详情-确认支付",
  1463. "parameters": [
  1464. {
  1465. "type": "string",
  1466. "description": "验证参数Bearer和token空格拼接",
  1467. "name": "Authorization",
  1468. "in": "header",
  1469. "required": true
  1470. },
  1471. {
  1472. "description": "请求参数",
  1473. "name": "args",
  1474. "in": "body",
  1475. "required": true,
  1476. "schema": {
  1477. "$ref": "#/definitions/md.CommDetailReq"
  1478. }
  1479. }
  1480. ],
  1481. "responses": {
  1482. "200": {
  1483. "description": "具体看返回内容 这是data里面的数据",
  1484. "schema": {
  1485. "type": "string"
  1486. }
  1487. },
  1488. "400": {
  1489. "description": "具体错误",
  1490. "schema": {
  1491. "$ref": "#/definitions/md.Response"
  1492. }
  1493. }
  1494. }
  1495. }
  1496. },
  1497. "/api/financeCenter/agent/settle/file/save": {
  1498. "post": {
  1499. "description": "财务中心-代理详情-结算单保存",
  1500. "consumes": [
  1501. "application/json"
  1502. ],
  1503. "produces": [
  1504. "application/json"
  1505. ],
  1506. "tags": [
  1507. "财务中心------嘉俊"
  1508. ],
  1509. "summary": "代理详情-结算单保存",
  1510. "parameters": [
  1511. {
  1512. "type": "string",
  1513. "description": "验证参数Bearer和token空格拼接",
  1514. "name": "Authorization",
  1515. "in": "header",
  1516. "required": true
  1517. },
  1518. {
  1519. "description": "请求参数",
  1520. "name": "args",
  1521. "in": "body",
  1522. "required": true,
  1523. "schema": {
  1524. "$ref": "#/definitions/md.SettleFileReq"
  1525. }
  1526. }
  1527. ],
  1528. "responses": {
  1529. "200": {
  1530. "description": "具体看返回内容 这是data里面的数据",
  1531. "schema": {
  1532. "type": "string"
  1533. }
  1534. },
  1535. "400": {
  1536. "description": "具体错误",
  1537. "schema": {
  1538. "$ref": "#/definitions/md.Response"
  1539. }
  1540. }
  1541. }
  1542. }
  1543. },
  1544. "/api/financeCenter/medium/detail": {
  1545. "post": {
  1546. "description": "财务中心-媒体详情",
  1547. "consumes": [
  1548. "application/json"
  1549. ],
  1550. "produces": [
  1551. "application/json"
  1552. ],
  1553. "tags": [
  1554. "财务中心------嘉俊"
  1555. ],
  1556. "summary": "媒体详情",
  1557. "parameters": [
  1558. {
  1559. "type": "string",
  1560. "description": "验证参数Bearer和token空格拼接",
  1561. "name": "Authorization",
  1562. "in": "header",
  1563. "required": true
  1564. },
  1565. {
  1566. "description": "请求参数",
  1567. "name": "args",
  1568. "in": "body",
  1569. "required": true,
  1570. "schema": {
  1571. "$ref": "#/definitions/md.CommDetailReq"
  1572. }
  1573. }
  1574. ],
  1575. "responses": {
  1576. "200": {
  1577. "description": "具体看返回内容 这是data里面的数据",
  1578. "schema": {
  1579. "$ref": "#/definitions/md.FinanceCenterDataDetailRes"
  1580. }
  1581. },
  1582. "400": {
  1583. "description": "具体错误",
  1584. "schema": {
  1585. "$ref": "#/definitions/md.Response"
  1586. }
  1587. }
  1588. }
  1589. }
  1590. },
  1591. "/api/financeCenter/medium/invoice/save": {
  1592. "post": {
  1593. "description": "财务中心-媒体详情-发票保存",
  1594. "consumes": [
  1595. "application/json"
  1596. ],
  1597. "produces": [
  1598. "application/json"
  1599. ],
  1600. "tags": [
  1601. "财务中心------嘉俊"
  1602. ],
  1603. "summary": "媒体详情-发票保存",
  1604. "parameters": [
  1605. {
  1606. "type": "string",
  1607. "description": "验证参数Bearer和token空格拼接",
  1608. "name": "Authorization",
  1609. "in": "header",
  1610. "required": true
  1611. },
  1612. {
  1613. "description": "请求参数",
  1614. "name": "args",
  1615. "in": "body",
  1616. "required": true,
  1617. "schema": {
  1618. "$ref": "#/definitions/md.InvoiceReq"
  1619. }
  1620. }
  1621. ],
  1622. "responses": {
  1623. "200": {
  1624. "description": "具体看返回内容 这是data里面的数据",
  1625. "schema": {
  1626. "type": "string"
  1627. }
  1628. },
  1629. "400": {
  1630. "description": "具体错误",
  1631. "schema": {
  1632. "$ref": "#/definitions/md.Response"
  1633. }
  1634. }
  1635. }
  1636. }
  1637. },
  1638. "/api/financeCenter/medium/list": {
  1639. "post": {
  1640. "description": "财务中心-媒体列表",
  1641. "consumes": [
  1642. "application/json"
  1643. ],
  1644. "produces": [
  1645. "application/json"
  1646. ],
  1647. "tags": [
  1648. "财务中心------嘉俊"
  1649. ],
  1650. "summary": "媒体列表",
  1651. "parameters": [
  1652. {
  1653. "type": "string",
  1654. "description": "验证参数Bearer和token空格拼接",
  1655. "name": "Authorization",
  1656. "in": "header",
  1657. "required": true
  1658. },
  1659. {
  1660. "description": "请求参数",
  1661. "name": "args",
  1662. "in": "body",
  1663. "required": true,
  1664. "schema": {
  1665. "$ref": "#/definitions/md.FinanceCenterDataReq"
  1666. }
  1667. }
  1668. ],
  1669. "responses": {
  1670. "200": {
  1671. "description": "具体看返回内容 这是data里面的数据",
  1672. "schema": {
  1673. "$ref": "#/definitions/md.FinanceCenterDataRes"
  1674. }
  1675. },
  1676. "400": {
  1677. "description": "具体错误",
  1678. "schema": {
  1679. "$ref": "#/definitions/md.Response"
  1680. }
  1681. }
  1682. }
  1683. }
  1684. },
  1685. "/api/financeCenter/medium/other/income/save": {
  1686. "post": {
  1687. "description": "财务中心-媒体详情-其他收益调整",
  1688. "consumes": [
  1689. "application/json"
  1690. ],
  1691. "produces": [
  1692. "application/json"
  1693. ],
  1694. "tags": [
  1695. "财务中心------嘉俊"
  1696. ],
  1697. "summary": "媒体详情-其他收益调整",
  1698. "parameters": [
  1699. {
  1700. "type": "string",
  1701. "description": "验证参数Bearer和token空格拼接",
  1702. "name": "Authorization",
  1703. "in": "header",
  1704. "required": true
  1705. },
  1706. {
  1707. "description": "请求参数",
  1708. "name": "args",
  1709. "in": "body",
  1710. "required": true,
  1711. "schema": {
  1712. "$ref": "#/definitions/md.OtherIncomeReq"
  1713. }
  1714. }
  1715. ],
  1716. "responses": {
  1717. "200": {
  1718. "description": "具体看返回内容 这是data里面的数据",
  1719. "schema": {
  1720. "type": "string"
  1721. }
  1722. },
  1723. "400": {
  1724. "description": "具体错误",
  1725. "schema": {
  1726. "$ref": "#/definitions/md.Response"
  1727. }
  1728. }
  1729. }
  1730. }
  1731. },
  1732. "/api/financeCenter/medium/pay/save": {
  1733. "post": {
  1734. "description": "财务中心-媒体详情-确认支付",
  1735. "consumes": [
  1736. "application/json"
  1737. ],
  1738. "produces": [
  1739. "application/json"
  1740. ],
  1741. "tags": [
  1742. "财务中心------嘉俊"
  1743. ],
  1744. "summary": "媒体详情-确认支付",
  1745. "parameters": [
  1746. {
  1747. "type": "string",
  1748. "description": "验证参数Bearer和token空格拼接",
  1749. "name": "Authorization",
  1750. "in": "header",
  1751. "required": true
  1752. },
  1753. {
  1754. "description": "请求参数",
  1755. "name": "args",
  1756. "in": "body",
  1757. "required": true,
  1758. "schema": {
  1759. "$ref": "#/definitions/md.CommDetailReq"
  1760. }
  1761. }
  1762. ],
  1763. "responses": {
  1764. "200": {
  1765. "description": "具体看返回内容 这是data里面的数据",
  1766. "schema": {
  1767. "type": "string"
  1768. }
  1769. },
  1770. "400": {
  1771. "description": "具体错误",
  1772. "schema": {
  1773. "$ref": "#/definitions/md.Response"
  1774. }
  1775. }
  1776. }
  1777. }
  1778. },
  1779. "/api/financeCenter/medium/settle/file/save": {
  1780. "post": {
  1781. "description": "财务中心-媒体详情-结算单保存",
  1782. "consumes": [
  1783. "application/json"
  1784. ],
  1785. "produces": [
  1786. "application/json"
  1787. ],
  1788. "tags": [
  1789. "财务中心------嘉俊"
  1790. ],
  1791. "summary": "媒体详情-结算单保存",
  1792. "parameters": [
  1793. {
  1794. "type": "string",
  1795. "description": "验证参数Bearer和token空格拼接",
  1796. "name": "Authorization",
  1797. "in": "header",
  1798. "required": true
  1799. },
  1800. {
  1801. "description": "请求参数",
  1802. "name": "args",
  1803. "in": "body",
  1804. "required": true,
  1805. "schema": {
  1806. "$ref": "#/definitions/md.SettleFileReq"
  1807. }
  1808. }
  1809. ],
  1810. "responses": {
  1811. "200": {
  1812. "description": "具体看返回内容 这是data里面的数据",
  1813. "schema": {
  1814. "type": "string"
  1815. }
  1816. },
  1817. "400": {
  1818. "description": "具体错误",
  1819. "schema": {
  1820. "$ref": "#/definitions/md.Response"
  1821. }
  1822. }
  1823. }
  1824. }
  1825. },
  1826. "/api/financeCenter/platform/list": {
  1827. "post": {
  1828. "description": "财务中心-平台报表",
  1829. "consumes": [
  1830. "application/json"
  1831. ],
  1832. "produces": [
  1833. "application/json"
  1834. ],
  1835. "tags": [
  1836. "财务中心------嘉俊"
  1837. ],
  1838. "summary": "平台报表",
  1839. "parameters": [
  1840. {
  1841. "type": "string",
  1842. "description": "验证参数Bearer和token空格拼接",
  1843. "name": "Authorization",
  1844. "in": "header",
  1845. "required": true
  1846. },
  1847. {
  1848. "description": "请求参数",
  1849. "name": "args",
  1850. "in": "body",
  1851. "required": true,
  1852. "schema": {
  1853. "$ref": "#/definitions/md.FinanceCenterPlatformDataReq"
  1854. }
  1855. }
  1856. ],
  1857. "responses": {
  1858. "200": {
  1859. "description": "具体看返回内容 这是data里面的数据",
  1860. "schema": {
  1861. "$ref": "#/definitions/md.FinanceCenterPlatformDataRes"
  1862. }
  1863. },
  1864. "400": {
  1865. "description": "具体错误",
  1866. "schema": {
  1867. "$ref": "#/definitions/md.Response"
  1868. }
  1869. }
  1870. }
  1871. }
  1872. },
  1873. "/api/index/app/list": {
  1874. "post": {
  1875. "description": "首页-应用数据",
  1876. "consumes": [
  1877. "application/json"
  1878. ],
  1879. "produces": [
  1880. "application/json"
  1881. ],
  1882. "tags": [
  1883. "首页------嘉俊"
  1884. ],
  1885. "summary": "应用数据",
  1886. "parameters": [
  1887. {
  1888. "type": "string",
  1889. "description": "验证参数Bearer和token空格拼接",
  1890. "name": "Authorization",
  1891. "in": "header",
  1892. "required": true
  1893. },
  1894. {
  1895. "description": "请求参数",
  1896. "name": "args",
  1897. "in": "body",
  1898. "required": true,
  1899. "schema": {
  1900. "$ref": "#/definitions/md.IndexAppListReq"
  1901. }
  1902. }
  1903. ],
  1904. "responses": {
  1905. "200": {
  1906. "description": "具体看返回内容 这是data里面的数据",
  1907. "schema": {
  1908. "$ref": "#/definitions/md.IndexAppListRes"
  1909. }
  1910. },
  1911. "400": {
  1912. "description": "具体错误",
  1913. "schema": {
  1914. "$ref": "#/definitions/md.Response"
  1915. }
  1916. }
  1917. }
  1918. }
  1919. },
  1920. "/api/index/base": {
  1921. "get": {
  1922. "description": "首页-右上角基本数据",
  1923. "consumes": [
  1924. "application/json"
  1925. ],
  1926. "produces": [
  1927. "application/json"
  1928. ],
  1929. "tags": [
  1930. "首页------嘉俊"
  1931. ],
  1932. "summary": "右上角基本数据",
  1933. "parameters": [
  1934. {
  1935. "type": "string",
  1936. "description": "验证参数Bearer和token空格拼接",
  1937. "name": "Authorization",
  1938. "in": "header",
  1939. "required": true
  1940. }
  1941. ],
  1942. "responses": {
  1943. "200": {
  1944. "description": "具体看返回内容 这是data里面的数据",
  1945. "schema": {
  1946. "type": "string"
  1947. }
  1948. },
  1949. "400": {
  1950. "description": "具体错误",
  1951. "schema": {
  1952. "$ref": "#/definitions/md.Response"
  1953. }
  1954. }
  1955. }
  1956. }
  1957. },
  1958. "/api/index/total": {
  1959. "get": {
  1960. "description": "首页-统计数据",
  1961. "consumes": [
  1962. "application/json"
  1963. ],
  1964. "produces": [
  1965. "application/json"
  1966. ],
  1967. "tags": [
  1968. "首页------嘉俊"
  1969. ],
  1970. "summary": "统计数据",
  1971. "parameters": [
  1972. {
  1973. "type": "string",
  1974. "description": "验证参数Bearer和token空格拼接",
  1975. "name": "Authorization",
  1976. "in": "header",
  1977. "required": true
  1978. }
  1979. ],
  1980. "responses": {
  1981. "200": {
  1982. "description": "具体看返回内容 这是data里面的数据",
  1983. "schema": {
  1984. "type": "string"
  1985. }
  1986. },
  1987. "400": {
  1988. "description": "具体错误",
  1989. "schema": {
  1990. "$ref": "#/definitions/md.Response"
  1991. }
  1992. }
  1993. }
  1994. }
  1995. },
  1996. "/api/login": {
  1997. "post": {
  1998. "description": "登入",
  1999. "consumes": [
  2000. "application/json"
  2001. ],
  2002. "produces": [
  2003. "application/json"
  2004. ],
  2005. "tags": [
  2006. "登录"
  2007. ],
  2008. "summary": "登陆",
  2009. "parameters": [
  2010. {
  2011. "description": "用户名密码",
  2012. "name": "req",
  2013. "in": "body",
  2014. "required": true,
  2015. "schema": {
  2016. "$ref": "#/definitions/md.LoginReq"
  2017. }
  2018. }
  2019. ],
  2020. "responses": {
  2021. "200": {
  2022. "description": "token",
  2023. "schema": {
  2024. "$ref": "#/definitions/md.LoginResponse"
  2025. }
  2026. },
  2027. "400": {
  2028. "description": "具体错误",
  2029. "schema": {
  2030. "$ref": "#/definitions/md.Response"
  2031. }
  2032. }
  2033. }
  2034. }
  2035. },
  2036. "/api/mediumCenter/agent/bind/medium/list": {
  2037. "post": {
  2038. "description": "媒体中心-代理绑定媒体列表",
  2039. "consumes": [
  2040. "application/json"
  2041. ],
  2042. "produces": [
  2043. "application/json"
  2044. ],
  2045. "tags": [
  2046. "媒体中心------嘉俊"
  2047. ],
  2048. "summary": "代理绑定媒体列表",
  2049. "parameters": [
  2050. {
  2051. "type": "string",
  2052. "description": "验证参数Bearer和token空格拼接",
  2053. "name": "Authorization",
  2054. "in": "header",
  2055. "required": true
  2056. },
  2057. {
  2058. "description": "请求参数",
  2059. "name": "args",
  2060. "in": "body",
  2061. "required": true,
  2062. "schema": {
  2063. "$ref": "#/definitions/md.MediumListReq"
  2064. }
  2065. }
  2066. ],
  2067. "responses": {
  2068. "200": {
  2069. "description": "具体看返回内容 这是data里面的数据",
  2070. "schema": {
  2071. "$ref": "#/definitions/md.MediumListRes"
  2072. }
  2073. },
  2074. "400": {
  2075. "description": "具体错误",
  2076. "schema": {
  2077. "$ref": "#/definitions/md.Response"
  2078. }
  2079. }
  2080. }
  2081. }
  2082. },
  2083. "/api/mediumCenter/agent/list": {
  2084. "post": {
  2085. "description": "媒体中心-代理列表",
  2086. "consumes": [
  2087. "application/json"
  2088. ],
  2089. "produces": [
  2090. "application/json"
  2091. ],
  2092. "tags": [
  2093. "媒体中心------嘉俊"
  2094. ],
  2095. "summary": "代理列表",
  2096. "parameters": [
  2097. {
  2098. "type": "string",
  2099. "description": "验证参数Bearer和token空格拼接",
  2100. "name": "Authorization",
  2101. "in": "header",
  2102. "required": true
  2103. },
  2104. {
  2105. "description": "请求参数",
  2106. "name": "args",
  2107. "in": "body",
  2108. "required": true,
  2109. "schema": {
  2110. "$ref": "#/definitions/md.AgentQualificationEnterpriseReq"
  2111. }
  2112. }
  2113. ],
  2114. "responses": {
  2115. "200": {
  2116. "description": "具体看返回内容 这是data里面的数据",
  2117. "schema": {
  2118. "$ref": "#/definitions/md.AgentQualificationEnterpriseRes"
  2119. }
  2120. },
  2121. "400": {
  2122. "description": "具体错误",
  2123. "schema": {
  2124. "$ref": "#/definitions/md.Response"
  2125. }
  2126. }
  2127. }
  2128. }
  2129. },
  2130. "/api/mediumCenter/applet/application/ad/space/audit": {
  2131. "post": {
  2132. "description": "小程序应用-广告位审核",
  2133. "consumes": [
  2134. "application/json"
  2135. ],
  2136. "produces": [
  2137. "application/json"
  2138. ],
  2139. "tags": [
  2140. "媒体中心------嘉俊"
  2141. ],
  2142. "summary": "广告位审核",
  2143. "parameters": [
  2144. {
  2145. "type": "string",
  2146. "description": "验证参数Bearer和token空格拼接",
  2147. "name": "Authorization",
  2148. "in": "header",
  2149. "required": true
  2150. },
  2151. {
  2152. "description": "请求参数",
  2153. "name": "args",
  2154. "in": "body",
  2155. "required": true,
  2156. "schema": {
  2157. "$ref": "#/definitions/md.AppletApplicationAdSpaceSaveReq"
  2158. }
  2159. }
  2160. ],
  2161. "responses": {
  2162. "200": {
  2163. "description": "具体看返回内容",
  2164. "schema": {
  2165. "type": "string"
  2166. }
  2167. },
  2168. "400": {
  2169. "description": "具体错误",
  2170. "schema": {
  2171. "$ref": "#/definitions/md.Response"
  2172. }
  2173. }
  2174. }
  2175. }
  2176. },
  2177. "/api/mediumCenter/applet/application/ad/space/list": {
  2178. "post": {
  2179. "description": "媒体中心-媒体列表",
  2180. "consumes": [
  2181. "application/json"
  2182. ],
  2183. "produces": [
  2184. "application/json"
  2185. ],
  2186. "tags": [
  2187. "媒体中心------嘉俊"
  2188. ],
  2189. "summary": "媒体列表",
  2190. "parameters": [
  2191. {
  2192. "type": "string",
  2193. "description": "验证参数Bearer和token空格拼接",
  2194. "name": "Authorization",
  2195. "in": "header",
  2196. "required": true
  2197. },
  2198. {
  2199. "description": "请求参数",
  2200. "name": "args",
  2201. "in": "body",
  2202. "required": true,
  2203. "schema": {
  2204. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListReq"
  2205. }
  2206. }
  2207. ],
  2208. "responses": {
  2209. "200": {
  2210. "description": "具体看返回内容---这是data里面的数据",
  2211. "schema": {
  2212. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListRes"
  2213. }
  2214. },
  2215. "400": {
  2216. "description": "具体错误",
  2217. "schema": {
  2218. "$ref": "#/definitions/md.Response"
  2219. }
  2220. }
  2221. }
  2222. }
  2223. },
  2224. "/api/mediumCenter/applet/application/ad/space/save": {
  2225. "post": {
  2226. "description": "小程序应用-广告位列表",
  2227. "consumes": [
  2228. "application/json"
  2229. ],
  2230. "produces": [
  2231. "application/json"
  2232. ],
  2233. "tags": [
  2234. "媒体中心------嘉俊"
  2235. ],
  2236. "summary": "广告位列表",
  2237. "parameters": [
  2238. {
  2239. "type": "string",
  2240. "description": "验证参数Bearer和token空格拼接",
  2241. "name": "Authorization",
  2242. "in": "header",
  2243. "required": true
  2244. },
  2245. {
  2246. "description": "请求参数",
  2247. "name": "args",
  2248. "in": "body",
  2249. "required": true,
  2250. "schema": {
  2251. "$ref": "#/definitions/md.AppletApplicationAdSpaceListReq"
  2252. }
  2253. }
  2254. ],
  2255. "responses": {
  2256. "200": {
  2257. "description": "具体看返回内容---这是data里面的数据",
  2258. "schema": {
  2259. "$ref": "#/definitions/md.AppletApplicationAdSpaceListRes"
  2260. }
  2261. },
  2262. "400": {
  2263. "description": "具体错误",
  2264. "schema": {
  2265. "$ref": "#/definitions/md.Response"
  2266. }
  2267. }
  2268. }
  2269. }
  2270. },
  2271. "/api/mediumCenter/applet/application/audit": {
  2272. "post": {
  2273. "description": "小程序应用-审核",
  2274. "consumes": [
  2275. "application/json"
  2276. ],
  2277. "produces": [
  2278. "application/json"
  2279. ],
  2280. "tags": [
  2281. "媒体中心------嘉俊"
  2282. ],
  2283. "summary": "审核",
  2284. "parameters": [
  2285. {
  2286. "type": "string",
  2287. "description": "验证参数Bearer和token空格拼接",
  2288. "name": "Authorization",
  2289. "in": "header",
  2290. "required": true
  2291. },
  2292. {
  2293. "description": "请求参数",
  2294. "name": "args",
  2295. "in": "body",
  2296. "required": true,
  2297. "schema": {
  2298. "$ref": "#/definitions/md.AppletApplicationSaveReq"
  2299. }
  2300. }
  2301. ],
  2302. "responses": {
  2303. "200": {
  2304. "description": "具体看返回内容",
  2305. "schema": {
  2306. "type": "string"
  2307. }
  2308. },
  2309. "400": {
  2310. "description": "具体错误",
  2311. "schema": {
  2312. "$ref": "#/definitions/md.Response"
  2313. }
  2314. }
  2315. }
  2316. }
  2317. },
  2318. "/api/mediumCenter/applet/application/list": {
  2319. "post": {
  2320. "description": "小程序应用-列表数据",
  2321. "consumes": [
  2322. "application/json"
  2323. ],
  2324. "produces": [
  2325. "application/json"
  2326. ],
  2327. "tags": [
  2328. "媒体中心------嘉俊"
  2329. ],
  2330. "summary": "应用列表",
  2331. "parameters": [
  2332. {
  2333. "type": "string",
  2334. "description": "验证参数Bearer和token空格拼接",
  2335. "name": "Authorization",
  2336. "in": "header",
  2337. "required": true
  2338. },
  2339. {
  2340. "description": "请求参数",
  2341. "name": "args",
  2342. "in": "body",
  2343. "required": true,
  2344. "schema": {
  2345. "$ref": "#/definitions/md.AppletApplicationListReq"
  2346. }
  2347. }
  2348. ],
  2349. "responses": {
  2350. "200": {
  2351. "description": "具体看返回内容---这是data里面的数据",
  2352. "schema": {
  2353. "$ref": "#/definitions/md.AppletApplicationListRes"
  2354. }
  2355. },
  2356. "400": {
  2357. "description": "具体错误",
  2358. "schema": {
  2359. "$ref": "#/definitions/md.Response"
  2360. }
  2361. }
  2362. }
  2363. }
  2364. },
  2365. "/api/mediumCenter/applet/application/medium/list": {
  2366. "post": {
  2367. "description": "媒体中心-媒体列表",
  2368. "consumes": [
  2369. "application/json"
  2370. ],
  2371. "produces": [
  2372. "application/json"
  2373. ],
  2374. "tags": [
  2375. "媒体中心------嘉俊"
  2376. ],
  2377. "summary": "媒体列表",
  2378. "parameters": [
  2379. {
  2380. "type": "string",
  2381. "description": "验证参数Bearer和token空格拼接",
  2382. "name": "Authorization",
  2383. "in": "header",
  2384. "required": true
  2385. },
  2386. {
  2387. "description": "请求参数",
  2388. "name": "args",
  2389. "in": "body",
  2390. "required": true,
  2391. "schema": {
  2392. "$ref": "#/definitions/md.AppletApplicationMediumListReq"
  2393. }
  2394. }
  2395. ],
  2396. "responses": {
  2397. "200": {
  2398. "description": "具体看返回内容---这是data里面的数据",
  2399. "schema": {
  2400. "$ref": "#/definitions/md.AppletApplicationMediumListRes"
  2401. }
  2402. },
  2403. "400": {
  2404. "description": "具体错误",
  2405. "schema": {
  2406. "$ref": "#/definitions/md.Response"
  2407. }
  2408. }
  2409. }
  2410. }
  2411. },
  2412. "/api/mediumCenter/medium/bind/agent/del": {
  2413. "post": {
  2414. "description": "媒体中心-媒体绑定代理删除",
  2415. "consumes": [
  2416. "application/json"
  2417. ],
  2418. "produces": [
  2419. "application/json"
  2420. ],
  2421. "tags": [
  2422. "媒体中心------嘉俊"
  2423. ],
  2424. "summary": "媒体绑定代理删除",
  2425. "parameters": [
  2426. {
  2427. "type": "string",
  2428. "description": "验证参数Bearer和token空格拼接",
  2429. "name": "Authorization",
  2430. "in": "header",
  2431. "required": true
  2432. },
  2433. {
  2434. "description": "请求参数",
  2435. "name": "args",
  2436. "in": "body",
  2437. "required": true,
  2438. "schema": {
  2439. "$ref": "#/definitions/md.MediumListDelReq"
  2440. }
  2441. }
  2442. ],
  2443. "responses": {
  2444. "200": {
  2445. "description": "具体看返回内容 ",
  2446. "schema": {
  2447. "type": "string"
  2448. }
  2449. },
  2450. "400": {
  2451. "description": "具体错误",
  2452. "schema": {
  2453. "$ref": "#/definitions/md.Response"
  2454. }
  2455. }
  2456. }
  2457. }
  2458. },
  2459. "/api/mediumCenter/medium/bind/agent/list": {
  2460. "post": {
  2461. "description": "媒体中心-媒体绑定代理列表",
  2462. "consumes": [
  2463. "application/json"
  2464. ],
  2465. "produces": [
  2466. "application/json"
  2467. ],
  2468. "tags": [
  2469. "媒体中心------嘉俊"
  2470. ],
  2471. "summary": "媒体绑定代理列表",
  2472. "parameters": [
  2473. {
  2474. "type": "string",
  2475. "description": "验证参数Bearer和token空格拼接",
  2476. "name": "Authorization",
  2477. "in": "header",
  2478. "required": true
  2479. },
  2480. {
  2481. "description": "请求参数",
  2482. "name": "args",
  2483. "in": "body",
  2484. "required": true,
  2485. "schema": {
  2486. "$ref": "#/definitions/md.MediumListReq"
  2487. }
  2488. }
  2489. ],
  2490. "responses": {
  2491. "200": {
  2492. "description": "具体看返回内容 这是data里面的数据",
  2493. "schema": {
  2494. "$ref": "#/definitions/md.MediumListRes"
  2495. }
  2496. },
  2497. "400": {
  2498. "description": "具体错误",
  2499. "schema": {
  2500. "$ref": "#/definitions/md.Response"
  2501. }
  2502. }
  2503. }
  2504. }
  2505. },
  2506. "/api/mediumCenter/medium/bind/agent/save": {
  2507. "post": {
  2508. "description": "媒体中心-媒体绑定代理操作",
  2509. "consumes": [
  2510. "application/json"
  2511. ],
  2512. "produces": [
  2513. "application/json"
  2514. ],
  2515. "tags": [
  2516. "媒体中心------嘉俊"
  2517. ],
  2518. "summary": "媒体绑定代理操作",
  2519. "parameters": [
  2520. {
  2521. "type": "string",
  2522. "description": "验证参数Bearer和token空格拼接",
  2523. "name": "Authorization",
  2524. "in": "header",
  2525. "required": true
  2526. },
  2527. {
  2528. "description": "请求参数",
  2529. "name": "args",
  2530. "in": "body",
  2531. "required": true,
  2532. "schema": {
  2533. "$ref": "#/definitions/md.MediumListSaveReq"
  2534. }
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "具体看返回内容 ",
  2540. "schema": {
  2541. "type": "string"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/mediumCenter/medium/list": {
  2554. "post": {
  2555. "description": "媒体中心-媒体列表",
  2556. "consumes": [
  2557. "application/json"
  2558. ],
  2559. "produces": [
  2560. "application/json"
  2561. ],
  2562. "tags": [
  2563. "媒体中心------嘉俊"
  2564. ],
  2565. "summary": "媒体列表",
  2566. "parameters": [
  2567. {
  2568. "type": "string",
  2569. "description": "验证参数Bearer和token空格拼接",
  2570. "name": "Authorization",
  2571. "in": "header",
  2572. "required": true
  2573. },
  2574. {
  2575. "description": "请求参数",
  2576. "name": "args",
  2577. "in": "body",
  2578. "required": true,
  2579. "schema": {
  2580. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2581. }
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "具体看返回内容 这是data里面的数据",
  2587. "schema": {
  2588. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/mediumQualification/bank": {
  2601. "post": {
  2602. "description": "媒体资质-银行资质",
  2603. "consumes": [
  2604. "application/json"
  2605. ],
  2606. "produces": [
  2607. "application/json"
  2608. ],
  2609. "tags": [
  2610. "媒体资质------嘉俊"
  2611. ],
  2612. "summary": "银行资质",
  2613. "parameters": [
  2614. {
  2615. "type": "string",
  2616. "description": "验证参数Bearer和token空格拼接",
  2617. "name": "Authorization",
  2618. "in": "header",
  2619. "required": true
  2620. },
  2621. {
  2622. "description": "请求参数",
  2623. "name": "args",
  2624. "in": "body",
  2625. "required": true,
  2626. "schema": {
  2627. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "具体看返回内容 这是data里面的数据",
  2634. "schema": {
  2635. "$ref": "#/definitions/md.MediumQualificationBankRes"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/mediumQualification/bank/audit": {
  2648. "post": {
  2649. "description": "媒体资质-银行资质审核",
  2650. "consumes": [
  2651. "application/json"
  2652. ],
  2653. "produces": [
  2654. "application/json"
  2655. ],
  2656. "tags": [
  2657. "媒体资质------嘉俊"
  2658. ],
  2659. "summary": "银行资质审核",
  2660. "parameters": [
  2661. {
  2662. "type": "string",
  2663. "description": "验证参数Bearer和token空格拼接",
  2664. "name": "Authorization",
  2665. "in": "header",
  2666. "required": true
  2667. },
  2668. {
  2669. "description": "请求参数",
  2670. "name": "args",
  2671. "in": "body",
  2672. "required": true,
  2673. "schema": {
  2674. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  2675. }
  2676. }
  2677. ],
  2678. "responses": {
  2679. "200": {
  2680. "description": "具体看返回内容",
  2681. "schema": {
  2682. "type": "string"
  2683. }
  2684. },
  2685. "400": {
  2686. "description": "具体错误",
  2687. "schema": {
  2688. "$ref": "#/definitions/md.Response"
  2689. }
  2690. }
  2691. }
  2692. }
  2693. },
  2694. "/api/mediumQualification/contact": {
  2695. "post": {
  2696. "description": "媒体资质-联系方式",
  2697. "consumes": [
  2698. "application/json"
  2699. ],
  2700. "produces": [
  2701. "application/json"
  2702. ],
  2703. "tags": [
  2704. "媒体资质------嘉俊"
  2705. ],
  2706. "summary": "联系方式",
  2707. "parameters": [
  2708. {
  2709. "type": "string",
  2710. "description": "验证参数Bearer和token空格拼接",
  2711. "name": "Authorization",
  2712. "in": "header",
  2713. "required": true
  2714. },
  2715. {
  2716. "description": "请求参数",
  2717. "name": "args",
  2718. "in": "body",
  2719. "required": true,
  2720. "schema": {
  2721. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2722. }
  2723. }
  2724. ],
  2725. "responses": {
  2726. "200": {
  2727. "description": "具体看返回内容 这是data里面的数据",
  2728. "schema": {
  2729. "$ref": "#/definitions/md.MediumQualificationContactRes"
  2730. }
  2731. },
  2732. "400": {
  2733. "description": "具体错误",
  2734. "schema": {
  2735. "$ref": "#/definitions/md.Response"
  2736. }
  2737. }
  2738. }
  2739. }
  2740. },
  2741. "/api/mediumQualification/contact/audit": {
  2742. "post": {
  2743. "description": "媒体资质-联系方式审核",
  2744. "consumes": [
  2745. "application/json"
  2746. ],
  2747. "produces": [
  2748. "application/json"
  2749. ],
  2750. "tags": [
  2751. "媒体资质------嘉俊"
  2752. ],
  2753. "summary": "联系方式审核",
  2754. "parameters": [
  2755. {
  2756. "type": "string",
  2757. "description": "验证参数Bearer和token空格拼接",
  2758. "name": "Authorization",
  2759. "in": "header",
  2760. "required": true
  2761. },
  2762. {
  2763. "description": "请求参数",
  2764. "name": "args",
  2765. "in": "body",
  2766. "required": true,
  2767. "schema": {
  2768. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  2769. }
  2770. }
  2771. ],
  2772. "responses": {
  2773. "200": {
  2774. "description": "具体看返回内容",
  2775. "schema": {
  2776. "type": "string"
  2777. }
  2778. },
  2779. "400": {
  2780. "description": "具体错误",
  2781. "schema": {
  2782. "$ref": "#/definitions/md.Response"
  2783. }
  2784. }
  2785. }
  2786. }
  2787. },
  2788. "/api/mediumQualification/enterprise": {
  2789. "post": {
  2790. "description": "媒体资质-主体资质",
  2791. "consumes": [
  2792. "application/json"
  2793. ],
  2794. "produces": [
  2795. "application/json"
  2796. ],
  2797. "tags": [
  2798. "媒体资质------嘉俊"
  2799. ],
  2800. "summary": "主体资质",
  2801. "parameters": [
  2802. {
  2803. "type": "string",
  2804. "description": "验证参数Bearer和token空格拼接",
  2805. "name": "Authorization",
  2806. "in": "header",
  2807. "required": true
  2808. },
  2809. {
  2810. "description": "请求参数",
  2811. "name": "args",
  2812. "in": "body",
  2813. "required": true,
  2814. "schema": {
  2815. "$ref": "#/definitions/md.MediumQualificationEnterpriseReq"
  2816. }
  2817. }
  2818. ],
  2819. "responses": {
  2820. "200": {
  2821. "description": "具体看返回内容 这是data里面的数据",
  2822. "schema": {
  2823. "$ref": "#/definitions/md.MediumQualificationEnterpriseRes"
  2824. }
  2825. },
  2826. "400": {
  2827. "description": "具体错误",
  2828. "schema": {
  2829. "$ref": "#/definitions/md.Response"
  2830. }
  2831. }
  2832. }
  2833. }
  2834. },
  2835. "/api/mediumQualification/enterprise/audit": {
  2836. "post": {
  2837. "description": "媒体资质-主体资质审核",
  2838. "consumes": [
  2839. "application/json"
  2840. ],
  2841. "produces": [
  2842. "application/json"
  2843. ],
  2844. "tags": [
  2845. "媒体资质------嘉俊"
  2846. ],
  2847. "summary": "主体资质审核",
  2848. "parameters": [
  2849. {
  2850. "type": "string",
  2851. "description": "验证参数Bearer和token空格拼接",
  2852. "name": "Authorization",
  2853. "in": "header",
  2854. "required": true
  2855. },
  2856. {
  2857. "description": "请求参数",
  2858. "name": "args",
  2859. "in": "body",
  2860. "required": true,
  2861. "schema": {
  2862. "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq"
  2863. }
  2864. }
  2865. ],
  2866. "responses": {
  2867. "200": {
  2868. "description": "具体看返回内容",
  2869. "schema": {
  2870. "type": "string"
  2871. }
  2872. },
  2873. "400": {
  2874. "description": "具体错误",
  2875. "schema": {
  2876. "$ref": "#/definitions/md.Response"
  2877. }
  2878. }
  2879. }
  2880. }
  2881. },
  2882. "/api/qualification/select/base": {
  2883. "get": {
  2884. "description": "资质认证-认证下拉框选择内容",
  2885. "consumes": [
  2886. "application/json"
  2887. ],
  2888. "produces": [
  2889. "application/json"
  2890. ],
  2891. "tags": [
  2892. "资质认证------嘉俊"
  2893. ],
  2894. "summary": "认证下拉框选择内容",
  2895. "parameters": [
  2896. {
  2897. "type": "string",
  2898. "description": "验证参数Bearer和token空格拼接",
  2899. "name": "Authorization",
  2900. "in": "header",
  2901. "required": true
  2902. }
  2903. ],
  2904. "responses": {
  2905. "200": {
  2906. "description": "具体看返回内容",
  2907. "schema": {
  2908. "type": "string"
  2909. }
  2910. },
  2911. "400": {
  2912. "description": "具体错误",
  2913. "schema": {
  2914. "$ref": "#/definitions/md.Response"
  2915. }
  2916. }
  2917. }
  2918. }
  2919. },
  2920. "/api/registerForAgent": {
  2921. "post": {
  2922. "description": "注册模块-渠道代理注册",
  2923. "consumes": [
  2924. "application/json"
  2925. ],
  2926. "produces": [
  2927. "application/json"
  2928. ],
  2929. "tags": [
  2930. "注册模块"
  2931. ],
  2932. "summary": "渠道代理注册",
  2933. "parameters": [
  2934. {
  2935. "description": "用户名密码",
  2936. "name": "req",
  2937. "in": "body",
  2938. "required": true,
  2939. "schema": {
  2940. "$ref": "#/definitions/md.RegisterForAgentReq"
  2941. }
  2942. }
  2943. ],
  2944. "responses": {
  2945. "200": {
  2946. "description": "success",
  2947. "schema": {
  2948. "type": "string"
  2949. }
  2950. },
  2951. "400": {
  2952. "description": "具体错误",
  2953. "schema": {
  2954. "$ref": "#/definitions/md.Response"
  2955. }
  2956. }
  2957. }
  2958. }
  2959. },
  2960. "/api/registerForMedium": {
  2961. "post": {
  2962. "description": "注册模块-媒体注册",
  2963. "consumes": [
  2964. "application/json"
  2965. ],
  2966. "produces": [
  2967. "application/json"
  2968. ],
  2969. "tags": [
  2970. "注册模块"
  2971. ],
  2972. "summary": "媒体注册",
  2973. "parameters": [
  2974. {
  2975. "description": "用户名密码",
  2976. "name": "req",
  2977. "in": "body",
  2978. "required": true,
  2979. "schema": {
  2980. "$ref": "#/definitions/md.RegisterForMediumReq"
  2981. }
  2982. }
  2983. ],
  2984. "responses": {
  2985. "200": {
  2986. "description": "success",
  2987. "schema": {
  2988. "type": "string"
  2989. }
  2990. },
  2991. "400": {
  2992. "description": "具体错误",
  2993. "schema": {
  2994. "$ref": "#/definitions/md.Response"
  2995. }
  2996. }
  2997. }
  2998. }
  2999. },
  3000. "/api/role/addAdmin": {
  3001. "post": {
  3002. "description": "权限管理-新增管理员",
  3003. "consumes": [
  3004. "application/json"
  3005. ],
  3006. "produces": [
  3007. "application/json"
  3008. ],
  3009. "tags": [
  3010. "权限管理"
  3011. ],
  3012. "summary": "新增管理员",
  3013. "parameters": [
  3014. {
  3015. "type": "string",
  3016. "description": "验证参数Bearer和token空格拼接",
  3017. "name": "Authorization",
  3018. "in": "header",
  3019. "required": true
  3020. },
  3021. {
  3022. "description": "请求参数",
  3023. "name": "args",
  3024. "in": "body",
  3025. "required": true,
  3026. "schema": {
  3027. "$ref": "#/definitions/md.AddAdminReq"
  3028. }
  3029. }
  3030. ],
  3031. "responses": {
  3032. "200": {
  3033. "description": "success",
  3034. "schema": {
  3035. "type": "string"
  3036. }
  3037. },
  3038. "400": {
  3039. "description": "具体错误",
  3040. "schema": {
  3041. "$ref": "#/definitions/md.Response"
  3042. }
  3043. }
  3044. }
  3045. }
  3046. },
  3047. "/api/role/addRole": {
  3048. "post": {
  3049. "description": "权限管理-添加角色",
  3050. "consumes": [
  3051. "application/json"
  3052. ],
  3053. "produces": [
  3054. "application/json"
  3055. ],
  3056. "tags": [
  3057. "权限管理"
  3058. ],
  3059. "summary": "添加角色",
  3060. "parameters": [
  3061. {
  3062. "type": "string",
  3063. "description": "验证参数Bearer和token空格拼接",
  3064. "name": "Authorization",
  3065. "in": "header",
  3066. "required": true
  3067. },
  3068. {
  3069. "description": "请求参数",
  3070. "name": "args",
  3071. "in": "body",
  3072. "required": true,
  3073. "schema": {
  3074. "$ref": "#/definitions/md.AddRoleReq"
  3075. }
  3076. }
  3077. ],
  3078. "responses": {
  3079. "200": {
  3080. "description": "success",
  3081. "schema": {
  3082. "type": "string"
  3083. }
  3084. },
  3085. "400": {
  3086. "description": "具体错误",
  3087. "schema": {
  3088. "$ref": "#/definitions/md.Response"
  3089. }
  3090. }
  3091. }
  3092. }
  3093. },
  3094. "/api/role/adminInfo": {
  3095. "get": {
  3096. "description": "权限管理-管理员信息",
  3097. "consumes": [
  3098. "application/json"
  3099. ],
  3100. "produces": [
  3101. "application/json"
  3102. ],
  3103. "tags": [
  3104. "权限管理"
  3105. ],
  3106. "summary": "管理员信息",
  3107. "parameters": [
  3108. {
  3109. "type": "string",
  3110. "description": "验证参数Bearer和token空格拼接",
  3111. "name": "Authorization",
  3112. "in": "header",
  3113. "required": true
  3114. },
  3115. {
  3116. "type": "string",
  3117. "description": "管理员id",
  3118. "name": "adm_id",
  3119. "in": "query",
  3120. "required": true
  3121. }
  3122. ],
  3123. "responses": {
  3124. "200": {
  3125. "description": "具体看返回内容",
  3126. "schema": {
  3127. "type": "string"
  3128. }
  3129. },
  3130. "400": {
  3131. "description": "具体错误",
  3132. "schema": {
  3133. "$ref": "#/definitions/md.Response"
  3134. }
  3135. }
  3136. }
  3137. }
  3138. },
  3139. "/api/role/adminList": {
  3140. "post": {
  3141. "description": "权限管理-管理员列表",
  3142. "consumes": [
  3143. "application/json"
  3144. ],
  3145. "produces": [
  3146. "application/json"
  3147. ],
  3148. "tags": [
  3149. "权限管理"
  3150. ],
  3151. "summary": "管理员列表",
  3152. "parameters": [
  3153. {
  3154. "type": "string",
  3155. "description": "验证参数Bearer和token空格拼接",
  3156. "name": "Authorization",
  3157. "in": "header",
  3158. "required": true
  3159. },
  3160. {
  3161. "description": "请求参数",
  3162. "name": "args",
  3163. "in": "body",
  3164. "required": true,
  3165. "schema": {
  3166. "$ref": "#/definitions/md.AdminListReq"
  3167. }
  3168. }
  3169. ],
  3170. "responses": {
  3171. "200": {
  3172. "description": "具体看返回内容",
  3173. "schema": {
  3174. "type": "string"
  3175. }
  3176. },
  3177. "400": {
  3178. "description": "具体错误",
  3179. "schema": {
  3180. "$ref": "#/definitions/md.Response"
  3181. }
  3182. }
  3183. }
  3184. }
  3185. },
  3186. "/api/role/bindAdminRole/": {
  3187. "post": {
  3188. "description": "权限管理-管理员绑定角色",
  3189. "consumes": [
  3190. "application/json"
  3191. ],
  3192. "produces": [
  3193. "application/json"
  3194. ],
  3195. "tags": [
  3196. "权限管理"
  3197. ],
  3198. "summary": "管理员绑定角色",
  3199. "parameters": [
  3200. {
  3201. "type": "string",
  3202. "description": "验证参数Bearer和token空格拼接",
  3203. "name": "Authorization",
  3204. "in": "header",
  3205. "required": true
  3206. },
  3207. {
  3208. "description": "请求参数",
  3209. "name": "args",
  3210. "in": "body",
  3211. "required": true,
  3212. "schema": {
  3213. "$ref": "#/definitions/md.BindAdminRoleReq"
  3214. }
  3215. }
  3216. ],
  3217. "responses": {
  3218. "200": {
  3219. "description": "success",
  3220. "schema": {
  3221. "type": "string"
  3222. }
  3223. },
  3224. "400": {
  3225. "description": "具体错误",
  3226. "schema": {
  3227. "$ref": "#/definitions/md.Response"
  3228. }
  3229. }
  3230. }
  3231. }
  3232. },
  3233. "/api/role/deleteAdmin/{$adm_id}": {
  3234. "delete": {
  3235. "description": "权限管理-删除管理员",
  3236. "consumes": [
  3237. "application/json"
  3238. ],
  3239. "produces": [
  3240. "application/json"
  3241. ],
  3242. "tags": [
  3243. "权限管理"
  3244. ],
  3245. "summary": "删除管理员",
  3246. "parameters": [
  3247. {
  3248. "type": "string",
  3249. "description": "验证参数Bearer和token空格拼接",
  3250. "name": "Authorization",
  3251. "in": "header",
  3252. "required": true
  3253. }
  3254. ],
  3255. "responses": {
  3256. "200": {
  3257. "description": "success",
  3258. "schema": {
  3259. "type": "string"
  3260. }
  3261. },
  3262. "400": {
  3263. "description": "具体错误",
  3264. "schema": {
  3265. "$ref": "#/definitions/md.Response"
  3266. }
  3267. }
  3268. }
  3269. }
  3270. },
  3271. "/api/role/deleteRole/{$id}": {
  3272. "delete": {
  3273. "description": "权限管理-删除角色",
  3274. "consumes": [
  3275. "application/json"
  3276. ],
  3277. "produces": [
  3278. "application/json"
  3279. ],
  3280. "tags": [
  3281. "权限管理"
  3282. ],
  3283. "summary": "删除角色",
  3284. "parameters": [
  3285. {
  3286. "type": "string",
  3287. "description": "验证参数Bearer和token空格拼接",
  3288. "name": "Authorization",
  3289. "in": "header",
  3290. "required": true
  3291. },
  3292. {
  3293. "description": "请求参数",
  3294. "name": "args",
  3295. "in": "body",
  3296. "required": true,
  3297. "schema": {
  3298. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3299. }
  3300. }
  3301. ],
  3302. "responses": {
  3303. "200": {
  3304. "description": "success",
  3305. "schema": {
  3306. "type": "string"
  3307. }
  3308. },
  3309. "400": {
  3310. "description": "具体错误",
  3311. "schema": {
  3312. "$ref": "#/definitions/md.Response"
  3313. }
  3314. }
  3315. }
  3316. }
  3317. },
  3318. "/api/role/roleBindPermissionGroup": {
  3319. "post": {
  3320. "description": "权限管理-角色绑定权限组",
  3321. "consumes": [
  3322. "application/json"
  3323. ],
  3324. "produces": [
  3325. "application/json"
  3326. ],
  3327. "tags": [
  3328. "权限管理"
  3329. ],
  3330. "summary": "角色绑定权限组",
  3331. "parameters": [
  3332. {
  3333. "type": "string",
  3334. "description": "验证参数Bearer和token空格拼接",
  3335. "name": "Authorization",
  3336. "in": "header",
  3337. "required": true
  3338. },
  3339. {
  3340. "description": "请求参数",
  3341. "name": "args",
  3342. "in": "body",
  3343. "required": true,
  3344. "schema": {
  3345. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  3346. }
  3347. }
  3348. ],
  3349. "responses": {
  3350. "200": {
  3351. "description": "success",
  3352. "schema": {
  3353. "type": "string"
  3354. }
  3355. },
  3356. "400": {
  3357. "description": "具体错误",
  3358. "schema": {
  3359. "$ref": "#/definitions/md.Response"
  3360. }
  3361. }
  3362. }
  3363. }
  3364. },
  3365. "/api/role/roleList": {
  3366. "get": {
  3367. "description": "权限管理-角色列表",
  3368. "consumes": [
  3369. "application/json"
  3370. ],
  3371. "produces": [
  3372. "application/json"
  3373. ],
  3374. "tags": [
  3375. "权限管理"
  3376. ],
  3377. "summary": "角色列表",
  3378. "parameters": [
  3379. {
  3380. "type": "string",
  3381. "description": "验证参数Bearer和token空格拼接",
  3382. "name": "Authorization",
  3383. "in": "header",
  3384. "required": true
  3385. }
  3386. ],
  3387. "responses": {
  3388. "200": {
  3389. "description": "具体看返回内容",
  3390. "schema": {
  3391. "type": "string"
  3392. }
  3393. },
  3394. "400": {
  3395. "description": "具体错误",
  3396. "schema": {
  3397. "$ref": "#/definitions/md.Response"
  3398. }
  3399. }
  3400. }
  3401. }
  3402. },
  3403. "/api/role/updateAdmin": {
  3404. "post": {
  3405. "description": "权限管理-修改管理员信息",
  3406. "consumes": [
  3407. "application/json"
  3408. ],
  3409. "produces": [
  3410. "application/json"
  3411. ],
  3412. "tags": [
  3413. "权限管理"
  3414. ],
  3415. "summary": "修改管理员信息",
  3416. "parameters": [
  3417. {
  3418. "type": "string",
  3419. "description": "验证参数Bearer和token空格拼接",
  3420. "name": "Authorization",
  3421. "in": "header",
  3422. "required": true
  3423. },
  3424. {
  3425. "description": "请求参数",
  3426. "name": "args",
  3427. "in": "body",
  3428. "required": true,
  3429. "schema": {
  3430. "$ref": "#/definitions/md.UpdateAdminReq"
  3431. }
  3432. }
  3433. ],
  3434. "responses": {
  3435. "200": {
  3436. "description": "success",
  3437. "schema": {
  3438. "type": "string"
  3439. }
  3440. },
  3441. "400": {
  3442. "description": "具体错误",
  3443. "schema": {
  3444. "$ref": "#/definitions/md.Response"
  3445. }
  3446. }
  3447. }
  3448. }
  3449. },
  3450. "/api/role/updateAdminState": {
  3451. "post": {
  3452. "description": "权限管理-修改管理员状态",
  3453. "consumes": [
  3454. "application/json"
  3455. ],
  3456. "produces": [
  3457. "application/json"
  3458. ],
  3459. "tags": [
  3460. "权限管理"
  3461. ],
  3462. "summary": "修改管理员状态",
  3463. "parameters": [
  3464. {
  3465. "type": "string",
  3466. "description": "验证参数Bearer和token空格拼接",
  3467. "name": "Authorization",
  3468. "in": "header",
  3469. "required": true
  3470. },
  3471. {
  3472. "description": "请求参数",
  3473. "name": "args",
  3474. "in": "body",
  3475. "required": true,
  3476. "schema": {
  3477. "$ref": "#/definitions/md.UpdateAdminStateReq"
  3478. }
  3479. }
  3480. ],
  3481. "responses": {
  3482. "200": {
  3483. "description": "success",
  3484. "schema": {
  3485. "type": "string"
  3486. }
  3487. },
  3488. "400": {
  3489. "description": "具体错误",
  3490. "schema": {
  3491. "$ref": "#/definitions/md.Response"
  3492. }
  3493. }
  3494. }
  3495. }
  3496. },
  3497. "/api/role/updateRole": {
  3498. "post": {
  3499. "description": "权限管理-修改角色",
  3500. "consumes": [
  3501. "application/json"
  3502. ],
  3503. "produces": [
  3504. "application/json"
  3505. ],
  3506. "tags": [
  3507. "权限管理"
  3508. ],
  3509. "summary": "修改角色",
  3510. "parameters": [
  3511. {
  3512. "type": "string",
  3513. "description": "验证参数Bearer和token空格拼接",
  3514. "name": "Authorization",
  3515. "in": "header",
  3516. "required": true
  3517. },
  3518. {
  3519. "description": "请求参数",
  3520. "name": "args",
  3521. "in": "body",
  3522. "required": true,
  3523. "schema": {
  3524. "$ref": "#/definitions/md.UpdateRoleReq"
  3525. }
  3526. }
  3527. ],
  3528. "responses": {
  3529. "200": {
  3530. "description": "success",
  3531. "schema": {
  3532. "type": "string"
  3533. }
  3534. },
  3535. "400": {
  3536. "description": "具体错误",
  3537. "schema": {
  3538. "$ref": "#/definitions/md.Response"
  3539. }
  3540. }
  3541. }
  3542. }
  3543. },
  3544. "/api/role/updateRoleState": {
  3545. "post": {
  3546. "description": "权限管理-修改角色状态",
  3547. "consumes": [
  3548. "application/json"
  3549. ],
  3550. "produces": [
  3551. "application/json"
  3552. ],
  3553. "tags": [
  3554. "权限管理"
  3555. ],
  3556. "summary": "修改角色状态",
  3557. "parameters": [
  3558. {
  3559. "type": "string",
  3560. "description": "验证参数Bearer和token空格拼接",
  3561. "name": "Authorization",
  3562. "in": "header",
  3563. "required": true
  3564. },
  3565. {
  3566. "description": "请求参数",
  3567. "name": "args",
  3568. "in": "body",
  3569. "required": true,
  3570. "schema": {
  3571. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3572. }
  3573. }
  3574. ],
  3575. "responses": {
  3576. "200": {
  3577. "description": "success",
  3578. "schema": {
  3579. "type": "string"
  3580. }
  3581. },
  3582. "400": {
  3583. "description": "具体错误",
  3584. "schema": {
  3585. "$ref": "#/definitions/md.Response"
  3586. }
  3587. }
  3588. }
  3589. }
  3590. },
  3591. "/api/setCenter/applet/add": {
  3592. "post": {
  3593. "description": "小程序设置-新增",
  3594. "consumes": [
  3595. "application/json"
  3596. ],
  3597. "produces": [
  3598. "application/json"
  3599. ],
  3600. "tags": [
  3601. "设置中心-小程序设置"
  3602. ],
  3603. "summary": "新增",
  3604. "parameters": [
  3605. {
  3606. "type": "string",
  3607. "description": "验证参数Bearer和token空格拼接",
  3608. "name": "Authorization",
  3609. "in": "header",
  3610. "required": true
  3611. },
  3612. {
  3613. "description": "请求参数",
  3614. "name": "args",
  3615. "in": "body",
  3616. "required": true,
  3617. "schema": {
  3618. "$ref": "#/definitions/md.AppletAddReq"
  3619. }
  3620. }
  3621. ],
  3622. "responses": {
  3623. "200": {
  3624. "description": "success",
  3625. "schema": {
  3626. "type": "string"
  3627. }
  3628. },
  3629. "400": {
  3630. "description": "具体错误",
  3631. "schema": {
  3632. "$ref": "#/definitions/md.Response"
  3633. }
  3634. }
  3635. }
  3636. }
  3637. },
  3638. "/api/setCenter/applet/authorize": {
  3639. "get": {
  3640. "description": "设置中心-基础设置",
  3641. "consumes": [
  3642. "application/json"
  3643. ],
  3644. "produces": [
  3645. "application/json"
  3646. ],
  3647. "tags": [
  3648. "设置中心"
  3649. ],
  3650. "summary": "设置中心-基础设置-微信三方应用获取",
  3651. "parameters": [
  3652. {
  3653. "type": "string",
  3654. "description": "验证参数Bearer和token空格拼接",
  3655. "name": "Authorization",
  3656. "in": "header",
  3657. "required": true
  3658. }
  3659. ],
  3660. "responses": {
  3661. "200": {
  3662. "description": "微信授权界面url",
  3663. "schema": {
  3664. "type": "string"
  3665. }
  3666. },
  3667. "400": {
  3668. "description": "具体错误",
  3669. "schema": {
  3670. "$ref": "#/definitions/md.Response"
  3671. }
  3672. }
  3673. }
  3674. }
  3675. },
  3676. "/api/setCenter/applet/list": {
  3677. "get": {
  3678. "description": "小程序设置-列表",
  3679. "consumes": [
  3680. "application/json"
  3681. ],
  3682. "produces": [
  3683. "application/json"
  3684. ],
  3685. "tags": [
  3686. "设置中心-小程序设置"
  3687. ],
  3688. "summary": "列表",
  3689. "parameters": [
  3690. {
  3691. "type": "string",
  3692. "description": "验证参数Bearer和token空格拼接",
  3693. "name": "Authorization",
  3694. "in": "header",
  3695. "required": true
  3696. }
  3697. ],
  3698. "responses": {
  3699. "200": {
  3700. "description": "OK",
  3701. "schema": {
  3702. "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList"
  3703. }
  3704. },
  3705. "400": {
  3706. "description": "具体错误",
  3707. "schema": {
  3708. "$ref": "#/definitions/md.Response"
  3709. }
  3710. }
  3711. }
  3712. }
  3713. },
  3714. "/api/setCenter/applet/unauthorized": {
  3715. "get": {
  3716. "description": "设置中心-基础设置",
  3717. "consumes": [
  3718. "application/json"
  3719. ],
  3720. "produces": [
  3721. "application/json"
  3722. ],
  3723. "tags": [
  3724. "设置中心"
  3725. ],
  3726. "summary": "设置中心-基础设置-微信三方应用获取",
  3727. "parameters": [
  3728. {
  3729. "type": "string",
  3730. "description": "验证参数Bearer和token空格拼接",
  3731. "name": "Authorization",
  3732. "in": "header",
  3733. "required": true
  3734. }
  3735. ],
  3736. "responses": {
  3737. "200": {
  3738. "description": "success",
  3739. "schema": {
  3740. "type": "string"
  3741. }
  3742. },
  3743. "400": {
  3744. "description": "具体错误",
  3745. "schema": {
  3746. "$ref": "#/definitions/md.Response"
  3747. }
  3748. }
  3749. }
  3750. }
  3751. },
  3752. "/api/setCenter/applet/update": {
  3753. "post": {
  3754. "description": "小程序设置-更新",
  3755. "consumes": [
  3756. "application/json"
  3757. ],
  3758. "produces": [
  3759. "application/json"
  3760. ],
  3761. "tags": [
  3762. "设置中心-小程序设置"
  3763. ],
  3764. "summary": "更新",
  3765. "parameters": [
  3766. {
  3767. "type": "string",
  3768. "description": "验证参数Bearer和token空格拼接",
  3769. "name": "Authorization",
  3770. "in": "header",
  3771. "required": true
  3772. },
  3773. {
  3774. "description": "请求参数",
  3775. "name": "args",
  3776. "in": "body",
  3777. "required": true,
  3778. "schema": {
  3779. "$ref": "#/definitions/md.AppletUpdateReq"
  3780. }
  3781. }
  3782. ],
  3783. "responses": {
  3784. "200": {
  3785. "description": "success",
  3786. "schema": {
  3787. "type": "string"
  3788. }
  3789. },
  3790. "400": {
  3791. "description": "具体错误",
  3792. "schema": {
  3793. "$ref": "#/definitions/md.Response"
  3794. }
  3795. }
  3796. }
  3797. }
  3798. },
  3799. "/api/setCenter/basic/getMob": {
  3800. "get": {
  3801. "description": "基础设置-mob获取",
  3802. "consumes": [
  3803. "application/json"
  3804. ],
  3805. "produces": [
  3806. "application/json"
  3807. ],
  3808. "tags": [
  3809. "设置中心-基础设置"
  3810. ],
  3811. "summary": "mob获取",
  3812. "parameters": [
  3813. {
  3814. "type": "string",
  3815. "description": "验证参数Bearer和token空格拼接",
  3816. "name": "Authorization",
  3817. "in": "header",
  3818. "required": true
  3819. }
  3820. ],
  3821. "responses": {
  3822. "200": {
  3823. "description": "OK",
  3824. "schema": {
  3825. "$ref": "#/definitions/md.SetOssResp"
  3826. }
  3827. },
  3828. "400": {
  3829. "description": "具体错误",
  3830. "schema": {
  3831. "$ref": "#/definitions/md.Response"
  3832. }
  3833. }
  3834. }
  3835. }
  3836. },
  3837. "/api/setCenter/basic/getOss": {
  3838. "get": {
  3839. "description": "基础设置-oss获取",
  3840. "consumes": [
  3841. "application/json"
  3842. ],
  3843. "produces": [
  3844. "application/json"
  3845. ],
  3846. "tags": [
  3847. "设置中心-基础设置"
  3848. ],
  3849. "summary": "oss获取",
  3850. "parameters": [
  3851. {
  3852. "type": "string",
  3853. "description": "验证参数Bearer和token空格拼接",
  3854. "name": "Authorization",
  3855. "in": "header",
  3856. "required": true
  3857. }
  3858. ],
  3859. "responses": {
  3860. "200": {
  3861. "description": "OK",
  3862. "schema": {
  3863. "$ref": "#/definitions/md.SetOssResp"
  3864. }
  3865. },
  3866. "400": {
  3867. "description": "具体错误",
  3868. "schema": {
  3869. "$ref": "#/definitions/md.Response"
  3870. }
  3871. }
  3872. }
  3873. }
  3874. },
  3875. "/api/setCenter/basic/setMob": {
  3876. "post": {
  3877. "description": "基础设置-mob设置",
  3878. "consumes": [
  3879. "application/json"
  3880. ],
  3881. "produces": [
  3882. "application/json"
  3883. ],
  3884. "tags": [
  3885. "设置中心-基础设置"
  3886. ],
  3887. "summary": "mob设置",
  3888. "parameters": [
  3889. {
  3890. "type": "string",
  3891. "description": "验证参数Bearer和token空格拼接",
  3892. "name": "Authorization",
  3893. "in": "header",
  3894. "required": true
  3895. },
  3896. {
  3897. "description": "请求参数",
  3898. "name": "args",
  3899. "in": "body",
  3900. "required": true,
  3901. "schema": {
  3902. "$ref": "#/definitions/md.SetMobReq"
  3903. }
  3904. }
  3905. ],
  3906. "responses": {
  3907. "200": {
  3908. "description": "success",
  3909. "schema": {
  3910. "type": "string"
  3911. }
  3912. },
  3913. "400": {
  3914. "description": "具体错误",
  3915. "schema": {
  3916. "$ref": "#/definitions/md.Response"
  3917. }
  3918. }
  3919. }
  3920. }
  3921. },
  3922. "/api/setCenter/basic/setOss": {
  3923. "post": {
  3924. "description": "基础设置-oss设置",
  3925. "consumes": [
  3926. "application/json"
  3927. ],
  3928. "produces": [
  3929. "application/json"
  3930. ],
  3931. "tags": [
  3932. "设置中心-基础设置"
  3933. ],
  3934. "summary": "oss设置",
  3935. "parameters": [
  3936. {
  3937. "type": "string",
  3938. "description": "验证参数Bearer和token空格拼接",
  3939. "name": "Authorization",
  3940. "in": "header",
  3941. "required": true
  3942. },
  3943. {
  3944. "description": "请求参数",
  3945. "name": "args",
  3946. "in": "body",
  3947. "required": true,
  3948. "schema": {
  3949. "$ref": "#/definitions/md.SetOssReq"
  3950. }
  3951. }
  3952. ],
  3953. "responses": {
  3954. "200": {
  3955. "description": "success",
  3956. "schema": {
  3957. "type": "string"
  3958. }
  3959. },
  3960. "400": {
  3961. "description": "具体错误",
  3962. "schema": {
  3963. "$ref": "#/definitions/md.Response"
  3964. }
  3965. }
  3966. }
  3967. }
  3968. },
  3969. "/api/setCenter/basic/wxOpenGet": {
  3970. "get": {
  3971. "description": "基础设置-微信三方应用获取",
  3972. "consumes": [
  3973. "application/json"
  3974. ],
  3975. "produces": [
  3976. "application/json"
  3977. ],
  3978. "tags": [
  3979. "设置中心-基础设置"
  3980. ],
  3981. "summary": "微信三方应用获取",
  3982. "parameters": [
  3983. {
  3984. "type": "string",
  3985. "description": "验证参数Bearer和token空格拼接",
  3986. "name": "Authorization",
  3987. "in": "header",
  3988. "required": true
  3989. }
  3990. ],
  3991. "responses": {
  3992. "200": {
  3993. "description": "OK",
  3994. "schema": {
  3995. "$ref": "#/definitions/md.WxOpenGetResp"
  3996. }
  3997. },
  3998. "400": {
  3999. "description": "具体错误",
  4000. "schema": {
  4001. "$ref": "#/definitions/md.Response"
  4002. }
  4003. }
  4004. }
  4005. }
  4006. },
  4007. "/api/setCenter/basic/wxOpenSet": {
  4008. "post": {
  4009. "description": "基础设置-微信三方应用设置",
  4010. "consumes": [
  4011. "application/json"
  4012. ],
  4013. "produces": [
  4014. "application/json"
  4015. ],
  4016. "tags": [
  4017. "设置中心-基础设置"
  4018. ],
  4019. "summary": "微信三方应用设置",
  4020. "parameters": [
  4021. {
  4022. "type": "string",
  4023. "description": "验证参数Bearer和token空格拼接",
  4024. "name": "Authorization",
  4025. "in": "header",
  4026. "required": true
  4027. },
  4028. {
  4029. "description": "请求参数",
  4030. "name": "args",
  4031. "in": "body",
  4032. "required": true,
  4033. "schema": {
  4034. "$ref": "#/definitions/md.WxOpenSetReq"
  4035. }
  4036. }
  4037. ],
  4038. "responses": {
  4039. "200": {
  4040. "description": "success",
  4041. "schema": {
  4042. "type": "string"
  4043. }
  4044. },
  4045. "400": {
  4046. "description": "具体错误",
  4047. "schema": {
  4048. "$ref": "#/definitions/md.Response"
  4049. }
  4050. }
  4051. }
  4052. }
  4053. },
  4054. "/api/setCenter/share/index": {
  4055. "get": {
  4056. "description": "邀请链接界面接口",
  4057. "consumes": [
  4058. "application/json"
  4059. ],
  4060. "produces": [
  4061. "application/json"
  4062. ],
  4063. "tags": [
  4064. "设置中心-邀请链接"
  4065. ],
  4066. "summary": "邀请链接",
  4067. "parameters": [
  4068. {
  4069. "type": "string",
  4070. "description": "验证参数Bearer和token空格拼接",
  4071. "name": "Authorization",
  4072. "in": "header",
  4073. "required": true
  4074. }
  4075. ],
  4076. "responses": {
  4077. "200": {
  4078. "description": "OK",
  4079. "schema": {
  4080. "$ref": "#/definitions/md.ShareIndexResp"
  4081. }
  4082. },
  4083. "400": {
  4084. "description": "具体错误",
  4085. "schema": {
  4086. "$ref": "#/definitions/md.Response"
  4087. }
  4088. }
  4089. }
  4090. }
  4091. },
  4092. "/api/settleCenter/agent/detail": {
  4093. "post": {
  4094. "description": "结算中心-代理详情",
  4095. "consumes": [
  4096. "application/json"
  4097. ],
  4098. "produces": [
  4099. "application/json"
  4100. ],
  4101. "tags": [
  4102. "结算中心------嘉俊"
  4103. ],
  4104. "summary": "代理详情",
  4105. "parameters": [
  4106. {
  4107. "type": "string",
  4108. "description": "验证参数Bearer和token空格拼接",
  4109. "name": "Authorization",
  4110. "in": "header",
  4111. "required": true
  4112. },
  4113. {
  4114. "description": "请求参数",
  4115. "name": "args",
  4116. "in": "body",
  4117. "required": true,
  4118. "schema": {
  4119. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  4120. }
  4121. }
  4122. ],
  4123. "responses": {
  4124. "200": {
  4125. "description": "具体看返回内容 这是data里面的数据",
  4126. "schema": {
  4127. "type": "string"
  4128. }
  4129. },
  4130. "400": {
  4131. "description": "具体错误",
  4132. "schema": {
  4133. "$ref": "#/definitions/md.Response"
  4134. }
  4135. }
  4136. }
  4137. }
  4138. },
  4139. "/api/settleCenter/agent/list": {
  4140. "post": {
  4141. "description": "结算中心-代理列表",
  4142. "consumes": [
  4143. "application/json"
  4144. ],
  4145. "produces": [
  4146. "application/json"
  4147. ],
  4148. "tags": [
  4149. "结算中心------嘉俊"
  4150. ],
  4151. "summary": "代理列表",
  4152. "parameters": [
  4153. {
  4154. "type": "string",
  4155. "description": "验证参数Bearer和token空格拼接",
  4156. "name": "Authorization",
  4157. "in": "header",
  4158. "required": true
  4159. },
  4160. {
  4161. "description": "请求参数",
  4162. "name": "args",
  4163. "in": "body",
  4164. "required": true,
  4165. "schema": {
  4166. "$ref": "#/definitions/md.SettleCenterDataReq"
  4167. }
  4168. }
  4169. ],
  4170. "responses": {
  4171. "200": {
  4172. "description": "具体看返回内容 这是data里面的数据",
  4173. "schema": {
  4174. "$ref": "#/definitions/md.SettleCenterDataRes"
  4175. }
  4176. },
  4177. "400": {
  4178. "description": "具体错误",
  4179. "schema": {
  4180. "$ref": "#/definitions/md.Response"
  4181. }
  4182. }
  4183. }
  4184. }
  4185. },
  4186. "/api/settleCenter/agent/save": {
  4187. "post": {
  4188. "description": "结算中心-代理修改结算方式",
  4189. "consumes": [
  4190. "application/json"
  4191. ],
  4192. "produces": [
  4193. "application/json"
  4194. ],
  4195. "tags": [
  4196. "结算中心------嘉俊"
  4197. ],
  4198. "summary": "代理修改结算方式",
  4199. "parameters": [
  4200. {
  4201. "type": "string",
  4202. "description": "验证参数Bearer和token空格拼接",
  4203. "name": "Authorization",
  4204. "in": "header",
  4205. "required": true
  4206. },
  4207. {
  4208. "description": "请求参数",
  4209. "name": "args",
  4210. "in": "body",
  4211. "required": true,
  4212. "schema": {
  4213. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  4214. }
  4215. }
  4216. ],
  4217. "responses": {
  4218. "200": {
  4219. "description": "具体看返回内容 这是data里面的数据",
  4220. "schema": {
  4221. "type": "string"
  4222. }
  4223. },
  4224. "400": {
  4225. "description": "具体错误",
  4226. "schema": {
  4227. "$ref": "#/definitions/md.Response"
  4228. }
  4229. }
  4230. }
  4231. }
  4232. },
  4233. "/api/settleCenter/medium/detail": {
  4234. "post": {
  4235. "description": "结算中心-媒体详情",
  4236. "consumes": [
  4237. "application/json"
  4238. ],
  4239. "produces": [
  4240. "application/json"
  4241. ],
  4242. "tags": [
  4243. "结算中心------嘉俊"
  4244. ],
  4245. "summary": "媒体详情",
  4246. "parameters": [
  4247. {
  4248. "type": "string",
  4249. "description": "验证参数Bearer和token空格拼接",
  4250. "name": "Authorization",
  4251. "in": "header",
  4252. "required": true
  4253. },
  4254. {
  4255. "description": "请求参数",
  4256. "name": "args",
  4257. "in": "body",
  4258. "required": true,
  4259. "schema": {
  4260. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  4261. }
  4262. }
  4263. ],
  4264. "responses": {
  4265. "200": {
  4266. "description": "具体看返回内容 这是data里面的数据",
  4267. "schema": {
  4268. "type": "string"
  4269. }
  4270. },
  4271. "400": {
  4272. "description": "具体错误",
  4273. "schema": {
  4274. "$ref": "#/definitions/md.Response"
  4275. }
  4276. }
  4277. }
  4278. }
  4279. },
  4280. "/api/settleCenter/medium/list": {
  4281. "post": {
  4282. "description": "结算中心-媒体列表",
  4283. "consumes": [
  4284. "application/json"
  4285. ],
  4286. "produces": [
  4287. "application/json"
  4288. ],
  4289. "tags": [
  4290. "结算中心------嘉俊"
  4291. ],
  4292. "summary": "媒体列表",
  4293. "parameters": [
  4294. {
  4295. "type": "string",
  4296. "description": "验证参数Bearer和token空格拼接",
  4297. "name": "Authorization",
  4298. "in": "header",
  4299. "required": true
  4300. },
  4301. {
  4302. "description": "请求参数",
  4303. "name": "args",
  4304. "in": "body",
  4305. "required": true,
  4306. "schema": {
  4307. "$ref": "#/definitions/md.SettleCenterDataReq"
  4308. }
  4309. }
  4310. ],
  4311. "responses": {
  4312. "200": {
  4313. "description": "具体看返回内容 这是data里面的数据",
  4314. "schema": {
  4315. "$ref": "#/definitions/md.SettleCenterDataRes"
  4316. }
  4317. },
  4318. "400": {
  4319. "description": "具体错误",
  4320. "schema": {
  4321. "$ref": "#/definitions/md.Response"
  4322. }
  4323. }
  4324. }
  4325. }
  4326. },
  4327. "/api/settleCenter/medium/save": {
  4328. "post": {
  4329. "description": "结算中心-媒体修改结算方式",
  4330. "consumes": [
  4331. "application/json"
  4332. ],
  4333. "produces": [
  4334. "application/json"
  4335. ],
  4336. "tags": [
  4337. "结算中心------嘉俊"
  4338. ],
  4339. "summary": "媒体修改结算方式",
  4340. "parameters": [
  4341. {
  4342. "type": "string",
  4343. "description": "验证参数Bearer和token空格拼接",
  4344. "name": "Authorization",
  4345. "in": "header",
  4346. "required": true
  4347. },
  4348. {
  4349. "description": "请求参数",
  4350. "name": "args",
  4351. "in": "body",
  4352. "required": true,
  4353. "schema": {
  4354. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  4355. }
  4356. }
  4357. ],
  4358. "responses": {
  4359. "200": {
  4360. "description": "具体看返回内容 这是data里面的数据",
  4361. "schema": {
  4362. "type": "string"
  4363. }
  4364. },
  4365. "400": {
  4366. "description": "具体错误",
  4367. "schema": {
  4368. "$ref": "#/definitions/md.Response"
  4369. }
  4370. }
  4371. }
  4372. }
  4373. },
  4374. "/role/permissionGroupList": {
  4375. "get": {
  4376. "description": "权限管理-权限组列表",
  4377. "consumes": [
  4378. "application/json"
  4379. ],
  4380. "produces": [
  4381. "application/json"
  4382. ],
  4383. "tags": [
  4384. "权限管理"
  4385. ],
  4386. "summary": "权限组列表",
  4387. "parameters": [
  4388. {
  4389. "type": "string",
  4390. "description": "验证参数Bearer和token空格拼接",
  4391. "name": "Authorization",
  4392. "in": "header",
  4393. "required": true
  4394. },
  4395. {
  4396. "type": "string",
  4397. "description": "管理员id",
  4398. "name": "adm_id",
  4399. "in": "query",
  4400. "required": true
  4401. }
  4402. ],
  4403. "responses": {
  4404. "200": {
  4405. "description": "具体看返回内容",
  4406. "schema": {
  4407. "type": "string"
  4408. }
  4409. },
  4410. "400": {
  4411. "description": "具体错误",
  4412. "schema": {
  4413. "$ref": "#/definitions/md.Response"
  4414. }
  4415. }
  4416. }
  4417. }
  4418. },
  4419. "/v1/banner/delete/{$id}": {
  4420. "delete": {
  4421. "description": "小程序设置-删除",
  4422. "consumes": [
  4423. "application/json"
  4424. ],
  4425. "produces": [
  4426. "application/json"
  4427. ],
  4428. "tags": [
  4429. "设置中心-小程序设置"
  4430. ],
  4431. "summary": "删除",
  4432. "parameters": [
  4433. {
  4434. "type": "string",
  4435. "description": "验证参数Bearer和token空格拼接",
  4436. "name": "Authorization",
  4437. "in": "header",
  4438. "required": true
  4439. }
  4440. ],
  4441. "responses": {
  4442. "200": {
  4443. "description": "success",
  4444. "schema": {
  4445. "type": "string"
  4446. }
  4447. },
  4448. "400": {
  4449. "description": "具体错误",
  4450. "schema": {
  4451. "$ref": "#/definitions/md.Response"
  4452. }
  4453. }
  4454. }
  4455. }
  4456. }
  4457. },
  4458. "definitions": {
  4459. "hdl.WxOpenThirdPartyAppList": {
  4460. "type": "object",
  4461. "properties": {
  4462. "aes_key": {
  4463. "type": "string"
  4464. },
  4465. "app_secret": {
  4466. "type": "string"
  4467. },
  4468. "appid": {
  4469. "type": "string"
  4470. },
  4471. "component_access_token": {
  4472. "type": "string"
  4473. },
  4474. "component_verify_ticket": {
  4475. "type": "string"
  4476. },
  4477. "create_at": {
  4478. "type": "string"
  4479. },
  4480. "id": {
  4481. "type": "integer"
  4482. },
  4483. "token": {
  4484. "type": "string"
  4485. },
  4486. "update_at": {
  4487. "type": "string"
  4488. },
  4489. "uuid": {
  4490. "type": "integer"
  4491. }
  4492. }
  4493. },
  4494. "md.AddAdminReq": {
  4495. "type": "object",
  4496. "required": [
  4497. "password",
  4498. "username"
  4499. ],
  4500. "properties": {
  4501. "memo": {
  4502. "type": "string"
  4503. },
  4504. "password": {
  4505. "type": "string"
  4506. },
  4507. "username": {
  4508. "type": "string"
  4509. }
  4510. }
  4511. },
  4512. "md.AddRoleReq": {
  4513. "type": "object",
  4514. "required": [
  4515. "memo",
  4516. "name"
  4517. ],
  4518. "properties": {
  4519. "memo": {
  4520. "type": "string"
  4521. },
  4522. "name": {
  4523. "type": "string"
  4524. }
  4525. }
  4526. },
  4527. "md.AdminListReq": {
  4528. "type": "object",
  4529. "properties": {
  4530. "limit": {
  4531. "type": "integer"
  4532. },
  4533. "page": {
  4534. "type": "integer"
  4535. },
  4536. "state": {
  4537. "type": "integer"
  4538. },
  4539. "username": {
  4540. "type": "string"
  4541. }
  4542. }
  4543. },
  4544. "md.AgentQualificationBankData": {
  4545. "type": "object",
  4546. "properties": {
  4547. "account": {
  4548. "type": "string",
  4549. "example": "账号"
  4550. },
  4551. "agent_id": {
  4552. "type": "string",
  4553. "example": "代理id"
  4554. },
  4555. "bank": {
  4556. "type": "string",
  4557. "example": "开户银行"
  4558. },
  4559. "bank_branch": {
  4560. "type": "string",
  4561. "example": "开户银行分行"
  4562. },
  4563. "bank_no": {
  4564. "type": "string",
  4565. "example": "银行卡号"
  4566. },
  4567. "company_name": {
  4568. "type": "string",
  4569. "example": "公司名称"
  4570. },
  4571. "currency_conf": {
  4572. "type": "string",
  4573. "example": "结算币种 0人民币"
  4574. },
  4575. "id": {
  4576. "type": "string",
  4577. "example": "id"
  4578. },
  4579. "kind": {
  4580. "type": "string",
  4581. "example": "类型(1:企业 2:个人)"
  4582. },
  4583. "licence": {
  4584. "type": "string",
  4585. "example": "开户许可证"
  4586. },
  4587. "memo": {
  4588. "type": "string",
  4589. "example": "备注 审核时填写的"
  4590. },
  4591. "state": {
  4592. "type": "string",
  4593. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4594. },
  4595. "unified_social_credit_code": {
  4596. "type": "string",
  4597. "example": "统一社会信用代码"
  4598. }
  4599. }
  4600. },
  4601. "md.AgentQualificationBankRes": {
  4602. "type": "object",
  4603. "properties": {
  4604. "currency_conf": {
  4605. "type": "array",
  4606. "items": {
  4607. "$ref": "#/definitions/md.SelectData"
  4608. }
  4609. },
  4610. "list": {
  4611. "type": "array",
  4612. "items": {
  4613. "$ref": "#/definitions/md.AgentQualificationBankData"
  4614. }
  4615. },
  4616. "state": {
  4617. "type": "array",
  4618. "items": {
  4619. "$ref": "#/definitions/md.SelectData"
  4620. }
  4621. },
  4622. "total": {
  4623. "type": "integer"
  4624. },
  4625. "type": {
  4626. "type": "array",
  4627. "items": {
  4628. "$ref": "#/definitions/md.SelectData"
  4629. }
  4630. }
  4631. }
  4632. },
  4633. "md.AgentQualificationContactData": {
  4634. "type": "object",
  4635. "properties": {
  4636. "account": {
  4637. "type": "string",
  4638. "example": "账号"
  4639. },
  4640. "address": {
  4641. "type": "string",
  4642. "example": "联系地址"
  4643. },
  4644. "agent_id": {
  4645. "type": "string",
  4646. "example": "代理id"
  4647. },
  4648. "company_name": {
  4649. "type": "string",
  4650. "example": "公司名称"
  4651. },
  4652. "email": {
  4653. "type": "string",
  4654. "example": "邮箱地址"
  4655. },
  4656. "id": {
  4657. "type": "string",
  4658. "example": "id"
  4659. },
  4660. "kind": {
  4661. "type": "string",
  4662. "example": "类型(1:企业 2:个人)"
  4663. },
  4664. "memo": {
  4665. "type": "string",
  4666. "example": "备注 审核时填写的"
  4667. },
  4668. "name": {
  4669. "type": "string",
  4670. "example": "联系人"
  4671. },
  4672. "phone": {
  4673. "type": "string",
  4674. "example": "联系电话"
  4675. },
  4676. "state": {
  4677. "type": "string",
  4678. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4679. }
  4680. }
  4681. },
  4682. "md.AgentQualificationContactRes": {
  4683. "type": "object",
  4684. "properties": {
  4685. "list": {
  4686. "type": "array",
  4687. "items": {
  4688. "$ref": "#/definitions/md.AgentQualificationContactData"
  4689. }
  4690. },
  4691. "state": {
  4692. "type": "array",
  4693. "items": {
  4694. "$ref": "#/definitions/md.SelectData"
  4695. }
  4696. },
  4697. "total": {
  4698. "type": "integer"
  4699. }
  4700. }
  4701. },
  4702. "md.AgentQualificationEnterpriseAuditReq": {
  4703. "type": "object",
  4704. "properties": {
  4705. "agent_id": {
  4706. "type": "string"
  4707. },
  4708. "memo": {
  4709. "type": "string"
  4710. },
  4711. "state": {
  4712. "type": "string"
  4713. }
  4714. }
  4715. },
  4716. "md.AgentQualificationEnterpriseData": {
  4717. "type": "object",
  4718. "properties": {
  4719. "account": {
  4720. "type": "string",
  4721. "example": "账号"
  4722. },
  4723. "agent_id": {
  4724. "type": "string",
  4725. "example": "代理id"
  4726. },
  4727. "business_license_address": {
  4728. "type": "string",
  4729. "example": "营业执照地址"
  4730. },
  4731. "business_license_img_url": {
  4732. "type": "string",
  4733. "example": "营业执照照片"
  4734. },
  4735. "certificate_first_type": {
  4736. "type": "string",
  4737. "example": "证件类型 1级类目id"
  4738. },
  4739. "certificate_type": {
  4740. "type": "string",
  4741. "example": "证件类型 2级类目id"
  4742. },
  4743. "certificate_validity": {
  4744. "type": "string",
  4745. "example": "证件有效期"
  4746. },
  4747. "company_abbreviation": {
  4748. "type": "string",
  4749. "example": "公司简称"
  4750. },
  4751. "company_name": {
  4752. "type": "string",
  4753. "example": "公司名称"
  4754. },
  4755. "country_region": {
  4756. "type": "string",
  4757. "example": "国家地区"
  4758. },
  4759. "country_region_id": {
  4760. "type": "string",
  4761. "example": "国家地区id"
  4762. },
  4763. "id": {
  4764. "type": "string",
  4765. "example": "状态选择"
  4766. },
  4767. "kind": {
  4768. "type": "string",
  4769. "example": "类型(1:企业 2:个人)"
  4770. },
  4771. "legal_representative": {
  4772. "type": "string",
  4773. "example": "法定代表人"
  4774. },
  4775. "memo": {
  4776. "type": "string",
  4777. "example": "备注 审核时填写的"
  4778. },
  4779. "registered_address": {
  4780. "type": "string",
  4781. "example": "注册地址"
  4782. },
  4783. "registered_address_city_id": {
  4784. "type": "string",
  4785. "example": "注册地址-市id"
  4786. },
  4787. "registered_address_country_id": {
  4788. "type": "string",
  4789. "example": "注册地址-国家id"
  4790. },
  4791. "registered_address_county_id": {
  4792. "type": "string",
  4793. "example": "注册地址-县/区id"
  4794. },
  4795. "registered_address_province_id": {
  4796. "type": "string",
  4797. "example": "册地址-省份id"
  4798. },
  4799. "state": {
  4800. "type": "string",
  4801. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4802. },
  4803. "unified_social_credit_code": {
  4804. "type": "string",
  4805. "example": "统一社会信用代码"
  4806. },
  4807. "uuid": {
  4808. "type": "string",
  4809. "example": "站长id"
  4810. }
  4811. }
  4812. },
  4813. "md.AgentQualificationEnterpriseReq": {
  4814. "type": "object",
  4815. "properties": {
  4816. "limit": {
  4817. "type": "string"
  4818. },
  4819. "name": {
  4820. "type": "string"
  4821. },
  4822. "page": {
  4823. "type": "string"
  4824. },
  4825. "state": {
  4826. "type": "string"
  4827. }
  4828. }
  4829. },
  4830. "md.AgentQualificationEnterpriseRes": {
  4831. "type": "object",
  4832. "properties": {
  4833. "list": {
  4834. "type": "array",
  4835. "items": {
  4836. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  4837. }
  4838. },
  4839. "state": {
  4840. "type": "array",
  4841. "items": {
  4842. "$ref": "#/definitions/md.SelectData"
  4843. }
  4844. },
  4845. "total": {
  4846. "type": "integer"
  4847. },
  4848. "type": {
  4849. "type": "array",
  4850. "items": {
  4851. "$ref": "#/definitions/md.SelectData"
  4852. }
  4853. }
  4854. }
  4855. },
  4856. "md.AppletAddReq": {
  4857. "type": "object",
  4858. "required": [
  4859. "appid",
  4860. "logo",
  4861. "name",
  4862. "original_id"
  4863. ],
  4864. "properties": {
  4865. "appid": {
  4866. "type": "string",
  4867. "example": "授权小程序appid"
  4868. },
  4869. "logo": {
  4870. "type": "string",
  4871. "example": "小程序logo"
  4872. },
  4873. "name": {
  4874. "type": "string",
  4875. "example": "小程序名称"
  4876. },
  4877. "original_id": {
  4878. "type": "string",
  4879. "example": "授权小程序原始id"
  4880. }
  4881. }
  4882. },
  4883. "md.AppletApplicationAdSpaceListData": {
  4884. "type": "object",
  4885. "properties": {
  4886. "ad_id": {
  4887. "type": "string",
  4888. "example": "广告位id"
  4889. },
  4890. "app_id": {
  4891. "type": "string",
  4892. "example": "小程序appid"
  4893. },
  4894. "cooperate_state": {
  4895. "type": "string",
  4896. "example": "合作状态"
  4897. },
  4898. "id": {
  4899. "type": "string",
  4900. "example": "id"
  4901. },
  4902. "kind": {
  4903. "type": "string",
  4904. "example": "广告位类型"
  4905. },
  4906. "logo": {
  4907. "type": "string",
  4908. "example": "logo"
  4909. },
  4910. "memo": {
  4911. "type": "string",
  4912. "example": "备注"
  4913. },
  4914. "name": {
  4915. "type": "string",
  4916. "example": "应用名称"
  4917. },
  4918. "platform": {
  4919. "type": "string",
  4920. "example": "平台"
  4921. },
  4922. "state": {
  4923. "type": "string",
  4924. "example": "应用状态 state=2 才能再次编辑"
  4925. }
  4926. }
  4927. },
  4928. "md.AppletApplicationAdSpaceListReq": {
  4929. "type": "object",
  4930. "properties": {
  4931. "ad_type": {
  4932. "type": "string",
  4933. "example": ""
  4934. },
  4935. "cooperate_state": {
  4936. "type": "string",
  4937. "example": "合作状态"
  4938. },
  4939. "limit": {
  4940. "type": "string"
  4941. },
  4942. "medium_id": {
  4943. "type": "string",
  4944. "example": "媒体id"
  4945. },
  4946. "name": {
  4947. "type": "string"
  4948. },
  4949. "page": {
  4950. "type": "string"
  4951. },
  4952. "platform": {
  4953. "type": "string"
  4954. }
  4955. }
  4956. },
  4957. "md.AppletApplicationAdSpaceListRes": {
  4958. "type": "object",
  4959. "properties": {
  4960. "ad_type": {
  4961. "type": "array",
  4962. "items": {
  4963. "$ref": "#/definitions/md.SelectData"
  4964. }
  4965. },
  4966. "cooperate_state": {
  4967. "type": "array",
  4968. "items": {
  4969. "$ref": "#/definitions/md.SelectData"
  4970. }
  4971. },
  4972. "list": {
  4973. "type": "array",
  4974. "items": {
  4975. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  4976. }
  4977. },
  4978. "platform": {
  4979. "type": "array",
  4980. "items": {
  4981. "$ref": "#/definitions/md.SelectData"
  4982. }
  4983. },
  4984. "state": {
  4985. "type": "array",
  4986. "items": {
  4987. "$ref": "#/definitions/md.SelectData"
  4988. }
  4989. },
  4990. "total": {
  4991. "type": "integer"
  4992. }
  4993. }
  4994. },
  4995. "md.AppletApplicationAdSpaceMediumListData": {
  4996. "type": "object",
  4997. "properties": {
  4998. "account": {
  4999. "type": "string",
  5000. "example": "账号"
  5001. },
  5002. "contact_name": {
  5003. "type": "string",
  5004. "example": "联系人"
  5005. },
  5006. "count": {
  5007. "type": "string",
  5008. "example": "广告位数量"
  5009. },
  5010. "id": {
  5011. "type": "string",
  5012. "example": "id"
  5013. },
  5014. "medium_id": {
  5015. "type": "string",
  5016. "example": "媒体id"
  5017. },
  5018. "name": {
  5019. "type": "string",
  5020. "example": "名称"
  5021. },
  5022. "phone": {
  5023. "type": "string",
  5024. "example": "联系电话"
  5025. }
  5026. }
  5027. },
  5028. "md.AppletApplicationAdSpaceMediumListReq": {
  5029. "type": "object",
  5030. "properties": {
  5031. "account": {
  5032. "type": "string",
  5033. "example": "媒体账号"
  5034. },
  5035. "limit": {
  5036. "type": "string"
  5037. },
  5038. "name": {
  5039. "type": "string",
  5040. "example": "媒体名称"
  5041. },
  5042. "page": {
  5043. "type": "string"
  5044. }
  5045. }
  5046. },
  5047. "md.AppletApplicationAdSpaceMediumListRes": {
  5048. "type": "object",
  5049. "properties": {
  5050. "list": {
  5051. "type": "array",
  5052. "items": {
  5053. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  5054. }
  5055. },
  5056. "total": {
  5057. "type": "integer"
  5058. }
  5059. }
  5060. },
  5061. "md.AppletApplicationAdSpaceSaveReq": {
  5062. "type": "object",
  5063. "properties": {
  5064. "id": {
  5065. "type": "string",
  5066. "example": "id 多个逗号隔开"
  5067. },
  5068. "memo": {
  5069. "type": "string",
  5070. "example": "备注"
  5071. },
  5072. "state": {
  5073. "type": "string",
  5074. "example": "审核状态"
  5075. }
  5076. }
  5077. },
  5078. "md.AppletApplicationListData": {
  5079. "type": "object",
  5080. "properties": {
  5081. "app_id": {
  5082. "type": "string",
  5083. "example": "小程序appid"
  5084. },
  5085. "cooperate_state": {
  5086. "type": "string",
  5087. "example": "合作状态"
  5088. },
  5089. "id": {
  5090. "type": "string",
  5091. "example": "id"
  5092. },
  5093. "logo": {
  5094. "type": "string",
  5095. "example": "logo"
  5096. },
  5097. "memo": {
  5098. "type": "string",
  5099. "example": "备注"
  5100. },
  5101. "name": {
  5102. "type": "string",
  5103. "example": "应用名称"
  5104. },
  5105. "original_id": {
  5106. "type": "string",
  5107. "example": "小程序id"
  5108. },
  5109. "platform": {
  5110. "type": "string",
  5111. "example": "平台"
  5112. },
  5113. "state": {
  5114. "type": "string",
  5115. "example": "应用状态 state=3 才能再次编辑"
  5116. }
  5117. }
  5118. },
  5119. "md.AppletApplicationListReq": {
  5120. "type": "object",
  5121. "properties": {
  5122. "cooperate_state": {
  5123. "type": "string",
  5124. "example": "合作状态"
  5125. },
  5126. "limit": {
  5127. "type": "string"
  5128. },
  5129. "medium_id": {
  5130. "type": "string",
  5131. "example": "媒体id"
  5132. },
  5133. "name": {
  5134. "type": "string"
  5135. },
  5136. "page": {
  5137. "type": "string"
  5138. },
  5139. "platform": {
  5140. "type": "string"
  5141. }
  5142. }
  5143. },
  5144. "md.AppletApplicationListRes": {
  5145. "type": "object",
  5146. "properties": {
  5147. "cooperate_state": {
  5148. "type": "array",
  5149. "items": {
  5150. "$ref": "#/definitions/md.SelectData"
  5151. }
  5152. },
  5153. "list": {
  5154. "type": "array",
  5155. "items": {
  5156. "$ref": "#/definitions/md.AppletApplicationListData"
  5157. }
  5158. },
  5159. "platform": {
  5160. "type": "array",
  5161. "items": {
  5162. "$ref": "#/definitions/md.SelectData"
  5163. }
  5164. },
  5165. "state": {
  5166. "type": "array",
  5167. "items": {
  5168. "$ref": "#/definitions/md.SelectData"
  5169. }
  5170. },
  5171. "total": {
  5172. "type": "integer"
  5173. }
  5174. }
  5175. },
  5176. "md.AppletApplicationMediumListData": {
  5177. "type": "object",
  5178. "properties": {
  5179. "account": {
  5180. "type": "string",
  5181. "example": "账号"
  5182. },
  5183. "contact_name": {
  5184. "type": "string",
  5185. "example": "联系人"
  5186. },
  5187. "count": {
  5188. "type": "string",
  5189. "example": "应用数量"
  5190. },
  5191. "id": {
  5192. "type": "string",
  5193. "example": "id"
  5194. },
  5195. "medium_id": {
  5196. "type": "string",
  5197. "example": "媒体id"
  5198. },
  5199. "name": {
  5200. "type": "string",
  5201. "example": "名称"
  5202. },
  5203. "phone": {
  5204. "type": "string",
  5205. "example": "联系电话"
  5206. }
  5207. }
  5208. },
  5209. "md.AppletApplicationMediumListReq": {
  5210. "type": "object",
  5211. "properties": {
  5212. "account": {
  5213. "type": "string",
  5214. "example": "媒体账号"
  5215. },
  5216. "limit": {
  5217. "type": "string"
  5218. },
  5219. "name": {
  5220. "type": "string",
  5221. "example": "媒体名称"
  5222. },
  5223. "page": {
  5224. "type": "string"
  5225. }
  5226. }
  5227. },
  5228. "md.AppletApplicationMediumListRes": {
  5229. "type": "object",
  5230. "properties": {
  5231. "list": {
  5232. "type": "array",
  5233. "items": {
  5234. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  5235. }
  5236. },
  5237. "total": {
  5238. "type": "integer"
  5239. }
  5240. }
  5241. },
  5242. "md.AppletApplicationSaveReq": {
  5243. "type": "object",
  5244. "properties": {
  5245. "id": {
  5246. "type": "string",
  5247. "example": "id 多个逗号隔开"
  5248. },
  5249. "memo": {
  5250. "type": "string",
  5251. "example": "备注"
  5252. },
  5253. "state": {
  5254. "type": "string",
  5255. "example": "审核状态"
  5256. }
  5257. }
  5258. },
  5259. "md.AppletUpdateReq": {
  5260. "type": "object",
  5261. "required": [
  5262. "id",
  5263. "logo",
  5264. "name"
  5265. ],
  5266. "properties": {
  5267. "id": {
  5268. "type": "integer"
  5269. },
  5270. "logo": {
  5271. "type": "string",
  5272. "example": "小程序logo"
  5273. },
  5274. "name": {
  5275. "type": "string",
  5276. "example": "小程序名称"
  5277. }
  5278. }
  5279. },
  5280. "md.BindAdminRoleReq": {
  5281. "type": "object",
  5282. "required": [
  5283. "adm_id"
  5284. ],
  5285. "properties": {
  5286. "adm_id": {
  5287. "type": "integer"
  5288. },
  5289. "role_ids": {
  5290. "type": "array",
  5291. "items": {
  5292. "type": "integer"
  5293. }
  5294. }
  5295. }
  5296. },
  5297. "md.CommDetailReq": {
  5298. "type": "object",
  5299. "properties": {
  5300. "id": {
  5301. "type": "string",
  5302. "example": "列表id"
  5303. }
  5304. }
  5305. },
  5306. "md.DataCenterDataCenterOriginalDataDoingReq": {
  5307. "type": "object",
  5308. "properties": {
  5309. "id": {
  5310. "type": "string",
  5311. "example": "列表id"
  5312. },
  5313. "now_ecpm": {
  5314. "type": "string",
  5315. "example": "现-广告千次曝光收益(元)"
  5316. },
  5317. "now_exposure_count": {
  5318. "type": "string",
  5319. "example": "现-曝光量"
  5320. }
  5321. }
  5322. },
  5323. "md.DataCenterGenerateDataCommReq": {
  5324. "type": "object",
  5325. "properties": {
  5326. "id": {
  5327. "type": "string",
  5328. "example": "列表id"
  5329. }
  5330. }
  5331. },
  5332. "md.DataCenterGenerateDataData": {
  5333. "type": "object",
  5334. "properties": {
  5335. "adv_name": {
  5336. "type": "string",
  5337. "example": "广告位"
  5338. },
  5339. "agent_revenue": {
  5340. "type": "string",
  5341. "example": "代理收益(元)"
  5342. },
  5343. "agreement_sharing": {
  5344. "type": "string",
  5345. "example": "协议分成(元)"
  5346. },
  5347. "agreement_sharing_total": {
  5348. "type": "string",
  5349. "example": "协议总分成(元)"
  5350. },
  5351. "click_count": {
  5352. "type": "string",
  5353. "example": "现-点击量"
  5354. },
  5355. "click_rate": {
  5356. "type": "string",
  5357. "example": "现-点击率"
  5358. },
  5359. "commission_retention": {
  5360. "type": "string",
  5361. "example": "佣金留存(元)"
  5362. },
  5363. "date": {
  5364. "type": "string",
  5365. "example": "日期"
  5366. },
  5367. "ecpm": {
  5368. "type": "string",
  5369. "example": "'现-ecpm(元)"
  5370. },
  5371. "exposure_count": {
  5372. "type": "string",
  5373. "example": "现-曝光量"
  5374. },
  5375. "extra_revenue": {
  5376. "type": "string",
  5377. "example": "额外收益(元)"
  5378. },
  5379. "id": {
  5380. "type": "string",
  5381. "example": "id"
  5382. },
  5383. "is_generate_report": {
  5384. "type": "string",
  5385. "example": "是否已生成报表(0:未 1:已)"
  5386. },
  5387. "media_revenue": {
  5388. "type": "string",
  5389. "example": "媒体收益(元)"
  5390. },
  5391. "name": {
  5392. "type": "string",
  5393. "example": "名称"
  5394. },
  5395. "old_click_count": {
  5396. "type": "string",
  5397. "example": "原-点击量"
  5398. },
  5399. "old_click_rate": {
  5400. "type": "string",
  5401. "example": "原-点击率"
  5402. },
  5403. "old_ecpm": {
  5404. "type": "string",
  5405. "example": "'原-ecpm(元)"
  5406. },
  5407. "old_exposure_count": {
  5408. "type": "string",
  5409. "example": "原-曝光量"
  5410. },
  5411. "platform": {
  5412. "type": "string",
  5413. "example": "平台名称"
  5414. },
  5415. "platform_retention": {
  5416. "type": "string",
  5417. "example": "平台留存(元)"
  5418. },
  5419. "price_adjustment_retention": {
  5420. "type": "string",
  5421. "example": "调价留存(元)"
  5422. },
  5423. "state": {
  5424. "type": "string",
  5425. "example": "状态id"
  5426. }
  5427. }
  5428. },
  5429. "md.DataCenterGenerateDataDetailAgentReward": {
  5430. "type": "object",
  5431. "properties": {
  5432. "account": {
  5433. "type": "string"
  5434. },
  5435. "agent_revenue": {
  5436. "type": "string",
  5437. "example": "代理收益(元)"
  5438. },
  5439. "agent_revenue_rate": {
  5440. "type": "string",
  5441. "example": "代理收益百分比"
  5442. },
  5443. "extra_revenue": {
  5444. "type": "string",
  5445. "example": "额外收益(元)"
  5446. },
  5447. "extra_revenue_rate": {
  5448. "type": "string",
  5449. "example": "'额外收益百分比"
  5450. },
  5451. "name": {
  5452. "type": "string"
  5453. }
  5454. }
  5455. },
  5456. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  5457. "type": "object",
  5458. "properties": {
  5459. "account": {
  5460. "type": "string"
  5461. },
  5462. "agent_revenue": {
  5463. "type": "string",
  5464. "example": "代理收益(元)"
  5465. },
  5466. "agent_revenue_rate": {
  5467. "type": "string",
  5468. "example": "代理收益百分比"
  5469. },
  5470. "name": {
  5471. "type": "string"
  5472. }
  5473. }
  5474. },
  5475. "md.DataCenterGenerateDataDetailData": {
  5476. "type": "object",
  5477. "properties": {
  5478. "agent_revenue_rate": {
  5479. "type": "string",
  5480. "example": "代理收益百分比"
  5481. },
  5482. "agent_reward": {
  5483. "type": "array",
  5484. "items": {
  5485. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  5486. }
  5487. },
  5488. "agreement_sharing_rate": {
  5489. "type": "string",
  5490. "example": "协议分成百分比"
  5491. },
  5492. "commission_retention_rate": {
  5493. "type": "string",
  5494. "example": "佣金留存百分比"
  5495. },
  5496. "create_at": {
  5497. "type": "string"
  5498. },
  5499. "extra_revenue_rate": {
  5500. "type": "string",
  5501. "example": "额外收益百分比"
  5502. },
  5503. "media_revenue_rate": {
  5504. "type": "string",
  5505. "example": "媒体收益百分比"
  5506. },
  5507. "platform_retention_rate": {
  5508. "type": "string",
  5509. "example": "平台留存百分比"
  5510. },
  5511. "update_at": {
  5512. "type": "string"
  5513. }
  5514. }
  5515. },
  5516. "md.DataCenterGenerateDataReq": {
  5517. "type": "object",
  5518. "properties": {
  5519. "end_time": {
  5520. "type": "string"
  5521. },
  5522. "limit": {
  5523. "type": "string"
  5524. },
  5525. "name": {
  5526. "type": "string"
  5527. },
  5528. "page": {
  5529. "type": "string"
  5530. },
  5531. "platform": {
  5532. "type": "string"
  5533. },
  5534. "start_time": {
  5535. "type": "string"
  5536. },
  5537. "state": {
  5538. "type": "string"
  5539. }
  5540. }
  5541. },
  5542. "md.DataCenterGenerateDataRes": {
  5543. "type": "object",
  5544. "properties": {
  5545. "list": {
  5546. "type": "array",
  5547. "items": {
  5548. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  5549. }
  5550. },
  5551. "platform": {
  5552. "type": "array",
  5553. "items": {
  5554. "$ref": "#/definitions/md.SelectData"
  5555. }
  5556. },
  5557. "state": {
  5558. "type": "array",
  5559. "items": {
  5560. "$ref": "#/definitions/md.SelectData"
  5561. }
  5562. },
  5563. "total": {
  5564. "type": "integer"
  5565. }
  5566. }
  5567. },
  5568. "md.DataCenterIncomeDataData": {
  5569. "type": "object",
  5570. "properties": {
  5571. "adv_name": {
  5572. "type": "string",
  5573. "example": "广告位"
  5574. },
  5575. "agent_revenue": {
  5576. "type": "string",
  5577. "example": "代理收益(元)"
  5578. },
  5579. "agreement_sharing": {
  5580. "type": "string",
  5581. "example": "平台收益(元)"
  5582. },
  5583. "click_count": {
  5584. "type": "string",
  5585. "example": "现-点击量"
  5586. },
  5587. "click_rate": {
  5588. "type": "string",
  5589. "example": "现-点击率"
  5590. },
  5591. "date": {
  5592. "type": "string",
  5593. "example": "日期"
  5594. },
  5595. "ecpm": {
  5596. "type": "string",
  5597. "example": "'现-ecpm(元)"
  5598. },
  5599. "exposure_count": {
  5600. "type": "string",
  5601. "example": "现-曝光量"
  5602. },
  5603. "id": {
  5604. "type": "string",
  5605. "example": "id"
  5606. },
  5607. "media_revenue": {
  5608. "type": "string",
  5609. "example": "媒体收益(元)"
  5610. },
  5611. "name": {
  5612. "type": "string",
  5613. "example": "名称"
  5614. },
  5615. "platform": {
  5616. "type": "string",
  5617. "example": "平台名称"
  5618. },
  5619. "settle_amount": {
  5620. "type": "string",
  5621. "example": "结算收益(元)"
  5622. },
  5623. "state": {
  5624. "type": "string",
  5625. "example": "状态id"
  5626. }
  5627. }
  5628. },
  5629. "md.DataCenterIncomeDataDetail": {
  5630. "type": "object",
  5631. "properties": {
  5632. "agent_revenue": {
  5633. "type": "string",
  5634. "example": "代理收益(元)"
  5635. },
  5636. "agent_revenue_rate": {
  5637. "type": "string",
  5638. "example": "代理收益百分比"
  5639. },
  5640. "agent_reward": {
  5641. "type": "array",
  5642. "items": {
  5643. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  5644. }
  5645. },
  5646. "agreement_sharing": {
  5647. "type": "string",
  5648. "example": "平台收益(元)"
  5649. },
  5650. "agreement_sharing_rate": {
  5651. "type": "string",
  5652. "example": "平台收益百分比"
  5653. },
  5654. "create_at": {
  5655. "type": "string"
  5656. },
  5657. "data_source": {
  5658. "type": "string",
  5659. "example": "数据来源"
  5660. },
  5661. "media_revenue": {
  5662. "type": "string",
  5663. "example": "媒体收益(元)"
  5664. },
  5665. "media_revenue_rate": {
  5666. "type": "string",
  5667. "example": "媒体收益百分比"
  5668. },
  5669. "medium_name": {
  5670. "type": "string",
  5671. "example": "媒体名称"
  5672. },
  5673. "platform": {
  5674. "type": "string",
  5675. "example": "填充来源"
  5676. },
  5677. "update_at": {
  5678. "type": "string"
  5679. }
  5680. }
  5681. },
  5682. "md.DataCenterIncomeDataRes": {
  5683. "type": "object",
  5684. "properties": {
  5685. "list": {
  5686. "type": "array",
  5687. "items": {
  5688. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  5689. }
  5690. },
  5691. "platform": {
  5692. "type": "array",
  5693. "items": {
  5694. "$ref": "#/definitions/md.SelectData"
  5695. }
  5696. },
  5697. "state": {
  5698. "type": "array",
  5699. "items": {
  5700. "$ref": "#/definitions/md.SelectData"
  5701. }
  5702. },
  5703. "total": {
  5704. "type": "integer"
  5705. }
  5706. }
  5707. },
  5708. "md.DataCenterOriginalDataCommReq": {
  5709. "type": "object",
  5710. "properties": {
  5711. "id": {
  5712. "type": "string",
  5713. "example": "列表id"
  5714. }
  5715. }
  5716. },
  5717. "md.DataCenterOriginalDataData": {
  5718. "type": "object",
  5719. "properties": {
  5720. "adv_name": {
  5721. "type": "string",
  5722. "example": "广告位"
  5723. },
  5724. "click_count": {
  5725. "type": "string",
  5726. "example": "点击量"
  5727. },
  5728. "click_rate": {
  5729. "type": "string",
  5730. "example": "点击率"
  5731. },
  5732. "date": {
  5733. "type": "string",
  5734. "example": "日期"
  5735. },
  5736. "ecpm": {
  5737. "type": "string",
  5738. "example": "'ecpm(元)"
  5739. },
  5740. "exposure_count": {
  5741. "type": "string",
  5742. "example": "曝光量"
  5743. },
  5744. "exposure_rate": {
  5745. "type": "string",
  5746. "example": "曝光率"
  5747. },
  5748. "id": {
  5749. "type": "string",
  5750. "example": "id"
  5751. },
  5752. "is_apply": {
  5753. "type": "string",
  5754. "example": "是否已应用"
  5755. },
  5756. "name": {
  5757. "type": "string",
  5758. "example": "名称"
  5759. },
  5760. "platform": {
  5761. "type": "string",
  5762. "example": "平台名称"
  5763. },
  5764. "publisher_income": {
  5765. "type": "string",
  5766. "example": "总收益(元)"
  5767. },
  5768. "req_succ_count": {
  5769. "type": "string",
  5770. "example": "拉取量"
  5771. },
  5772. "state": {
  5773. "type": "string",
  5774. "example": "状态id"
  5775. }
  5776. }
  5777. },
  5778. "md.DataCenterOriginalDataMoreApplicationData": {
  5779. "type": "object",
  5780. "properties": {
  5781. "ad_id": {
  5782. "type": "string",
  5783. "example": "广告位id"
  5784. },
  5785. "adv_name": {
  5786. "type": "string",
  5787. "example": "广告位"
  5788. },
  5789. "app_id": {
  5790. "type": "string",
  5791. "example": "小程序id"
  5792. },
  5793. "id": {
  5794. "type": "string",
  5795. "example": "id"
  5796. },
  5797. "logo": {
  5798. "type": "string"
  5799. },
  5800. "name": {
  5801. "type": "string",
  5802. "example": "名称"
  5803. },
  5804. "state": {
  5805. "type": "string",
  5806. "example": "状态id"
  5807. }
  5808. }
  5809. },
  5810. "md.DataCenterOriginalDataMoreApplicationDoingReq": {
  5811. "type": "object",
  5812. "properties": {
  5813. "date": {
  5814. "type": "string",
  5815. "example": "2024-08-28"
  5816. },
  5817. "ids": {
  5818. "type": "array",
  5819. "items": {
  5820. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
  5821. }
  5822. }
  5823. }
  5824. },
  5825. "md.DataCenterOriginalDataMoreApplicationReq": {
  5826. "type": "object",
  5827. "properties": {
  5828. "limit": {
  5829. "type": "string"
  5830. },
  5831. "name": {
  5832. "type": "string"
  5833. },
  5834. "page": {
  5835. "type": "string"
  5836. }
  5837. }
  5838. },
  5839. "md.DataCenterOriginalDataMoreApplicationRes": {
  5840. "type": "object",
  5841. "properties": {
  5842. "list": {
  5843. "type": "array",
  5844. "items": {
  5845. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  5846. }
  5847. },
  5848. "state": {
  5849. "type": "array",
  5850. "items": {
  5851. "$ref": "#/definitions/md.SelectData"
  5852. }
  5853. },
  5854. "total": {
  5855. "type": "integer"
  5856. }
  5857. }
  5858. },
  5859. "md.DataCenterOriginalDataOneApplicationAdListData": {
  5860. "type": "object",
  5861. "properties": {
  5862. "ad_id": {
  5863. "type": "string",
  5864. "example": "广告位id"
  5865. },
  5866. "id": {
  5867. "type": "string",
  5868. "example": "id"
  5869. },
  5870. "name": {
  5871. "type": "string",
  5872. "example": "名称"
  5873. },
  5874. "state": {
  5875. "type": "string",
  5876. "example": "状态id"
  5877. }
  5878. }
  5879. },
  5880. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  5881. "type": "object",
  5882. "properties": {
  5883. "app_id": {
  5884. "type": "string"
  5885. }
  5886. }
  5887. },
  5888. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  5889. "type": "object",
  5890. "properties": {
  5891. "list": {
  5892. "type": "array",
  5893. "items": {
  5894. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  5895. }
  5896. },
  5897. "state": {
  5898. "type": "array",
  5899. "items": {
  5900. "$ref": "#/definitions/md.SelectData"
  5901. }
  5902. }
  5903. }
  5904. },
  5905. "md.DataCenterOriginalDataOneApplicationData": {
  5906. "type": "object",
  5907. "properties": {
  5908. "app_id": {
  5909. "type": "string",
  5910. "example": "小程序id"
  5911. },
  5912. "id": {
  5913. "type": "string",
  5914. "example": "id"
  5915. },
  5916. "logo": {
  5917. "type": "string"
  5918. },
  5919. "name": {
  5920. "type": "string",
  5921. "example": "名称"
  5922. }
  5923. }
  5924. },
  5925. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  5926. "type": "object",
  5927. "properties": {
  5928. "ad_id": {
  5929. "type": "string"
  5930. },
  5931. "app_id": {
  5932. "type": "string"
  5933. },
  5934. "date": {
  5935. "type": "string",
  5936. "example": "2024-08-28"
  5937. }
  5938. }
  5939. },
  5940. "md.DataCenterOriginalDataOneApplicationDoingReqData": {
  5941. "type": "object",
  5942. "properties": {
  5943. "ad_id": {
  5944. "type": "string"
  5945. },
  5946. "app_id": {
  5947. "type": "string"
  5948. }
  5949. }
  5950. },
  5951. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  5952. "type": "object",
  5953. "properties": {
  5954. "ad_id": {
  5955. "type": "string"
  5956. },
  5957. "ad_slot": {
  5958. "type": "string",
  5959. "example": "广告位类型名称"
  5960. },
  5961. "click_count": {
  5962. "type": "string",
  5963. "example": "点击量"
  5964. },
  5965. "click_rate": {
  5966. "type": "string",
  5967. "example": "点击率"
  5968. },
  5969. "ecpm": {
  5970. "type": "string",
  5971. "example": "ecpm(元)"
  5972. },
  5973. "exposure_count": {
  5974. "type": "string",
  5975. "example": "曝光量"
  5976. },
  5977. "exposure_rate": {
  5978. "type": "string",
  5979. "example": "曝光率"
  5980. },
  5981. "publisher_income": {
  5982. "type": "string",
  5983. "example": "总收益(元)"
  5984. },
  5985. "req_succ_count": {
  5986. "type": "string",
  5987. "example": "拉取量"
  5988. }
  5989. }
  5990. },
  5991. "md.DataCenterOriginalDataOneApplicationRes": {
  5992. "type": "object",
  5993. "properties": {
  5994. "list": {
  5995. "type": "array",
  5996. "items": {
  5997. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  5998. }
  5999. }
  6000. }
  6001. },
  6002. "md.DataCenterOriginalDataReq": {
  6003. "type": "object",
  6004. "properties": {
  6005. "end_time": {
  6006. "type": "string"
  6007. },
  6008. "limit": {
  6009. "type": "string"
  6010. },
  6011. "name": {
  6012. "type": "string"
  6013. },
  6014. "page": {
  6015. "type": "string"
  6016. },
  6017. "platform": {
  6018. "type": "string"
  6019. },
  6020. "start_time": {
  6021. "type": "string"
  6022. },
  6023. "state": {
  6024. "type": "string"
  6025. }
  6026. }
  6027. },
  6028. "md.DataCenterOriginalDataRes": {
  6029. "type": "object",
  6030. "properties": {
  6031. "list": {
  6032. "type": "array",
  6033. "items": {
  6034. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  6035. }
  6036. },
  6037. "platform": {
  6038. "type": "array",
  6039. "items": {
  6040. "$ref": "#/definitions/md.SelectData"
  6041. }
  6042. },
  6043. "state": {
  6044. "type": "array",
  6045. "items": {
  6046. "$ref": "#/definitions/md.SelectData"
  6047. }
  6048. },
  6049. "total": {
  6050. "type": "integer"
  6051. }
  6052. }
  6053. },
  6054. "md.DivisionStrategyData": {
  6055. "type": "object",
  6056. "properties": {
  6057. "account": {
  6058. "type": "string",
  6059. "example": "账号"
  6060. },
  6061. "agent_revenue_rate": {
  6062. "type": "string",
  6063. "example": "代理收益百分比"
  6064. },
  6065. "agreement_sharing_rate": {
  6066. "type": "string",
  6067. "example": "协议分成百分比"
  6068. },
  6069. "commission_retention_rate": {
  6070. "type": "string",
  6071. "example": "佣金留存百分比"
  6072. },
  6073. "extra_revenue_rate": {
  6074. "type": "string",
  6075. "example": "额外收益百分比"
  6076. },
  6077. "id": {
  6078. "type": "string",
  6079. "example": "id"
  6080. },
  6081. "media_revenue_rate": {
  6082. "type": "string",
  6083. "example": "媒体收益百分比"
  6084. },
  6085. "medium_id": {
  6086. "type": "string",
  6087. "example": "媒体id"
  6088. },
  6089. "name": {
  6090. "type": "string",
  6091. "example": "名称"
  6092. },
  6093. "platform_retention_rate": {
  6094. "type": "string",
  6095. "example": "平台留存百分比"
  6096. }
  6097. }
  6098. },
  6099. "md.DivisionStrategyDetailByAgent": {
  6100. "type": "object",
  6101. "properties": {
  6102. "account": {
  6103. "type": "string",
  6104. "example": "账号"
  6105. },
  6106. "agent_id": {
  6107. "type": "string",
  6108. "example": "代理id"
  6109. },
  6110. "agent_revenue_rate": {
  6111. "type": "string",
  6112. "example": "佣金比例"
  6113. },
  6114. "extra_revenue_rate": {
  6115. "type": "string",
  6116. "example": "额外奖励"
  6117. },
  6118. "name": {
  6119. "type": "string",
  6120. "example": "名称"
  6121. }
  6122. }
  6123. },
  6124. "md.DivisionStrategyDetailReq": {
  6125. "type": "object",
  6126. "properties": {
  6127. "medium_id": {
  6128. "type": "string"
  6129. }
  6130. }
  6131. },
  6132. "md.DivisionStrategyDetailRes": {
  6133. "type": "object",
  6134. "properties": {
  6135. "account": {
  6136. "type": "string",
  6137. "example": "账号"
  6138. },
  6139. "agent_list": {
  6140. "type": "array",
  6141. "items": {
  6142. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  6143. }
  6144. },
  6145. "agent_revenue_rate": {
  6146. "type": "string",
  6147. "example": "代理收益百分比"
  6148. },
  6149. "agreement_sharing_rate": {
  6150. "type": "string",
  6151. "example": "协议分成百分比"
  6152. },
  6153. "commission_retention_rate": {
  6154. "type": "string",
  6155. "example": "佣金留存百分比"
  6156. },
  6157. "extra_revenue_rate": {
  6158. "type": "string",
  6159. "example": "额外收益百分比"
  6160. },
  6161. "media_revenue_rate": {
  6162. "type": "string",
  6163. "example": "媒体收益百分比"
  6164. },
  6165. "medium_id": {
  6166. "type": "string",
  6167. "example": "媒体id"
  6168. },
  6169. "name": {
  6170. "type": "string",
  6171. "example": "名称"
  6172. },
  6173. "platform_retention_rate": {
  6174. "type": "string",
  6175. "example": "平台留存百分比"
  6176. }
  6177. }
  6178. },
  6179. "md.DivisionStrategyReq": {
  6180. "type": "object",
  6181. "properties": {
  6182. "limit": {
  6183. "type": "string"
  6184. },
  6185. "name": {
  6186. "type": "string"
  6187. },
  6188. "page": {
  6189. "type": "string"
  6190. }
  6191. }
  6192. },
  6193. "md.DivisionStrategyRes": {
  6194. "type": "object",
  6195. "properties": {
  6196. "list": {
  6197. "type": "array",
  6198. "items": {
  6199. "$ref": "#/definitions/md.DivisionStrategyData"
  6200. }
  6201. },
  6202. "total": {
  6203. "type": "integer"
  6204. }
  6205. }
  6206. },
  6207. "md.FinanceCenterDataAgentDetail": {
  6208. "type": "object",
  6209. "properties": {
  6210. "account": {
  6211. "type": "string",
  6212. "example": "媒体账号"
  6213. },
  6214. "all_income": {
  6215. "type": "string",
  6216. "example": "合计收益"
  6217. },
  6218. "income": {
  6219. "type": "string",
  6220. "example": "渠道结算"
  6221. },
  6222. "invoice": {
  6223. "$ref": "#/definitions/md.Invoice"
  6224. },
  6225. "name": {
  6226. "type": "string",
  6227. "example": "媒体名称"
  6228. },
  6229. "other_income": {
  6230. "type": "string",
  6231. "example": "其他调整"
  6232. },
  6233. "pay_state": {
  6234. "type": "string",
  6235. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  6236. },
  6237. "settle_file": {
  6238. "type": "string",
  6239. "example": "结算单"
  6240. },
  6241. "source": {
  6242. "type": "string",
  6243. "example": "结算标示"
  6244. },
  6245. "state": {
  6246. "type": "string",
  6247. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  6248. },
  6249. "time_str": {
  6250. "type": "string",
  6251. "example": "业务时间"
  6252. }
  6253. }
  6254. },
  6255. "md.FinanceCenterDataAgentDetailRes": {
  6256. "type": "object",
  6257. "properties": {
  6258. "business_kind": {
  6259. "type": "array",
  6260. "items": {
  6261. "$ref": "#/definitions/md.SelectData"
  6262. }
  6263. },
  6264. "data": {
  6265. "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
  6266. },
  6267. "invoice_cate": {
  6268. "type": "array",
  6269. "items": {
  6270. "$ref": "#/definitions/md.SelectData"
  6271. }
  6272. },
  6273. "invoice_state": {
  6274. "type": "array",
  6275. "items": {
  6276. "$ref": "#/definitions/md.SelectData"
  6277. }
  6278. },
  6279. "settle_pay_state": {
  6280. "type": "array",
  6281. "items": {
  6282. "$ref": "#/definitions/md.SelectData"
  6283. }
  6284. },
  6285. "settle_state": {
  6286. "type": "array",
  6287. "items": {
  6288. "$ref": "#/definitions/md.SelectData"
  6289. }
  6290. },
  6291. "settle_type": {
  6292. "type": "array",
  6293. "items": {
  6294. "$ref": "#/definitions/md.SelectData"
  6295. }
  6296. }
  6297. }
  6298. },
  6299. "md.FinanceCenterDataData": {
  6300. "type": "object",
  6301. "properties": {
  6302. "all_income": {
  6303. "type": "string",
  6304. "example": "合计收益"
  6305. },
  6306. "change_income": {
  6307. "type": "string",
  6308. "example": "调价留存"
  6309. },
  6310. "commission_income": {
  6311. "type": "string",
  6312. "example": "佣金留存"
  6313. },
  6314. "id": {
  6315. "type": "string"
  6316. },
  6317. "label": {
  6318. "type": "string"
  6319. },
  6320. "medium_income": {
  6321. "type": "string",
  6322. "example": "媒体结算"
  6323. },
  6324. "name": {
  6325. "type": "string",
  6326. "example": "媒体名称"
  6327. },
  6328. "other_income": {
  6329. "type": "string",
  6330. "example": "其他调整"
  6331. },
  6332. "pay_state": {
  6333. "type": "string",
  6334. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  6335. },
  6336. "platform_income": {
  6337. "type": "string",
  6338. "example": "平台留存"
  6339. },
  6340. "settle_type": {
  6341. "type": "string",
  6342. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  6343. },
  6344. "state": {
  6345. "type": "string",
  6346. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  6347. },
  6348. "time_str": {
  6349. "type": "string",
  6350. "example": "业务时间"
  6351. },
  6352. "top_income": {
  6353. "type": "string",
  6354. "example": "上游结算"
  6355. }
  6356. }
  6357. },
  6358. "md.FinanceCenterDataDetail": {
  6359. "type": "object",
  6360. "properties": {
  6361. "account": {
  6362. "type": "string",
  6363. "example": "媒体账号"
  6364. },
  6365. "all_income": {
  6366. "type": "string",
  6367. "example": "合计收益"
  6368. },
  6369. "change_income": {
  6370. "type": "string",
  6371. "example": "调价留存"
  6372. },
  6373. "commission_income": {
  6374. "type": "string",
  6375. "example": "佣金留存"
  6376. },
  6377. "invoice": {
  6378. "$ref": "#/definitions/md.Invoice"
  6379. },
  6380. "medium_income": {
  6381. "type": "string",
  6382. "example": "媒体结算"
  6383. },
  6384. "name": {
  6385. "type": "string",
  6386. "example": "媒体名称"
  6387. },
  6388. "other_income": {
  6389. "type": "string",
  6390. "example": "其他调整"
  6391. },
  6392. "pay_state": {
  6393. "type": "string",
  6394. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  6395. },
  6396. "platform_income": {
  6397. "type": "string",
  6398. "example": "平台留存"
  6399. },
  6400. "settle_file": {
  6401. "type": "string",
  6402. "example": "结算单"
  6403. },
  6404. "source": {
  6405. "type": "string",
  6406. "example": "结算标示"
  6407. },
  6408. "state": {
  6409. "type": "string",
  6410. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  6411. },
  6412. "time_str": {
  6413. "type": "string",
  6414. "example": "业务时间"
  6415. },
  6416. "top_income": {
  6417. "type": "string",
  6418. "example": "上游结算"
  6419. }
  6420. }
  6421. },
  6422. "md.FinanceCenterDataDetailRes": {
  6423. "type": "object",
  6424. "properties": {
  6425. "business_kind": {
  6426. "type": "array",
  6427. "items": {
  6428. "$ref": "#/definitions/md.SelectData"
  6429. }
  6430. },
  6431. "data": {
  6432. "$ref": "#/definitions/md.FinanceCenterDataDetail"
  6433. },
  6434. "invoice_cate": {
  6435. "type": "array",
  6436. "items": {
  6437. "$ref": "#/definitions/md.SelectData"
  6438. }
  6439. },
  6440. "invoice_state": {
  6441. "type": "array",
  6442. "items": {
  6443. "$ref": "#/definitions/md.SelectData"
  6444. }
  6445. },
  6446. "settle_pay_state": {
  6447. "type": "array",
  6448. "items": {
  6449. "$ref": "#/definitions/md.SelectData"
  6450. }
  6451. },
  6452. "settle_state": {
  6453. "type": "array",
  6454. "items": {
  6455. "$ref": "#/definitions/md.SelectData"
  6456. }
  6457. },
  6458. "settle_type": {
  6459. "type": "array",
  6460. "items": {
  6461. "$ref": "#/definitions/md.SelectData"
  6462. }
  6463. }
  6464. }
  6465. },
  6466. "md.FinanceCenterDataReq": {
  6467. "type": "object",
  6468. "properties": {
  6469. "end_time": {
  6470. "type": "string"
  6471. },
  6472. "limit": {
  6473. "type": "string"
  6474. },
  6475. "page": {
  6476. "type": "string"
  6477. },
  6478. "pay_state": {
  6479. "type": "string",
  6480. "example": "读 settle_pay_state返回的"
  6481. },
  6482. "start_time": {
  6483. "type": "string",
  6484. "example": "2024-08-29"
  6485. }
  6486. }
  6487. },
  6488. "md.FinanceCenterDataRes": {
  6489. "type": "object",
  6490. "properties": {
  6491. "business_kind": {
  6492. "type": "array",
  6493. "items": {
  6494. "$ref": "#/definitions/md.SelectData"
  6495. }
  6496. },
  6497. "list": {
  6498. "type": "array",
  6499. "items": {
  6500. "$ref": "#/definitions/md.FinanceCenterDataData"
  6501. }
  6502. },
  6503. "settle_pay_state": {
  6504. "type": "array",
  6505. "items": {
  6506. "$ref": "#/definitions/md.SelectData"
  6507. }
  6508. },
  6509. "settle_state": {
  6510. "type": "array",
  6511. "items": {
  6512. "$ref": "#/definitions/md.SelectData"
  6513. }
  6514. },
  6515. "settle_type": {
  6516. "type": "array",
  6517. "items": {
  6518. "$ref": "#/definitions/md.SelectData"
  6519. }
  6520. },
  6521. "total": {
  6522. "type": "integer"
  6523. }
  6524. }
  6525. },
  6526. "md.FinanceCenterPlatformDataData": {
  6527. "type": "object",
  6528. "properties": {
  6529. "agent_income": {
  6530. "type": "string",
  6531. "example": "代理结算"
  6532. },
  6533. "change_income": {
  6534. "type": "string",
  6535. "example": "调价留存"
  6536. },
  6537. "commission_income": {
  6538. "type": "string",
  6539. "example": "佣金留存"
  6540. },
  6541. "id": {
  6542. "type": "string"
  6543. },
  6544. "medium_income": {
  6545. "type": "string",
  6546. "example": "媒体结算"
  6547. },
  6548. "platform_income": {
  6549. "type": "string",
  6550. "example": "平台留存"
  6551. },
  6552. "time_str": {
  6553. "type": "string",
  6554. "example": "业务时间"
  6555. },
  6556. "top_income": {
  6557. "type": "string",
  6558. "example": "上游结算"
  6559. },
  6560. "update_at": {
  6561. "type": "string",
  6562. "example": "更新时间"
  6563. }
  6564. }
  6565. },
  6566. "md.FinanceCenterPlatformDataReq": {
  6567. "type": "object",
  6568. "properties": {
  6569. "date": {
  6570. "type": "string",
  6571. "example": "2024-08-29"
  6572. },
  6573. "end_time": {
  6574. "type": "string"
  6575. },
  6576. "limit": {
  6577. "type": "string"
  6578. },
  6579. "page": {
  6580. "type": "string"
  6581. },
  6582. "start_time": {
  6583. "type": "string",
  6584. "example": "2024-08-29"
  6585. }
  6586. }
  6587. },
  6588. "md.FinanceCenterPlatformDataRes": {
  6589. "type": "object",
  6590. "properties": {
  6591. "list": {
  6592. "type": "array",
  6593. "items": {
  6594. "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
  6595. }
  6596. },
  6597. "total": {
  6598. "type": "integer"
  6599. }
  6600. }
  6601. },
  6602. "md.IndexAppListData": {
  6603. "type": "object",
  6604. "properties": {
  6605. "list": {
  6606. "type": "array",
  6607. "items": {
  6608. "$ref": "#/definitions/md.IndexAppListDataList"
  6609. }
  6610. },
  6611. "logo": {
  6612. "type": "string"
  6613. },
  6614. "name": {
  6615. "type": "string"
  6616. },
  6617. "table_list": {
  6618. "type": "array",
  6619. "items": {
  6620. "type": "string"
  6621. }
  6622. }
  6623. }
  6624. },
  6625. "md.IndexAppListDataList": {
  6626. "type": "object",
  6627. "properties": {
  6628. "bili": {
  6629. "type": "string"
  6630. },
  6631. "name": {
  6632. "type": "string"
  6633. },
  6634. "type": {
  6635. "type": "string"
  6636. },
  6637. "value": {
  6638. "type": "string"
  6639. }
  6640. }
  6641. },
  6642. "md.IndexAppListReq": {
  6643. "type": "object",
  6644. "properties": {
  6645. "end_date": {
  6646. "type": "string",
  6647. "example": "2024-08-30"
  6648. },
  6649. "name": {
  6650. "type": "string"
  6651. },
  6652. "sort": {
  6653. "type": "string",
  6654. "example": "排序"
  6655. },
  6656. "start_date": {
  6657. "type": "string",
  6658. "example": "2024-08-30"
  6659. }
  6660. }
  6661. },
  6662. "md.IndexAppListRes": {
  6663. "type": "object",
  6664. "properties": {
  6665. "list": {
  6666. "type": "array",
  6667. "items": {
  6668. "$ref": "#/definitions/md.IndexAppListData"
  6669. }
  6670. },
  6671. "sort": {
  6672. "type": "array",
  6673. "items": {
  6674. "$ref": "#/definitions/md.SelectData"
  6675. }
  6676. }
  6677. }
  6678. },
  6679. "md.Invoice": {
  6680. "type": "object",
  6681. "properties": {
  6682. "count": {
  6683. "type": "string"
  6684. },
  6685. "file": {
  6686. "type": "array",
  6687. "items": {
  6688. "$ref": "#/definitions/md.InvoiceFile"
  6689. }
  6690. },
  6691. "time": {
  6692. "type": "string"
  6693. },
  6694. "type": {
  6695. "type": "string"
  6696. }
  6697. }
  6698. },
  6699. "md.InvoiceFile": {
  6700. "type": "object",
  6701. "properties": {
  6702. "state": {
  6703. "type": "string",
  6704. "example": "0待确认 1审核通过 2审核失败"
  6705. },
  6706. "url": {
  6707. "type": "string"
  6708. }
  6709. }
  6710. },
  6711. "md.InvoiceReq": {
  6712. "type": "object",
  6713. "properties": {
  6714. "file": {
  6715. "type": "array",
  6716. "items": {
  6717. "$ref": "#/definitions/md.InvoiceFile"
  6718. }
  6719. },
  6720. "id": {
  6721. "type": "string",
  6722. "example": "列表id"
  6723. },
  6724. "state": {
  6725. "type": "string",
  6726. "example": "1审核通过 2审核失败"
  6727. }
  6728. }
  6729. },
  6730. "md.LoginReq": {
  6731. "type": "object",
  6732. "required": [
  6733. "password",
  6734. "username"
  6735. ],
  6736. "properties": {
  6737. "code": {
  6738. "type": "string",
  6739. "example": "验证码"
  6740. },
  6741. "password": {
  6742. "type": "string",
  6743. "example": "登录密码"
  6744. },
  6745. "username": {
  6746. "type": "string",
  6747. "example": "登录账号"
  6748. }
  6749. }
  6750. },
  6751. "md.LoginResponse": {
  6752. "type": "object",
  6753. "properties": {
  6754. "token": {
  6755. "type": "string"
  6756. }
  6757. }
  6758. },
  6759. "md.MediumDivisionStrategy": {
  6760. "type": "object",
  6761. "properties": {
  6762. "agent_revenue_rate": {
  6763. "type": "string",
  6764. "example": "代理收益百分比"
  6765. },
  6766. "agreement_sharing_rate": {
  6767. "type": "string",
  6768. "example": "协议分成百分比"
  6769. },
  6770. "commission_retention_rate": {
  6771. "type": "string",
  6772. "example": "佣金留存百分比"
  6773. },
  6774. "ecpm": {
  6775. "type": "string",
  6776. "example": "现-ecpm(元)"
  6777. },
  6778. "exposure_count": {
  6779. "type": "string",
  6780. "example": "曝光量"
  6781. },
  6782. "extra_revenue_rate": {
  6783. "type": "string",
  6784. "example": "额外收益百分比"
  6785. },
  6786. "media_revenue_rate": {
  6787. "type": "string",
  6788. "example": "媒体收益百分比"
  6789. },
  6790. "old_ecpm": {
  6791. "type": "string",
  6792. "example": "原-ecpm(元)"
  6793. },
  6794. "platform_retention_rate": {
  6795. "type": "string",
  6796. "example": "平台留存百分比"
  6797. }
  6798. }
  6799. },
  6800. "md.MediumListData": {
  6801. "type": "object",
  6802. "properties": {
  6803. "account": {
  6804. "type": "string",
  6805. "example": "媒体账号"
  6806. },
  6807. "business_license_address": {
  6808. "type": "string",
  6809. "example": "营业执照地址"
  6810. },
  6811. "company_name": {
  6812. "type": "string",
  6813. "example": "公司名称"
  6814. },
  6815. "id": {
  6816. "type": "string",
  6817. "example": "id"
  6818. },
  6819. "legal_representative": {
  6820. "type": "string",
  6821. "example": "法定代表人"
  6822. },
  6823. "medium_id": {
  6824. "type": "string",
  6825. "example": "媒体id"
  6826. },
  6827. "memo": {
  6828. "type": "string",
  6829. "example": "备注 审核时填写的"
  6830. },
  6831. "state": {
  6832. "type": "string",
  6833. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  6834. },
  6835. "unified_social_credit_code": {
  6836. "type": "string",
  6837. "example": "统一社会信用代码"
  6838. }
  6839. }
  6840. },
  6841. "md.MediumListDelReq": {
  6842. "type": "object",
  6843. "properties": {
  6844. "id": {
  6845. "type": "string",
  6846. "example": "列表id"
  6847. }
  6848. }
  6849. },
  6850. "md.MediumListReq": {
  6851. "type": "object",
  6852. "properties": {
  6853. "id": {
  6854. "type": "string"
  6855. },
  6856. "limit": {
  6857. "type": "string"
  6858. },
  6859. "name": {
  6860. "type": "string"
  6861. },
  6862. "page": {
  6863. "type": "string"
  6864. },
  6865. "state": {
  6866. "type": "string"
  6867. }
  6868. }
  6869. },
  6870. "md.MediumListRes": {
  6871. "type": "object",
  6872. "properties": {
  6873. "list": {
  6874. "type": "array",
  6875. "items": {
  6876. "$ref": "#/definitions/md.MediumListData"
  6877. }
  6878. },
  6879. "state": {
  6880. "type": "array",
  6881. "items": {
  6882. "$ref": "#/definitions/md.SelectData"
  6883. }
  6884. },
  6885. "total": {
  6886. "type": "integer"
  6887. }
  6888. }
  6889. },
  6890. "md.MediumListSaveReq": {
  6891. "type": "object",
  6892. "properties": {
  6893. "medium_id": {
  6894. "type": "string"
  6895. },
  6896. "username": {
  6897. "type": "string"
  6898. }
  6899. }
  6900. },
  6901. "md.MediumQualificationBankData": {
  6902. "type": "object",
  6903. "properties": {
  6904. "account": {
  6905. "type": "string",
  6906. "example": "账号"
  6907. },
  6908. "bank": {
  6909. "type": "string",
  6910. "example": "开户银行"
  6911. },
  6912. "bank_branch": {
  6913. "type": "string",
  6914. "example": "开户银行分行"
  6915. },
  6916. "bank_no": {
  6917. "type": "string",
  6918. "example": "银行卡号"
  6919. },
  6920. "company_name": {
  6921. "type": "string",
  6922. "example": "公司名称"
  6923. },
  6924. "currency_conf": {
  6925. "type": "string",
  6926. "example": "结算币种 0人民币"
  6927. },
  6928. "id": {
  6929. "type": "string",
  6930. "example": "id"
  6931. },
  6932. "kind": {
  6933. "type": "string",
  6934. "example": "类型(1:企业 2:个人)"
  6935. },
  6936. "licence": {
  6937. "type": "string",
  6938. "example": "开户许可证"
  6939. },
  6940. "medium_id": {
  6941. "type": "string",
  6942. "example": "代理id"
  6943. },
  6944. "memo": {
  6945. "type": "string",
  6946. "example": "备注 审核时填写的"
  6947. },
  6948. "state": {
  6949. "type": "string",
  6950. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  6951. },
  6952. "unified_social_credit_code": {
  6953. "type": "string",
  6954. "example": "统一社会信用代码"
  6955. }
  6956. }
  6957. },
  6958. "md.MediumQualificationBankRes": {
  6959. "type": "object",
  6960. "properties": {
  6961. "currency_conf": {
  6962. "type": "array",
  6963. "items": {
  6964. "$ref": "#/definitions/md.SelectData"
  6965. }
  6966. },
  6967. "list": {
  6968. "type": "array",
  6969. "items": {
  6970. "$ref": "#/definitions/md.MediumQualificationBankData"
  6971. }
  6972. },
  6973. "state": {
  6974. "type": "array",
  6975. "items": {
  6976. "$ref": "#/definitions/md.SelectData"
  6977. }
  6978. },
  6979. "total": {
  6980. "type": "integer"
  6981. },
  6982. "type": {
  6983. "type": "array",
  6984. "items": {
  6985. "$ref": "#/definitions/md.SelectData"
  6986. }
  6987. }
  6988. }
  6989. },
  6990. "md.MediumQualificationContactData": {
  6991. "type": "object",
  6992. "properties": {
  6993. "account": {
  6994. "type": "string",
  6995. "example": "账号"
  6996. },
  6997. "address": {
  6998. "type": "string",
  6999. "example": "联系地址"
  7000. },
  7001. "company_name": {
  7002. "type": "string",
  7003. "example": "公司名称"
  7004. },
  7005. "email": {
  7006. "type": "string",
  7007. "example": "邮箱地址"
  7008. },
  7009. "id": {
  7010. "type": "string",
  7011. "example": "id"
  7012. },
  7013. "kind": {
  7014. "type": "string",
  7015. "example": "类型(1:企业 2:个人)"
  7016. },
  7017. "medium_id": {
  7018. "type": "string",
  7019. "example": "代理id"
  7020. },
  7021. "memo": {
  7022. "type": "string",
  7023. "example": "备注 审核时填写的"
  7024. },
  7025. "name": {
  7026. "type": "string",
  7027. "example": "联系人"
  7028. },
  7029. "phone": {
  7030. "type": "string",
  7031. "example": "联系电话"
  7032. },
  7033. "state": {
  7034. "type": "string",
  7035. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  7036. }
  7037. }
  7038. },
  7039. "md.MediumQualificationContactRes": {
  7040. "type": "object",
  7041. "properties": {
  7042. "list": {
  7043. "type": "array",
  7044. "items": {
  7045. "$ref": "#/definitions/md.MediumQualificationContactData"
  7046. }
  7047. },
  7048. "state": {
  7049. "type": "array",
  7050. "items": {
  7051. "$ref": "#/definitions/md.SelectData"
  7052. }
  7053. },
  7054. "total": {
  7055. "type": "integer"
  7056. }
  7057. }
  7058. },
  7059. "md.MediumQualificationEnterpriseAuditReq": {
  7060. "type": "object",
  7061. "properties": {
  7062. "medium_id": {
  7063. "type": "string"
  7064. },
  7065. "memo": {
  7066. "type": "string"
  7067. },
  7068. "state": {
  7069. "type": "string"
  7070. }
  7071. }
  7072. },
  7073. "md.MediumQualificationEnterpriseData": {
  7074. "type": "object",
  7075. "properties": {
  7076. "account": {
  7077. "type": "string",
  7078. "example": "账号"
  7079. },
  7080. "business_license_address": {
  7081. "type": "string",
  7082. "example": "营业执照地址"
  7083. },
  7084. "business_license_img_url": {
  7085. "type": "string",
  7086. "example": "营业执照照片"
  7087. },
  7088. "certificate_first_type": {
  7089. "type": "string",
  7090. "example": "证件类型 1级类目id"
  7091. },
  7092. "certificate_type": {
  7093. "type": "string",
  7094. "example": "证件类型 2级类目id"
  7095. },
  7096. "certificate_validity": {
  7097. "type": "string",
  7098. "example": "证件有效期"
  7099. },
  7100. "company_abbreviation": {
  7101. "type": "string",
  7102. "example": "公司简称"
  7103. },
  7104. "company_name": {
  7105. "type": "string",
  7106. "example": "公司名称"
  7107. },
  7108. "country_region": {
  7109. "type": "string",
  7110. "example": "国家地区"
  7111. },
  7112. "country_region_id": {
  7113. "type": "string",
  7114. "example": "国家地区id"
  7115. },
  7116. "id": {
  7117. "type": "string",
  7118. "example": "状态选择"
  7119. },
  7120. "kind": {
  7121. "type": "string",
  7122. "example": "类型(1:企业 2:个人)"
  7123. },
  7124. "legal_representative": {
  7125. "type": "string",
  7126. "example": "法定代表人"
  7127. },
  7128. "medium_id": {
  7129. "type": "string",
  7130. "example": "代理id"
  7131. },
  7132. "memo": {
  7133. "type": "string",
  7134. "example": "备注 审核时填写的"
  7135. },
  7136. "registered_address": {
  7137. "type": "string",
  7138. "example": "注册地址"
  7139. },
  7140. "registered_address_city_id": {
  7141. "type": "string",
  7142. "example": "注册地址-市id"
  7143. },
  7144. "registered_address_country_id": {
  7145. "type": "string",
  7146. "example": "注册地址-国家id"
  7147. },
  7148. "registered_address_county_id": {
  7149. "type": "string",
  7150. "example": "注册地址-县/区id"
  7151. },
  7152. "registered_address_province_id": {
  7153. "type": "string",
  7154. "example": "册地址-省份id"
  7155. },
  7156. "state": {
  7157. "type": "string",
  7158. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  7159. },
  7160. "unified_social_credit_code": {
  7161. "type": "string",
  7162. "example": "统一社会信用代码"
  7163. },
  7164. "uuid": {
  7165. "type": "string",
  7166. "example": "站长id"
  7167. }
  7168. }
  7169. },
  7170. "md.MediumQualificationEnterpriseReq": {
  7171. "type": "object",
  7172. "properties": {
  7173. "limit": {
  7174. "type": "string"
  7175. },
  7176. "name": {
  7177. "type": "string"
  7178. },
  7179. "page": {
  7180. "type": "string"
  7181. },
  7182. "state": {
  7183. "type": "string"
  7184. }
  7185. }
  7186. },
  7187. "md.MediumQualificationEnterpriseRes": {
  7188. "type": "object",
  7189. "properties": {
  7190. "list": {
  7191. "type": "array",
  7192. "items": {
  7193. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  7194. }
  7195. },
  7196. "state": {
  7197. "type": "array",
  7198. "items": {
  7199. "$ref": "#/definitions/md.SelectData"
  7200. }
  7201. },
  7202. "total": {
  7203. "type": "integer"
  7204. },
  7205. "type": {
  7206. "type": "array",
  7207. "items": {
  7208. "$ref": "#/definitions/md.SelectData"
  7209. }
  7210. }
  7211. }
  7212. },
  7213. "md.OtherIncomeReq": {
  7214. "type": "object",
  7215. "properties": {
  7216. "amount": {
  7217. "type": "string",
  7218. "example": "其他收益"
  7219. },
  7220. "id": {
  7221. "type": "string",
  7222. "example": "列表id"
  7223. }
  7224. }
  7225. },
  7226. "md.QiNiuBucketRegion": {
  7227. "type": "object",
  7228. "properties": {
  7229. "region_domain": {
  7230. "type": "string",
  7231. "example": "区域域名"
  7232. },
  7233. "region_id": {
  7234. "type": "string",
  7235. "example": "区域id"
  7236. },
  7237. "region_name": {
  7238. "type": "string",
  7239. "example": "区域名称"
  7240. }
  7241. }
  7242. },
  7243. "md.RegisterForAgentReq": {
  7244. "type": "object",
  7245. "required": [
  7246. "password",
  7247. "phone"
  7248. ],
  7249. "properties": {
  7250. "code": {
  7251. "type": "string",
  7252. "example": "验证码"
  7253. },
  7254. "password": {
  7255. "type": "string",
  7256. "example": "登录密码"
  7257. },
  7258. "phone": {
  7259. "type": "string",
  7260. "example": "登录账号"
  7261. }
  7262. }
  7263. },
  7264. "md.RegisterForMediumReq": {
  7265. "type": "object",
  7266. "required": [
  7267. "password",
  7268. "phone"
  7269. ],
  7270. "properties": {
  7271. "code": {
  7272. "type": "string",
  7273. "example": "验证码"
  7274. },
  7275. "password": {
  7276. "type": "string",
  7277. "example": "登录密码"
  7278. },
  7279. "phone": {
  7280. "type": "string",
  7281. "example": "登录账号"
  7282. }
  7283. }
  7284. },
  7285. "md.Response": {
  7286. "type": "object",
  7287. "properties": {
  7288. "code": {
  7289. "type": "string",
  7290. "example": "响应码"
  7291. },
  7292. "data": {
  7293. "description": "内容"
  7294. },
  7295. "msg": {
  7296. "type": "string",
  7297. "example": "具体错误原因"
  7298. }
  7299. }
  7300. },
  7301. "md.RoleBindPermissionGroupReq": {
  7302. "type": "object",
  7303. "required": [
  7304. "role_id"
  7305. ],
  7306. "properties": {
  7307. "permission_ids": {
  7308. "type": "array",
  7309. "items": {
  7310. "type": "integer"
  7311. }
  7312. },
  7313. "role_id": {
  7314. "type": "integer"
  7315. }
  7316. }
  7317. },
  7318. "md.SelectData": {
  7319. "type": "object",
  7320. "properties": {
  7321. "name": {
  7322. "type": "string",
  7323. "example": "名称"
  7324. },
  7325. "value": {
  7326. "type": "string",
  7327. "example": "值"
  7328. }
  7329. }
  7330. },
  7331. "md.SetMobReq": {
  7332. "type": "object",
  7333. "properties": {
  7334. "mob_app_key": {
  7335. "type": "string"
  7336. },
  7337. "mob_app_secret": {
  7338. "type": "string"
  7339. }
  7340. }
  7341. },
  7342. "md.SetOssReq": {
  7343. "type": "object",
  7344. "required": [
  7345. "file_access_key",
  7346. "file_bucket",
  7347. "file_bucket_host",
  7348. "file_bucket_region",
  7349. "file_secret_key"
  7350. ],
  7351. "properties": {
  7352. "file_access_key": {
  7353. "type": "string",
  7354. "example": "对象存储AccessToken"
  7355. },
  7356. "file_bucket": {
  7357. "type": "string",
  7358. "example": "对象存储bucket(空间)"
  7359. },
  7360. "file_bucket_host": {
  7361. "type": "string",
  7362. "example": "对象存储域名"
  7363. },
  7364. "file_bucket_region": {
  7365. "type": "string",
  7366. "example": "文件所属区域"
  7367. },
  7368. "file_secret_key": {
  7369. "type": "string",
  7370. "example": "对象存储SecretToken"
  7371. }
  7372. }
  7373. },
  7374. "md.SetOssResp": {
  7375. "type": "object",
  7376. "properties": {
  7377. "data": {
  7378. "description": "数据内容",
  7379. "allOf": [
  7380. {
  7381. "$ref": "#/definitions/md.SetOssReq"
  7382. }
  7383. ]
  7384. },
  7385. "qi_niu_bucket_region_list": {
  7386. "description": "七牛云存储区域列表",
  7387. "type": "array",
  7388. "items": {
  7389. "$ref": "#/definitions/md.QiNiuBucketRegion"
  7390. }
  7391. }
  7392. }
  7393. },
  7394. "md.SettleCenterDataData": {
  7395. "type": "object",
  7396. "properties": {
  7397. "account": {
  7398. "type": "string"
  7399. },
  7400. "id": {
  7401. "type": "string"
  7402. },
  7403. "name": {
  7404. "type": "string"
  7405. },
  7406. "settle_type": {
  7407. "type": "string"
  7408. },
  7409. "update_at": {
  7410. "type": "string"
  7411. }
  7412. }
  7413. },
  7414. "md.SettleCenterDataDetailReq": {
  7415. "type": "object",
  7416. "properties": {
  7417. "end_time": {
  7418. "type": "string"
  7419. },
  7420. "id": {
  7421. "type": "string"
  7422. },
  7423. "limit": {
  7424. "type": "string"
  7425. },
  7426. "page": {
  7427. "type": "string"
  7428. },
  7429. "start_time": {
  7430. "type": "string",
  7431. "example": "2024-08-29"
  7432. }
  7433. }
  7434. },
  7435. "md.SettleCenterDataReq": {
  7436. "type": "object",
  7437. "properties": {
  7438. "account": {
  7439. "type": "string"
  7440. },
  7441. "limit": {
  7442. "type": "string"
  7443. },
  7444. "name": {
  7445. "type": "string"
  7446. },
  7447. "page": {
  7448. "type": "string"
  7449. },
  7450. "state": {
  7451. "type": "string"
  7452. }
  7453. }
  7454. },
  7455. "md.SettleCenterDataRes": {
  7456. "type": "object",
  7457. "properties": {
  7458. "list": {
  7459. "type": "array",
  7460. "items": {
  7461. "$ref": "#/definitions/md.SettleCenterDataData"
  7462. }
  7463. },
  7464. "state": {
  7465. "type": "array",
  7466. "items": {
  7467. "$ref": "#/definitions/md.SelectData"
  7468. }
  7469. },
  7470. "total": {
  7471. "type": "integer"
  7472. }
  7473. }
  7474. },
  7475. "md.SettleCenterDataSaveReq": {
  7476. "type": "object",
  7477. "properties": {
  7478. "id": {
  7479. "type": "string"
  7480. },
  7481. "settle_type": {
  7482. "type": "string"
  7483. }
  7484. }
  7485. },
  7486. "md.SettleFileReq": {
  7487. "type": "object",
  7488. "properties": {
  7489. "file": {
  7490. "type": "string",
  7491. "example": "七牛云链接 带http"
  7492. },
  7493. "id": {
  7494. "type": "string",
  7495. "example": "列表id"
  7496. }
  7497. }
  7498. },
  7499. "md.ShareIndexResp": {
  7500. "type": "object",
  7501. "properties": {
  7502. "agent_domain": {
  7503. "type": "string",
  7504. "example": "代理分享地址"
  7505. },
  7506. "master_id": {
  7507. "type": "string"
  7508. },
  7509. "medium_domain": {
  7510. "type": "string",
  7511. "example": "媒体分享地址"
  7512. }
  7513. }
  7514. },
  7515. "md.UpdateAdminReq": {
  7516. "type": "object",
  7517. "required": [
  7518. "adm_id",
  7519. "password",
  7520. "username"
  7521. ],
  7522. "properties": {
  7523. "adm_id": {
  7524. "type": "integer"
  7525. },
  7526. "memo": {
  7527. "type": "string"
  7528. },
  7529. "password": {
  7530. "type": "string"
  7531. },
  7532. "username": {
  7533. "type": "string"
  7534. }
  7535. }
  7536. },
  7537. "md.UpdateAdminStateReq": {
  7538. "type": "object",
  7539. "required": [
  7540. "adm_id",
  7541. "state"
  7542. ],
  7543. "properties": {
  7544. "adm_id": {
  7545. "type": "integer"
  7546. },
  7547. "state": {
  7548. "type": "integer"
  7549. }
  7550. }
  7551. },
  7552. "md.UpdateRoleReq": {
  7553. "type": "object",
  7554. "required": [
  7555. "memo",
  7556. "name",
  7557. "role_id"
  7558. ],
  7559. "properties": {
  7560. "memo": {
  7561. "type": "string"
  7562. },
  7563. "name": {
  7564. "type": "string"
  7565. },
  7566. "role_id": {
  7567. "type": "integer"
  7568. }
  7569. }
  7570. },
  7571. "md.UpdateRoleStateReq": {
  7572. "type": "object",
  7573. "required": [
  7574. "role_id",
  7575. "state"
  7576. ],
  7577. "properties": {
  7578. "role_id": {
  7579. "type": "integer"
  7580. },
  7581. "state": {
  7582. "type": "integer"
  7583. }
  7584. }
  7585. },
  7586. "md.WxOpenGetResp": {
  7587. "type": "object",
  7588. "properties": {
  7589. "aes_key": {
  7590. "type": "string",
  7591. "example": "消息加解密Key"
  7592. },
  7593. "app_secret": {
  7594. "type": "string",
  7595. "example": "appSecret"
  7596. },
  7597. "appid": {
  7598. "type": "string",
  7599. "example": "appid"
  7600. },
  7601. "token": {
  7602. "type": "string",
  7603. "example": "消息校验Token"
  7604. },
  7605. "wx_open_applet_server_domain": {
  7606. "type": "string",
  7607. "example": "微信开放平台-小程序服务器域名"
  7608. },
  7609. "wx_open_authorization_event_receiving_configuration": {
  7610. "type": "string",
  7611. "example": "微信开放平台-授权事件接收配置"
  7612. },
  7613. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  7614. "type": "string",
  7615. "example": "微信开放平台-登录授权的发起页域名"
  7616. },
  7617. "wx_open_message_and_event_reception_configuration": {
  7618. "type": "string",
  7619. "example": "微信开放平台-消息与事件接收配置"
  7620. },
  7621. "wx_open_white_list_ip": {
  7622. "type": "string",
  7623. "example": "微信开放平台-白名单ip"
  7624. }
  7625. }
  7626. },
  7627. "md.WxOpenSetReq": {
  7628. "type": "object",
  7629. "required": [
  7630. "aes_key",
  7631. "app_secret",
  7632. "appid",
  7633. "token"
  7634. ],
  7635. "properties": {
  7636. "aes_key": {
  7637. "type": "string",
  7638. "example": "消息加解密Key"
  7639. },
  7640. "app_secret": {
  7641. "type": "string",
  7642. "example": "appSecret"
  7643. },
  7644. "appid": {
  7645. "type": "string",
  7646. "example": "appid"
  7647. },
  7648. "token": {
  7649. "type": "string",
  7650. "example": "消息校验Token"
  7651. }
  7652. }
  7653. }
  7654. },
  7655. "securityDefinitions": {
  7656. "MasterID": {
  7657. "type": "apiKey",
  7658. "name": "MasterID",
  7659. "in": "header"
  7660. }
  7661. }
  7662. }