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

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