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

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