广告平台(媒体使用)
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

2362 Zeilen
56 KiB

  1. definitions:
  2. md.AccountBase:
  3. properties:
  4. admin_phone:
  5. example: 管理员手机号
  6. type: string
  7. company_abbreviation:
  8. example: 公司简称
  9. type: string
  10. company_name:
  11. example: 公司名称
  12. type: string
  13. contact_address:
  14. example: 联系地址
  15. type: string
  16. contact_email:
  17. example: 邮箱
  18. type: string
  19. contact_name:
  20. example: 联系人
  21. type: string
  22. contact_phone:
  23. example: 联系电话
  24. type: string
  25. country_region:
  26. example: 国家地区
  27. type: string
  28. currency_conf:
  29. example: 结算币种
  30. type: string
  31. medium_id:
  32. example: 账户ID
  33. type: string
  34. nickname:
  35. example: 昵称
  36. type: string
  37. type: object
  38. md.AccountUpdatePasswordReq:
  39. properties:
  40. captcha:
  41. example: 验证码
  42. type: string
  43. password:
  44. example: 登录密码
  45. type: string
  46. type: object
  47. md.AddAdminReq:
  48. properties:
  49. memo:
  50. type: string
  51. password:
  52. type: string
  53. username:
  54. type: string
  55. required:
  56. - password
  57. - username
  58. type: object
  59. md.AddRoleReq:
  60. properties:
  61. memo:
  62. type: string
  63. name:
  64. type: string
  65. required:
  66. - memo
  67. - name
  68. type: object
  69. md.AdminListReq:
  70. properties:
  71. limit:
  72. type: integer
  73. page:
  74. type: integer
  75. state:
  76. type: integer
  77. username:
  78. type: string
  79. type: object
  80. md.AppletApplicationAdSpaceListData:
  81. properties:
  82. ad_id:
  83. example: 广告位id
  84. type: string
  85. app_id:
  86. example: 小程序appid
  87. type: string
  88. app_name:
  89. type: string
  90. cooperate_state:
  91. example: 合作状态
  92. type: string
  93. id:
  94. example: id
  95. type: string
  96. kind:
  97. example: 广告位类型
  98. type: string
  99. logo:
  100. example: logo
  101. type: string
  102. memo:
  103. example: 备注
  104. type: string
  105. name:
  106. example: 应用名称
  107. type: string
  108. platform:
  109. example: 平台
  110. type: string
  111. state:
  112. example: 应用状态 state=2 才能再次编辑
  113. type: string
  114. type: object
  115. md.AppletApplicationAdSpaceListReq:
  116. properties:
  117. ad_type:
  118. example: 广告位类型
  119. type: string
  120. cooperate_state:
  121. example: 合作状态
  122. type: string
  123. limit:
  124. type: string
  125. name:
  126. type: string
  127. page:
  128. type: string
  129. platform:
  130. type: string
  131. type: object
  132. md.AppletApplicationAdSpaceListRes:
  133. properties:
  134. ad_type:
  135. items:
  136. $ref: '#/definitions/md.SelectData'
  137. type: array
  138. application:
  139. items:
  140. additionalProperties:
  141. type: string
  142. type: object
  143. type: array
  144. cooperate_state:
  145. items:
  146. $ref: '#/definitions/md.SelectData'
  147. type: array
  148. list:
  149. items:
  150. $ref: '#/definitions/md.AppletApplicationAdSpaceListData'
  151. type: array
  152. platform:
  153. items:
  154. $ref: '#/definitions/md.SelectData'
  155. type: array
  156. state:
  157. items:
  158. $ref: '#/definitions/md.SelectData'
  159. type: array
  160. total:
  161. type: integer
  162. type: object
  163. md.AppletApplicationAdSpaceSaveReq:
  164. properties:
  165. app_id:
  166. example: 小程序appid
  167. type: string
  168. kind:
  169. example: 广告类型
  170. type: string
  171. name:
  172. example: 应用名称
  173. type: string
  174. type: object
  175. md.AppletApplicationListData:
  176. properties:
  177. app_id:
  178. example: 小程序appid
  179. type: string
  180. cooperate_state:
  181. example: 合作状态
  182. type: string
  183. id:
  184. example: id
  185. type: string
  186. logo:
  187. example: logo
  188. type: string
  189. memo:
  190. example: 备注
  191. type: string
  192. name:
  193. example: 应用名称
  194. type: string
  195. original_id:
  196. example: 小程序id
  197. type: string
  198. platform:
  199. example: 平台
  200. type: string
  201. state:
  202. example: 应用状态 state=3 才能再次编辑
  203. type: string
  204. type: object
  205. md.AppletApplicationListReq:
  206. properties:
  207. cooperate_state:
  208. example: 合作状态
  209. type: string
  210. limit:
  211. type: string
  212. name:
  213. type: string
  214. page:
  215. type: string
  216. platform:
  217. type: string
  218. type: object
  219. md.AppletApplicationListRes:
  220. properties:
  221. cooperate_state:
  222. items:
  223. $ref: '#/definitions/md.SelectData'
  224. type: array
  225. list:
  226. items:
  227. $ref: '#/definitions/md.AppletApplicationListData'
  228. type: array
  229. platform:
  230. items:
  231. $ref: '#/definitions/md.SelectData'
  232. type: array
  233. state:
  234. items:
  235. $ref: '#/definitions/md.SelectData'
  236. type: array
  237. total:
  238. type: integer
  239. type: object
  240. md.AppletApplicationSaveReq:
  241. properties:
  242. app_id:
  243. example: 小程序appid
  244. type: string
  245. id:
  246. example: id
  247. type: string
  248. logo:
  249. example: logo
  250. type: string
  251. name:
  252. example: 应用名称
  253. type: string
  254. original_id:
  255. example: 小程序id
  256. type: string
  257. platform:
  258. example: 平台 微信小程序:wx_applet
  259. type: string
  260. type: object
  261. md.BindAdminRoleReq:
  262. properties:
  263. id:
  264. type: integer
  265. role_ids:
  266. items:
  267. type: integer
  268. type: array
  269. required:
  270. - id
  271. type: object
  272. md.CommDetailReq:
  273. properties:
  274. id:
  275. example: 列表id
  276. type: string
  277. type: object
  278. md.DataCenterRecordOutPutReq:
  279. properties:
  280. ad_type:
  281. example: 广告位类型
  282. type: string
  283. app_id:
  284. example: 应用
  285. type: string
  286. end_date:
  287. example: "2024-08-30"
  288. type: string
  289. limit:
  290. example: 10000 个一页
  291. type: string
  292. page:
  293. type: string
  294. platform:
  295. example: 平台
  296. type: string
  297. start_date:
  298. example: 2024-08-30 默认查昨天的 最近7天
  299. type: string
  300. type: object
  301. md.DataCenterRecordReq:
  302. properties:
  303. ad_type:
  304. example: 广告位类型
  305. type: string
  306. app_id:
  307. example: 应用
  308. type: string
  309. end_date:
  310. example: "2024-08-30"
  311. type: string
  312. limit:
  313. type: string
  314. page:
  315. type: string
  316. platform:
  317. example: 平台
  318. type: string
  319. start_date:
  320. example: 2024-08-30 默认查昨天的 最近7天
  321. type: string
  322. type: object
  323. md.DataCenterRecordRes:
  324. properties:
  325. list:
  326. items:
  327. $ref: '#/definitions/md.DataCenterTotalData'
  328. type: array
  329. total:
  330. type: integer
  331. type: object
  332. md.DataCenterTableData:
  333. properties:
  334. date:
  335. example: 日期
  336. type: string
  337. ecpm:
  338. example: ecpm
  339. type: string
  340. exposure_count:
  341. example: 曝光量
  342. type: string
  343. media_revenue:
  344. example: 预估收益
  345. type: string
  346. type: object
  347. md.DataCenterTableReq:
  348. properties:
  349. ad_type:
  350. example: 广告位类型
  351. type: string
  352. app_id:
  353. example: 应用
  354. type: string
  355. end_date:
  356. example: "2024-08-30"
  357. type: string
  358. platform:
  359. example: 平台
  360. type: string
  361. start_date:
  362. example: 2024-08-30 默认查昨天的 最近7天
  363. type: string
  364. type: object
  365. md.DataCenterTableRes:
  366. properties:
  367. list:
  368. items:
  369. $ref: '#/definitions/md.DataCenterTableData'
  370. type: array
  371. type: object
  372. md.DataCenterTotalData:
  373. properties:
  374. adv_name:
  375. type: string
  376. app_name:
  377. type: string
  378. click_count:
  379. example: 点击量
  380. type: string
  381. click_rate:
  382. example: 点击率
  383. type: string
  384. date:
  385. example: 日期
  386. type: string
  387. ecpm:
  388. example: ecpm
  389. type: string
  390. exposure_count:
  391. example: 曝光量
  392. type: string
  393. media_revenue:
  394. example: 预估收益
  395. type: string
  396. platform_name:
  397. type: string
  398. type: object
  399. md.FinancialDynamicsMediumListData:
  400. properties:
  401. amount:
  402. example: 支付金额
  403. type: string
  404. business_kind:
  405. example: 支付类型(1:广告合作)
  406. type: string
  407. certificate:
  408. example: 支付凭证
  409. type: string
  410. id:
  411. type: string
  412. memo:
  413. example: 备注
  414. type: string
  415. pay_method:
  416. example: 支付方式 0对私 1对公
  417. type: string
  418. pay_time:
  419. example: 支付时间
  420. type: string
  421. type: object
  422. md.FinancialDynamicsMediumListReq:
  423. properties:
  424. end_time:
  425. type: string
  426. limit:
  427. type: string
  428. page:
  429. type: string
  430. start_time:
  431. example: "2024-08-29 00:00:00"
  432. type: string
  433. type: object
  434. md.FinancialDynamicsMediumListRes:
  435. properties:
  436. business_kind:
  437. items:
  438. $ref: '#/definitions/md.SelectData'
  439. type: array
  440. list:
  441. items:
  442. $ref: '#/definitions/md.FinancialDynamicsMediumListData'
  443. type: array
  444. pay_method:
  445. items:
  446. $ref: '#/definitions/md.SelectData'
  447. type: array
  448. total:
  449. type: integer
  450. type: object
  451. md.FinancialDynamicsMediumTotalReq:
  452. properties:
  453. end_time:
  454. type: string
  455. start_time:
  456. example: "2024-08-29 00:00:00"
  457. type: string
  458. type: object
  459. md.FinancialDynamicsMediumTotalRes:
  460. properties:
  461. all_amount:
  462. example: 预付总金额
  463. type: string
  464. balance_amount:
  465. example: 账户余额
  466. type: string
  467. pay_count:
  468. example: 预付次数
  469. type: string
  470. use_amount:
  471. example: 已消耗金额
  472. type: string
  473. type: object
  474. md.ImgReqUpload:
  475. properties:
  476. dir:
  477. type: string
  478. file_name:
  479. type: string
  480. file_size:
  481. description: 文件大小, 单位byte
  482. type: integer
  483. type: object
  484. md.IndexAppListData:
  485. properties:
  486. list:
  487. items:
  488. $ref: '#/definitions/md.IndexAppListDataList'
  489. type: array
  490. logo:
  491. type: string
  492. name:
  493. type: string
  494. table_list:
  495. items:
  496. type: string
  497. type: array
  498. type: object
  499. md.IndexAppListDataList:
  500. properties:
  501. bili:
  502. type: string
  503. name:
  504. type: string
  505. type:
  506. type: string
  507. value:
  508. type: string
  509. type: object
  510. md.IndexAppListReq:
  511. properties:
  512. end_date:
  513. example: "2024-08-30"
  514. type: string
  515. sort:
  516. example: 排序
  517. type: string
  518. start_date:
  519. example: "2024-08-30"
  520. type: string
  521. type: object
  522. md.IndexAppListRes:
  523. properties:
  524. list:
  525. items:
  526. $ref: '#/definitions/md.IndexAppListData'
  527. type: array
  528. sort:
  529. items:
  530. $ref: '#/definitions/md.SelectData'
  531. type: array
  532. type: object
  533. md.Invoice:
  534. properties:
  535. count:
  536. type: string
  537. file:
  538. items:
  539. $ref: '#/definitions/md.InvoiceFile'
  540. type: array
  541. time:
  542. type: string
  543. type:
  544. type: string
  545. type: object
  546. md.InvoiceCenterDataData:
  547. properties:
  548. amount:
  549. example: 结算金额
  550. type: string
  551. count:
  552. example: 数量
  553. type: string
  554. id:
  555. type: string
  556. month:
  557. example: 订单月份
  558. type: string
  559. state:
  560. example: 结算单状态(0:待审核 1:审核通过 2:审核拒绝)
  561. type: string
  562. time_str:
  563. example: 上传时间
  564. type: string
  565. type: object
  566. md.InvoiceCenterDataDetailData:
  567. properties:
  568. count:
  569. example: 数量
  570. type: string
  571. file:
  572. items:
  573. $ref: '#/definitions/md.InvoiceFile'
  574. type: array
  575. state:
  576. example: 结算单状态(0:待审核 1:审核通过 2:审核拒绝)
  577. type: string
  578. time_str:
  579. example: 上传时间
  580. type: string
  581. type: object
  582. md.InvoiceCenterDataDetailRes:
  583. properties:
  584. data:
  585. $ref: '#/definitions/md.InvoiceCenterDataDetailData'
  586. state:
  587. items:
  588. $ref: '#/definitions/md.SelectData'
  589. type: array
  590. type: object
  591. md.InvoiceCenterDataReq:
  592. properties:
  593. limit:
  594. type: string
  595. page:
  596. type: string
  597. type:
  598. example: 0电子发票 1纸质发票
  599. type: string
  600. type: object
  601. md.InvoiceCenterDataRes:
  602. properties:
  603. list:
  604. items:
  605. $ref: '#/definitions/md.InvoiceCenterDataData'
  606. type: array
  607. state:
  608. items:
  609. $ref: '#/definitions/md.SelectData'
  610. type: array
  611. total:
  612. type: integer
  613. type: object
  614. md.InvoiceFile:
  615. properties:
  616. state:
  617. example: 0待确认 1审核通过 2审核失败
  618. type: string
  619. url:
  620. type: string
  621. type: object
  622. md.InvoiceReq:
  623. properties:
  624. file:
  625. items:
  626. $ref: '#/definitions/md.InvoiceFile'
  627. type: array
  628. id:
  629. example: 列表id
  630. type: string
  631. type:
  632. example: 0电子发票 1纸质发票
  633. type: string
  634. type: object
  635. md.LoginPhoneReq:
  636. properties:
  637. captcha:
  638. example: 验证码
  639. type: string
  640. username:
  641. example: 登录账号
  642. type: string
  643. required:
  644. - captcha
  645. - username
  646. type: object
  647. md.LoginReq:
  648. properties:
  649. code:
  650. example: 验证码
  651. type: string
  652. password:
  653. example: 登录密码
  654. type: string
  655. username:
  656. example: 登录账号
  657. type: string
  658. required:
  659. - password
  660. - username
  661. type: object
  662. md.LoginResponse:
  663. properties:
  664. token:
  665. type: string
  666. type: object
  667. md.MediumBankInfo:
  668. properties:
  669. bank:
  670. type: string
  671. bank_branch:
  672. type: string
  673. bank_no:
  674. type: string
  675. currency_conf:
  676. type: string
  677. id:
  678. type: string
  679. licence:
  680. type: string
  681. medium_id:
  682. type: string
  683. memo:
  684. type: string
  685. state:
  686. type: string
  687. uuid:
  688. type: string
  689. type: object
  690. md.MediumContactInfo:
  691. properties:
  692. address:
  693. type: string
  694. email:
  695. type: string
  696. id:
  697. type: string
  698. medium_id:
  699. type: string
  700. memo:
  701. type: string
  702. name:
  703. type: string
  704. phone:
  705. type: string
  706. state:
  707. type: string
  708. uuid:
  709. type: string
  710. type: object
  711. md.MediumList:
  712. properties:
  713. business_license_address:
  714. type: string
  715. business_license_img_url:
  716. type: string
  717. certificate_first_type:
  718. type: string
  719. certificate_type:
  720. type: string
  721. certificate_validity:
  722. type: string
  723. company_abbreviation:
  724. type: string
  725. company_name:
  726. type: string
  727. country_region:
  728. type: string
  729. country_region_id:
  730. type: string
  731. id:
  732. type: string
  733. kind:
  734. type: string
  735. legal_representative:
  736. type: string
  737. medium_id:
  738. type: string
  739. memo:
  740. type: string
  741. registered_address:
  742. type: string
  743. registered_address_city_id:
  744. type: string
  745. registered_address_country_id:
  746. type: string
  747. registered_address_county_id:
  748. type: string
  749. registered_address_province_id:
  750. type: string
  751. state:
  752. type: string
  753. unified_social_credit_code:
  754. type: string
  755. uuid:
  756. type: string
  757. type: object
  758. md.Response:
  759. properties:
  760. code:
  761. example: 响应码
  762. type: string
  763. data:
  764. description: 内容
  765. msg:
  766. example: 具体错误原因
  767. type: string
  768. type: object
  769. md.RoleBindPermissionGroupReq:
  770. properties:
  771. permission_ids:
  772. items:
  773. type: integer
  774. type: array
  775. role_id:
  776. type: integer
  777. required:
  778. - role_id
  779. type: object
  780. md.SelectData:
  781. properties:
  782. name:
  783. example: 名称
  784. type: string
  785. value:
  786. example: 值
  787. type: string
  788. type: object
  789. md.SettleCenterDataData:
  790. properties:
  791. all_income:
  792. example: 合计收益
  793. type: string
  794. business_kind:
  795. example: 业务类型(1:广告合作)
  796. type: string
  797. id:
  798. type: string
  799. label:
  800. type: string
  801. medium_income:
  802. example: 媒体结算
  803. type: string
  804. other_income:
  805. example: 其他调整
  806. type: string
  807. pay_state:
  808. example: 结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)
  809. type: string
  810. settle_file:
  811. example: 结算单
  812. type: string
  813. settle_type:
  814. example: 结算单类型(1:日结 2:周结 3:月结 4:预付)
  815. type: string
  816. state:
  817. example: 结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)
  818. type: string
  819. time_str:
  820. example: 业务时间
  821. type: string
  822. type: object
  823. md.SettleCenterDataDetail:
  824. properties:
  825. all_income:
  826. example: 合计收益
  827. type: string
  828. business_kind:
  829. example: 业务类型(1:广告合作)
  830. type: string
  831. invoice:
  832. $ref: '#/definitions/md.Invoice'
  833. medium_income:
  834. example: 媒体结算
  835. type: string
  836. other_income:
  837. example: 其他调整
  838. type: string
  839. pay_state:
  840. example: 结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)
  841. type: string
  842. settle_file:
  843. example: 结算单
  844. type: string
  845. state:
  846. example: 结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)
  847. type: string
  848. time_str:
  849. example: 业务时间
  850. type: string
  851. type: object
  852. md.SettleCenterDataDetailRes:
  853. properties:
  854. business_kind:
  855. items:
  856. $ref: '#/definitions/md.SelectData'
  857. type: array
  858. data:
  859. $ref: '#/definitions/md.SettleCenterDataDetail'
  860. invoice_cate:
  861. items:
  862. $ref: '#/definitions/md.SelectData'
  863. type: array
  864. invoice_state:
  865. items:
  866. $ref: '#/definitions/md.SelectData'
  867. type: array
  868. settle_pay_state:
  869. items:
  870. $ref: '#/definitions/md.SelectData'
  871. type: array
  872. settle_state:
  873. items:
  874. $ref: '#/definitions/md.SelectData'
  875. type: array
  876. settle_type:
  877. items:
  878. $ref: '#/definitions/md.SelectData'
  879. type: array
  880. type: object
  881. md.SettleCenterDataReq:
  882. properties:
  883. end_time:
  884. type: string
  885. limit:
  886. type: string
  887. page:
  888. type: string
  889. start_time:
  890. example: "2024-08-29"
  891. type: string
  892. type: object
  893. md.SettleCenterDataRes:
  894. properties:
  895. business_kind:
  896. items:
  897. $ref: '#/definitions/md.SelectData'
  898. type: array
  899. list:
  900. items:
  901. $ref: '#/definitions/md.SettleCenterDataData'
  902. type: array
  903. settle_pay_state:
  904. items:
  905. $ref: '#/definitions/md.SelectData'
  906. type: array
  907. settle_state:
  908. items:
  909. $ref: '#/definitions/md.SelectData'
  910. type: array
  911. settle_type:
  912. items:
  913. $ref: '#/definitions/md.SelectData'
  914. type: array
  915. total:
  916. type: integer
  917. type: object
  918. md.SettleFileReq:
  919. properties:
  920. file:
  921. example: 七牛云链接 带http
  922. type: string
  923. id:
  924. example: 列表id
  925. type: string
  926. type: object
  927. md.SmsReq:
  928. properties:
  929. phone:
  930. type: string
  931. type:
  932. example: 手机号登陆:fast_login 注册:register 修改密码(不用传手机号):update_password
  933. type: string
  934. type: object
  935. md.UpdateAdminReq:
  936. properties:
  937. id:
  938. type: integer
  939. memo:
  940. type: string
  941. password:
  942. type: string
  943. username:
  944. type: string
  945. required:
  946. - id
  947. - password
  948. - username
  949. type: object
  950. md.UpdateAdminStateReq:
  951. properties:
  952. id:
  953. type: integer
  954. state:
  955. type: integer
  956. required:
  957. - id
  958. - state
  959. type: object
  960. md.UpdateRoleReq:
  961. properties:
  962. memo:
  963. type: string
  964. name:
  965. type: string
  966. role_id:
  967. type: integer
  968. required:
  969. - memo
  970. - name
  971. - role_id
  972. type: object
  973. md.UpdateRoleStateReq:
  974. properties:
  975. role_id:
  976. type: integer
  977. state:
  978. type: integer
  979. required:
  980. - role_id
  981. - state
  982. type: object
  983. host: localhost:1004 or xxxxx.medium.dengbiao.top
  984. info:
  985. contact:
  986. email: 1239118001@qq.com
  987. name: dengbiao
  988. url: http://www.swagger.io/support
  989. description: 媒体后台接口
  990. license:
  991. name: Apache 2.0
  992. url: http://www.apache.org/licenses/LICENSE-2.0.html
  993. termsOfService: http://swagger.io/terms/
  994. title: 广告联盟-媒体平台
  995. version: "1.0"
  996. paths:
  997. /api/account/base:
  998. get:
  999. consumes:
  1000. - application/json
  1001. description: 账号信息
  1002. parameters:
  1003. - description: 验证参数Bearer和token空格拼接
  1004. in: header
  1005. name: Authorization
  1006. required: true
  1007. type: string
  1008. produces:
  1009. - application/json
  1010. responses:
  1011. "200":
  1012. description: 具体看返回内容
  1013. schema:
  1014. $ref: '#/definitions/md.AccountBase'
  1015. "400":
  1016. description: 具体错误
  1017. schema:
  1018. $ref: '#/definitions/md.Response'
  1019. summary: 账号信息
  1020. tags:
  1021. - 账号中心------嘉俊
  1022. /api/account/qualification/bank/save:
  1023. post:
  1024. consumes:
  1025. - application/json
  1026. description: 资质认证-银行资质保存
  1027. parameters:
  1028. - description: 验证参数Bearer和token空格拼接
  1029. in: header
  1030. name: Authorization
  1031. required: true
  1032. type: string
  1033. - description: 请求参数
  1034. in: body
  1035. name: args
  1036. required: true
  1037. schema:
  1038. $ref: '#/definitions/md.MediumBankInfo'
  1039. produces:
  1040. - application/json
  1041. responses:
  1042. "200":
  1043. description: 具体看返回内容
  1044. schema:
  1045. type: string
  1046. "400":
  1047. description: 具体错误
  1048. schema:
  1049. $ref: '#/definitions/md.Response'
  1050. summary: 银行资质保存
  1051. tags:
  1052. - 账号中心------嘉俊
  1053. /api/account/qualification/contact/save:
  1054. post:
  1055. consumes:
  1056. - application/json
  1057. description: 资质认证-联系方式保存
  1058. parameters:
  1059. - description: 验证参数Bearer和token空格拼接
  1060. in: header
  1061. name: Authorization
  1062. required: true
  1063. type: string
  1064. - description: 请求参数
  1065. in: body
  1066. name: args
  1067. required: true
  1068. schema:
  1069. $ref: '#/definitions/md.MediumContactInfo'
  1070. produces:
  1071. - application/json
  1072. responses:
  1073. "200":
  1074. description: 具体看返回内容
  1075. schema:
  1076. type: string
  1077. "400":
  1078. description: 具体错误
  1079. schema:
  1080. $ref: '#/definitions/md.Response'
  1081. summary: 联系方式保存
  1082. tags:
  1083. - 账号中心------嘉俊
  1084. /api/account/qualification/enterprise/save:
  1085. post:
  1086. consumes:
  1087. - application/json
  1088. description: 资质认证-企业认证保存
  1089. parameters:
  1090. - description: 验证参数Bearer和token空格拼接
  1091. in: header
  1092. name: Authorization
  1093. required: true
  1094. type: string
  1095. - description: 请求参数
  1096. in: body
  1097. name: args
  1098. required: true
  1099. schema:
  1100. $ref: '#/definitions/md.MediumList'
  1101. produces:
  1102. - application/json
  1103. responses:
  1104. "200":
  1105. description: 具体看返回内容
  1106. schema:
  1107. type: string
  1108. "400":
  1109. description: 具体错误
  1110. schema:
  1111. $ref: '#/definitions/md.Response'
  1112. summary: 企业认证保存
  1113. tags:
  1114. - 账号中心------嘉俊
  1115. /api/account/qualification/info:
  1116. get:
  1117. consumes:
  1118. - application/json
  1119. description: 资质认证-基本信息
  1120. parameters:
  1121. - description: 验证参数Bearer和token空格拼接
  1122. in: header
  1123. name: Authorization
  1124. required: true
  1125. type: string
  1126. produces:
  1127. - application/json
  1128. responses:
  1129. "200":
  1130. description: 具体看返回内容
  1131. schema:
  1132. type: string
  1133. "400":
  1134. description: 具体错误
  1135. schema:
  1136. $ref: '#/definitions/md.Response'
  1137. summary: 基本信息
  1138. tags:
  1139. - 账号中心------嘉俊
  1140. /api/account/qualification/select/base:
  1141. get:
  1142. consumes:
  1143. - application/json
  1144. description: 资质认证-认证下拉框选择内容
  1145. parameters:
  1146. - description: 验证参数Bearer和token空格拼接
  1147. in: header
  1148. name: Authorization
  1149. required: true
  1150. type: string
  1151. produces:
  1152. - application/json
  1153. responses:
  1154. "200":
  1155. description: 具体看返回内容
  1156. schema:
  1157. type: string
  1158. "400":
  1159. description: 具体错误
  1160. schema:
  1161. $ref: '#/definitions/md.Response'
  1162. summary: 认证下拉框选择内容
  1163. tags:
  1164. - 账号中心------嘉俊
  1165. /api/account/update/password:
  1166. post:
  1167. consumes:
  1168. - application/json
  1169. description: 资质认证-修改密码保存
  1170. parameters:
  1171. - description: 验证参数Bearer和token空格拼接
  1172. in: header
  1173. name: Authorization
  1174. required: true
  1175. type: string
  1176. - description: 请求参数
  1177. in: body
  1178. name: args
  1179. required: true
  1180. schema:
  1181. $ref: '#/definitions/md.AccountUpdatePasswordReq'
  1182. produces:
  1183. - application/json
  1184. responses:
  1185. "200":
  1186. description: 具体看返回内容
  1187. schema:
  1188. type: string
  1189. "400":
  1190. description: 具体错误
  1191. schema:
  1192. $ref: '#/definitions/md.Response'
  1193. summary: 修改密码保存
  1194. tags:
  1195. - 账号中心------嘉俊
  1196. /api/application/applet/ad/space/list:
  1197. post:
  1198. consumes:
  1199. - application/json
  1200. description: 小程序应用-广告位列表
  1201. parameters:
  1202. - description: 验证参数Bearer和token空格拼接
  1203. in: header
  1204. name: Authorization
  1205. required: true
  1206. type: string
  1207. - description: 请求参数
  1208. in: body
  1209. name: args
  1210. required: true
  1211. schema:
  1212. $ref: '#/definitions/md.AppletApplicationAdSpaceListReq'
  1213. produces:
  1214. - application/json
  1215. responses:
  1216. "200":
  1217. description: 具体看返回内容---这是data里面的数据
  1218. schema:
  1219. $ref: '#/definitions/md.AppletApplicationAdSpaceListRes'
  1220. "400":
  1221. description: 具体错误
  1222. schema:
  1223. $ref: '#/definitions/md.Response'
  1224. summary: 广告位列表
  1225. tags:
  1226. - 小程序应用------嘉俊
  1227. /api/application/applet/ad/space/save:
  1228. post:
  1229. consumes:
  1230. - application/json
  1231. description: 小程序应用-广告位新增
  1232. parameters:
  1233. - description: 验证参数Bearer和token空格拼接
  1234. in: header
  1235. name: Authorization
  1236. required: true
  1237. type: string
  1238. - description: 请求参数
  1239. in: body
  1240. name: args
  1241. required: true
  1242. schema:
  1243. $ref: '#/definitions/md.AppletApplicationAdSpaceSaveReq'
  1244. produces:
  1245. - application/json
  1246. responses:
  1247. "200":
  1248. description: 具体看返回内容
  1249. schema:
  1250. type: string
  1251. "400":
  1252. description: 具体错误
  1253. schema:
  1254. $ref: '#/definitions/md.Response'
  1255. summary: 广告位新增
  1256. tags:
  1257. - 小程序应用------嘉俊
  1258. /api/application/applet/list:
  1259. post:
  1260. consumes:
  1261. - application/json
  1262. description: 小程序应用-列表数据
  1263. parameters:
  1264. - description: 验证参数Bearer和token空格拼接
  1265. in: header
  1266. name: Authorization
  1267. required: true
  1268. type: string
  1269. - description: 请求参数
  1270. in: body
  1271. name: args
  1272. required: true
  1273. schema:
  1274. $ref: '#/definitions/md.AppletApplicationListReq'
  1275. produces:
  1276. - application/json
  1277. responses:
  1278. "200":
  1279. description: 具体看返回内容---这是data里面的数据
  1280. schema:
  1281. $ref: '#/definitions/md.AppletApplicationListRes'
  1282. "400":
  1283. description: 具体错误
  1284. schema:
  1285. $ref: '#/definitions/md.Response'
  1286. summary: 列表数据
  1287. tags:
  1288. - 小程序应用------嘉俊
  1289. /api/application/applet/save:
  1290. post:
  1291. consumes:
  1292. - application/json
  1293. description: 小程序应用-新增或保存
  1294. parameters:
  1295. - description: 验证参数Bearer和token空格拼接
  1296. in: header
  1297. name: Authorization
  1298. required: true
  1299. type: string
  1300. - description: 请求参数
  1301. in: body
  1302. name: args
  1303. required: true
  1304. schema:
  1305. $ref: '#/definitions/md.AppletApplicationSaveReq'
  1306. produces:
  1307. - application/json
  1308. responses:
  1309. "200":
  1310. description: 具体看返回内容
  1311. schema:
  1312. type: string
  1313. "400":
  1314. description: 具体错误
  1315. schema:
  1316. $ref: '#/definitions/md.Response'
  1317. summary: 新增或保存
  1318. tags:
  1319. - 小程序应用------嘉俊
  1320. /api/dataCenter/record/list:
  1321. post:
  1322. consumes:
  1323. - application/json
  1324. description: 数据中心-数据明细
  1325. parameters:
  1326. - description: 验证参数Bearer和token空格拼接
  1327. in: header
  1328. name: Authorization
  1329. required: true
  1330. type: string
  1331. - description: 请求参数
  1332. in: body
  1333. name: args
  1334. required: true
  1335. schema:
  1336. $ref: '#/definitions/md.DataCenterRecordReq'
  1337. produces:
  1338. - application/json
  1339. responses:
  1340. "200":
  1341. description: 具体看返回内容 这是data里面的数据
  1342. schema:
  1343. $ref: '#/definitions/md.DataCenterRecordRes'
  1344. "400":
  1345. description: 具体错误
  1346. schema:
  1347. $ref: '#/definitions/md.Response'
  1348. summary: 数据明细
  1349. tags:
  1350. - 数据中心------嘉俊
  1351. /api/dataCenter/record/output:
  1352. post:
  1353. consumes:
  1354. - application/json
  1355. description: 数据中心-数据明细-导出
  1356. parameters:
  1357. - description: 验证参数Bearer和token空格拼接
  1358. in: header
  1359. name: Authorization
  1360. required: true
  1361. type: string
  1362. - description: 请求参数
  1363. in: body
  1364. name: args
  1365. required: true
  1366. schema:
  1367. $ref: '#/definitions/md.DataCenterRecordOutPutReq'
  1368. produces:
  1369. - application/json
  1370. responses:
  1371. "200":
  1372. description: 具体看返回内容 这是data里面的数据
  1373. schema:
  1374. type: string
  1375. "400":
  1376. description: 具体错误
  1377. schema:
  1378. $ref: '#/definitions/md.Response'
  1379. summary: 数据明细-导出
  1380. tags:
  1381. - 数据中心------嘉俊
  1382. /api/dataCenter/record/total:
  1383. post:
  1384. consumes:
  1385. - application/json
  1386. description: 数据中心-数据明细合计
  1387. parameters:
  1388. - description: 验证参数Bearer和token空格拼接
  1389. in: header
  1390. name: Authorization
  1391. required: true
  1392. type: string
  1393. - description: 请求参数
  1394. in: body
  1395. name: args
  1396. required: true
  1397. schema:
  1398. $ref: '#/definitions/md.DataCenterTableReq'
  1399. produces:
  1400. - application/json
  1401. responses:
  1402. "200":
  1403. description: 具体看返回内容 这是data里面的数据
  1404. schema:
  1405. $ref: '#/definitions/md.DataCenterTotalData'
  1406. "400":
  1407. description: 具体错误
  1408. schema:
  1409. $ref: '#/definitions/md.Response'
  1410. summary: 数据明细合计
  1411. tags:
  1412. - 数据中心------嘉俊
  1413. /api/dataCenter/select/data:
  1414. get:
  1415. consumes:
  1416. - application/json
  1417. description: 数据中心-筛选条件
  1418. parameters:
  1419. - description: 验证参数Bearer和token空格拼接
  1420. in: header
  1421. name: Authorization
  1422. required: true
  1423. type: string
  1424. produces:
  1425. - application/json
  1426. responses:
  1427. "200":
  1428. description: 具体看返回内容 这是data里面的数据
  1429. schema:
  1430. type: string
  1431. "400":
  1432. description: 具体错误
  1433. schema:
  1434. $ref: '#/definitions/md.Response'
  1435. summary: 筛选条件
  1436. tags:
  1437. - 数据中心------嘉俊
  1438. /api/dataCenter/table:
  1439. post:
  1440. consumes:
  1441. - application/json
  1442. description: 数据中心-数据图表
  1443. parameters:
  1444. - description: 验证参数Bearer和token空格拼接
  1445. in: header
  1446. name: Authorization
  1447. required: true
  1448. type: string
  1449. - description: 请求参数
  1450. in: body
  1451. name: args
  1452. required: true
  1453. schema:
  1454. $ref: '#/definitions/md.DataCenterTableReq'
  1455. produces:
  1456. - application/json
  1457. responses:
  1458. "200":
  1459. description: 具体看返回内容 这是data里面的数据
  1460. schema:
  1461. $ref: '#/definitions/md.DataCenterTableRes'
  1462. "400":
  1463. description: 具体错误
  1464. schema:
  1465. $ref: '#/definitions/md.Response'
  1466. summary: 数据图表
  1467. tags:
  1468. - 数据中心------嘉俊
  1469. /api/financialDynamics/medium/list:
  1470. post:
  1471. consumes:
  1472. - application/json
  1473. description: 资产动态-媒体预付
  1474. parameters:
  1475. - description: 验证参数Bearer和token空格拼接
  1476. in: header
  1477. name: Authorization
  1478. required: true
  1479. type: string
  1480. - description: 请求参数
  1481. in: body
  1482. name: args
  1483. required: true
  1484. schema:
  1485. $ref: '#/definitions/md.FinancialDynamicsMediumListReq'
  1486. produces:
  1487. - application/json
  1488. responses:
  1489. "200":
  1490. description: 具体看返回内容 这是data里面的数据
  1491. schema:
  1492. $ref: '#/definitions/md.FinancialDynamicsMediumListRes'
  1493. "400":
  1494. description: 具体错误
  1495. schema:
  1496. $ref: '#/definitions/md.Response'
  1497. summary: 媒体预付
  1498. tags:
  1499. - 资产动态------嘉俊
  1500. /api/financialDynamics/medium/total:
  1501. post:
  1502. consumes:
  1503. - application/json
  1504. description: 资产动态-媒体预付-统计
  1505. parameters:
  1506. - description: 验证参数Bearer和token空格拼接
  1507. in: header
  1508. name: Authorization
  1509. required: true
  1510. type: string
  1511. - description: 请求参数
  1512. in: body
  1513. name: args
  1514. required: true
  1515. schema:
  1516. $ref: '#/definitions/md.FinancialDynamicsMediumTotalReq'
  1517. produces:
  1518. - application/json
  1519. responses:
  1520. "200":
  1521. description: 具体看返回内容 这是data里面的数据
  1522. schema:
  1523. $ref: '#/definitions/md.FinancialDynamicsMediumTotalRes'
  1524. "400":
  1525. description: 具体错误
  1526. schema:
  1527. $ref: '#/definitions/md.Response'
  1528. summary: 媒体预付-统计
  1529. tags:
  1530. - 资产动态------嘉俊
  1531. /api/index/app/list:
  1532. post:
  1533. consumes:
  1534. - application/json
  1535. description: 首页-应用列表
  1536. parameters:
  1537. - description: 验证参数Bearer和token空格拼接
  1538. in: header
  1539. name: Authorization
  1540. required: true
  1541. type: string
  1542. - description: 请求参数
  1543. in: body
  1544. name: args
  1545. required: true
  1546. schema:
  1547. $ref: '#/definitions/md.IndexAppListReq'
  1548. produces:
  1549. - application/json
  1550. responses:
  1551. "200":
  1552. description: 具体看返回内容 这是data里面的数据
  1553. schema:
  1554. $ref: '#/definitions/md.IndexAppListRes'
  1555. "400":
  1556. description: 具体错误
  1557. schema:
  1558. $ref: '#/definitions/md.Response'
  1559. summary: 应用列表
  1560. tags:
  1561. - 首页------嘉俊
  1562. /api/index/base:
  1563. get:
  1564. consumes:
  1565. - application/json
  1566. description: 首页-右上角基本数据
  1567. parameters:
  1568. - description: 验证参数Bearer和token空格拼接
  1569. in: header
  1570. name: Authorization
  1571. required: true
  1572. type: string
  1573. produces:
  1574. - application/json
  1575. responses:
  1576. "200":
  1577. description: 具体看返回内容 这是data里面的数据
  1578. schema:
  1579. type: string
  1580. "400":
  1581. description: 具体错误
  1582. schema:
  1583. $ref: '#/definitions/md.Response'
  1584. summary: 右上角基本数据
  1585. tags:
  1586. - 首页------嘉俊
  1587. /api/index/total:
  1588. get:
  1589. consumes:
  1590. - application/json
  1591. description: 首页-统计数据
  1592. parameters:
  1593. - description: 验证参数Bearer和token空格拼接
  1594. in: header
  1595. name: Authorization
  1596. required: true
  1597. type: string
  1598. produces:
  1599. - application/json
  1600. responses:
  1601. "200":
  1602. description: 具体看返回内容 这是data里面的数据
  1603. schema:
  1604. type: string
  1605. "400":
  1606. description: 具体错误
  1607. schema:
  1608. $ref: '#/definitions/md.Response'
  1609. summary: 统计数据
  1610. tags:
  1611. - 首页------嘉俊
  1612. /api/invoiceCenter/detail:
  1613. post:
  1614. consumes:
  1615. - application/json
  1616. description: 发票中心-发票详情
  1617. parameters:
  1618. - description: 验证参数Bearer和token空格拼接
  1619. in: header
  1620. name: Authorization
  1621. required: true
  1622. type: string
  1623. - description: 请求参数
  1624. in: body
  1625. name: args
  1626. required: true
  1627. schema:
  1628. $ref: '#/definitions/md.CommDetailReq'
  1629. produces:
  1630. - application/json
  1631. responses:
  1632. "200":
  1633. description: 具体看返回内容 这是data里面的数据
  1634. schema:
  1635. $ref: '#/definitions/md.InvoiceCenterDataDetailRes'
  1636. "400":
  1637. description: 具体错误
  1638. schema:
  1639. $ref: '#/definitions/md.Response'
  1640. summary: 发票详情
  1641. tags:
  1642. - 发票中心------嘉俊
  1643. /api/invoiceCenter/list:
  1644. post:
  1645. consumes:
  1646. - application/json
  1647. description: 发票中心-发票列表
  1648. parameters:
  1649. - description: 验证参数Bearer和token空格拼接
  1650. in: header
  1651. name: Authorization
  1652. required: true
  1653. type: string
  1654. - description: 请求参数
  1655. in: body
  1656. name: args
  1657. required: true
  1658. schema:
  1659. $ref: '#/definitions/md.InvoiceCenterDataReq'
  1660. produces:
  1661. - application/json
  1662. responses:
  1663. "200":
  1664. description: 具体看返回内容 这是data里面的数据
  1665. schema:
  1666. $ref: '#/definitions/md.InvoiceCenterDataRes'
  1667. "400":
  1668. description: 具体错误
  1669. schema:
  1670. $ref: '#/definitions/md.Response'
  1671. summary: 发票列表
  1672. tags:
  1673. - 发票中心------嘉俊
  1674. /api/login:
  1675. post:
  1676. consumes:
  1677. - application/json
  1678. description: 登入
  1679. parameters:
  1680. - description: 用户名、密码
  1681. in: body
  1682. name: req
  1683. required: true
  1684. schema:
  1685. $ref: '#/definitions/md.LoginReq'
  1686. produces:
  1687. - application/json
  1688. responses:
  1689. "200":
  1690. description: token
  1691. schema:
  1692. $ref: '#/definitions/md.LoginResponse'
  1693. "400":
  1694. description: 具体错误
  1695. schema:
  1696. $ref: '#/definitions/md.Response'
  1697. summary: 登陆
  1698. tags:
  1699. - ADMIN
  1700. /api/login/phone:
  1701. post:
  1702. consumes:
  1703. - application/json
  1704. description: 手机号登入
  1705. parameters:
  1706. - description: 用户名、验证码
  1707. in: body
  1708. name: req
  1709. required: true
  1710. schema:
  1711. $ref: '#/definitions/md.LoginPhoneReq'
  1712. produces:
  1713. - application/json
  1714. responses:
  1715. "200":
  1716. description: token
  1717. schema:
  1718. $ref: '#/definitions/md.LoginResponse'
  1719. "400":
  1720. description: 具体错误
  1721. schema:
  1722. $ref: '#/definitions/md.Response'
  1723. summary: 手机号登陆
  1724. tags:
  1725. - ADMIN
  1726. /api/qiniuyun/upload:
  1727. post:
  1728. consumes:
  1729. - application/json
  1730. description: 七牛云-七牛云上传
  1731. parameters:
  1732. - description: 验证参数Bearer和token空格拼接
  1733. in: header
  1734. name: Authorization
  1735. type: string
  1736. - description: 请求参数
  1737. in: body
  1738. name: args
  1739. required: true
  1740. schema:
  1741. $ref: '#/definitions/md.ImgReqUpload'
  1742. produces:
  1743. - application/json
  1744. responses:
  1745. "200":
  1746. description: success
  1747. schema:
  1748. type: string
  1749. "400":
  1750. description: 具体错误
  1751. schema:
  1752. $ref: '#/definitions/md.Response'
  1753. summary: 七牛云上传
  1754. tags:
  1755. - 七牛云
  1756. /api/register:
  1757. post:
  1758. consumes:
  1759. - application/json
  1760. description: 手机号注册
  1761. parameters:
  1762. - description: 用户名、验证码
  1763. in: body
  1764. name: req
  1765. required: true
  1766. schema:
  1767. $ref: '#/definitions/md.LoginReq'
  1768. produces:
  1769. - application/json
  1770. responses:
  1771. "200":
  1772. description: token
  1773. schema:
  1774. $ref: '#/definitions/md.LoginResponse'
  1775. "400":
  1776. description: 具体错误
  1777. schema:
  1778. $ref: '#/definitions/md.Response'
  1779. summary: 手机号注册
  1780. tags:
  1781. - ADMIN
  1782. /api/role/addAdmin:
  1783. post:
  1784. consumes:
  1785. - application/json
  1786. description: 新增管理员
  1787. parameters:
  1788. - description: 验证参数Bearer和token空格拼接
  1789. in: header
  1790. name: Authorization
  1791. required: true
  1792. type: string
  1793. - description: 请求参数
  1794. in: body
  1795. name: args
  1796. required: true
  1797. schema:
  1798. $ref: '#/definitions/md.AddAdminReq'
  1799. produces:
  1800. - application/json
  1801. responses:
  1802. "200":
  1803. description: success
  1804. schema:
  1805. type: string
  1806. "400":
  1807. description: 具体错误
  1808. schema:
  1809. $ref: '#/definitions/md.Response'
  1810. summary: 新增管理员
  1811. tags:
  1812. - ADMIN-权限管理
  1813. /api/role/addRole:
  1814. post:
  1815. consumes:
  1816. - application/json
  1817. description: 添加角色
  1818. parameters:
  1819. - description: 验证参数Bearer和token空格拼接
  1820. in: header
  1821. name: Authorization
  1822. required: true
  1823. type: string
  1824. - description: 请求参数
  1825. in: body
  1826. name: args
  1827. required: true
  1828. schema:
  1829. $ref: '#/definitions/md.AddRoleReq'
  1830. produces:
  1831. - application/json
  1832. responses:
  1833. "200":
  1834. description: success
  1835. schema:
  1836. type: string
  1837. "400":
  1838. description: 具体错误
  1839. schema:
  1840. $ref: '#/definitions/md.Response'
  1841. summary: 添加角色
  1842. tags:
  1843. - ADMIN-权限管理
  1844. /api/role/adminInfo:
  1845. get:
  1846. consumes:
  1847. - application/json
  1848. description: 管理员信息
  1849. parameters:
  1850. - description: 验证参数Bearer和token空格拼接
  1851. in: header
  1852. name: Authorization
  1853. required: true
  1854. type: string
  1855. - description: 管理员id
  1856. in: query
  1857. name: adm_id
  1858. required: true
  1859. type: string
  1860. produces:
  1861. - application/json
  1862. responses:
  1863. "200":
  1864. description: 具体看返回内容
  1865. schema:
  1866. type: string
  1867. "400":
  1868. description: 具体错误
  1869. schema:
  1870. $ref: '#/definitions/md.Response'
  1871. summary: 管理员信息
  1872. tags:
  1873. - ADMIN-权限管理
  1874. /api/role/adminList:
  1875. post:
  1876. consumes:
  1877. - application/json
  1878. description: 管理员列表
  1879. parameters:
  1880. - description: 验证参数Bearer和token空格拼接
  1881. in: header
  1882. name: Authorization
  1883. required: true
  1884. type: string
  1885. - description: 请求参数
  1886. in: body
  1887. name: args
  1888. required: true
  1889. schema:
  1890. $ref: '#/definitions/md.AdminListReq'
  1891. produces:
  1892. - application/json
  1893. responses:
  1894. "200":
  1895. description: 具体看返回内容
  1896. schema:
  1897. type: string
  1898. "400":
  1899. description: 具体错误
  1900. schema:
  1901. $ref: '#/definitions/md.Response'
  1902. summary: 管理员列表
  1903. tags:
  1904. - ADMIN-权限管理
  1905. /api/role/bindAdminRole/:
  1906. post:
  1907. consumes:
  1908. - application/json
  1909. description: 管理员绑定角色
  1910. parameters:
  1911. - description: 验证参数Bearer和token空格拼接
  1912. in: header
  1913. name: Authorization
  1914. required: true
  1915. type: string
  1916. - description: 请求参数
  1917. in: body
  1918. name: args
  1919. required: true
  1920. schema:
  1921. $ref: '#/definitions/md.BindAdminRoleReq'
  1922. produces:
  1923. - application/json
  1924. responses:
  1925. "200":
  1926. description: success
  1927. schema:
  1928. type: string
  1929. "400":
  1930. description: 具体错误
  1931. schema:
  1932. $ref: '#/definitions/md.Response'
  1933. summary: 管理员绑定角色
  1934. tags:
  1935. - ADMIN-权限管理
  1936. /api/role/deleteAdmin/{$adm_id}:
  1937. delete:
  1938. consumes:
  1939. - application/json
  1940. description: 删除管理员
  1941. parameters:
  1942. - description: 验证参数Bearer和token空格拼接
  1943. in: header
  1944. name: Authorization
  1945. required: true
  1946. type: string
  1947. produces:
  1948. - application/json
  1949. responses:
  1950. "200":
  1951. description: success
  1952. schema:
  1953. type: string
  1954. "400":
  1955. description: 具体错误
  1956. schema:
  1957. $ref: '#/definitions/md.Response'
  1958. summary: 删除管理员
  1959. tags:
  1960. - ADMIN-权限管理
  1961. /api/role/deleteRole/{$id}:
  1962. delete:
  1963. consumes:
  1964. - application/json
  1965. description: 删除角色
  1966. parameters:
  1967. - description: 验证参数Bearer和token空格拼接
  1968. in: header
  1969. name: Authorization
  1970. required: true
  1971. type: string
  1972. - description: 请求参数
  1973. in: body
  1974. name: args
  1975. required: true
  1976. schema:
  1977. $ref: '#/definitions/md.UpdateRoleStateReq'
  1978. produces:
  1979. - application/json
  1980. responses:
  1981. "200":
  1982. description: success
  1983. schema:
  1984. type: string
  1985. "400":
  1986. description: 具体错误
  1987. schema:
  1988. $ref: '#/definitions/md.Response'
  1989. summary: 删除角色
  1990. tags:
  1991. - ADMIN-权限管理
  1992. /api/role/permissionGroupList:
  1993. get:
  1994. consumes:
  1995. - application/json
  1996. description: 权限组列表
  1997. parameters:
  1998. - description: 验证参数Bearer和token空格拼接
  1999. in: header
  2000. name: Authorization
  2001. required: true
  2002. type: string
  2003. - description: 管理员id
  2004. in: query
  2005. name: adm_id
  2006. required: true
  2007. type: string
  2008. produces:
  2009. - application/json
  2010. responses:
  2011. "200":
  2012. description: 具体看返回内容
  2013. schema:
  2014. type: string
  2015. "400":
  2016. description: 具体错误
  2017. schema:
  2018. $ref: '#/definitions/md.Response'
  2019. summary: 权限组列表
  2020. tags:
  2021. - ADMIN-权限管理
  2022. /api/role/roleBindPermissionGroup:
  2023. post:
  2024. consumes:
  2025. - application/json
  2026. description: 角色绑定权限组
  2027. parameters:
  2028. - description: 验证参数Bearer和token空格拼接
  2029. in: header
  2030. name: Authorization
  2031. required: true
  2032. type: string
  2033. - description: 请求参数
  2034. in: body
  2035. name: args
  2036. required: true
  2037. schema:
  2038. $ref: '#/definitions/md.RoleBindPermissionGroupReq'
  2039. produces:
  2040. - application/json
  2041. responses:
  2042. "200":
  2043. description: success
  2044. schema:
  2045. type: string
  2046. "400":
  2047. description: 具体错误
  2048. schema:
  2049. $ref: '#/definitions/md.Response'
  2050. summary: 角色绑定权限组
  2051. tags:
  2052. - ADMIN-权限管理
  2053. /api/role/roleList:
  2054. get:
  2055. consumes:
  2056. - application/json
  2057. description: 角色列表
  2058. parameters:
  2059. - description: 验证参数Bearer和token空格拼接
  2060. in: header
  2061. name: Authorization
  2062. required: true
  2063. type: string
  2064. produces:
  2065. - application/json
  2066. responses:
  2067. "200":
  2068. description: 具体看返回内容
  2069. schema:
  2070. type: string
  2071. "400":
  2072. description: 具体错误
  2073. schema:
  2074. $ref: '#/definitions/md.Response'
  2075. summary: 角色列表
  2076. tags:
  2077. - ADMIN-权限管理
  2078. /api/role/updateAdmin:
  2079. post:
  2080. consumes:
  2081. - application/json
  2082. description: 修改管理员信息
  2083. parameters:
  2084. - description: 验证参数Bearer和token空格拼接
  2085. in: header
  2086. name: Authorization
  2087. required: true
  2088. type: string
  2089. - description: 请求参数
  2090. in: body
  2091. name: args
  2092. required: true
  2093. schema:
  2094. $ref: '#/definitions/md.UpdateAdminReq'
  2095. produces:
  2096. - application/json
  2097. responses:
  2098. "200":
  2099. description: success
  2100. schema:
  2101. type: string
  2102. "400":
  2103. description: 具体错误
  2104. schema:
  2105. $ref: '#/definitions/md.Response'
  2106. summary: 修改管理员信息
  2107. tags:
  2108. - ADMIN-权限管理
  2109. /api/role/updateAdminState:
  2110. post:
  2111. consumes:
  2112. - application/json
  2113. description: 修改管理员状态
  2114. parameters:
  2115. - description: 验证参数Bearer和token空格拼接
  2116. in: header
  2117. name: Authorization
  2118. required: true
  2119. type: string
  2120. - description: 请求参数
  2121. in: body
  2122. name: args
  2123. required: true
  2124. schema:
  2125. $ref: '#/definitions/md.UpdateAdminStateReq'
  2126. produces:
  2127. - application/json
  2128. responses:
  2129. "200":
  2130. description: success
  2131. schema:
  2132. type: string
  2133. "400":
  2134. description: 具体错误
  2135. schema:
  2136. $ref: '#/definitions/md.Response'
  2137. summary: 修改管理员状态
  2138. tags:
  2139. - ADMIN-权限管理
  2140. /api/role/updateRole:
  2141. post:
  2142. consumes:
  2143. - application/json
  2144. description: 修改角色
  2145. parameters:
  2146. - description: 验证参数Bearer和token空格拼接
  2147. in: header
  2148. name: Authorization
  2149. required: true
  2150. type: string
  2151. - description: 请求参数
  2152. in: body
  2153. name: args
  2154. required: true
  2155. schema:
  2156. $ref: '#/definitions/md.UpdateRoleReq'
  2157. produces:
  2158. - application/json
  2159. responses:
  2160. "200":
  2161. description: success
  2162. schema:
  2163. type: string
  2164. "400":
  2165. description: 具体错误
  2166. schema:
  2167. $ref: '#/definitions/md.Response'
  2168. summary: 修改角色
  2169. tags:
  2170. - ADMIN-权限管理
  2171. /api/role/updateRoleState:
  2172. post:
  2173. consumes:
  2174. - application/json
  2175. description: 修改角色状态
  2176. parameters:
  2177. - description: 验证参数Bearer和token空格拼接
  2178. in: header
  2179. name: Authorization
  2180. required: true
  2181. type: string
  2182. - description: 请求参数
  2183. in: body
  2184. name: args
  2185. required: true
  2186. schema:
  2187. $ref: '#/definitions/md.UpdateRoleStateReq'
  2188. produces:
  2189. - application/json
  2190. responses:
  2191. "200":
  2192. description: success
  2193. schema:
  2194. type: string
  2195. "400":
  2196. description: 具体错误
  2197. schema:
  2198. $ref: '#/definitions/md.Response'
  2199. summary: 修改角色状态
  2200. tags:
  2201. - ADMIN-权限管理
  2202. /api/settleCenter/detail:
  2203. post:
  2204. consumes:
  2205. - application/json
  2206. description: 结算中心-结算报表-详情
  2207. parameters:
  2208. - description: 验证参数Bearer和token空格拼接
  2209. in: header
  2210. name: Authorization
  2211. required: true
  2212. type: string
  2213. - description: 请求参数
  2214. in: body
  2215. name: args
  2216. required: true
  2217. schema:
  2218. $ref: '#/definitions/md.CommDetailReq'
  2219. produces:
  2220. - application/json
  2221. responses:
  2222. "200":
  2223. description: 具体看返回内容 这是data里面的数据
  2224. schema:
  2225. $ref: '#/definitions/md.SettleCenterDataDetailRes'
  2226. "400":
  2227. description: 具体错误
  2228. schema:
  2229. $ref: '#/definitions/md.Response'
  2230. summary: 结算报表-详情
  2231. tags:
  2232. - 结算中心------嘉俊
  2233. /api/settleCenter/invoice/save:
  2234. post:
  2235. consumes:
  2236. - application/json
  2237. description: 财务中心-媒体详情-发票上传
  2238. parameters:
  2239. - description: 验证参数Bearer和token空格拼接
  2240. in: header
  2241. name: Authorization
  2242. required: true
  2243. type: string
  2244. - description: 请求参数
  2245. in: body
  2246. name: args
  2247. required: true
  2248. schema:
  2249. $ref: '#/definitions/md.InvoiceReq'
  2250. produces:
  2251. - application/json
  2252. responses:
  2253. "200":
  2254. description: 具体看返回内容 这是data里面的数据
  2255. schema:
  2256. type: string
  2257. "400":
  2258. description: 具体错误
  2259. schema:
  2260. $ref: '#/definitions/md.Response'
  2261. summary: 媒体详情-发票上传
  2262. tags:
  2263. - 财务中心------嘉俊
  2264. /api/settleCenter/list:
  2265. post:
  2266. consumes:
  2267. - application/json
  2268. description: 结算中心-结算报表
  2269. parameters:
  2270. - description: 验证参数Bearer和token空格拼接
  2271. in: header
  2272. name: Authorization
  2273. required: true
  2274. type: string
  2275. - description: 请求参数
  2276. in: body
  2277. name: args
  2278. required: true
  2279. schema:
  2280. $ref: '#/definitions/md.SettleCenterDataReq'
  2281. produces:
  2282. - application/json
  2283. responses:
  2284. "200":
  2285. description: 具体看返回内容 这是data里面的数据
  2286. schema:
  2287. $ref: '#/definitions/md.SettleCenterDataRes'
  2288. "400":
  2289. description: 具体错误
  2290. schema:
  2291. $ref: '#/definitions/md.Response'
  2292. summary: 结算报表
  2293. tags:
  2294. - 结算中心------嘉俊
  2295. /api/settleCenter/settle/file/save:
  2296. post:
  2297. consumes:
  2298. - application/json
  2299. description: 财务中心-媒体详情-结算单保存
  2300. parameters:
  2301. - description: 验证参数Bearer和token空格拼接
  2302. in: header
  2303. name: Authorization
  2304. required: true
  2305. type: string
  2306. - description: 请求参数
  2307. in: body
  2308. name: args
  2309. required: true
  2310. schema:
  2311. $ref: '#/definitions/md.SettleFileReq'
  2312. produces:
  2313. - application/json
  2314. responses:
  2315. "200":
  2316. description: 具体看返回内容 这是data里面的数据
  2317. schema:
  2318. type: string
  2319. "400":
  2320. description: 具体错误
  2321. schema:
  2322. $ref: '#/definitions/md.Response'
  2323. summary: 媒体详情-结算单保存
  2324. tags:
  2325. - 财务中心------嘉俊
  2326. /api/sms:
  2327. post:
  2328. consumes:
  2329. - application/json
  2330. description: 短信-短信发送
  2331. parameters:
  2332. - description: 验证参数Bearer和token空格拼接
  2333. in: header
  2334. name: Authorization
  2335. type: string
  2336. - description: 请求参数
  2337. in: body
  2338. name: args
  2339. required: true
  2340. schema:
  2341. $ref: '#/definitions/md.SmsReq'
  2342. produces:
  2343. - application/json
  2344. responses:
  2345. "200":
  2346. description: success
  2347. schema:
  2348. type: string
  2349. "400":
  2350. description: 具体错误
  2351. schema:
  2352. $ref: '#/definitions/md.Response'
  2353. summary: 短信发送
  2354. tags:
  2355. - 短信
  2356. securityDefinitions:
  2357. MasterID:
  2358. in: header
  2359. name: MasterID
  2360. type: apiKey
  2361. swagger: "2.0"