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

6642 lines
222 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/qualification/select/base": {
  2372. "get": {
  2373. "description": "资质认证-认证下拉框选择内容",
  2374. "consumes": [
  2375. "application/json"
  2376. ],
  2377. "produces": [
  2378. "application/json"
  2379. ],
  2380. "tags": [
  2381. "资质认证------嘉俊"
  2382. ],
  2383. "summary": "认证下拉框选择内容",
  2384. "parameters": [
  2385. {
  2386. "type": "string",
  2387. "description": "验证参数Bearer和token空格拼接",
  2388. "name": "Authorization",
  2389. "in": "header",
  2390. "required": true
  2391. }
  2392. ],
  2393. "responses": {
  2394. "200": {
  2395. "description": "具体看返回内容",
  2396. "schema": {
  2397. "type": "string"
  2398. }
  2399. },
  2400. "400": {
  2401. "description": "具体错误",
  2402. "schema": {
  2403. "$ref": "#/definitions/md.Response"
  2404. }
  2405. }
  2406. }
  2407. }
  2408. },
  2409. "/api/registerForAgent": {
  2410. "post": {
  2411. "description": "注册模块-渠道代理注册",
  2412. "consumes": [
  2413. "application/json"
  2414. ],
  2415. "produces": [
  2416. "application/json"
  2417. ],
  2418. "tags": [
  2419. "注册模块"
  2420. ],
  2421. "summary": "渠道代理注册",
  2422. "parameters": [
  2423. {
  2424. "description": "用户名密码",
  2425. "name": "req",
  2426. "in": "body",
  2427. "required": true,
  2428. "schema": {
  2429. "$ref": "#/definitions/md.RegisterForAgentReq"
  2430. }
  2431. }
  2432. ],
  2433. "responses": {
  2434. "200": {
  2435. "description": "success",
  2436. "schema": {
  2437. "type": "string"
  2438. }
  2439. },
  2440. "400": {
  2441. "description": "具体错误",
  2442. "schema": {
  2443. "$ref": "#/definitions/md.Response"
  2444. }
  2445. }
  2446. }
  2447. }
  2448. },
  2449. "/api/registerForMedium": {
  2450. "post": {
  2451. "description": "注册模块-媒体注册",
  2452. "consumes": [
  2453. "application/json"
  2454. ],
  2455. "produces": [
  2456. "application/json"
  2457. ],
  2458. "tags": [
  2459. "注册模块"
  2460. ],
  2461. "summary": "媒体注册",
  2462. "parameters": [
  2463. {
  2464. "description": "用户名密码",
  2465. "name": "req",
  2466. "in": "body",
  2467. "required": true,
  2468. "schema": {
  2469. "$ref": "#/definitions/md.RegisterForMediumReq"
  2470. }
  2471. }
  2472. ],
  2473. "responses": {
  2474. "200": {
  2475. "description": "success",
  2476. "schema": {
  2477. "type": "string"
  2478. }
  2479. },
  2480. "400": {
  2481. "description": "具体错误",
  2482. "schema": {
  2483. "$ref": "#/definitions/md.Response"
  2484. }
  2485. }
  2486. }
  2487. }
  2488. },
  2489. "/api/role/addAdmin": {
  2490. "post": {
  2491. "description": "权限管理-新增管理员",
  2492. "consumes": [
  2493. "application/json"
  2494. ],
  2495. "produces": [
  2496. "application/json"
  2497. ],
  2498. "tags": [
  2499. "权限管理"
  2500. ],
  2501. "summary": "新增管理员",
  2502. "parameters": [
  2503. {
  2504. "type": "string",
  2505. "description": "验证参数Bearer和token空格拼接",
  2506. "name": "Authorization",
  2507. "in": "header",
  2508. "required": true
  2509. },
  2510. {
  2511. "description": "请求参数",
  2512. "name": "args",
  2513. "in": "body",
  2514. "required": true,
  2515. "schema": {
  2516. "$ref": "#/definitions/md.AddAdminReq"
  2517. }
  2518. }
  2519. ],
  2520. "responses": {
  2521. "200": {
  2522. "description": "success",
  2523. "schema": {
  2524. "type": "string"
  2525. }
  2526. },
  2527. "400": {
  2528. "description": "具体错误",
  2529. "schema": {
  2530. "$ref": "#/definitions/md.Response"
  2531. }
  2532. }
  2533. }
  2534. }
  2535. },
  2536. "/api/role/addRole": {
  2537. "post": {
  2538. "description": "权限管理-添加角色",
  2539. "consumes": [
  2540. "application/json"
  2541. ],
  2542. "produces": [
  2543. "application/json"
  2544. ],
  2545. "tags": [
  2546. "权限管理"
  2547. ],
  2548. "summary": "添加角色",
  2549. "parameters": [
  2550. {
  2551. "type": "string",
  2552. "description": "验证参数Bearer和token空格拼接",
  2553. "name": "Authorization",
  2554. "in": "header",
  2555. "required": true
  2556. },
  2557. {
  2558. "description": "请求参数",
  2559. "name": "args",
  2560. "in": "body",
  2561. "required": true,
  2562. "schema": {
  2563. "$ref": "#/definitions/md.AddRoleReq"
  2564. }
  2565. }
  2566. ],
  2567. "responses": {
  2568. "200": {
  2569. "description": "success",
  2570. "schema": {
  2571. "type": "string"
  2572. }
  2573. },
  2574. "400": {
  2575. "description": "具体错误",
  2576. "schema": {
  2577. "$ref": "#/definitions/md.Response"
  2578. }
  2579. }
  2580. }
  2581. }
  2582. },
  2583. "/api/role/adminInfo": {
  2584. "get": {
  2585. "description": "权限管理-管理员信息",
  2586. "consumes": [
  2587. "application/json"
  2588. ],
  2589. "produces": [
  2590. "application/json"
  2591. ],
  2592. "tags": [
  2593. "权限管理"
  2594. ],
  2595. "summary": "管理员信息",
  2596. "parameters": [
  2597. {
  2598. "type": "string",
  2599. "description": "验证参数Bearer和token空格拼接",
  2600. "name": "Authorization",
  2601. "in": "header",
  2602. "required": true
  2603. },
  2604. {
  2605. "type": "string",
  2606. "description": "管理员id",
  2607. "name": "adm_id",
  2608. "in": "query",
  2609. "required": true
  2610. }
  2611. ],
  2612. "responses": {
  2613. "200": {
  2614. "description": "具体看返回内容",
  2615. "schema": {
  2616. "type": "string"
  2617. }
  2618. },
  2619. "400": {
  2620. "description": "具体错误",
  2621. "schema": {
  2622. "$ref": "#/definitions/md.Response"
  2623. }
  2624. }
  2625. }
  2626. }
  2627. },
  2628. "/api/role/adminList": {
  2629. "post": {
  2630. "description": "权限管理-管理员列表",
  2631. "consumes": [
  2632. "application/json"
  2633. ],
  2634. "produces": [
  2635. "application/json"
  2636. ],
  2637. "tags": [
  2638. "权限管理"
  2639. ],
  2640. "summary": "管理员列表",
  2641. "parameters": [
  2642. {
  2643. "type": "string",
  2644. "description": "验证参数Bearer和token空格拼接",
  2645. "name": "Authorization",
  2646. "in": "header",
  2647. "required": true
  2648. },
  2649. {
  2650. "description": "请求参数",
  2651. "name": "args",
  2652. "in": "body",
  2653. "required": true,
  2654. "schema": {
  2655. "$ref": "#/definitions/md.AdminListReq"
  2656. }
  2657. }
  2658. ],
  2659. "responses": {
  2660. "200": {
  2661. "description": "具体看返回内容",
  2662. "schema": {
  2663. "type": "string"
  2664. }
  2665. },
  2666. "400": {
  2667. "description": "具体错误",
  2668. "schema": {
  2669. "$ref": "#/definitions/md.Response"
  2670. }
  2671. }
  2672. }
  2673. }
  2674. },
  2675. "/api/role/bindAdminRole/": {
  2676. "post": {
  2677. "description": "权限管理-管理员绑定角色",
  2678. "consumes": [
  2679. "application/json"
  2680. ],
  2681. "produces": [
  2682. "application/json"
  2683. ],
  2684. "tags": [
  2685. "权限管理"
  2686. ],
  2687. "summary": "管理员绑定角色",
  2688. "parameters": [
  2689. {
  2690. "type": "string",
  2691. "description": "验证参数Bearer和token空格拼接",
  2692. "name": "Authorization",
  2693. "in": "header",
  2694. "required": true
  2695. },
  2696. {
  2697. "description": "请求参数",
  2698. "name": "args",
  2699. "in": "body",
  2700. "required": true,
  2701. "schema": {
  2702. "$ref": "#/definitions/md.BindAdminRoleReq"
  2703. }
  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/deleteAdmin/{$adm_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. "responses": {
  2745. "200": {
  2746. "description": "success",
  2747. "schema": {
  2748. "type": "string"
  2749. }
  2750. },
  2751. "400": {
  2752. "description": "具体错误",
  2753. "schema": {
  2754. "$ref": "#/definitions/md.Response"
  2755. }
  2756. }
  2757. }
  2758. }
  2759. },
  2760. "/api/role/deleteRole/{$id}": {
  2761. "delete": {
  2762. "description": "权限管理-删除角色",
  2763. "consumes": [
  2764. "application/json"
  2765. ],
  2766. "produces": [
  2767. "application/json"
  2768. ],
  2769. "tags": [
  2770. "权限管理"
  2771. ],
  2772. "summary": "删除角色",
  2773. "parameters": [
  2774. {
  2775. "type": "string",
  2776. "description": "验证参数Bearer和token空格拼接",
  2777. "name": "Authorization",
  2778. "in": "header",
  2779. "required": true
  2780. },
  2781. {
  2782. "description": "请求参数",
  2783. "name": "args",
  2784. "in": "body",
  2785. "required": true,
  2786. "schema": {
  2787. "$ref": "#/definitions/md.UpdateRoleStateReq"
  2788. }
  2789. }
  2790. ],
  2791. "responses": {
  2792. "200": {
  2793. "description": "success",
  2794. "schema": {
  2795. "type": "string"
  2796. }
  2797. },
  2798. "400": {
  2799. "description": "具体错误",
  2800. "schema": {
  2801. "$ref": "#/definitions/md.Response"
  2802. }
  2803. }
  2804. }
  2805. }
  2806. },
  2807. "/api/role/roleBindPermissionGroup": {
  2808. "post": {
  2809. "description": "权限管理-角色绑定权限组",
  2810. "consumes": [
  2811. "application/json"
  2812. ],
  2813. "produces": [
  2814. "application/json"
  2815. ],
  2816. "tags": [
  2817. "权限管理"
  2818. ],
  2819. "summary": "角色绑定权限组",
  2820. "parameters": [
  2821. {
  2822. "type": "string",
  2823. "description": "验证参数Bearer和token空格拼接",
  2824. "name": "Authorization",
  2825. "in": "header",
  2826. "required": true
  2827. },
  2828. {
  2829. "description": "请求参数",
  2830. "name": "args",
  2831. "in": "body",
  2832. "required": true,
  2833. "schema": {
  2834. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  2835. }
  2836. }
  2837. ],
  2838. "responses": {
  2839. "200": {
  2840. "description": "success",
  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/roleList": {
  2855. "get": {
  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. "responses": {
  2877. "200": {
  2878. "description": "具体看返回内容",
  2879. "schema": {
  2880. "type": "string"
  2881. }
  2882. },
  2883. "400": {
  2884. "description": "具体错误",
  2885. "schema": {
  2886. "$ref": "#/definitions/md.Response"
  2887. }
  2888. }
  2889. }
  2890. }
  2891. },
  2892. "/api/role/updateAdmin": {
  2893. "post": {
  2894. "description": "权限管理-修改管理员信息",
  2895. "consumes": [
  2896. "application/json"
  2897. ],
  2898. "produces": [
  2899. "application/json"
  2900. ],
  2901. "tags": [
  2902. "权限管理"
  2903. ],
  2904. "summary": "修改管理员信息",
  2905. "parameters": [
  2906. {
  2907. "type": "string",
  2908. "description": "验证参数Bearer和token空格拼接",
  2909. "name": "Authorization",
  2910. "in": "header",
  2911. "required": true
  2912. },
  2913. {
  2914. "description": "请求参数",
  2915. "name": "args",
  2916. "in": "body",
  2917. "required": true,
  2918. "schema": {
  2919. "$ref": "#/definitions/md.UpdateAdminReq"
  2920. }
  2921. }
  2922. ],
  2923. "responses": {
  2924. "200": {
  2925. "description": "success",
  2926. "schema": {
  2927. "type": "string"
  2928. }
  2929. },
  2930. "400": {
  2931. "description": "具体错误",
  2932. "schema": {
  2933. "$ref": "#/definitions/md.Response"
  2934. }
  2935. }
  2936. }
  2937. }
  2938. },
  2939. "/api/role/updateAdminState": {
  2940. "post": {
  2941. "description": "权限管理-修改管理员状态",
  2942. "consumes": [
  2943. "application/json"
  2944. ],
  2945. "produces": [
  2946. "application/json"
  2947. ],
  2948. "tags": [
  2949. "权限管理"
  2950. ],
  2951. "summary": "修改管理员状态",
  2952. "parameters": [
  2953. {
  2954. "type": "string",
  2955. "description": "验证参数Bearer和token空格拼接",
  2956. "name": "Authorization",
  2957. "in": "header",
  2958. "required": true
  2959. },
  2960. {
  2961. "description": "请求参数",
  2962. "name": "args",
  2963. "in": "body",
  2964. "required": true,
  2965. "schema": {
  2966. "$ref": "#/definitions/md.UpdateAdminStateReq"
  2967. }
  2968. }
  2969. ],
  2970. "responses": {
  2971. "200": {
  2972. "description": "success",
  2973. "schema": {
  2974. "type": "string"
  2975. }
  2976. },
  2977. "400": {
  2978. "description": "具体错误",
  2979. "schema": {
  2980. "$ref": "#/definitions/md.Response"
  2981. }
  2982. }
  2983. }
  2984. }
  2985. },
  2986. "/api/role/updateRole": {
  2987. "post": {
  2988. "description": "权限管理-修改角色",
  2989. "consumes": [
  2990. "application/json"
  2991. ],
  2992. "produces": [
  2993. "application/json"
  2994. ],
  2995. "tags": [
  2996. "权限管理"
  2997. ],
  2998. "summary": "修改角色",
  2999. "parameters": [
  3000. {
  3001. "type": "string",
  3002. "description": "验证参数Bearer和token空格拼接",
  3003. "name": "Authorization",
  3004. "in": "header",
  3005. "required": true
  3006. },
  3007. {
  3008. "description": "请求参数",
  3009. "name": "args",
  3010. "in": "body",
  3011. "required": true,
  3012. "schema": {
  3013. "$ref": "#/definitions/md.UpdateRoleReq"
  3014. }
  3015. }
  3016. ],
  3017. "responses": {
  3018. "200": {
  3019. "description": "success",
  3020. "schema": {
  3021. "type": "string"
  3022. }
  3023. },
  3024. "400": {
  3025. "description": "具体错误",
  3026. "schema": {
  3027. "$ref": "#/definitions/md.Response"
  3028. }
  3029. }
  3030. }
  3031. }
  3032. },
  3033. "/api/role/updateRoleState": {
  3034. "post": {
  3035. "description": "权限管理-修改角色状态",
  3036. "consumes": [
  3037. "application/json"
  3038. ],
  3039. "produces": [
  3040. "application/json"
  3041. ],
  3042. "tags": [
  3043. "权限管理"
  3044. ],
  3045. "summary": "修改角色状态",
  3046. "parameters": [
  3047. {
  3048. "type": "string",
  3049. "description": "验证参数Bearer和token空格拼接",
  3050. "name": "Authorization",
  3051. "in": "header",
  3052. "required": true
  3053. },
  3054. {
  3055. "description": "请求参数",
  3056. "name": "args",
  3057. "in": "body",
  3058. "required": true,
  3059. "schema": {
  3060. "$ref": "#/definitions/md.UpdateRoleStateReq"
  3061. }
  3062. }
  3063. ],
  3064. "responses": {
  3065. "200": {
  3066. "description": "success",
  3067. "schema": {
  3068. "type": "string"
  3069. }
  3070. },
  3071. "400": {
  3072. "description": "具体错误",
  3073. "schema": {
  3074. "$ref": "#/definitions/md.Response"
  3075. }
  3076. }
  3077. }
  3078. }
  3079. },
  3080. "/api/setCenter/applet/add": {
  3081. "post": {
  3082. "description": "小程序设置-新增",
  3083. "consumes": [
  3084. "application/json"
  3085. ],
  3086. "produces": [
  3087. "application/json"
  3088. ],
  3089. "tags": [
  3090. "设置中心-小程序设置"
  3091. ],
  3092. "summary": "新增",
  3093. "parameters": [
  3094. {
  3095. "type": "string",
  3096. "description": "验证参数Bearer和token空格拼接",
  3097. "name": "Authorization",
  3098. "in": "header",
  3099. "required": true
  3100. },
  3101. {
  3102. "description": "请求参数",
  3103. "name": "args",
  3104. "in": "body",
  3105. "required": true,
  3106. "schema": {
  3107. "$ref": "#/definitions/md.AppletAddReq"
  3108. }
  3109. }
  3110. ],
  3111. "responses": {
  3112. "200": {
  3113. "description": "success",
  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/authorize": {
  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": "微信授权界面url",
  3152. "schema": {
  3153. "type": "string"
  3154. }
  3155. },
  3156. "400": {
  3157. "description": "具体错误",
  3158. "schema": {
  3159. "$ref": "#/definitions/md.Response"
  3160. }
  3161. }
  3162. }
  3163. }
  3164. },
  3165. "/api/setCenter/applet/list": {
  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": "OK",
  3190. "schema": {
  3191. "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList"
  3192. }
  3193. },
  3194. "400": {
  3195. "description": "具体错误",
  3196. "schema": {
  3197. "$ref": "#/definitions/md.Response"
  3198. }
  3199. }
  3200. }
  3201. }
  3202. },
  3203. "/api/setCenter/applet/unauthorized": {
  3204. "get": {
  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. "responses": {
  3226. "200": {
  3227. "description": "success",
  3228. "schema": {
  3229. "type": "string"
  3230. }
  3231. },
  3232. "400": {
  3233. "description": "具体错误",
  3234. "schema": {
  3235. "$ref": "#/definitions/md.Response"
  3236. }
  3237. }
  3238. }
  3239. }
  3240. },
  3241. "/api/setCenter/applet/update": {
  3242. "post": {
  3243. "description": "小程序设置-更新",
  3244. "consumes": [
  3245. "application/json"
  3246. ],
  3247. "produces": [
  3248. "application/json"
  3249. ],
  3250. "tags": [
  3251. "设置中心-小程序设置"
  3252. ],
  3253. "summary": "更新",
  3254. "parameters": [
  3255. {
  3256. "type": "string",
  3257. "description": "验证参数Bearer和token空格拼接",
  3258. "name": "Authorization",
  3259. "in": "header",
  3260. "required": true
  3261. },
  3262. {
  3263. "description": "请求参数",
  3264. "name": "args",
  3265. "in": "body",
  3266. "required": true,
  3267. "schema": {
  3268. "$ref": "#/definitions/md.AppletUpdateReq"
  3269. }
  3270. }
  3271. ],
  3272. "responses": {
  3273. "200": {
  3274. "description": "success",
  3275. "schema": {
  3276. "type": "string"
  3277. }
  3278. },
  3279. "400": {
  3280. "description": "具体错误",
  3281. "schema": {
  3282. "$ref": "#/definitions/md.Response"
  3283. }
  3284. }
  3285. }
  3286. }
  3287. },
  3288. "/api/setCenter/basic/getMob": {
  3289. "get": {
  3290. "description": "基础设置-mob获取",
  3291. "consumes": [
  3292. "application/json"
  3293. ],
  3294. "produces": [
  3295. "application/json"
  3296. ],
  3297. "tags": [
  3298. "设置中心-基础设置"
  3299. ],
  3300. "summary": "mob获取",
  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/getOss": {
  3327. "get": {
  3328. "description": "基础设置-oss获取",
  3329. "consumes": [
  3330. "application/json"
  3331. ],
  3332. "produces": [
  3333. "application/json"
  3334. ],
  3335. "tags": [
  3336. "设置中心-基础设置"
  3337. ],
  3338. "summary": "oss获取",
  3339. "parameters": [
  3340. {
  3341. "type": "string",
  3342. "description": "验证参数Bearer和token空格拼接",
  3343. "name": "Authorization",
  3344. "in": "header",
  3345. "required": true
  3346. }
  3347. ],
  3348. "responses": {
  3349. "200": {
  3350. "description": "OK",
  3351. "schema": {
  3352. "$ref": "#/definitions/md.SetOssResp"
  3353. }
  3354. },
  3355. "400": {
  3356. "description": "具体错误",
  3357. "schema": {
  3358. "$ref": "#/definitions/md.Response"
  3359. }
  3360. }
  3361. }
  3362. }
  3363. },
  3364. "/api/setCenter/basic/setMob": {
  3365. "post": {
  3366. "description": "基础设置-mob设置",
  3367. "consumes": [
  3368. "application/json"
  3369. ],
  3370. "produces": [
  3371. "application/json"
  3372. ],
  3373. "tags": [
  3374. "设置中心-基础设置"
  3375. ],
  3376. "summary": "mob设置",
  3377. "parameters": [
  3378. {
  3379. "type": "string",
  3380. "description": "验证参数Bearer和token空格拼接",
  3381. "name": "Authorization",
  3382. "in": "header",
  3383. "required": true
  3384. },
  3385. {
  3386. "description": "请求参数",
  3387. "name": "args",
  3388. "in": "body",
  3389. "required": true,
  3390. "schema": {
  3391. "$ref": "#/definitions/md.SetMobReq"
  3392. }
  3393. }
  3394. ],
  3395. "responses": {
  3396. "200": {
  3397. "description": "success",
  3398. "schema": {
  3399. "type": "string"
  3400. }
  3401. },
  3402. "400": {
  3403. "description": "具体错误",
  3404. "schema": {
  3405. "$ref": "#/definitions/md.Response"
  3406. }
  3407. }
  3408. }
  3409. }
  3410. },
  3411. "/api/setCenter/basic/setOss": {
  3412. "post": {
  3413. "description": "基础设置-oss设置",
  3414. "consumes": [
  3415. "application/json"
  3416. ],
  3417. "produces": [
  3418. "application/json"
  3419. ],
  3420. "tags": [
  3421. "设置中心-基础设置"
  3422. ],
  3423. "summary": "oss设置",
  3424. "parameters": [
  3425. {
  3426. "type": "string",
  3427. "description": "验证参数Bearer和token空格拼接",
  3428. "name": "Authorization",
  3429. "in": "header",
  3430. "required": true
  3431. },
  3432. {
  3433. "description": "请求参数",
  3434. "name": "args",
  3435. "in": "body",
  3436. "required": true,
  3437. "schema": {
  3438. "$ref": "#/definitions/md.SetOssReq"
  3439. }
  3440. }
  3441. ],
  3442. "responses": {
  3443. "200": {
  3444. "description": "success",
  3445. "schema": {
  3446. "type": "string"
  3447. }
  3448. },
  3449. "400": {
  3450. "description": "具体错误",
  3451. "schema": {
  3452. "$ref": "#/definitions/md.Response"
  3453. }
  3454. }
  3455. }
  3456. }
  3457. },
  3458. "/api/setCenter/basic/wxOpenGet": {
  3459. "get": {
  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. "responses": {
  3481. "200": {
  3482. "description": "OK",
  3483. "schema": {
  3484. "$ref": "#/definitions/md.WxOpenGetResp"
  3485. }
  3486. },
  3487. "400": {
  3488. "description": "具体错误",
  3489. "schema": {
  3490. "$ref": "#/definitions/md.Response"
  3491. }
  3492. }
  3493. }
  3494. }
  3495. },
  3496. "/api/setCenter/basic/wxOpenSet": {
  3497. "post": {
  3498. "description": "基础设置-微信三方应用设置",
  3499. "consumes": [
  3500. "application/json"
  3501. ],
  3502. "produces": [
  3503. "application/json"
  3504. ],
  3505. "tags": [
  3506. "设置中心-基础设置"
  3507. ],
  3508. "summary": "微信三方应用设置",
  3509. "parameters": [
  3510. {
  3511. "type": "string",
  3512. "description": "验证参数Bearer和token空格拼接",
  3513. "name": "Authorization",
  3514. "in": "header",
  3515. "required": true
  3516. },
  3517. {
  3518. "description": "请求参数",
  3519. "name": "args",
  3520. "in": "body",
  3521. "required": true,
  3522. "schema": {
  3523. "$ref": "#/definitions/md.WxOpenSetReq"
  3524. }
  3525. }
  3526. ],
  3527. "responses": {
  3528. "200": {
  3529. "description": "success",
  3530. "schema": {
  3531. "type": "string"
  3532. }
  3533. },
  3534. "400": {
  3535. "description": "具体错误",
  3536. "schema": {
  3537. "$ref": "#/definitions/md.Response"
  3538. }
  3539. }
  3540. }
  3541. }
  3542. },
  3543. "/api/setCenter/share/index": {
  3544. "get": {
  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. "responses": {
  3566. "200": {
  3567. "description": "OK",
  3568. "schema": {
  3569. "$ref": "#/definitions/md.ShareIndexResp"
  3570. }
  3571. },
  3572. "400": {
  3573. "description": "具体错误",
  3574. "schema": {
  3575. "$ref": "#/definitions/md.Response"
  3576. }
  3577. }
  3578. }
  3579. }
  3580. },
  3581. "/api/settleCenter/agent/detail": {
  3582. "post": {
  3583. "description": "结算中心-代理列表",
  3584. "consumes": [
  3585. "application/json"
  3586. ],
  3587. "produces": [
  3588. "application/json"
  3589. ],
  3590. "tags": [
  3591. "结算中心------嘉俊"
  3592. ],
  3593. "summary": "代理列表",
  3594. "parameters": [
  3595. {
  3596. "type": "string",
  3597. "description": "验证参数Bearer和token空格拼接",
  3598. "name": "Authorization",
  3599. "in": "header",
  3600. "required": true
  3601. },
  3602. {
  3603. "description": "请求参数",
  3604. "name": "args",
  3605. "in": "body",
  3606. "required": true,
  3607. "schema": {
  3608. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  3609. }
  3610. }
  3611. ],
  3612. "responses": {
  3613. "200": {
  3614. "description": "具体看返回内容 这是data里面的数据",
  3615. "schema": {
  3616. "type": "string"
  3617. }
  3618. },
  3619. "400": {
  3620. "description": "具体错误",
  3621. "schema": {
  3622. "$ref": "#/definitions/md.Response"
  3623. }
  3624. }
  3625. }
  3626. }
  3627. },
  3628. "/api/settleCenter/agent/list": {
  3629. "post": {
  3630. "description": "结算中心-代理列表",
  3631. "consumes": [
  3632. "application/json"
  3633. ],
  3634. "produces": [
  3635. "application/json"
  3636. ],
  3637. "tags": [
  3638. "结算中心------嘉俊"
  3639. ],
  3640. "summary": "代理列表",
  3641. "parameters": [
  3642. {
  3643. "type": "string",
  3644. "description": "验证参数Bearer和token空格拼接",
  3645. "name": "Authorization",
  3646. "in": "header",
  3647. "required": true
  3648. },
  3649. {
  3650. "description": "请求参数",
  3651. "name": "args",
  3652. "in": "body",
  3653. "required": true,
  3654. "schema": {
  3655. "$ref": "#/definitions/md.SettleCenterDataReq"
  3656. }
  3657. }
  3658. ],
  3659. "responses": {
  3660. "200": {
  3661. "description": "具体看返回内容 这是data里面的数据",
  3662. "schema": {
  3663. "$ref": "#/definitions/md.SettleCenterDataRes"
  3664. }
  3665. },
  3666. "400": {
  3667. "description": "具体错误",
  3668. "schema": {
  3669. "$ref": "#/definitions/md.Response"
  3670. }
  3671. }
  3672. }
  3673. }
  3674. },
  3675. "/api/settleCenter/agent/save": {
  3676. "post": {
  3677. "description": "结算中心-代理列表",
  3678. "consumes": [
  3679. "application/json"
  3680. ],
  3681. "produces": [
  3682. "application/json"
  3683. ],
  3684. "tags": [
  3685. "结算中心------嘉俊"
  3686. ],
  3687. "summary": "代理列表",
  3688. "parameters": [
  3689. {
  3690. "type": "string",
  3691. "description": "验证参数Bearer和token空格拼接",
  3692. "name": "Authorization",
  3693. "in": "header",
  3694. "required": true
  3695. },
  3696. {
  3697. "description": "请求参数",
  3698. "name": "args",
  3699. "in": "body",
  3700. "required": true,
  3701. "schema": {
  3702. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  3703. }
  3704. }
  3705. ],
  3706. "responses": {
  3707. "200": {
  3708. "description": "具体看返回内容 这是data里面的数据",
  3709. "schema": {
  3710. "type": "string"
  3711. }
  3712. },
  3713. "400": {
  3714. "description": "具体错误",
  3715. "schema": {
  3716. "$ref": "#/definitions/md.Response"
  3717. }
  3718. }
  3719. }
  3720. }
  3721. },
  3722. "/api/settleCenter/medium/detail": {
  3723. "post": {
  3724. "description": "结算中心-媒体列表",
  3725. "consumes": [
  3726. "application/json"
  3727. ],
  3728. "produces": [
  3729. "application/json"
  3730. ],
  3731. "tags": [
  3732. "结算中心------嘉俊"
  3733. ],
  3734. "summary": "媒体列表",
  3735. "parameters": [
  3736. {
  3737. "type": "string",
  3738. "description": "验证参数Bearer和token空格拼接",
  3739. "name": "Authorization",
  3740. "in": "header",
  3741. "required": true
  3742. },
  3743. {
  3744. "description": "请求参数",
  3745. "name": "args",
  3746. "in": "body",
  3747. "required": true,
  3748. "schema": {
  3749. "$ref": "#/definitions/md.SettleCenterDataDetailReq"
  3750. }
  3751. }
  3752. ],
  3753. "responses": {
  3754. "200": {
  3755. "description": "具体看返回内容 这是data里面的数据",
  3756. "schema": {
  3757. "type": "string"
  3758. }
  3759. },
  3760. "400": {
  3761. "description": "具体错误",
  3762. "schema": {
  3763. "$ref": "#/definitions/md.Response"
  3764. }
  3765. }
  3766. }
  3767. }
  3768. },
  3769. "/api/settleCenter/medium/list": {
  3770. "post": {
  3771. "description": "结算中心-媒体列表",
  3772. "consumes": [
  3773. "application/json"
  3774. ],
  3775. "produces": [
  3776. "application/json"
  3777. ],
  3778. "tags": [
  3779. "结算中心------嘉俊"
  3780. ],
  3781. "summary": "媒体列表",
  3782. "parameters": [
  3783. {
  3784. "type": "string",
  3785. "description": "验证参数Bearer和token空格拼接",
  3786. "name": "Authorization",
  3787. "in": "header",
  3788. "required": true
  3789. },
  3790. {
  3791. "description": "请求参数",
  3792. "name": "args",
  3793. "in": "body",
  3794. "required": true,
  3795. "schema": {
  3796. "$ref": "#/definitions/md.SettleCenterDataReq"
  3797. }
  3798. }
  3799. ],
  3800. "responses": {
  3801. "200": {
  3802. "description": "具体看返回内容 这是data里面的数据",
  3803. "schema": {
  3804. "$ref": "#/definitions/md.SettleCenterDataRes"
  3805. }
  3806. },
  3807. "400": {
  3808. "description": "具体错误",
  3809. "schema": {
  3810. "$ref": "#/definitions/md.Response"
  3811. }
  3812. }
  3813. }
  3814. }
  3815. },
  3816. "/api/settleCenter/medium/save": {
  3817. "post": {
  3818. "description": "结算中心-媒体列表",
  3819. "consumes": [
  3820. "application/json"
  3821. ],
  3822. "produces": [
  3823. "application/json"
  3824. ],
  3825. "tags": [
  3826. "结算中心------嘉俊"
  3827. ],
  3828. "summary": "媒体列表",
  3829. "parameters": [
  3830. {
  3831. "type": "string",
  3832. "description": "验证参数Bearer和token空格拼接",
  3833. "name": "Authorization",
  3834. "in": "header",
  3835. "required": true
  3836. },
  3837. {
  3838. "description": "请求参数",
  3839. "name": "args",
  3840. "in": "body",
  3841. "required": true,
  3842. "schema": {
  3843. "$ref": "#/definitions/md.SettleCenterDataSaveReq"
  3844. }
  3845. }
  3846. ],
  3847. "responses": {
  3848. "200": {
  3849. "description": "具体看返回内容 这是data里面的数据",
  3850. "schema": {
  3851. "type": "string"
  3852. }
  3853. },
  3854. "400": {
  3855. "description": "具体错误",
  3856. "schema": {
  3857. "$ref": "#/definitions/md.Response"
  3858. }
  3859. }
  3860. }
  3861. }
  3862. },
  3863. "/role/permissionGroupList": {
  3864. "get": {
  3865. "description": "权限管理-权限组列表",
  3866. "consumes": [
  3867. "application/json"
  3868. ],
  3869. "produces": [
  3870. "application/json"
  3871. ],
  3872. "tags": [
  3873. "权限管理"
  3874. ],
  3875. "summary": "权限组列表",
  3876. "parameters": [
  3877. {
  3878. "type": "string",
  3879. "description": "验证参数Bearer和token空格拼接",
  3880. "name": "Authorization",
  3881. "in": "header",
  3882. "required": true
  3883. },
  3884. {
  3885. "type": "string",
  3886. "description": "管理员id",
  3887. "name": "adm_id",
  3888. "in": "query",
  3889. "required": true
  3890. }
  3891. ],
  3892. "responses": {
  3893. "200": {
  3894. "description": "具体看返回内容",
  3895. "schema": {
  3896. "type": "string"
  3897. }
  3898. },
  3899. "400": {
  3900. "description": "具体错误",
  3901. "schema": {
  3902. "$ref": "#/definitions/md.Response"
  3903. }
  3904. }
  3905. }
  3906. }
  3907. },
  3908. "/v1/banner/delete/{$id}": {
  3909. "delete": {
  3910. "description": "小程序设置-删除",
  3911. "consumes": [
  3912. "application/json"
  3913. ],
  3914. "produces": [
  3915. "application/json"
  3916. ],
  3917. "tags": [
  3918. "设置中心-小程序设置"
  3919. ],
  3920. "summary": "删除",
  3921. "parameters": [
  3922. {
  3923. "type": "string",
  3924. "description": "验证参数Bearer和token空格拼接",
  3925. "name": "Authorization",
  3926. "in": "header",
  3927. "required": true
  3928. }
  3929. ],
  3930. "responses": {
  3931. "200": {
  3932. "description": "success",
  3933. "schema": {
  3934. "type": "string"
  3935. }
  3936. },
  3937. "400": {
  3938. "description": "具体错误",
  3939. "schema": {
  3940. "$ref": "#/definitions/md.Response"
  3941. }
  3942. }
  3943. }
  3944. }
  3945. }
  3946. },
  3947. "definitions": {
  3948. "hdl.WxOpenThirdPartyAppList": {
  3949. "type": "object",
  3950. "properties": {
  3951. "aes_key": {
  3952. "type": "string"
  3953. },
  3954. "app_secret": {
  3955. "type": "string"
  3956. },
  3957. "appid": {
  3958. "type": "string"
  3959. },
  3960. "component_access_token": {
  3961. "type": "string"
  3962. },
  3963. "component_verify_ticket": {
  3964. "type": "string"
  3965. },
  3966. "create_at": {
  3967. "type": "string"
  3968. },
  3969. "id": {
  3970. "type": "integer"
  3971. },
  3972. "token": {
  3973. "type": "string"
  3974. },
  3975. "update_at": {
  3976. "type": "string"
  3977. },
  3978. "uuid": {
  3979. "type": "integer"
  3980. }
  3981. }
  3982. },
  3983. "md.AddAdminReq": {
  3984. "type": "object",
  3985. "required": [
  3986. "password",
  3987. "username"
  3988. ],
  3989. "properties": {
  3990. "memo": {
  3991. "type": "string"
  3992. },
  3993. "password": {
  3994. "type": "string"
  3995. },
  3996. "username": {
  3997. "type": "string"
  3998. }
  3999. }
  4000. },
  4001. "md.AddRoleReq": {
  4002. "type": "object",
  4003. "required": [
  4004. "memo",
  4005. "name"
  4006. ],
  4007. "properties": {
  4008. "memo": {
  4009. "type": "string"
  4010. },
  4011. "name": {
  4012. "type": "string"
  4013. }
  4014. }
  4015. },
  4016. "md.AdminListReq": {
  4017. "type": "object",
  4018. "properties": {
  4019. "limit": {
  4020. "type": "integer"
  4021. },
  4022. "page": {
  4023. "type": "integer"
  4024. },
  4025. "state": {
  4026. "type": "integer"
  4027. },
  4028. "username": {
  4029. "type": "string"
  4030. }
  4031. }
  4032. },
  4033. "md.AgentQualificationBankData": {
  4034. "type": "object",
  4035. "properties": {
  4036. "account": {
  4037. "type": "string",
  4038. "example": "账号"
  4039. },
  4040. "agent_id": {
  4041. "type": "string",
  4042. "example": "代理id"
  4043. },
  4044. "bank": {
  4045. "type": "string",
  4046. "example": "开户银行"
  4047. },
  4048. "bank_branch": {
  4049. "type": "string",
  4050. "example": "开户银行分行"
  4051. },
  4052. "bank_no": {
  4053. "type": "string",
  4054. "example": "银行卡号"
  4055. },
  4056. "company_name": {
  4057. "type": "string",
  4058. "example": "公司名称"
  4059. },
  4060. "currency_conf": {
  4061. "type": "string",
  4062. "example": "结算币种 0人民币"
  4063. },
  4064. "id": {
  4065. "type": "string",
  4066. "example": "id"
  4067. },
  4068. "kind": {
  4069. "type": "string",
  4070. "example": "类型(1:企业 2:个人)"
  4071. },
  4072. "licence": {
  4073. "type": "string",
  4074. "example": "开户许可证"
  4075. },
  4076. "memo": {
  4077. "type": "string",
  4078. "example": "备注 审核时填写的"
  4079. },
  4080. "state": {
  4081. "type": "string",
  4082. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4083. },
  4084. "unified_social_credit_code": {
  4085. "type": "string",
  4086. "example": "统一社会信用代码"
  4087. }
  4088. }
  4089. },
  4090. "md.AgentQualificationBankRes": {
  4091. "type": "object",
  4092. "properties": {
  4093. "currency_conf": {
  4094. "type": "array",
  4095. "items": {
  4096. "$ref": "#/definitions/md.SelectData"
  4097. }
  4098. },
  4099. "list": {
  4100. "type": "array",
  4101. "items": {
  4102. "$ref": "#/definitions/md.AgentQualificationBankData"
  4103. }
  4104. },
  4105. "state": {
  4106. "type": "array",
  4107. "items": {
  4108. "$ref": "#/definitions/md.SelectData"
  4109. }
  4110. },
  4111. "total": {
  4112. "type": "integer"
  4113. },
  4114. "type": {
  4115. "type": "array",
  4116. "items": {
  4117. "$ref": "#/definitions/md.SelectData"
  4118. }
  4119. }
  4120. }
  4121. },
  4122. "md.AgentQualificationContactData": {
  4123. "type": "object",
  4124. "properties": {
  4125. "account": {
  4126. "type": "string",
  4127. "example": "账号"
  4128. },
  4129. "address": {
  4130. "type": "string",
  4131. "example": "联系地址"
  4132. },
  4133. "agent_id": {
  4134. "type": "string",
  4135. "example": "代理id"
  4136. },
  4137. "company_name": {
  4138. "type": "string",
  4139. "example": "公司名称"
  4140. },
  4141. "email": {
  4142. "type": "string",
  4143. "example": "邮箱地址"
  4144. },
  4145. "id": {
  4146. "type": "string",
  4147. "example": "id"
  4148. },
  4149. "kind": {
  4150. "type": "string",
  4151. "example": "类型(1:企业 2:个人)"
  4152. },
  4153. "memo": {
  4154. "type": "string",
  4155. "example": "备注 审核时填写的"
  4156. },
  4157. "name": {
  4158. "type": "string",
  4159. "example": "联系人"
  4160. },
  4161. "phone": {
  4162. "type": "string",
  4163. "example": "联系电话"
  4164. },
  4165. "state": {
  4166. "type": "string",
  4167. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4168. }
  4169. }
  4170. },
  4171. "md.AgentQualificationContactRes": {
  4172. "type": "object",
  4173. "properties": {
  4174. "list": {
  4175. "type": "array",
  4176. "items": {
  4177. "$ref": "#/definitions/md.AgentQualificationContactData"
  4178. }
  4179. },
  4180. "state": {
  4181. "type": "array",
  4182. "items": {
  4183. "$ref": "#/definitions/md.SelectData"
  4184. }
  4185. },
  4186. "total": {
  4187. "type": "integer"
  4188. }
  4189. }
  4190. },
  4191. "md.AgentQualificationEnterpriseAuditReq": {
  4192. "type": "object",
  4193. "properties": {
  4194. "agent_id": {
  4195. "type": "string"
  4196. },
  4197. "memo": {
  4198. "type": "string"
  4199. },
  4200. "state": {
  4201. "type": "string"
  4202. }
  4203. }
  4204. },
  4205. "md.AgentQualificationEnterpriseData": {
  4206. "type": "object",
  4207. "properties": {
  4208. "account": {
  4209. "type": "string",
  4210. "example": "账号"
  4211. },
  4212. "agent_id": {
  4213. "type": "string",
  4214. "example": "代理id"
  4215. },
  4216. "business_license_address": {
  4217. "type": "string",
  4218. "example": "营业执照地址"
  4219. },
  4220. "business_license_img_url": {
  4221. "type": "string",
  4222. "example": "营业执照照片"
  4223. },
  4224. "certificate_first_type": {
  4225. "type": "string",
  4226. "example": "证件类型 1级类目id"
  4227. },
  4228. "certificate_type": {
  4229. "type": "string",
  4230. "example": "证件类型 2级类目id"
  4231. },
  4232. "certificate_validity": {
  4233. "type": "string",
  4234. "example": "证件有效期"
  4235. },
  4236. "company_abbreviation": {
  4237. "type": "string",
  4238. "example": "公司简称"
  4239. },
  4240. "company_name": {
  4241. "type": "string",
  4242. "example": "公司名称"
  4243. },
  4244. "country_region": {
  4245. "type": "string",
  4246. "example": "国家地区"
  4247. },
  4248. "country_region_id": {
  4249. "type": "string",
  4250. "example": "国家地区id"
  4251. },
  4252. "id": {
  4253. "type": "string",
  4254. "example": "状态选择"
  4255. },
  4256. "kind": {
  4257. "type": "string",
  4258. "example": "类型(1:企业 2:个人)"
  4259. },
  4260. "legal_representative": {
  4261. "type": "string",
  4262. "example": "法定代表人"
  4263. },
  4264. "memo": {
  4265. "type": "string",
  4266. "example": "备注 审核时填写的"
  4267. },
  4268. "registered_address": {
  4269. "type": "string",
  4270. "example": "注册地址"
  4271. },
  4272. "registered_address_city_id": {
  4273. "type": "string",
  4274. "example": "注册地址-市id"
  4275. },
  4276. "registered_address_country_id": {
  4277. "type": "string",
  4278. "example": "注册地址-国家id"
  4279. },
  4280. "registered_address_county_id": {
  4281. "type": "string",
  4282. "example": "注册地址-县/区id"
  4283. },
  4284. "registered_address_province_id": {
  4285. "type": "string",
  4286. "example": "册地址-省份id"
  4287. },
  4288. "state": {
  4289. "type": "string",
  4290. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4291. },
  4292. "unified_social_credit_code": {
  4293. "type": "string",
  4294. "example": "统一社会信用代码"
  4295. },
  4296. "uuid": {
  4297. "type": "string",
  4298. "example": "站长id"
  4299. }
  4300. }
  4301. },
  4302. "md.AgentQualificationEnterpriseReq": {
  4303. "type": "object",
  4304. "properties": {
  4305. "limit": {
  4306. "type": "string"
  4307. },
  4308. "name": {
  4309. "type": "string"
  4310. },
  4311. "page": {
  4312. "type": "string"
  4313. },
  4314. "state": {
  4315. "type": "string"
  4316. }
  4317. }
  4318. },
  4319. "md.AgentQualificationEnterpriseRes": {
  4320. "type": "object",
  4321. "properties": {
  4322. "list": {
  4323. "type": "array",
  4324. "items": {
  4325. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  4326. }
  4327. },
  4328. "state": {
  4329. "type": "array",
  4330. "items": {
  4331. "$ref": "#/definitions/md.SelectData"
  4332. }
  4333. },
  4334. "total": {
  4335. "type": "integer"
  4336. },
  4337. "type": {
  4338. "type": "array",
  4339. "items": {
  4340. "$ref": "#/definitions/md.SelectData"
  4341. }
  4342. }
  4343. }
  4344. },
  4345. "md.AppletAddReq": {
  4346. "type": "object",
  4347. "required": [
  4348. "appid",
  4349. "logo",
  4350. "name",
  4351. "original_id"
  4352. ],
  4353. "properties": {
  4354. "appid": {
  4355. "type": "string",
  4356. "example": "授权小程序appid"
  4357. },
  4358. "logo": {
  4359. "type": "string",
  4360. "example": "小程序logo"
  4361. },
  4362. "name": {
  4363. "type": "string",
  4364. "example": "小程序名称"
  4365. },
  4366. "original_id": {
  4367. "type": "string",
  4368. "example": "授权小程序原始id"
  4369. }
  4370. }
  4371. },
  4372. "md.AppletApplicationAdSpaceListData": {
  4373. "type": "object",
  4374. "properties": {
  4375. "ad_id": {
  4376. "type": "string",
  4377. "example": "广告位id"
  4378. },
  4379. "app_id": {
  4380. "type": "string",
  4381. "example": "小程序appid"
  4382. },
  4383. "cooperate_state": {
  4384. "type": "string",
  4385. "example": "合作状态"
  4386. },
  4387. "id": {
  4388. "type": "string",
  4389. "example": "id"
  4390. },
  4391. "kind": {
  4392. "type": "string",
  4393. "example": "广告位类型"
  4394. },
  4395. "logo": {
  4396. "type": "string",
  4397. "example": "logo"
  4398. },
  4399. "memo": {
  4400. "type": "string",
  4401. "example": "备注"
  4402. },
  4403. "name": {
  4404. "type": "string",
  4405. "example": "应用名称"
  4406. },
  4407. "platform": {
  4408. "type": "string",
  4409. "example": "平台"
  4410. },
  4411. "state": {
  4412. "type": "string",
  4413. "example": "应用状态 state=2 才能再次编辑"
  4414. }
  4415. }
  4416. },
  4417. "md.AppletApplicationAdSpaceListReq": {
  4418. "type": "object",
  4419. "properties": {
  4420. "ad_type": {
  4421. "type": "string",
  4422. "example": ""
  4423. },
  4424. "cooperate_state": {
  4425. "type": "string",
  4426. "example": "合作状态"
  4427. },
  4428. "limit": {
  4429. "type": "string"
  4430. },
  4431. "medium_id": {
  4432. "type": "string",
  4433. "example": "媒体id"
  4434. },
  4435. "name": {
  4436. "type": "string"
  4437. },
  4438. "page": {
  4439. "type": "string"
  4440. },
  4441. "platform": {
  4442. "type": "string"
  4443. }
  4444. }
  4445. },
  4446. "md.AppletApplicationAdSpaceListRes": {
  4447. "type": "object",
  4448. "properties": {
  4449. "ad_type": {
  4450. "type": "array",
  4451. "items": {
  4452. "$ref": "#/definitions/md.SelectData"
  4453. }
  4454. },
  4455. "cooperate_state": {
  4456. "type": "array",
  4457. "items": {
  4458. "$ref": "#/definitions/md.SelectData"
  4459. }
  4460. },
  4461. "list": {
  4462. "type": "array",
  4463. "items": {
  4464. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  4465. }
  4466. },
  4467. "platform": {
  4468. "type": "array",
  4469. "items": {
  4470. "$ref": "#/definitions/md.SelectData"
  4471. }
  4472. },
  4473. "state": {
  4474. "type": "array",
  4475. "items": {
  4476. "$ref": "#/definitions/md.SelectData"
  4477. }
  4478. },
  4479. "total": {
  4480. "type": "integer"
  4481. }
  4482. }
  4483. },
  4484. "md.AppletApplicationAdSpaceMediumListData": {
  4485. "type": "object",
  4486. "properties": {
  4487. "account": {
  4488. "type": "string",
  4489. "example": "账号"
  4490. },
  4491. "contact_name": {
  4492. "type": "string",
  4493. "example": "联系人"
  4494. },
  4495. "count": {
  4496. "type": "string",
  4497. "example": "广告位数量"
  4498. },
  4499. "id": {
  4500. "type": "string",
  4501. "example": "id"
  4502. },
  4503. "medium_id": {
  4504. "type": "string",
  4505. "example": "媒体id"
  4506. },
  4507. "name": {
  4508. "type": "string",
  4509. "example": "名称"
  4510. },
  4511. "phone": {
  4512. "type": "string",
  4513. "example": "联系电话"
  4514. }
  4515. }
  4516. },
  4517. "md.AppletApplicationAdSpaceMediumListReq": {
  4518. "type": "object",
  4519. "properties": {
  4520. "account": {
  4521. "type": "string",
  4522. "example": "媒体账号"
  4523. },
  4524. "limit": {
  4525. "type": "string"
  4526. },
  4527. "name": {
  4528. "type": "string",
  4529. "example": "媒体名称"
  4530. },
  4531. "page": {
  4532. "type": "string"
  4533. }
  4534. }
  4535. },
  4536. "md.AppletApplicationAdSpaceMediumListRes": {
  4537. "type": "object",
  4538. "properties": {
  4539. "list": {
  4540. "type": "array",
  4541. "items": {
  4542. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  4543. }
  4544. },
  4545. "total": {
  4546. "type": "integer"
  4547. }
  4548. }
  4549. },
  4550. "md.AppletApplicationAdSpaceSaveReq": {
  4551. "type": "object",
  4552. "properties": {
  4553. "id": {
  4554. "type": "string",
  4555. "example": "id 多个逗号隔开"
  4556. },
  4557. "memo": {
  4558. "type": "string",
  4559. "example": "备注"
  4560. },
  4561. "state": {
  4562. "type": "string",
  4563. "example": "审核状态"
  4564. }
  4565. }
  4566. },
  4567. "md.AppletApplicationListData": {
  4568. "type": "object",
  4569. "properties": {
  4570. "app_id": {
  4571. "type": "string",
  4572. "example": "小程序appid"
  4573. },
  4574. "cooperate_state": {
  4575. "type": "string",
  4576. "example": "合作状态"
  4577. },
  4578. "id": {
  4579. "type": "string",
  4580. "example": "id"
  4581. },
  4582. "logo": {
  4583. "type": "string",
  4584. "example": "logo"
  4585. },
  4586. "memo": {
  4587. "type": "string",
  4588. "example": "备注"
  4589. },
  4590. "name": {
  4591. "type": "string",
  4592. "example": "应用名称"
  4593. },
  4594. "original_id": {
  4595. "type": "string",
  4596. "example": "小程序id"
  4597. },
  4598. "platform": {
  4599. "type": "string",
  4600. "example": "平台"
  4601. },
  4602. "state": {
  4603. "type": "string",
  4604. "example": "应用状态 state=3 才能再次编辑"
  4605. }
  4606. }
  4607. },
  4608. "md.AppletApplicationListReq": {
  4609. "type": "object",
  4610. "properties": {
  4611. "cooperate_state": {
  4612. "type": "string",
  4613. "example": "合作状态"
  4614. },
  4615. "limit": {
  4616. "type": "string"
  4617. },
  4618. "medium_id": {
  4619. "type": "string",
  4620. "example": "媒体id"
  4621. },
  4622. "name": {
  4623. "type": "string"
  4624. },
  4625. "page": {
  4626. "type": "string"
  4627. },
  4628. "platform": {
  4629. "type": "string"
  4630. }
  4631. }
  4632. },
  4633. "md.AppletApplicationListRes": {
  4634. "type": "object",
  4635. "properties": {
  4636. "cooperate_state": {
  4637. "type": "array",
  4638. "items": {
  4639. "$ref": "#/definitions/md.SelectData"
  4640. }
  4641. },
  4642. "list": {
  4643. "type": "array",
  4644. "items": {
  4645. "$ref": "#/definitions/md.AppletApplicationListData"
  4646. }
  4647. },
  4648. "platform": {
  4649. "type": "array",
  4650. "items": {
  4651. "$ref": "#/definitions/md.SelectData"
  4652. }
  4653. },
  4654. "state": {
  4655. "type": "array",
  4656. "items": {
  4657. "$ref": "#/definitions/md.SelectData"
  4658. }
  4659. },
  4660. "total": {
  4661. "type": "integer"
  4662. }
  4663. }
  4664. },
  4665. "md.AppletApplicationMediumListData": {
  4666. "type": "object",
  4667. "properties": {
  4668. "account": {
  4669. "type": "string",
  4670. "example": "账号"
  4671. },
  4672. "contact_name": {
  4673. "type": "string",
  4674. "example": "联系人"
  4675. },
  4676. "count": {
  4677. "type": "string",
  4678. "example": "应用数量"
  4679. },
  4680. "id": {
  4681. "type": "string",
  4682. "example": "id"
  4683. },
  4684. "medium_id": {
  4685. "type": "string",
  4686. "example": "媒体id"
  4687. },
  4688. "name": {
  4689. "type": "string",
  4690. "example": "名称"
  4691. },
  4692. "phone": {
  4693. "type": "string",
  4694. "example": "联系电话"
  4695. }
  4696. }
  4697. },
  4698. "md.AppletApplicationMediumListReq": {
  4699. "type": "object",
  4700. "properties": {
  4701. "account": {
  4702. "type": "string",
  4703. "example": "媒体账号"
  4704. },
  4705. "limit": {
  4706. "type": "string"
  4707. },
  4708. "name": {
  4709. "type": "string",
  4710. "example": "媒体名称"
  4711. },
  4712. "page": {
  4713. "type": "string"
  4714. }
  4715. }
  4716. },
  4717. "md.AppletApplicationMediumListRes": {
  4718. "type": "object",
  4719. "properties": {
  4720. "list": {
  4721. "type": "array",
  4722. "items": {
  4723. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  4724. }
  4725. },
  4726. "total": {
  4727. "type": "integer"
  4728. }
  4729. }
  4730. },
  4731. "md.AppletApplicationSaveReq": {
  4732. "type": "object",
  4733. "properties": {
  4734. "id": {
  4735. "type": "string",
  4736. "example": "id 多个逗号隔开"
  4737. },
  4738. "memo": {
  4739. "type": "string",
  4740. "example": "备注"
  4741. },
  4742. "state": {
  4743. "type": "string",
  4744. "example": "审核状态"
  4745. }
  4746. }
  4747. },
  4748. "md.AppletUpdateReq": {
  4749. "type": "object",
  4750. "required": [
  4751. "id",
  4752. "logo",
  4753. "name"
  4754. ],
  4755. "properties": {
  4756. "id": {
  4757. "type": "integer"
  4758. },
  4759. "logo": {
  4760. "type": "string",
  4761. "example": "小程序logo"
  4762. },
  4763. "name": {
  4764. "type": "string",
  4765. "example": "小程序名称"
  4766. }
  4767. }
  4768. },
  4769. "md.BindAdminRoleReq": {
  4770. "type": "object",
  4771. "required": [
  4772. "adm_id"
  4773. ],
  4774. "properties": {
  4775. "adm_id": {
  4776. "type": "integer"
  4777. },
  4778. "role_ids": {
  4779. "type": "array",
  4780. "items": {
  4781. "type": "integer"
  4782. }
  4783. }
  4784. }
  4785. },
  4786. "md.CommDetailReq": {
  4787. "type": "object",
  4788. "properties": {
  4789. "id": {
  4790. "type": "string",
  4791. "example": "列表id"
  4792. }
  4793. }
  4794. },
  4795. "md.DataCenterDataCenterOriginalDataDoingReq": {
  4796. "type": "object",
  4797. "properties": {
  4798. "id": {
  4799. "type": "string",
  4800. "example": "列表id"
  4801. },
  4802. "now_ecpm": {
  4803. "type": "string",
  4804. "example": "现-广告千次曝光收益(元)"
  4805. },
  4806. "now_exposure_count": {
  4807. "type": "string",
  4808. "example": "现-曝光量"
  4809. }
  4810. }
  4811. },
  4812. "md.DataCenterGenerateDataCommReq": {
  4813. "type": "object",
  4814. "properties": {
  4815. "id": {
  4816. "type": "string",
  4817. "example": "列表id"
  4818. }
  4819. }
  4820. },
  4821. "md.DataCenterGenerateDataData": {
  4822. "type": "object",
  4823. "properties": {
  4824. "adv_name": {
  4825. "type": "string",
  4826. "example": "广告位"
  4827. },
  4828. "agent_revenue": {
  4829. "type": "string",
  4830. "example": "代理收益(元)"
  4831. },
  4832. "agreement_sharing": {
  4833. "type": "string",
  4834. "example": "协议分成(元)"
  4835. },
  4836. "agreement_sharing_total": {
  4837. "type": "string",
  4838. "example": "协议总分成(元)"
  4839. },
  4840. "click_count": {
  4841. "type": "string",
  4842. "example": "现-点击量"
  4843. },
  4844. "click_rate": {
  4845. "type": "string",
  4846. "example": "现-点击率"
  4847. },
  4848. "commission_retention": {
  4849. "type": "string",
  4850. "example": "佣金留存(元)"
  4851. },
  4852. "date": {
  4853. "type": "string",
  4854. "example": "日期"
  4855. },
  4856. "ecpm": {
  4857. "type": "string",
  4858. "example": "'现-ecpm(元)"
  4859. },
  4860. "exposure_count": {
  4861. "type": "string",
  4862. "example": "现-曝光量"
  4863. },
  4864. "extra_revenue": {
  4865. "type": "string",
  4866. "example": "额外收益(元)"
  4867. },
  4868. "id": {
  4869. "type": "string",
  4870. "example": "id"
  4871. },
  4872. "is_generate_report": {
  4873. "type": "string",
  4874. "example": "是否已生成报表(0:未 1:已)"
  4875. },
  4876. "media_revenue": {
  4877. "type": "string",
  4878. "example": "媒体收益(元)"
  4879. },
  4880. "name": {
  4881. "type": "string",
  4882. "example": "名称"
  4883. },
  4884. "old_click_count": {
  4885. "type": "string",
  4886. "example": "原-点击量"
  4887. },
  4888. "old_click_rate": {
  4889. "type": "string",
  4890. "example": "原-点击率"
  4891. },
  4892. "old_ecpm": {
  4893. "type": "string",
  4894. "example": "'原-ecpm(元)"
  4895. },
  4896. "old_exposure_count": {
  4897. "type": "string",
  4898. "example": "原-曝光量"
  4899. },
  4900. "platform": {
  4901. "type": "string",
  4902. "example": "平台名称"
  4903. },
  4904. "platform_retention": {
  4905. "type": "string",
  4906. "example": "平台留存(元)"
  4907. },
  4908. "price_adjustment_retention": {
  4909. "type": "string",
  4910. "example": "调价留存(元)"
  4911. },
  4912. "state": {
  4913. "type": "string",
  4914. "example": "状态id"
  4915. }
  4916. }
  4917. },
  4918. "md.DataCenterGenerateDataDetailAgentReward": {
  4919. "type": "object",
  4920. "properties": {
  4921. "account": {
  4922. "type": "string"
  4923. },
  4924. "agent_revenue": {
  4925. "type": "string",
  4926. "example": "代理收益(元)"
  4927. },
  4928. "agent_revenue_rate": {
  4929. "type": "string",
  4930. "example": "代理收益百分比"
  4931. },
  4932. "extra_revenue": {
  4933. "type": "string",
  4934. "example": "额外收益(元)"
  4935. },
  4936. "extra_revenue_rate": {
  4937. "type": "string",
  4938. "example": "'额外收益百分比"
  4939. },
  4940. "name": {
  4941. "type": "string"
  4942. }
  4943. }
  4944. },
  4945. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  4946. "type": "object",
  4947. "properties": {
  4948. "account": {
  4949. "type": "string"
  4950. },
  4951. "agent_revenue": {
  4952. "type": "string",
  4953. "example": "代理收益(元)"
  4954. },
  4955. "agent_revenue_rate": {
  4956. "type": "string",
  4957. "example": "代理收益百分比"
  4958. },
  4959. "name": {
  4960. "type": "string"
  4961. }
  4962. }
  4963. },
  4964. "md.DataCenterGenerateDataDetailData": {
  4965. "type": "object",
  4966. "properties": {
  4967. "agent_revenue_rate": {
  4968. "type": "string",
  4969. "example": "代理收益百分比"
  4970. },
  4971. "agent_reward": {
  4972. "type": "array",
  4973. "items": {
  4974. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  4975. }
  4976. },
  4977. "agreement_sharing_rate": {
  4978. "type": "string",
  4979. "example": "协议分成百分比"
  4980. },
  4981. "commission_retention_rate": {
  4982. "type": "string",
  4983. "example": "佣金留存百分比"
  4984. },
  4985. "create_at": {
  4986. "type": "string"
  4987. },
  4988. "extra_revenue_rate": {
  4989. "type": "string",
  4990. "example": "额外收益百分比"
  4991. },
  4992. "media_revenue_rate": {
  4993. "type": "string",
  4994. "example": "媒体收益百分比"
  4995. },
  4996. "platform_retention_rate": {
  4997. "type": "string",
  4998. "example": "平台留存百分比"
  4999. },
  5000. "update_at": {
  5001. "type": "string"
  5002. }
  5003. }
  5004. },
  5005. "md.DataCenterGenerateDataReq": {
  5006. "type": "object",
  5007. "properties": {
  5008. "end_time": {
  5009. "type": "string"
  5010. },
  5011. "limit": {
  5012. "type": "string"
  5013. },
  5014. "name": {
  5015. "type": "string"
  5016. },
  5017. "page": {
  5018. "type": "string"
  5019. },
  5020. "platform": {
  5021. "type": "string"
  5022. },
  5023. "start_time": {
  5024. "type": "string"
  5025. },
  5026. "state": {
  5027. "type": "string"
  5028. }
  5029. }
  5030. },
  5031. "md.DataCenterGenerateDataRes": {
  5032. "type": "object",
  5033. "properties": {
  5034. "list": {
  5035. "type": "array",
  5036. "items": {
  5037. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  5038. }
  5039. },
  5040. "platform": {
  5041. "type": "array",
  5042. "items": {
  5043. "$ref": "#/definitions/md.SelectData"
  5044. }
  5045. },
  5046. "state": {
  5047. "type": "array",
  5048. "items": {
  5049. "$ref": "#/definitions/md.SelectData"
  5050. }
  5051. },
  5052. "total": {
  5053. "type": "integer"
  5054. }
  5055. }
  5056. },
  5057. "md.DataCenterIncomeDataData": {
  5058. "type": "object",
  5059. "properties": {
  5060. "adv_name": {
  5061. "type": "string",
  5062. "example": "广告位"
  5063. },
  5064. "agent_revenue": {
  5065. "type": "string",
  5066. "example": "代理收益(元)"
  5067. },
  5068. "agreement_sharing": {
  5069. "type": "string",
  5070. "example": "平台收益(元)"
  5071. },
  5072. "click_count": {
  5073. "type": "string",
  5074. "example": "现-点击量"
  5075. },
  5076. "click_rate": {
  5077. "type": "string",
  5078. "example": "现-点击率"
  5079. },
  5080. "date": {
  5081. "type": "string",
  5082. "example": "日期"
  5083. },
  5084. "ecpm": {
  5085. "type": "string",
  5086. "example": "'现-ecpm(元)"
  5087. },
  5088. "exposure_count": {
  5089. "type": "string",
  5090. "example": "现-曝光量"
  5091. },
  5092. "id": {
  5093. "type": "string",
  5094. "example": "id"
  5095. },
  5096. "media_revenue": {
  5097. "type": "string",
  5098. "example": "媒体收益(元)"
  5099. },
  5100. "name": {
  5101. "type": "string",
  5102. "example": "名称"
  5103. },
  5104. "platform": {
  5105. "type": "string",
  5106. "example": "平台名称"
  5107. },
  5108. "settle_amount": {
  5109. "type": "string",
  5110. "example": "结算收益(元)"
  5111. },
  5112. "state": {
  5113. "type": "string",
  5114. "example": "状态id"
  5115. }
  5116. }
  5117. },
  5118. "md.DataCenterIncomeDataDetail": {
  5119. "type": "object",
  5120. "properties": {
  5121. "agent_revenue": {
  5122. "type": "string",
  5123. "example": "代理收益(元)"
  5124. },
  5125. "agent_revenue_rate": {
  5126. "type": "string",
  5127. "example": "代理收益百分比"
  5128. },
  5129. "agent_reward": {
  5130. "type": "array",
  5131. "items": {
  5132. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  5133. }
  5134. },
  5135. "agreement_sharing": {
  5136. "type": "string",
  5137. "example": "平台收益(元)"
  5138. },
  5139. "agreement_sharing_rate": {
  5140. "type": "string",
  5141. "example": "平台收益百分比"
  5142. },
  5143. "create_at": {
  5144. "type": "string"
  5145. },
  5146. "data_source": {
  5147. "type": "string",
  5148. "example": "数据来源"
  5149. },
  5150. "media_revenue": {
  5151. "type": "string",
  5152. "example": "媒体收益(元)"
  5153. },
  5154. "media_revenue_rate": {
  5155. "type": "string",
  5156. "example": "媒体收益百分比"
  5157. },
  5158. "medium_name": {
  5159. "type": "string",
  5160. "example": "媒体名称"
  5161. },
  5162. "platform": {
  5163. "type": "string",
  5164. "example": "填充来源"
  5165. },
  5166. "update_at": {
  5167. "type": "string"
  5168. }
  5169. }
  5170. },
  5171. "md.DataCenterIncomeDataRes": {
  5172. "type": "object",
  5173. "properties": {
  5174. "list": {
  5175. "type": "array",
  5176. "items": {
  5177. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  5178. }
  5179. },
  5180. "platform": {
  5181. "type": "array",
  5182. "items": {
  5183. "$ref": "#/definitions/md.SelectData"
  5184. }
  5185. },
  5186. "state": {
  5187. "type": "array",
  5188. "items": {
  5189. "$ref": "#/definitions/md.SelectData"
  5190. }
  5191. },
  5192. "total": {
  5193. "type": "integer"
  5194. }
  5195. }
  5196. },
  5197. "md.DataCenterOriginalDataCommReq": {
  5198. "type": "object",
  5199. "properties": {
  5200. "id": {
  5201. "type": "string",
  5202. "example": "列表id"
  5203. }
  5204. }
  5205. },
  5206. "md.DataCenterOriginalDataData": {
  5207. "type": "object",
  5208. "properties": {
  5209. "adv_name": {
  5210. "type": "string",
  5211. "example": "广告位"
  5212. },
  5213. "click_count": {
  5214. "type": "string",
  5215. "example": "点击量"
  5216. },
  5217. "click_rate": {
  5218. "type": "string",
  5219. "example": "点击率"
  5220. },
  5221. "date": {
  5222. "type": "string",
  5223. "example": "日期"
  5224. },
  5225. "ecpm": {
  5226. "type": "string",
  5227. "example": "'ecpm(元)"
  5228. },
  5229. "exposure_count": {
  5230. "type": "string",
  5231. "example": "曝光量"
  5232. },
  5233. "exposure_rate": {
  5234. "type": "string",
  5235. "example": "曝光率"
  5236. },
  5237. "id": {
  5238. "type": "string",
  5239. "example": "id"
  5240. },
  5241. "is_apply": {
  5242. "type": "string",
  5243. "example": "是否已应用"
  5244. },
  5245. "name": {
  5246. "type": "string",
  5247. "example": "名称"
  5248. },
  5249. "platform": {
  5250. "type": "string",
  5251. "example": "平台名称"
  5252. },
  5253. "publisher_income": {
  5254. "type": "string",
  5255. "example": "总收益(元)"
  5256. },
  5257. "req_succ_count": {
  5258. "type": "string",
  5259. "example": "拉取量"
  5260. },
  5261. "state": {
  5262. "type": "string",
  5263. "example": "状态id"
  5264. }
  5265. }
  5266. },
  5267. "md.DataCenterOriginalDataMoreApplicationData": {
  5268. "type": "object",
  5269. "properties": {
  5270. "ad_id": {
  5271. "type": "string",
  5272. "example": "广告位id"
  5273. },
  5274. "adv_name": {
  5275. "type": "string",
  5276. "example": "广告位"
  5277. },
  5278. "app_id": {
  5279. "type": "string",
  5280. "example": "小程序id"
  5281. },
  5282. "id": {
  5283. "type": "string",
  5284. "example": "id"
  5285. },
  5286. "logo": {
  5287. "type": "string"
  5288. },
  5289. "name": {
  5290. "type": "string",
  5291. "example": "名称"
  5292. },
  5293. "state": {
  5294. "type": "string",
  5295. "example": "状态id"
  5296. }
  5297. }
  5298. },
  5299. "md.DataCenterOriginalDataMoreApplicationReq": {
  5300. "type": "object",
  5301. "properties": {
  5302. "limit": {
  5303. "type": "string"
  5304. },
  5305. "name": {
  5306. "type": "string"
  5307. },
  5308. "page": {
  5309. "type": "string"
  5310. }
  5311. }
  5312. },
  5313. "md.DataCenterOriginalDataMoreApplicationRes": {
  5314. "type": "object",
  5315. "properties": {
  5316. "list": {
  5317. "type": "array",
  5318. "items": {
  5319. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  5320. }
  5321. },
  5322. "state": {
  5323. "type": "array",
  5324. "items": {
  5325. "$ref": "#/definitions/md.SelectData"
  5326. }
  5327. },
  5328. "total": {
  5329. "type": "integer"
  5330. }
  5331. }
  5332. },
  5333. "md.DataCenterOriginalDataOneApplicationAdListData": {
  5334. "type": "object",
  5335. "properties": {
  5336. "ad_id": {
  5337. "type": "string",
  5338. "example": "广告位id"
  5339. },
  5340. "id": {
  5341. "type": "string",
  5342. "example": "id"
  5343. },
  5344. "name": {
  5345. "type": "string",
  5346. "example": "名称"
  5347. },
  5348. "state": {
  5349. "type": "string",
  5350. "example": "状态id"
  5351. }
  5352. }
  5353. },
  5354. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  5355. "type": "object",
  5356. "properties": {
  5357. "app_id": {
  5358. "type": "string"
  5359. }
  5360. }
  5361. },
  5362. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  5363. "type": "object",
  5364. "properties": {
  5365. "list": {
  5366. "type": "array",
  5367. "items": {
  5368. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  5369. }
  5370. },
  5371. "state": {
  5372. "type": "array",
  5373. "items": {
  5374. "$ref": "#/definitions/md.SelectData"
  5375. }
  5376. }
  5377. }
  5378. },
  5379. "md.DataCenterOriginalDataOneApplicationData": {
  5380. "type": "object",
  5381. "properties": {
  5382. "app_id": {
  5383. "type": "string",
  5384. "example": "小程序id"
  5385. },
  5386. "id": {
  5387. "type": "string",
  5388. "example": "id"
  5389. },
  5390. "logo": {
  5391. "type": "string"
  5392. },
  5393. "name": {
  5394. "type": "string",
  5395. "example": "名称"
  5396. }
  5397. }
  5398. },
  5399. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  5400. "type": "object",
  5401. "properties": {
  5402. "ad_id": {
  5403. "type": "string"
  5404. },
  5405. "app_id": {
  5406. "type": "string"
  5407. },
  5408. "date": {
  5409. "type": "string",
  5410. "example": "2024-08-28"
  5411. }
  5412. }
  5413. },
  5414. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  5415. "type": "object",
  5416. "properties": {
  5417. "ad_id": {
  5418. "type": "string"
  5419. },
  5420. "ad_slot": {
  5421. "type": "string",
  5422. "example": "广告位类型名称"
  5423. },
  5424. "click_count": {
  5425. "type": "string",
  5426. "example": "点击量"
  5427. },
  5428. "click_rate": {
  5429. "type": "string",
  5430. "example": "点击率"
  5431. },
  5432. "ecpm": {
  5433. "type": "string",
  5434. "example": "ecpm(元)"
  5435. },
  5436. "exposure_count": {
  5437. "type": "string",
  5438. "example": "曝光量"
  5439. },
  5440. "exposure_rate": {
  5441. "type": "string",
  5442. "example": "曝光率"
  5443. },
  5444. "publisher_income": {
  5445. "type": "string",
  5446. "example": "总收益(元)"
  5447. },
  5448. "req_succ_count": {
  5449. "type": "string",
  5450. "example": "拉取量"
  5451. }
  5452. }
  5453. },
  5454. "md.DataCenterOriginalDataOneApplicationRes": {
  5455. "type": "object",
  5456. "properties": {
  5457. "list": {
  5458. "type": "array",
  5459. "items": {
  5460. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  5461. }
  5462. }
  5463. }
  5464. },
  5465. "md.DataCenterOriginalDataReq": {
  5466. "type": "object",
  5467. "properties": {
  5468. "end_time": {
  5469. "type": "string"
  5470. },
  5471. "limit": {
  5472. "type": "string"
  5473. },
  5474. "name": {
  5475. "type": "string"
  5476. },
  5477. "page": {
  5478. "type": "string"
  5479. },
  5480. "platform": {
  5481. "type": "string"
  5482. },
  5483. "start_time": {
  5484. "type": "string"
  5485. },
  5486. "state": {
  5487. "type": "string"
  5488. }
  5489. }
  5490. },
  5491. "md.DataCenterOriginalDataRes": {
  5492. "type": "object",
  5493. "properties": {
  5494. "list": {
  5495. "type": "array",
  5496. "items": {
  5497. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  5498. }
  5499. },
  5500. "platform": {
  5501. "type": "array",
  5502. "items": {
  5503. "$ref": "#/definitions/md.SelectData"
  5504. }
  5505. },
  5506. "state": {
  5507. "type": "array",
  5508. "items": {
  5509. "$ref": "#/definitions/md.SelectData"
  5510. }
  5511. },
  5512. "total": {
  5513. "type": "integer"
  5514. }
  5515. }
  5516. },
  5517. "md.DivisionStrategyData": {
  5518. "type": "object",
  5519. "properties": {
  5520. "account": {
  5521. "type": "string",
  5522. "example": "账号"
  5523. },
  5524. "agent_revenue_rate": {
  5525. "type": "string",
  5526. "example": "代理收益百分比"
  5527. },
  5528. "agreement_sharing_rate": {
  5529. "type": "string",
  5530. "example": "协议分成百分比"
  5531. },
  5532. "commission_retention_rate": {
  5533. "type": "string",
  5534. "example": "佣金留存百分比"
  5535. },
  5536. "extra_revenue_rate": {
  5537. "type": "string",
  5538. "example": "额外收益百分比"
  5539. },
  5540. "id": {
  5541. "type": "string",
  5542. "example": "id"
  5543. },
  5544. "media_revenue_rate": {
  5545. "type": "string",
  5546. "example": "媒体收益百分比"
  5547. },
  5548. "medium_id": {
  5549. "type": "string",
  5550. "example": "媒体id"
  5551. },
  5552. "name": {
  5553. "type": "string",
  5554. "example": "名称"
  5555. },
  5556. "platform_retention_rate": {
  5557. "type": "string",
  5558. "example": "平台留存百分比"
  5559. }
  5560. }
  5561. },
  5562. "md.DivisionStrategyDetailByAgent": {
  5563. "type": "object",
  5564. "properties": {
  5565. "account": {
  5566. "type": "string",
  5567. "example": "账号"
  5568. },
  5569. "agent_id": {
  5570. "type": "string",
  5571. "example": "代理id"
  5572. },
  5573. "agent_revenue_rate": {
  5574. "type": "string",
  5575. "example": "佣金比例"
  5576. },
  5577. "extra_revenue_rate": {
  5578. "type": "string",
  5579. "example": "额外奖励"
  5580. },
  5581. "name": {
  5582. "type": "string",
  5583. "example": "名称"
  5584. }
  5585. }
  5586. },
  5587. "md.DivisionStrategyDetailReq": {
  5588. "type": "object",
  5589. "properties": {
  5590. "medium_id": {
  5591. "type": "string"
  5592. }
  5593. }
  5594. },
  5595. "md.DivisionStrategyDetailRes": {
  5596. "type": "object",
  5597. "properties": {
  5598. "account": {
  5599. "type": "string",
  5600. "example": "账号"
  5601. },
  5602. "agent_list": {
  5603. "type": "array",
  5604. "items": {
  5605. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  5606. }
  5607. },
  5608. "agent_revenue_rate": {
  5609. "type": "string",
  5610. "example": "代理收益百分比"
  5611. },
  5612. "agreement_sharing_rate": {
  5613. "type": "string",
  5614. "example": "协议分成百分比"
  5615. },
  5616. "commission_retention_rate": {
  5617. "type": "string",
  5618. "example": "佣金留存百分比"
  5619. },
  5620. "extra_revenue_rate": {
  5621. "type": "string",
  5622. "example": "额外收益百分比"
  5623. },
  5624. "media_revenue_rate": {
  5625. "type": "string",
  5626. "example": "媒体收益百分比"
  5627. },
  5628. "medium_id": {
  5629. "type": "string",
  5630. "example": "媒体id"
  5631. },
  5632. "name": {
  5633. "type": "string",
  5634. "example": "名称"
  5635. },
  5636. "platform_retention_rate": {
  5637. "type": "string",
  5638. "example": "平台留存百分比"
  5639. }
  5640. }
  5641. },
  5642. "md.DivisionStrategyReq": {
  5643. "type": "object",
  5644. "properties": {
  5645. "limit": {
  5646. "type": "string"
  5647. },
  5648. "name": {
  5649. "type": "string"
  5650. },
  5651. "page": {
  5652. "type": "string"
  5653. }
  5654. }
  5655. },
  5656. "md.DivisionStrategyRes": {
  5657. "type": "object",
  5658. "properties": {
  5659. "list": {
  5660. "type": "array",
  5661. "items": {
  5662. "$ref": "#/definitions/md.DivisionStrategyData"
  5663. }
  5664. },
  5665. "total": {
  5666. "type": "integer"
  5667. }
  5668. }
  5669. },
  5670. "md.FinanceCenterDataData": {
  5671. "type": "object",
  5672. "properties": {
  5673. "all_income": {
  5674. "type": "string",
  5675. "example": "合计收益"
  5676. },
  5677. "change_income": {
  5678. "type": "string",
  5679. "example": "调价留存"
  5680. },
  5681. "commission_income": {
  5682. "type": "string",
  5683. "example": "佣金留存"
  5684. },
  5685. "id": {
  5686. "type": "string"
  5687. },
  5688. "label": {
  5689. "type": "string"
  5690. },
  5691. "medium_income": {
  5692. "type": "string",
  5693. "example": "媒体结算"
  5694. },
  5695. "name": {
  5696. "type": "string",
  5697. "example": "媒体名称"
  5698. },
  5699. "other_income": {
  5700. "type": "string",
  5701. "example": "其他调整"
  5702. },
  5703. "pay_state": {
  5704. "type": "string",
  5705. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  5706. },
  5707. "platform_income": {
  5708. "type": "string",
  5709. "example": "平台留存"
  5710. },
  5711. "settle_type": {
  5712. "type": "string",
  5713. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  5714. },
  5715. "state": {
  5716. "type": "string",
  5717. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  5718. },
  5719. "time_str": {
  5720. "type": "string",
  5721. "example": "业务时间"
  5722. },
  5723. "top_income": {
  5724. "type": "string",
  5725. "example": "上游结算"
  5726. }
  5727. }
  5728. },
  5729. "md.FinanceCenterDataReq": {
  5730. "type": "object",
  5731. "properties": {
  5732. "end_time": {
  5733. "type": "string"
  5734. },
  5735. "limit": {
  5736. "type": "string"
  5737. },
  5738. "page": {
  5739. "type": "string"
  5740. },
  5741. "pay_state": {
  5742. "type": "string",
  5743. "example": "读 settle_pay_state返回的"
  5744. },
  5745. "start_time": {
  5746. "type": "string",
  5747. "example": "2024-08-29"
  5748. }
  5749. }
  5750. },
  5751. "md.FinanceCenterDataRes": {
  5752. "type": "object",
  5753. "properties": {
  5754. "business_kind": {
  5755. "type": "array",
  5756. "items": {
  5757. "$ref": "#/definitions/md.SelectData"
  5758. }
  5759. },
  5760. "list": {
  5761. "type": "array",
  5762. "items": {
  5763. "$ref": "#/definitions/md.FinanceCenterDataData"
  5764. }
  5765. },
  5766. "settle_pay_state": {
  5767. "type": "array",
  5768. "items": {
  5769. "$ref": "#/definitions/md.SelectData"
  5770. }
  5771. },
  5772. "settle_state": {
  5773. "type": "array",
  5774. "items": {
  5775. "$ref": "#/definitions/md.SelectData"
  5776. }
  5777. },
  5778. "settle_type": {
  5779. "type": "array",
  5780. "items": {
  5781. "$ref": "#/definitions/md.SelectData"
  5782. }
  5783. },
  5784. "total": {
  5785. "type": "integer"
  5786. }
  5787. }
  5788. },
  5789. "md.InvoiceFile": {
  5790. "type": "object",
  5791. "properties": {
  5792. "state": {
  5793. "type": "string",
  5794. "example": "0待确认 1审核通过 2审核失败"
  5795. },
  5796. "url": {
  5797. "type": "string"
  5798. }
  5799. }
  5800. },
  5801. "md.InvoiceReq": {
  5802. "type": "object",
  5803. "properties": {
  5804. "file": {
  5805. "type": "array",
  5806. "items": {
  5807. "$ref": "#/definitions/md.InvoiceFile"
  5808. }
  5809. },
  5810. "id": {
  5811. "type": "string",
  5812. "example": "列表id"
  5813. },
  5814. "state": {
  5815. "type": "string",
  5816. "example": "1审核通过 2审核失败"
  5817. }
  5818. }
  5819. },
  5820. "md.LoginReq": {
  5821. "type": "object",
  5822. "required": [
  5823. "password",
  5824. "username"
  5825. ],
  5826. "properties": {
  5827. "code": {
  5828. "type": "string",
  5829. "example": "验证码"
  5830. },
  5831. "password": {
  5832. "type": "string",
  5833. "example": "登录密码"
  5834. },
  5835. "username": {
  5836. "type": "string",
  5837. "example": "登录账号"
  5838. }
  5839. }
  5840. },
  5841. "md.LoginResponse": {
  5842. "type": "object",
  5843. "properties": {
  5844. "token": {
  5845. "type": "string"
  5846. }
  5847. }
  5848. },
  5849. "md.MediumListData": {
  5850. "type": "object",
  5851. "properties": {
  5852. "account": {
  5853. "type": "string",
  5854. "example": "媒体账号"
  5855. },
  5856. "business_license_address": {
  5857. "type": "string",
  5858. "example": "营业执照地址"
  5859. },
  5860. "company_name": {
  5861. "type": "string",
  5862. "example": "公司名称"
  5863. },
  5864. "id": {
  5865. "type": "string",
  5866. "example": "id"
  5867. },
  5868. "legal_representative": {
  5869. "type": "string",
  5870. "example": "法定代表人"
  5871. },
  5872. "medium_id": {
  5873. "type": "string",
  5874. "example": "媒体id"
  5875. },
  5876. "memo": {
  5877. "type": "string",
  5878. "example": "备注 审核时填写的"
  5879. },
  5880. "state": {
  5881. "type": "string",
  5882. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5883. },
  5884. "unified_social_credit_code": {
  5885. "type": "string",
  5886. "example": "统一社会信用代码"
  5887. }
  5888. }
  5889. },
  5890. "md.MediumListDelReq": {
  5891. "type": "object",
  5892. "properties": {
  5893. "id": {
  5894. "type": "string",
  5895. "example": "列表id"
  5896. }
  5897. }
  5898. },
  5899. "md.MediumListReq": {
  5900. "type": "object",
  5901. "properties": {
  5902. "id": {
  5903. "type": "string"
  5904. },
  5905. "limit": {
  5906. "type": "string"
  5907. },
  5908. "name": {
  5909. "type": "string"
  5910. },
  5911. "page": {
  5912. "type": "string"
  5913. },
  5914. "state": {
  5915. "type": "string"
  5916. }
  5917. }
  5918. },
  5919. "md.MediumListRes": {
  5920. "type": "object",
  5921. "properties": {
  5922. "list": {
  5923. "type": "array",
  5924. "items": {
  5925. "$ref": "#/definitions/md.MediumListData"
  5926. }
  5927. },
  5928. "state": {
  5929. "type": "array",
  5930. "items": {
  5931. "$ref": "#/definitions/md.SelectData"
  5932. }
  5933. },
  5934. "total": {
  5935. "type": "integer"
  5936. }
  5937. }
  5938. },
  5939. "md.MediumListSaveReq": {
  5940. "type": "object",
  5941. "properties": {
  5942. "medium_id": {
  5943. "type": "string"
  5944. },
  5945. "username": {
  5946. "type": "string"
  5947. }
  5948. }
  5949. },
  5950. "md.MediumQualificationContactData": {
  5951. "type": "object",
  5952. "properties": {
  5953. "account": {
  5954. "type": "string",
  5955. "example": "账号"
  5956. },
  5957. "address": {
  5958. "type": "string",
  5959. "example": "联系地址"
  5960. },
  5961. "company_name": {
  5962. "type": "string",
  5963. "example": "公司名称"
  5964. },
  5965. "email": {
  5966. "type": "string",
  5967. "example": "邮箱地址"
  5968. },
  5969. "id": {
  5970. "type": "string",
  5971. "example": "id"
  5972. },
  5973. "kind": {
  5974. "type": "string",
  5975. "example": "类型(1:企业 2:个人)"
  5976. },
  5977. "medium_id": {
  5978. "type": "string",
  5979. "example": "代理id"
  5980. },
  5981. "memo": {
  5982. "type": "string",
  5983. "example": "备注 审核时填写的"
  5984. },
  5985. "name": {
  5986. "type": "string",
  5987. "example": "联系人"
  5988. },
  5989. "phone": {
  5990. "type": "string",
  5991. "example": "联系电话"
  5992. },
  5993. "state": {
  5994. "type": "string",
  5995. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  5996. }
  5997. }
  5998. },
  5999. "md.MediumQualificationContactRes": {
  6000. "type": "object",
  6001. "properties": {
  6002. "list": {
  6003. "type": "array",
  6004. "items": {
  6005. "$ref": "#/definitions/md.MediumQualificationContactData"
  6006. }
  6007. },
  6008. "state": {
  6009. "type": "array",
  6010. "items": {
  6011. "$ref": "#/definitions/md.SelectData"
  6012. }
  6013. },
  6014. "total": {
  6015. "type": "integer"
  6016. }
  6017. }
  6018. },
  6019. "md.MediumQualificationEnterpriseAuditReq": {
  6020. "type": "object",
  6021. "properties": {
  6022. "medium_id": {
  6023. "type": "string"
  6024. },
  6025. "memo": {
  6026. "type": "string"
  6027. },
  6028. "state": {
  6029. "type": "string"
  6030. }
  6031. }
  6032. },
  6033. "md.MediumQualificationEnterpriseData": {
  6034. "type": "object",
  6035. "properties": {
  6036. "account": {
  6037. "type": "string",
  6038. "example": "账号"
  6039. },
  6040. "business_license_address": {
  6041. "type": "string",
  6042. "example": "营业执照地址"
  6043. },
  6044. "business_license_img_url": {
  6045. "type": "string",
  6046. "example": "营业执照照片"
  6047. },
  6048. "certificate_first_type": {
  6049. "type": "string",
  6050. "example": "证件类型 1级类目id"
  6051. },
  6052. "certificate_type": {
  6053. "type": "string",
  6054. "example": "证件类型 2级类目id"
  6055. },
  6056. "certificate_validity": {
  6057. "type": "string",
  6058. "example": "证件有效期"
  6059. },
  6060. "company_abbreviation": {
  6061. "type": "string",
  6062. "example": "公司简称"
  6063. },
  6064. "company_name": {
  6065. "type": "string",
  6066. "example": "公司名称"
  6067. },
  6068. "country_region": {
  6069. "type": "string",
  6070. "example": "国家地区"
  6071. },
  6072. "country_region_id": {
  6073. "type": "string",
  6074. "example": "国家地区id"
  6075. },
  6076. "id": {
  6077. "type": "string",
  6078. "example": "状态选择"
  6079. },
  6080. "kind": {
  6081. "type": "string",
  6082. "example": "类型(1:企业 2:个人)"
  6083. },
  6084. "legal_representative": {
  6085. "type": "string",
  6086. "example": "法定代表人"
  6087. },
  6088. "medium_id": {
  6089. "type": "string",
  6090. "example": "代理id"
  6091. },
  6092. "memo": {
  6093. "type": "string",
  6094. "example": "备注 审核时填写的"
  6095. },
  6096. "registered_address": {
  6097. "type": "string",
  6098. "example": "注册地址"
  6099. },
  6100. "registered_address_city_id": {
  6101. "type": "string",
  6102. "example": "注册地址-市id"
  6103. },
  6104. "registered_address_country_id": {
  6105. "type": "string",
  6106. "example": "注册地址-国家id"
  6107. },
  6108. "registered_address_county_id": {
  6109. "type": "string",
  6110. "example": "注册地址-县/区id"
  6111. },
  6112. "registered_address_province_id": {
  6113. "type": "string",
  6114. "example": "册地址-省份id"
  6115. },
  6116. "state": {
  6117. "type": "string",
  6118. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  6119. },
  6120. "unified_social_credit_code": {
  6121. "type": "string",
  6122. "example": "统一社会信用代码"
  6123. },
  6124. "uuid": {
  6125. "type": "string",
  6126. "example": "站长id"
  6127. }
  6128. }
  6129. },
  6130. "md.MediumQualificationEnterpriseReq": {
  6131. "type": "object",
  6132. "properties": {
  6133. "limit": {
  6134. "type": "string"
  6135. },
  6136. "name": {
  6137. "type": "string"
  6138. },
  6139. "page": {
  6140. "type": "string"
  6141. },
  6142. "state": {
  6143. "type": "string"
  6144. }
  6145. }
  6146. },
  6147. "md.MediumQualificationEnterpriseRes": {
  6148. "type": "object",
  6149. "properties": {
  6150. "list": {
  6151. "type": "array",
  6152. "items": {
  6153. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  6154. }
  6155. },
  6156. "state": {
  6157. "type": "array",
  6158. "items": {
  6159. "$ref": "#/definitions/md.SelectData"
  6160. }
  6161. },
  6162. "total": {
  6163. "type": "integer"
  6164. },
  6165. "type": {
  6166. "type": "array",
  6167. "items": {
  6168. "$ref": "#/definitions/md.SelectData"
  6169. }
  6170. }
  6171. }
  6172. },
  6173. "md.OtherIncomeReq": {
  6174. "type": "object",
  6175. "properties": {
  6176. "amount": {
  6177. "type": "string",
  6178. "example": "其他收益"
  6179. },
  6180. "id": {
  6181. "type": "string",
  6182. "example": "列表id"
  6183. }
  6184. }
  6185. },
  6186. "md.QiNiuBucketRegion": {
  6187. "type": "object",
  6188. "properties": {
  6189. "region_domain": {
  6190. "type": "string",
  6191. "example": "区域域名"
  6192. },
  6193. "region_id": {
  6194. "type": "string",
  6195. "example": "区域id"
  6196. },
  6197. "region_name": {
  6198. "type": "string",
  6199. "example": "区域名称"
  6200. }
  6201. }
  6202. },
  6203. "md.RegisterForAgentReq": {
  6204. "type": "object",
  6205. "required": [
  6206. "password",
  6207. "phone"
  6208. ],
  6209. "properties": {
  6210. "code": {
  6211. "type": "string",
  6212. "example": "验证码"
  6213. },
  6214. "password": {
  6215. "type": "string",
  6216. "example": "登录密码"
  6217. },
  6218. "phone": {
  6219. "type": "string",
  6220. "example": "登录账号"
  6221. }
  6222. }
  6223. },
  6224. "md.RegisterForMediumReq": {
  6225. "type": "object",
  6226. "required": [
  6227. "password",
  6228. "phone"
  6229. ],
  6230. "properties": {
  6231. "code": {
  6232. "type": "string",
  6233. "example": "验证码"
  6234. },
  6235. "password": {
  6236. "type": "string",
  6237. "example": "登录密码"
  6238. },
  6239. "phone": {
  6240. "type": "string",
  6241. "example": "登录账号"
  6242. }
  6243. }
  6244. },
  6245. "md.Response": {
  6246. "type": "object",
  6247. "properties": {
  6248. "code": {
  6249. "type": "string",
  6250. "example": "响应码"
  6251. },
  6252. "data": {
  6253. "description": "内容"
  6254. },
  6255. "msg": {
  6256. "type": "string",
  6257. "example": "具体错误原因"
  6258. }
  6259. }
  6260. },
  6261. "md.RoleBindPermissionGroupReq": {
  6262. "type": "object",
  6263. "required": [
  6264. "role_id"
  6265. ],
  6266. "properties": {
  6267. "permission_ids": {
  6268. "type": "array",
  6269. "items": {
  6270. "type": "integer"
  6271. }
  6272. },
  6273. "role_id": {
  6274. "type": "integer"
  6275. }
  6276. }
  6277. },
  6278. "md.SelectData": {
  6279. "type": "object",
  6280. "properties": {
  6281. "name": {
  6282. "type": "string",
  6283. "example": "名称"
  6284. },
  6285. "value": {
  6286. "type": "string",
  6287. "example": "值"
  6288. }
  6289. }
  6290. },
  6291. "md.SetMobReq": {
  6292. "type": "object",
  6293. "properties": {
  6294. "mob_app_key": {
  6295. "type": "string"
  6296. },
  6297. "mob_app_secret": {
  6298. "type": "string"
  6299. }
  6300. }
  6301. },
  6302. "md.SetOssReq": {
  6303. "type": "object",
  6304. "required": [
  6305. "file_access_key",
  6306. "file_bucket",
  6307. "file_bucket_host",
  6308. "file_bucket_region",
  6309. "file_secret_key"
  6310. ],
  6311. "properties": {
  6312. "file_access_key": {
  6313. "type": "string",
  6314. "example": "对象存储AccessToken"
  6315. },
  6316. "file_bucket": {
  6317. "type": "string",
  6318. "example": "对象存储bucket(空间)"
  6319. },
  6320. "file_bucket_host": {
  6321. "type": "string",
  6322. "example": "对象存储域名"
  6323. },
  6324. "file_bucket_region": {
  6325. "type": "string",
  6326. "example": "文件所属区域"
  6327. },
  6328. "file_secret_key": {
  6329. "type": "string",
  6330. "example": "对象存储SecretToken"
  6331. }
  6332. }
  6333. },
  6334. "md.SetOssResp": {
  6335. "type": "object",
  6336. "properties": {
  6337. "data": {
  6338. "description": "数据内容",
  6339. "allOf": [
  6340. {
  6341. "$ref": "#/definitions/md.SetOssReq"
  6342. }
  6343. ]
  6344. },
  6345. "qi_niu_bucket_region_list": {
  6346. "description": "七牛云存储区域列表",
  6347. "type": "array",
  6348. "items": {
  6349. "$ref": "#/definitions/md.QiNiuBucketRegion"
  6350. }
  6351. }
  6352. }
  6353. },
  6354. "md.SettleCenterDataData": {
  6355. "type": "object",
  6356. "properties": {
  6357. "account": {
  6358. "type": "string"
  6359. },
  6360. "id": {
  6361. "type": "string"
  6362. },
  6363. "name": {
  6364. "type": "string"
  6365. },
  6366. "settle_type": {
  6367. "type": "string"
  6368. },
  6369. "update_at": {
  6370. "type": "string"
  6371. }
  6372. }
  6373. },
  6374. "md.SettleCenterDataDetailReq": {
  6375. "type": "object",
  6376. "properties": {
  6377. "end_time": {
  6378. "type": "string"
  6379. },
  6380. "id": {
  6381. "type": "string"
  6382. },
  6383. "limit": {
  6384. "type": "string"
  6385. },
  6386. "page": {
  6387. "type": "string"
  6388. },
  6389. "start_time": {
  6390. "type": "string",
  6391. "example": "2024-08-29"
  6392. }
  6393. }
  6394. },
  6395. "md.SettleCenterDataReq": {
  6396. "type": "object",
  6397. "properties": {
  6398. "account": {
  6399. "type": "string"
  6400. },
  6401. "limit": {
  6402. "type": "string"
  6403. },
  6404. "name": {
  6405. "type": "string"
  6406. },
  6407. "page": {
  6408. "type": "string"
  6409. },
  6410. "state": {
  6411. "type": "string"
  6412. }
  6413. }
  6414. },
  6415. "md.SettleCenterDataRes": {
  6416. "type": "object",
  6417. "properties": {
  6418. "list": {
  6419. "type": "array",
  6420. "items": {
  6421. "$ref": "#/definitions/md.SettleCenterDataData"
  6422. }
  6423. },
  6424. "state": {
  6425. "type": "array",
  6426. "items": {
  6427. "$ref": "#/definitions/md.SelectData"
  6428. }
  6429. },
  6430. "total": {
  6431. "type": "integer"
  6432. }
  6433. }
  6434. },
  6435. "md.SettleCenterDataSaveReq": {
  6436. "type": "object",
  6437. "properties": {
  6438. "id": {
  6439. "type": "string"
  6440. },
  6441. "settle_type": {
  6442. "type": "string"
  6443. }
  6444. }
  6445. },
  6446. "md.SettleFileReq": {
  6447. "type": "object",
  6448. "properties": {
  6449. "file": {
  6450. "type": "string",
  6451. "example": "七牛云链接 带http"
  6452. },
  6453. "id": {
  6454. "type": "string",
  6455. "example": "列表id"
  6456. }
  6457. }
  6458. },
  6459. "md.ShareIndexResp": {
  6460. "type": "object",
  6461. "properties": {
  6462. "agent_domain": {
  6463. "type": "string",
  6464. "example": "代理分享地址"
  6465. },
  6466. "master_id": {
  6467. "type": "string"
  6468. },
  6469. "medium_domain": {
  6470. "type": "string",
  6471. "example": "媒体分享地址"
  6472. }
  6473. }
  6474. },
  6475. "md.UpdateAdminReq": {
  6476. "type": "object",
  6477. "required": [
  6478. "adm_id",
  6479. "password",
  6480. "username"
  6481. ],
  6482. "properties": {
  6483. "adm_id": {
  6484. "type": "integer"
  6485. },
  6486. "memo": {
  6487. "type": "string"
  6488. },
  6489. "password": {
  6490. "type": "string"
  6491. },
  6492. "username": {
  6493. "type": "string"
  6494. }
  6495. }
  6496. },
  6497. "md.UpdateAdminStateReq": {
  6498. "type": "object",
  6499. "required": [
  6500. "adm_id",
  6501. "state"
  6502. ],
  6503. "properties": {
  6504. "adm_id": {
  6505. "type": "integer"
  6506. },
  6507. "state": {
  6508. "type": "integer"
  6509. }
  6510. }
  6511. },
  6512. "md.UpdateRoleReq": {
  6513. "type": "object",
  6514. "required": [
  6515. "memo",
  6516. "name",
  6517. "role_id"
  6518. ],
  6519. "properties": {
  6520. "memo": {
  6521. "type": "string"
  6522. },
  6523. "name": {
  6524. "type": "string"
  6525. },
  6526. "role_id": {
  6527. "type": "integer"
  6528. }
  6529. }
  6530. },
  6531. "md.UpdateRoleStateReq": {
  6532. "type": "object",
  6533. "required": [
  6534. "role_id",
  6535. "state"
  6536. ],
  6537. "properties": {
  6538. "role_id": {
  6539. "type": "integer"
  6540. },
  6541. "state": {
  6542. "type": "integer"
  6543. }
  6544. }
  6545. },
  6546. "md.WxOpenGetResp": {
  6547. "type": "object",
  6548. "properties": {
  6549. "aes_key": {
  6550. "type": "string",
  6551. "example": "消息加解密Key"
  6552. },
  6553. "app_secret": {
  6554. "type": "string",
  6555. "example": "appSecret"
  6556. },
  6557. "appid": {
  6558. "type": "string",
  6559. "example": "appid"
  6560. },
  6561. "token": {
  6562. "type": "string",
  6563. "example": "消息校验Token"
  6564. },
  6565. "wx_open_applet_server_domain": {
  6566. "type": "string",
  6567. "example": "微信开放平台-小程序服务器域名"
  6568. },
  6569. "wx_open_authorization_event_receiving_configuration": {
  6570. "type": "string",
  6571. "example": "微信开放平台-授权事件接收配置"
  6572. },
  6573. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  6574. "type": "string",
  6575. "example": "微信开放平台-登录授权的发起页域名"
  6576. },
  6577. "wx_open_message_and_event_reception_configuration": {
  6578. "type": "string",
  6579. "example": "微信开放平台-消息与事件接收配置"
  6580. },
  6581. "wx_open_white_list_ip": {
  6582. "type": "string",
  6583. "example": "微信开放平台-白名单ip"
  6584. }
  6585. }
  6586. },
  6587. "md.WxOpenSetReq": {
  6588. "type": "object",
  6589. "required": [
  6590. "aes_key",
  6591. "app_secret",
  6592. "appid",
  6593. "token"
  6594. ],
  6595. "properties": {
  6596. "aes_key": {
  6597. "type": "string",
  6598. "example": "消息加解密Key"
  6599. },
  6600. "app_secret": {
  6601. "type": "string",
  6602. "example": "appSecret"
  6603. },
  6604. "appid": {
  6605. "type": "string",
  6606. "example": "appid"
  6607. },
  6608. "token": {
  6609. "type": "string",
  6610. "example": "消息校验Token"
  6611. }
  6612. }
  6613. }
  6614. },
  6615. "securityDefinitions": {
  6616. "MasterID": {
  6617. "type": "apiKey",
  6618. "name": "MasterID",
  6619. "in": "header"
  6620. }
  6621. }
  6622. }`
  6623. // SwaggerInfo holds exported Swagger Info so clients can modify it
  6624. var SwaggerInfo = &swag.Spec{
  6625. Version: "1.0",
  6626. Host: "localhost:1002 or xxxx.advertisement.dengbiao.top",
  6627. BasePath: "",
  6628. Schemes: []string{},
  6629. Title: "广告联盟-站长平台",
  6630. Description: "站长后台接口",
  6631. InfoInstanceName: "swagger",
  6632. SwaggerTemplate: docTemplate,
  6633. }
  6634. func init() {
  6635. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  6636. }