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

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