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

2302 line
56 KiB

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