广告平台(站长使用)
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

7498 řádky
251 KiB

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