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

2225 lines
53 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.ImgReqUpload:
  400. properties:
  401. dir:
  402. type: string
  403. file_name:
  404. type: string
  405. file_size:
  406. description: 文件大小, 单位byte
  407. type: integer
  408. type: object
  409. md.IndexAppListData:
  410. properties:
  411. list:
  412. items:
  413. $ref: '#/definitions/md.IndexAppListDataList'
  414. type: array
  415. logo:
  416. type: string
  417. name:
  418. type: string
  419. table_list:
  420. items:
  421. type: string
  422. type: array
  423. type: object
  424. md.IndexAppListDataList:
  425. properties:
  426. bili:
  427. type: string
  428. name:
  429. type: string
  430. type:
  431. type: string
  432. value:
  433. type: string
  434. type: object
  435. md.IndexAppListReq:
  436. properties:
  437. end_date:
  438. example: "2024-08-30"
  439. type: string
  440. sort:
  441. example: 排序
  442. type: string
  443. start_date:
  444. example: "2024-08-30"
  445. type: string
  446. type: object
  447. md.IndexAppListRes:
  448. properties:
  449. list:
  450. items:
  451. $ref: '#/definitions/md.IndexAppListData'
  452. type: array
  453. sort:
  454. items:
  455. $ref: '#/definitions/md.SelectData'
  456. type: array
  457. type: object
  458. md.Invoice:
  459. properties:
  460. count:
  461. type: string
  462. file:
  463. items:
  464. $ref: '#/definitions/md.InvoiceFile'
  465. type: array
  466. time:
  467. type: string
  468. type:
  469. type: string
  470. type: object
  471. md.InvoiceCenterDataData:
  472. properties:
  473. amount:
  474. example: 结算金额
  475. type: string
  476. count:
  477. example: 数量
  478. type: string
  479. id:
  480. type: string
  481. month:
  482. example: 订单月份
  483. type: string
  484. state:
  485. example: 结算单状态(0:待审核 1:审核通过 2:审核拒绝)
  486. type: string
  487. time_str:
  488. example: 上传时间
  489. type: string
  490. type: object
  491. md.InvoiceCenterDataDetailData:
  492. properties:
  493. count:
  494. example: 数量
  495. type: string
  496. file:
  497. items:
  498. $ref: '#/definitions/md.InvoiceFile'
  499. type: array
  500. state:
  501. example: 结算单状态(0:待审核 1:审核通过 2:审核拒绝)
  502. type: string
  503. time_str:
  504. example: 上传时间
  505. type: string
  506. type: object
  507. md.InvoiceCenterDataDetailRes:
  508. properties:
  509. data:
  510. $ref: '#/definitions/md.InvoiceCenterDataDetailData'
  511. state:
  512. items:
  513. $ref: '#/definitions/md.SelectData'
  514. type: array
  515. type: object
  516. md.InvoiceCenterDataReq:
  517. properties:
  518. limit:
  519. type: string
  520. page:
  521. type: string
  522. type:
  523. example: 0电子发票 1纸质发票
  524. type: string
  525. type: object
  526. md.InvoiceCenterDataRes:
  527. properties:
  528. list:
  529. items:
  530. $ref: '#/definitions/md.InvoiceCenterDataData'
  531. type: array
  532. state:
  533. items:
  534. $ref: '#/definitions/md.SelectData'
  535. type: array
  536. total:
  537. type: integer
  538. type: object
  539. md.InvoiceFile:
  540. properties:
  541. state:
  542. example: 0待确认 1审核通过 2审核失败
  543. type: string
  544. url:
  545. type: string
  546. type: object
  547. md.InvoiceReq:
  548. properties:
  549. file:
  550. items:
  551. $ref: '#/definitions/md.InvoiceFile'
  552. type: array
  553. id:
  554. example: 列表id
  555. type: string
  556. type:
  557. example: 0电子发票 1纸质发票
  558. type: string
  559. type: object
  560. md.LoginPhoneReq:
  561. properties:
  562. captcha:
  563. example: 验证码
  564. type: string
  565. username:
  566. example: 登录账号
  567. type: string
  568. required:
  569. - captcha
  570. - username
  571. type: object
  572. md.LoginReq:
  573. properties:
  574. code:
  575. example: 验证码
  576. type: string
  577. password:
  578. example: 登录密码
  579. type: string
  580. username:
  581. example: 登录账号
  582. type: string
  583. required:
  584. - password
  585. - username
  586. type: object
  587. md.LoginResponse:
  588. properties:
  589. token:
  590. type: string
  591. type: object
  592. md.MediumBankInfo:
  593. properties:
  594. bank:
  595. type: string
  596. bank_branch:
  597. type: string
  598. bank_no:
  599. type: string
  600. currency_conf:
  601. type: string
  602. id:
  603. type: string
  604. licence:
  605. type: string
  606. medium_id:
  607. type: string
  608. memo:
  609. type: string
  610. state:
  611. type: string
  612. uuid:
  613. type: string
  614. type: object
  615. md.MediumContactInfo:
  616. properties:
  617. address:
  618. type: string
  619. email:
  620. type: string
  621. id:
  622. type: string
  623. medium_id:
  624. type: string
  625. memo:
  626. type: string
  627. name:
  628. type: string
  629. phone:
  630. type: string
  631. state:
  632. type: string
  633. uuid:
  634. type: string
  635. type: object
  636. md.MediumList:
  637. properties:
  638. business_license_address:
  639. type: string
  640. business_license_img_url:
  641. type: string
  642. certificate_first_type:
  643. type: string
  644. certificate_type:
  645. type: string
  646. certificate_validity:
  647. type: string
  648. company_abbreviation:
  649. type: string
  650. company_name:
  651. type: string
  652. country_region:
  653. type: string
  654. country_region_id:
  655. type: string
  656. id:
  657. type: string
  658. kind:
  659. type: string
  660. legal_representative:
  661. type: string
  662. medium_id:
  663. type: string
  664. memo:
  665. type: string
  666. registered_address:
  667. type: string
  668. registered_address_city_id:
  669. type: string
  670. registered_address_country_id:
  671. type: string
  672. registered_address_county_id:
  673. type: string
  674. registered_address_province_id:
  675. type: string
  676. state:
  677. type: string
  678. unified_social_credit_code:
  679. type: string
  680. uuid:
  681. type: string
  682. type: object
  683. md.Response:
  684. properties:
  685. code:
  686. example: 响应码
  687. type: string
  688. data:
  689. description: 内容
  690. msg:
  691. example: 具体错误原因
  692. type: string
  693. type: object
  694. md.RoleBindPermissionGroupReq:
  695. properties:
  696. permission_ids:
  697. items:
  698. type: integer
  699. type: array
  700. role_id:
  701. type: integer
  702. required:
  703. - role_id
  704. type: object
  705. md.SelectData:
  706. properties:
  707. name:
  708. example: 名称
  709. type: string
  710. value:
  711. example: 值
  712. type: string
  713. type: object
  714. md.SettleCenterDataData:
  715. properties:
  716. all_income:
  717. example: 合计收益
  718. type: string
  719. business_kind:
  720. example: 业务类型(1:广告合作)
  721. type: string
  722. id:
  723. type: string
  724. label:
  725. type: string
  726. medium_income:
  727. example: 媒体结算
  728. type: string
  729. other_income:
  730. example: 其他调整
  731. type: string
  732. pay_state:
  733. example: 结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)
  734. type: string
  735. settle_file:
  736. example: 结算单
  737. type: string
  738. settle_type:
  739. example: 结算单类型(1:日结 2:周结 3:月结 4:预付)
  740. type: string
  741. state:
  742. example: 结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)
  743. type: string
  744. time_str:
  745. example: 业务时间
  746. type: string
  747. type: object
  748. md.SettleCenterDataDetail:
  749. properties:
  750. all_income:
  751. example: 合计收益
  752. type: string
  753. business_kind:
  754. example: 业务类型(1:广告合作)
  755. type: string
  756. invoice:
  757. $ref: '#/definitions/md.Invoice'
  758. medium_income:
  759. example: 媒体结算
  760. type: string
  761. other_income:
  762. example: 其他调整
  763. type: string
  764. pay_state:
  765. example: 结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)
  766. type: string
  767. settle_file:
  768. example: 结算单
  769. type: string
  770. state:
  771. example: 结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)
  772. type: string
  773. time_str:
  774. example: 业务时间
  775. type: string
  776. type: object
  777. md.SettleCenterDataDetailRes:
  778. properties:
  779. business_kind:
  780. items:
  781. $ref: '#/definitions/md.SelectData'
  782. type: array
  783. data:
  784. $ref: '#/definitions/md.SettleCenterDataDetail'
  785. invoice_cate:
  786. items:
  787. $ref: '#/definitions/md.SelectData'
  788. type: array
  789. invoice_state:
  790. items:
  791. $ref: '#/definitions/md.SelectData'
  792. type: array
  793. settle_pay_state:
  794. items:
  795. $ref: '#/definitions/md.SelectData'
  796. type: array
  797. settle_state:
  798. items:
  799. $ref: '#/definitions/md.SelectData'
  800. type: array
  801. settle_type:
  802. items:
  803. $ref: '#/definitions/md.SelectData'
  804. type: array
  805. type: object
  806. md.SettleCenterDataReq:
  807. properties:
  808. end_time:
  809. type: string
  810. limit:
  811. type: string
  812. page:
  813. type: string
  814. start_time:
  815. example: "2024-08-29"
  816. type: string
  817. type: object
  818. md.SettleCenterDataRes:
  819. properties:
  820. business_kind:
  821. items:
  822. $ref: '#/definitions/md.SelectData'
  823. type: array
  824. list:
  825. items:
  826. $ref: '#/definitions/md.SettleCenterDataData'
  827. type: array
  828. settle_pay_state:
  829. items:
  830. $ref: '#/definitions/md.SelectData'
  831. type: array
  832. settle_state:
  833. items:
  834. $ref: '#/definitions/md.SelectData'
  835. type: array
  836. settle_type:
  837. items:
  838. $ref: '#/definitions/md.SelectData'
  839. type: array
  840. total:
  841. type: integer
  842. type: object
  843. md.SettleFileReq:
  844. properties:
  845. file:
  846. example: 七牛云链接 带http
  847. type: string
  848. id:
  849. example: 列表id
  850. type: string
  851. type: object
  852. md.SmsReq:
  853. properties:
  854. phone:
  855. type: string
  856. type:
  857. example: 手机号登陆:fast_login 注册:register 修改密码(不用传手机号):update_password
  858. type: string
  859. type: object
  860. md.UpdateAdminReq:
  861. properties:
  862. id:
  863. type: integer
  864. memo:
  865. type: string
  866. password:
  867. type: string
  868. username:
  869. type: string
  870. required:
  871. - id
  872. - password
  873. - username
  874. type: object
  875. md.UpdateAdminStateReq:
  876. properties:
  877. id:
  878. type: integer
  879. state:
  880. type: integer
  881. required:
  882. - id
  883. - state
  884. type: object
  885. md.UpdateRoleReq:
  886. properties:
  887. memo:
  888. type: string
  889. name:
  890. type: string
  891. role_id:
  892. type: integer
  893. required:
  894. - memo
  895. - name
  896. - role_id
  897. type: object
  898. md.UpdateRoleStateReq:
  899. properties:
  900. role_id:
  901. type: integer
  902. state:
  903. type: integer
  904. required:
  905. - role_id
  906. - state
  907. type: object
  908. host: localhost:1004 or xxxxx.medium.dengbiao.top
  909. info:
  910. contact:
  911. email: 1239118001@qq.com
  912. name: dengbiao
  913. url: http://www.swagger.io/support
  914. description: 媒体后台接口
  915. license:
  916. name: Apache 2.0
  917. url: http://www.apache.org/licenses/LICENSE-2.0.html
  918. termsOfService: http://swagger.io/terms/
  919. title: 广告联盟-媒体平台
  920. version: "1.0"
  921. paths:
  922. /api/account/base:
  923. get:
  924. consumes:
  925. - application/json
  926. description: 账号信息
  927. parameters:
  928. - description: 验证参数Bearer和token空格拼接
  929. in: header
  930. name: Authorization
  931. required: true
  932. type: string
  933. produces:
  934. - application/json
  935. responses:
  936. "200":
  937. description: 具体看返回内容
  938. schema:
  939. $ref: '#/definitions/md.AccountBase'
  940. "400":
  941. description: 具体错误
  942. schema:
  943. $ref: '#/definitions/md.Response'
  944. summary: 账号信息
  945. tags:
  946. - 账号中心------嘉俊
  947. /api/account/qualification/bank/save:
  948. post:
  949. consumes:
  950. - application/json
  951. description: 资质认证-银行资质保存
  952. parameters:
  953. - description: 验证参数Bearer和token空格拼接
  954. in: header
  955. name: Authorization
  956. required: true
  957. type: string
  958. - description: 请求参数
  959. in: body
  960. name: args
  961. required: true
  962. schema:
  963. $ref: '#/definitions/md.MediumBankInfo'
  964. produces:
  965. - application/json
  966. responses:
  967. "200":
  968. description: 具体看返回内容
  969. schema:
  970. type: string
  971. "400":
  972. description: 具体错误
  973. schema:
  974. $ref: '#/definitions/md.Response'
  975. summary: 银行资质保存
  976. tags:
  977. - 账号中心------嘉俊
  978. /api/account/qualification/contact/save:
  979. post:
  980. consumes:
  981. - application/json
  982. description: 资质认证-联系方式保存
  983. parameters:
  984. - description: 验证参数Bearer和token空格拼接
  985. in: header
  986. name: Authorization
  987. required: true
  988. type: string
  989. - description: 请求参数
  990. in: body
  991. name: args
  992. required: true
  993. schema:
  994. $ref: '#/definitions/md.MediumContactInfo'
  995. produces:
  996. - application/json
  997. responses:
  998. "200":
  999. description: 具体看返回内容
  1000. schema:
  1001. type: string
  1002. "400":
  1003. description: 具体错误
  1004. schema:
  1005. $ref: '#/definitions/md.Response'
  1006. summary: 联系方式保存
  1007. tags:
  1008. - 账号中心------嘉俊
  1009. /api/account/qualification/enterprise/save:
  1010. post:
  1011. consumes:
  1012. - application/json
  1013. description: 资质认证-企业认证保存
  1014. parameters:
  1015. - description: 验证参数Bearer和token空格拼接
  1016. in: header
  1017. name: Authorization
  1018. required: true
  1019. type: string
  1020. - description: 请求参数
  1021. in: body
  1022. name: args
  1023. required: true
  1024. schema:
  1025. $ref: '#/definitions/md.MediumList'
  1026. produces:
  1027. - application/json
  1028. responses:
  1029. "200":
  1030. description: 具体看返回内容
  1031. schema:
  1032. type: string
  1033. "400":
  1034. description: 具体错误
  1035. schema:
  1036. $ref: '#/definitions/md.Response'
  1037. summary: 企业认证保存
  1038. tags:
  1039. - 账号中心------嘉俊
  1040. /api/account/qualification/info:
  1041. get:
  1042. consumes:
  1043. - application/json
  1044. description: 资质认证-基本信息
  1045. parameters:
  1046. - description: 验证参数Bearer和token空格拼接
  1047. in: header
  1048. name: Authorization
  1049. required: true
  1050. type: string
  1051. produces:
  1052. - application/json
  1053. responses:
  1054. "200":
  1055. description: 具体看返回内容
  1056. schema:
  1057. type: string
  1058. "400":
  1059. description: 具体错误
  1060. schema:
  1061. $ref: '#/definitions/md.Response'
  1062. summary: 基本信息
  1063. tags:
  1064. - 账号中心------嘉俊
  1065. /api/account/qualification/select/base:
  1066. get:
  1067. consumes:
  1068. - application/json
  1069. description: 资质认证-认证下拉框选择内容
  1070. parameters:
  1071. - description: 验证参数Bearer和token空格拼接
  1072. in: header
  1073. name: Authorization
  1074. required: true
  1075. type: string
  1076. produces:
  1077. - application/json
  1078. responses:
  1079. "200":
  1080. description: 具体看返回内容
  1081. schema:
  1082. type: string
  1083. "400":
  1084. description: 具体错误
  1085. schema:
  1086. $ref: '#/definitions/md.Response'
  1087. summary: 认证下拉框选择内容
  1088. tags:
  1089. - 账号中心------嘉俊
  1090. /api/account/update/password:
  1091. post:
  1092. consumes:
  1093. - application/json
  1094. description: 资质认证-修改密码保存
  1095. parameters:
  1096. - description: 验证参数Bearer和token空格拼接
  1097. in: header
  1098. name: Authorization
  1099. required: true
  1100. type: string
  1101. - description: 请求参数
  1102. in: body
  1103. name: args
  1104. required: true
  1105. schema:
  1106. $ref: '#/definitions/md.AccountUpdatePasswordReq'
  1107. produces:
  1108. - application/json
  1109. responses:
  1110. "200":
  1111. description: 具体看返回内容
  1112. schema:
  1113. type: string
  1114. "400":
  1115. description: 具体错误
  1116. schema:
  1117. $ref: '#/definitions/md.Response'
  1118. summary: 修改密码保存
  1119. tags:
  1120. - 账号中心------嘉俊
  1121. /api/application/applet/ad/space/list:
  1122. post:
  1123. consumes:
  1124. - application/json
  1125. description: 小程序应用-广告位列表
  1126. parameters:
  1127. - description: 验证参数Bearer和token空格拼接
  1128. in: header
  1129. name: Authorization
  1130. required: true
  1131. type: string
  1132. - description: 请求参数
  1133. in: body
  1134. name: args
  1135. required: true
  1136. schema:
  1137. $ref: '#/definitions/md.AppletApplicationAdSpaceListReq'
  1138. produces:
  1139. - application/json
  1140. responses:
  1141. "200":
  1142. description: 具体看返回内容---这是data里面的数据
  1143. schema:
  1144. $ref: '#/definitions/md.AppletApplicationAdSpaceListRes'
  1145. "400":
  1146. description: 具体错误
  1147. schema:
  1148. $ref: '#/definitions/md.Response'
  1149. summary: 广告位列表
  1150. tags:
  1151. - 小程序应用------嘉俊
  1152. /api/application/applet/ad/space/save:
  1153. post:
  1154. consumes:
  1155. - application/json
  1156. description: 小程序应用-广告位新增
  1157. parameters:
  1158. - description: 验证参数Bearer和token空格拼接
  1159. in: header
  1160. name: Authorization
  1161. required: true
  1162. type: string
  1163. - description: 请求参数
  1164. in: body
  1165. name: args
  1166. required: true
  1167. schema:
  1168. $ref: '#/definitions/md.AppletApplicationAdSpaceSaveReq'
  1169. produces:
  1170. - application/json
  1171. responses:
  1172. "200":
  1173. description: 具体看返回内容
  1174. schema:
  1175. type: string
  1176. "400":
  1177. description: 具体错误
  1178. schema:
  1179. $ref: '#/definitions/md.Response'
  1180. summary: 广告位新增
  1181. tags:
  1182. - 小程序应用------嘉俊
  1183. /api/application/applet/list:
  1184. post:
  1185. consumes:
  1186. - application/json
  1187. description: 小程序应用-列表数据
  1188. parameters:
  1189. - description: 验证参数Bearer和token空格拼接
  1190. in: header
  1191. name: Authorization
  1192. required: true
  1193. type: string
  1194. - description: 请求参数
  1195. in: body
  1196. name: args
  1197. required: true
  1198. schema:
  1199. $ref: '#/definitions/md.AppletApplicationListReq'
  1200. produces:
  1201. - application/json
  1202. responses:
  1203. "200":
  1204. description: 具体看返回内容---这是data里面的数据
  1205. schema:
  1206. $ref: '#/definitions/md.AppletApplicationListRes'
  1207. "400":
  1208. description: 具体错误
  1209. schema:
  1210. $ref: '#/definitions/md.Response'
  1211. summary: 列表数据
  1212. tags:
  1213. - 小程序应用------嘉俊
  1214. /api/application/applet/save:
  1215. post:
  1216. consumes:
  1217. - application/json
  1218. description: 小程序应用-新增或保存
  1219. parameters:
  1220. - description: 验证参数Bearer和token空格拼接
  1221. in: header
  1222. name: Authorization
  1223. required: true
  1224. type: string
  1225. - description: 请求参数
  1226. in: body
  1227. name: args
  1228. required: true
  1229. schema:
  1230. $ref: '#/definitions/md.AppletApplicationSaveReq'
  1231. produces:
  1232. - application/json
  1233. responses:
  1234. "200":
  1235. description: 具体看返回内容
  1236. schema:
  1237. type: string
  1238. "400":
  1239. description: 具体错误
  1240. schema:
  1241. $ref: '#/definitions/md.Response'
  1242. summary: 新增或保存
  1243. tags:
  1244. - 小程序应用------嘉俊
  1245. /api/dataCenter/record/list:
  1246. post:
  1247. consumes:
  1248. - application/json
  1249. description: 数据中心-数据明细
  1250. parameters:
  1251. - description: 验证参数Bearer和token空格拼接
  1252. in: header
  1253. name: Authorization
  1254. required: true
  1255. type: string
  1256. - description: 请求参数
  1257. in: body
  1258. name: args
  1259. required: true
  1260. schema:
  1261. $ref: '#/definitions/md.DataCenterRecordReq'
  1262. produces:
  1263. - application/json
  1264. responses:
  1265. "200":
  1266. description: 具体看返回内容 这是data里面的数据
  1267. schema:
  1268. $ref: '#/definitions/md.DataCenterRecordRes'
  1269. "400":
  1270. description: 具体错误
  1271. schema:
  1272. $ref: '#/definitions/md.Response'
  1273. summary: 数据明细
  1274. tags:
  1275. - 数据中心------嘉俊
  1276. /api/dataCenter/record/output:
  1277. post:
  1278. consumes:
  1279. - application/json
  1280. description: 数据中心-数据明细-导出
  1281. parameters:
  1282. - description: 验证参数Bearer和token空格拼接
  1283. in: header
  1284. name: Authorization
  1285. required: true
  1286. type: string
  1287. - description: 请求参数
  1288. in: body
  1289. name: args
  1290. required: true
  1291. schema:
  1292. $ref: '#/definitions/md.DataCenterRecordOutPutReq'
  1293. produces:
  1294. - application/json
  1295. responses:
  1296. "200":
  1297. description: 具体看返回内容 这是data里面的数据
  1298. schema:
  1299. type: string
  1300. "400":
  1301. description: 具体错误
  1302. schema:
  1303. $ref: '#/definitions/md.Response'
  1304. summary: 数据明细-导出
  1305. tags:
  1306. - 数据中心------嘉俊
  1307. /api/dataCenter/record/total:
  1308. post:
  1309. consumes:
  1310. - application/json
  1311. description: 数据中心-数据明细合计
  1312. parameters:
  1313. - description: 验证参数Bearer和token空格拼接
  1314. in: header
  1315. name: Authorization
  1316. required: true
  1317. type: string
  1318. - description: 请求参数
  1319. in: body
  1320. name: args
  1321. required: true
  1322. schema:
  1323. $ref: '#/definitions/md.DataCenterTableReq'
  1324. produces:
  1325. - application/json
  1326. responses:
  1327. "200":
  1328. description: 具体看返回内容 这是data里面的数据
  1329. schema:
  1330. $ref: '#/definitions/md.DataCenterTotalData'
  1331. "400":
  1332. description: 具体错误
  1333. schema:
  1334. $ref: '#/definitions/md.Response'
  1335. summary: 数据明细合计
  1336. tags:
  1337. - 数据中心------嘉俊
  1338. /api/dataCenter/select/data:
  1339. get:
  1340. consumes:
  1341. - application/json
  1342. description: 数据中心-筛选条件
  1343. parameters:
  1344. - description: 验证参数Bearer和token空格拼接
  1345. in: header
  1346. name: Authorization
  1347. required: true
  1348. type: string
  1349. produces:
  1350. - application/json
  1351. responses:
  1352. "200":
  1353. description: 具体看返回内容 这是data里面的数据
  1354. schema:
  1355. type: string
  1356. "400":
  1357. description: 具体错误
  1358. schema:
  1359. $ref: '#/definitions/md.Response'
  1360. summary: 筛选条件
  1361. tags:
  1362. - 数据中心------嘉俊
  1363. /api/dataCenter/table:
  1364. post:
  1365. consumes:
  1366. - application/json
  1367. description: 数据中心-数据图表
  1368. parameters:
  1369. - description: 验证参数Bearer和token空格拼接
  1370. in: header
  1371. name: Authorization
  1372. required: true
  1373. type: string
  1374. - description: 请求参数
  1375. in: body
  1376. name: args
  1377. required: true
  1378. schema:
  1379. $ref: '#/definitions/md.DataCenterTableReq'
  1380. produces:
  1381. - application/json
  1382. responses:
  1383. "200":
  1384. description: 具体看返回内容 这是data里面的数据
  1385. schema:
  1386. $ref: '#/definitions/md.DataCenterTableRes'
  1387. "400":
  1388. description: 具体错误
  1389. schema:
  1390. $ref: '#/definitions/md.Response'
  1391. summary: 数据图表
  1392. tags:
  1393. - 数据中心------嘉俊
  1394. /api/index/app/list:
  1395. post:
  1396. consumes:
  1397. - application/json
  1398. description: 数据中心-数据明细
  1399. parameters:
  1400. - description: 验证参数Bearer和token空格拼接
  1401. in: header
  1402. name: Authorization
  1403. required: true
  1404. type: string
  1405. - description: 请求参数
  1406. in: body
  1407. name: args
  1408. required: true
  1409. schema:
  1410. $ref: '#/definitions/md.IndexAppListReq'
  1411. produces:
  1412. - application/json
  1413. responses:
  1414. "200":
  1415. description: 具体看返回内容 这是data里面的数据
  1416. schema:
  1417. $ref: '#/definitions/md.IndexAppListRes'
  1418. "400":
  1419. description: 具体错误
  1420. schema:
  1421. $ref: '#/definitions/md.Response'
  1422. summary: 数据明细
  1423. tags:
  1424. - 数据中心------嘉俊
  1425. /api/index/base:
  1426. get:
  1427. consumes:
  1428. - application/json
  1429. description: 首页-右上角基本数据
  1430. parameters:
  1431. - description: 验证参数Bearer和token空格拼接
  1432. in: header
  1433. name: Authorization
  1434. required: true
  1435. type: string
  1436. produces:
  1437. - application/json
  1438. responses:
  1439. "200":
  1440. description: 具体看返回内容 这是data里面的数据
  1441. schema:
  1442. type: string
  1443. "400":
  1444. description: 具体错误
  1445. schema:
  1446. $ref: '#/definitions/md.Response'
  1447. summary: 右上角基本数据
  1448. tags:
  1449. - 首页------嘉俊
  1450. /api/index/total:
  1451. get:
  1452. consumes:
  1453. - application/json
  1454. description: 首页-统计数据
  1455. parameters:
  1456. - description: 验证参数Bearer和token空格拼接
  1457. in: header
  1458. name: Authorization
  1459. required: true
  1460. type: string
  1461. produces:
  1462. - application/json
  1463. responses:
  1464. "200":
  1465. description: 具体看返回内容 这是data里面的数据
  1466. schema:
  1467. type: string
  1468. "400":
  1469. description: 具体错误
  1470. schema:
  1471. $ref: '#/definitions/md.Response'
  1472. summary: 统计数据
  1473. tags:
  1474. - 首页------嘉俊
  1475. /api/invoiceCenter/detail:
  1476. post:
  1477. consumes:
  1478. - application/json
  1479. description: 发票中心-发票详情
  1480. parameters:
  1481. - description: 验证参数Bearer和token空格拼接
  1482. in: header
  1483. name: Authorization
  1484. required: true
  1485. type: string
  1486. - description: 请求参数
  1487. in: body
  1488. name: args
  1489. required: true
  1490. schema:
  1491. $ref: '#/definitions/md.CommDetailReq'
  1492. produces:
  1493. - application/json
  1494. responses:
  1495. "200":
  1496. description: 具体看返回内容 这是data里面的数据
  1497. schema:
  1498. $ref: '#/definitions/md.InvoiceCenterDataDetailRes'
  1499. "400":
  1500. description: 具体错误
  1501. schema:
  1502. $ref: '#/definitions/md.Response'
  1503. summary: 发票详情
  1504. tags:
  1505. - 发票中心------嘉俊
  1506. /api/invoiceCenter/list:
  1507. post:
  1508. consumes:
  1509. - application/json
  1510. description: 发票中心-发票列表
  1511. parameters:
  1512. - description: 验证参数Bearer和token空格拼接
  1513. in: header
  1514. name: Authorization
  1515. required: true
  1516. type: string
  1517. - description: 请求参数
  1518. in: body
  1519. name: args
  1520. required: true
  1521. schema:
  1522. $ref: '#/definitions/md.InvoiceCenterDataReq'
  1523. produces:
  1524. - application/json
  1525. responses:
  1526. "200":
  1527. description: 具体看返回内容 这是data里面的数据
  1528. schema:
  1529. $ref: '#/definitions/md.InvoiceCenterDataRes'
  1530. "400":
  1531. description: 具体错误
  1532. schema:
  1533. $ref: '#/definitions/md.Response'
  1534. summary: 发票列表
  1535. tags:
  1536. - 发票中心------嘉俊
  1537. /api/login:
  1538. post:
  1539. consumes:
  1540. - application/json
  1541. description: 登入
  1542. parameters:
  1543. - description: 用户名、密码
  1544. in: body
  1545. name: req
  1546. required: true
  1547. schema:
  1548. $ref: '#/definitions/md.LoginReq'
  1549. produces:
  1550. - application/json
  1551. responses:
  1552. "200":
  1553. description: token
  1554. schema:
  1555. $ref: '#/definitions/md.LoginResponse'
  1556. "400":
  1557. description: 具体错误
  1558. schema:
  1559. $ref: '#/definitions/md.Response'
  1560. summary: 登陆
  1561. tags:
  1562. - ADMIN
  1563. /api/login/phone:
  1564. post:
  1565. consumes:
  1566. - application/json
  1567. description: 手机号登入
  1568. parameters:
  1569. - description: 用户名、验证码
  1570. in: body
  1571. name: req
  1572. required: true
  1573. schema:
  1574. $ref: '#/definitions/md.LoginPhoneReq'
  1575. produces:
  1576. - application/json
  1577. responses:
  1578. "200":
  1579. description: token
  1580. schema:
  1581. $ref: '#/definitions/md.LoginResponse'
  1582. "400":
  1583. description: 具体错误
  1584. schema:
  1585. $ref: '#/definitions/md.Response'
  1586. summary: 手机号登陆
  1587. tags:
  1588. - ADMIN
  1589. /api/qiniuyun/upload:
  1590. post:
  1591. consumes:
  1592. - application/json
  1593. description: 七牛云-七牛云上传
  1594. parameters:
  1595. - description: 验证参数Bearer和token空格拼接
  1596. in: header
  1597. name: Authorization
  1598. type: string
  1599. - description: 请求参数
  1600. in: body
  1601. name: args
  1602. required: true
  1603. schema:
  1604. $ref: '#/definitions/md.ImgReqUpload'
  1605. produces:
  1606. - application/json
  1607. responses:
  1608. "200":
  1609. description: success
  1610. schema:
  1611. type: string
  1612. "400":
  1613. description: 具体错误
  1614. schema:
  1615. $ref: '#/definitions/md.Response'
  1616. summary: 七牛云上传
  1617. tags:
  1618. - 七牛云
  1619. /api/register:
  1620. post:
  1621. consumes:
  1622. - application/json
  1623. description: 手机号注册
  1624. parameters:
  1625. - description: 用户名、验证码
  1626. in: body
  1627. name: req
  1628. required: true
  1629. schema:
  1630. $ref: '#/definitions/md.LoginReq'
  1631. produces:
  1632. - application/json
  1633. responses:
  1634. "200":
  1635. description: token
  1636. schema:
  1637. $ref: '#/definitions/md.LoginResponse'
  1638. "400":
  1639. description: 具体错误
  1640. schema:
  1641. $ref: '#/definitions/md.Response'
  1642. summary: 手机号注册
  1643. tags:
  1644. - ADMIN
  1645. /api/role/addAdmin:
  1646. post:
  1647. consumes:
  1648. - application/json
  1649. description: 新增管理员
  1650. parameters:
  1651. - description: 验证参数Bearer和token空格拼接
  1652. in: header
  1653. name: Authorization
  1654. required: true
  1655. type: string
  1656. - description: 请求参数
  1657. in: body
  1658. name: args
  1659. required: true
  1660. schema:
  1661. $ref: '#/definitions/md.AddAdminReq'
  1662. produces:
  1663. - application/json
  1664. responses:
  1665. "200":
  1666. description: success
  1667. schema:
  1668. type: string
  1669. "400":
  1670. description: 具体错误
  1671. schema:
  1672. $ref: '#/definitions/md.Response'
  1673. summary: 新增管理员
  1674. tags:
  1675. - ADMIN-权限管理
  1676. /api/role/addRole:
  1677. post:
  1678. consumes:
  1679. - application/json
  1680. description: 添加角色
  1681. parameters:
  1682. - description: 验证参数Bearer和token空格拼接
  1683. in: header
  1684. name: Authorization
  1685. required: true
  1686. type: string
  1687. - description: 请求参数
  1688. in: body
  1689. name: args
  1690. required: true
  1691. schema:
  1692. $ref: '#/definitions/md.AddRoleReq'
  1693. produces:
  1694. - application/json
  1695. responses:
  1696. "200":
  1697. description: success
  1698. schema:
  1699. type: string
  1700. "400":
  1701. description: 具体错误
  1702. schema:
  1703. $ref: '#/definitions/md.Response'
  1704. summary: 添加角色
  1705. tags:
  1706. - ADMIN-权限管理
  1707. /api/role/adminInfo:
  1708. get:
  1709. consumes:
  1710. - application/json
  1711. description: 管理员信息
  1712. parameters:
  1713. - description: 验证参数Bearer和token空格拼接
  1714. in: header
  1715. name: Authorization
  1716. required: true
  1717. type: string
  1718. - description: 管理员id
  1719. in: query
  1720. name: adm_id
  1721. required: true
  1722. type: string
  1723. produces:
  1724. - application/json
  1725. responses:
  1726. "200":
  1727. description: 具体看返回内容
  1728. schema:
  1729. type: string
  1730. "400":
  1731. description: 具体错误
  1732. schema:
  1733. $ref: '#/definitions/md.Response'
  1734. summary: 管理员信息
  1735. tags:
  1736. - ADMIN-权限管理
  1737. /api/role/adminList:
  1738. post:
  1739. consumes:
  1740. - application/json
  1741. description: 管理员列表
  1742. parameters:
  1743. - description: 验证参数Bearer和token空格拼接
  1744. in: header
  1745. name: Authorization
  1746. required: true
  1747. type: string
  1748. - description: 请求参数
  1749. in: body
  1750. name: args
  1751. required: true
  1752. schema:
  1753. $ref: '#/definitions/md.AdminListReq'
  1754. produces:
  1755. - application/json
  1756. responses:
  1757. "200":
  1758. description: 具体看返回内容
  1759. schema:
  1760. type: string
  1761. "400":
  1762. description: 具体错误
  1763. schema:
  1764. $ref: '#/definitions/md.Response'
  1765. summary: 管理员列表
  1766. tags:
  1767. - ADMIN-权限管理
  1768. /api/role/bindAdminRole/:
  1769. post:
  1770. consumes:
  1771. - application/json
  1772. description: 管理员绑定角色
  1773. parameters:
  1774. - description: 验证参数Bearer和token空格拼接
  1775. in: header
  1776. name: Authorization
  1777. required: true
  1778. type: string
  1779. - description: 请求参数
  1780. in: body
  1781. name: args
  1782. required: true
  1783. schema:
  1784. $ref: '#/definitions/md.BindAdminRoleReq'
  1785. produces:
  1786. - application/json
  1787. responses:
  1788. "200":
  1789. description: success
  1790. schema:
  1791. type: string
  1792. "400":
  1793. description: 具体错误
  1794. schema:
  1795. $ref: '#/definitions/md.Response'
  1796. summary: 管理员绑定角色
  1797. tags:
  1798. - ADMIN-权限管理
  1799. /api/role/deleteAdmin/{$adm_id}:
  1800. delete:
  1801. consumes:
  1802. - application/json
  1803. description: 删除管理员
  1804. parameters:
  1805. - description: 验证参数Bearer和token空格拼接
  1806. in: header
  1807. name: Authorization
  1808. required: true
  1809. type: string
  1810. produces:
  1811. - application/json
  1812. responses:
  1813. "200":
  1814. description: success
  1815. schema:
  1816. type: string
  1817. "400":
  1818. description: 具体错误
  1819. schema:
  1820. $ref: '#/definitions/md.Response'
  1821. summary: 删除管理员
  1822. tags:
  1823. - ADMIN-权限管理
  1824. /api/role/deleteRole/{$id}:
  1825. delete:
  1826. consumes:
  1827. - application/json
  1828. description: 删除角色
  1829. parameters:
  1830. - description: 验证参数Bearer和token空格拼接
  1831. in: header
  1832. name: Authorization
  1833. required: true
  1834. type: string
  1835. - description: 请求参数
  1836. in: body
  1837. name: args
  1838. required: true
  1839. schema:
  1840. $ref: '#/definitions/md.UpdateRoleStateReq'
  1841. produces:
  1842. - application/json
  1843. responses:
  1844. "200":
  1845. description: success
  1846. schema:
  1847. type: string
  1848. "400":
  1849. description: 具体错误
  1850. schema:
  1851. $ref: '#/definitions/md.Response'
  1852. summary: 删除角色
  1853. tags:
  1854. - ADMIN-权限管理
  1855. /api/role/permissionGroupList:
  1856. get:
  1857. consumes:
  1858. - application/json
  1859. description: 权限组列表
  1860. parameters:
  1861. - description: 验证参数Bearer和token空格拼接
  1862. in: header
  1863. name: Authorization
  1864. required: true
  1865. type: string
  1866. - description: 管理员id
  1867. in: query
  1868. name: adm_id
  1869. required: true
  1870. type: string
  1871. produces:
  1872. - application/json
  1873. responses:
  1874. "200":
  1875. description: 具体看返回内容
  1876. schema:
  1877. type: string
  1878. "400":
  1879. description: 具体错误
  1880. schema:
  1881. $ref: '#/definitions/md.Response'
  1882. summary: 权限组列表
  1883. tags:
  1884. - ADMIN-权限管理
  1885. /api/role/roleBindPermissionGroup:
  1886. post:
  1887. consumes:
  1888. - application/json
  1889. description: 角色绑定权限组
  1890. parameters:
  1891. - description: 验证参数Bearer和token空格拼接
  1892. in: header
  1893. name: Authorization
  1894. required: true
  1895. type: string
  1896. - description: 请求参数
  1897. in: body
  1898. name: args
  1899. required: true
  1900. schema:
  1901. $ref: '#/definitions/md.RoleBindPermissionGroupReq'
  1902. produces:
  1903. - application/json
  1904. responses:
  1905. "200":
  1906. description: success
  1907. schema:
  1908. type: string
  1909. "400":
  1910. description: 具体错误
  1911. schema:
  1912. $ref: '#/definitions/md.Response'
  1913. summary: 角色绑定权限组
  1914. tags:
  1915. - ADMIN-权限管理
  1916. /api/role/roleList:
  1917. get:
  1918. consumes:
  1919. - application/json
  1920. description: 角色列表
  1921. parameters:
  1922. - description: 验证参数Bearer和token空格拼接
  1923. in: header
  1924. name: Authorization
  1925. required: true
  1926. type: string
  1927. produces:
  1928. - application/json
  1929. responses:
  1930. "200":
  1931. description: 具体看返回内容
  1932. schema:
  1933. type: string
  1934. "400":
  1935. description: 具体错误
  1936. schema:
  1937. $ref: '#/definitions/md.Response'
  1938. summary: 角色列表
  1939. tags:
  1940. - ADMIN-权限管理
  1941. /api/role/updateAdmin:
  1942. post:
  1943. consumes:
  1944. - application/json
  1945. description: 修改管理员信息
  1946. parameters:
  1947. - description: 验证参数Bearer和token空格拼接
  1948. in: header
  1949. name: Authorization
  1950. required: true
  1951. type: string
  1952. - description: 请求参数
  1953. in: body
  1954. name: args
  1955. required: true
  1956. schema:
  1957. $ref: '#/definitions/md.UpdateAdminReq'
  1958. produces:
  1959. - application/json
  1960. responses:
  1961. "200":
  1962. description: success
  1963. schema:
  1964. type: string
  1965. "400":
  1966. description: 具体错误
  1967. schema:
  1968. $ref: '#/definitions/md.Response'
  1969. summary: 修改管理员信息
  1970. tags:
  1971. - ADMIN-权限管理
  1972. /api/role/updateAdminState:
  1973. post:
  1974. consumes:
  1975. - application/json
  1976. description: 修改管理员状态
  1977. parameters:
  1978. - description: 验证参数Bearer和token空格拼接
  1979. in: header
  1980. name: Authorization
  1981. required: true
  1982. type: string
  1983. - description: 请求参数
  1984. in: body
  1985. name: args
  1986. required: true
  1987. schema:
  1988. $ref: '#/definitions/md.UpdateAdminStateReq'
  1989. produces:
  1990. - application/json
  1991. responses:
  1992. "200":
  1993. description: success
  1994. schema:
  1995. type: string
  1996. "400":
  1997. description: 具体错误
  1998. schema:
  1999. $ref: '#/definitions/md.Response'
  2000. summary: 修改管理员状态
  2001. tags:
  2002. - ADMIN-权限管理
  2003. /api/role/updateRole:
  2004. post:
  2005. consumes:
  2006. - application/json
  2007. description: 修改角色
  2008. parameters:
  2009. - description: 验证参数Bearer和token空格拼接
  2010. in: header
  2011. name: Authorization
  2012. required: true
  2013. type: string
  2014. - description: 请求参数
  2015. in: body
  2016. name: args
  2017. required: true
  2018. schema:
  2019. $ref: '#/definitions/md.UpdateRoleReq'
  2020. produces:
  2021. - application/json
  2022. responses:
  2023. "200":
  2024. description: success
  2025. schema:
  2026. type: string
  2027. "400":
  2028. description: 具体错误
  2029. schema:
  2030. $ref: '#/definitions/md.Response'
  2031. summary: 修改角色
  2032. tags:
  2033. - ADMIN-权限管理
  2034. /api/role/updateRoleState:
  2035. post:
  2036. consumes:
  2037. - application/json
  2038. description: 修改角色状态
  2039. parameters:
  2040. - description: 验证参数Bearer和token空格拼接
  2041. in: header
  2042. name: Authorization
  2043. required: true
  2044. type: string
  2045. - description: 请求参数
  2046. in: body
  2047. name: args
  2048. required: true
  2049. schema:
  2050. $ref: '#/definitions/md.UpdateRoleStateReq'
  2051. produces:
  2052. - application/json
  2053. responses:
  2054. "200":
  2055. description: success
  2056. schema:
  2057. type: string
  2058. "400":
  2059. description: 具体错误
  2060. schema:
  2061. $ref: '#/definitions/md.Response'
  2062. summary: 修改角色状态
  2063. tags:
  2064. - ADMIN-权限管理
  2065. /api/settleCenter/detail:
  2066. post:
  2067. consumes:
  2068. - application/json
  2069. description: 结算中心-结算报表-详情
  2070. parameters:
  2071. - description: 验证参数Bearer和token空格拼接
  2072. in: header
  2073. name: Authorization
  2074. required: true
  2075. type: string
  2076. - description: 请求参数
  2077. in: body
  2078. name: args
  2079. required: true
  2080. schema:
  2081. $ref: '#/definitions/md.CommDetailReq'
  2082. produces:
  2083. - application/json
  2084. responses:
  2085. "200":
  2086. description: 具体看返回内容 这是data里面的数据
  2087. schema:
  2088. $ref: '#/definitions/md.SettleCenterDataDetailRes'
  2089. "400":
  2090. description: 具体错误
  2091. schema:
  2092. $ref: '#/definitions/md.Response'
  2093. summary: 结算报表-详情
  2094. tags:
  2095. - 结算中心------嘉俊
  2096. /api/settleCenter/invoice/save:
  2097. post:
  2098. consumes:
  2099. - application/json
  2100. description: 财务中心-媒体详情-发票上传
  2101. parameters:
  2102. - description: 验证参数Bearer和token空格拼接
  2103. in: header
  2104. name: Authorization
  2105. required: true
  2106. type: string
  2107. - description: 请求参数
  2108. in: body
  2109. name: args
  2110. required: true
  2111. schema:
  2112. $ref: '#/definitions/md.InvoiceReq'
  2113. produces:
  2114. - application/json
  2115. responses:
  2116. "200":
  2117. description: 具体看返回内容 这是data里面的数据
  2118. schema:
  2119. type: string
  2120. "400":
  2121. description: 具体错误
  2122. schema:
  2123. $ref: '#/definitions/md.Response'
  2124. summary: 媒体详情-发票上传
  2125. tags:
  2126. - 财务中心------嘉俊
  2127. /api/settleCenter/list:
  2128. post:
  2129. consumes:
  2130. - application/json
  2131. description: 结算中心-结算报表
  2132. parameters:
  2133. - description: 验证参数Bearer和token空格拼接
  2134. in: header
  2135. name: Authorization
  2136. required: true
  2137. type: string
  2138. - description: 请求参数
  2139. in: body
  2140. name: args
  2141. required: true
  2142. schema:
  2143. $ref: '#/definitions/md.SettleCenterDataReq'
  2144. produces:
  2145. - application/json
  2146. responses:
  2147. "200":
  2148. description: 具体看返回内容 这是data里面的数据
  2149. schema:
  2150. $ref: '#/definitions/md.SettleCenterDataRes'
  2151. "400":
  2152. description: 具体错误
  2153. schema:
  2154. $ref: '#/definitions/md.Response'
  2155. summary: 结算报表
  2156. tags:
  2157. - 结算中心------嘉俊
  2158. /api/settleCenter/settle/file/save:
  2159. post:
  2160. consumes:
  2161. - application/json
  2162. description: 财务中心-媒体详情-结算单保存
  2163. parameters:
  2164. - description: 验证参数Bearer和token空格拼接
  2165. in: header
  2166. name: Authorization
  2167. required: true
  2168. type: string
  2169. - description: 请求参数
  2170. in: body
  2171. name: args
  2172. required: true
  2173. schema:
  2174. $ref: '#/definitions/md.SettleFileReq'
  2175. produces:
  2176. - application/json
  2177. responses:
  2178. "200":
  2179. description: 具体看返回内容 这是data里面的数据
  2180. schema:
  2181. type: string
  2182. "400":
  2183. description: 具体错误
  2184. schema:
  2185. $ref: '#/definitions/md.Response'
  2186. summary: 媒体详情-结算单保存
  2187. tags:
  2188. - 财务中心------嘉俊
  2189. /api/sms:
  2190. post:
  2191. consumes:
  2192. - application/json
  2193. description: 短信-短信发送
  2194. parameters:
  2195. - description: 验证参数Bearer和token空格拼接
  2196. in: header
  2197. name: Authorization
  2198. type: string
  2199. - description: 请求参数
  2200. in: body
  2201. name: args
  2202. required: true
  2203. schema:
  2204. $ref: '#/definitions/md.SmsReq'
  2205. produces:
  2206. - application/json
  2207. responses:
  2208. "200":
  2209. description: success
  2210. schema:
  2211. type: string
  2212. "400":
  2213. description: 具体错误
  2214. schema:
  2215. $ref: '#/definitions/md.Response'
  2216. summary: 短信发送
  2217. tags:
  2218. - 短信
  2219. securityDefinitions:
  2220. MasterID:
  2221. in: header
  2222. name: MasterID
  2223. type: apiKey
  2224. swagger: "2.0"