广告平台(站长使用)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

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