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

7501 lines
251 KiB

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