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

6394 lines
160 KiB

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