|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387 |
- definitions:
- md.AccountBase:
- properties:
- admin_phone:
- example: 管理员手机号
- type: string
- company_abbreviation:
- example: 公司简称
- type: string
- company_name:
- example: 公司名称
- type: string
- contact_address:
- example: 联系地址
- type: string
- contact_email:
- example: 邮箱
- type: string
- contact_name:
- example: 联系人
- type: string
- contact_phone:
- example: 联系电话
- type: string
- country_region:
- example: 国家地区
- type: string
- currency_conf:
- example: 结算币种
- type: string
- medium_id:
- example: 账户ID
- type: string
- nickname:
- example: 昵称
- type: string
- type: object
- md.AccountUpdatePasswordReq:
- properties:
- captcha:
- example: 验证码
- type: string
- password:
- example: 登录密码
- type: string
- type: object
- md.AddAdminReq:
- properties:
- memo:
- type: string
- password:
- type: string
- username:
- type: string
- required:
- - password
- - username
- type: object
- md.AddRoleReq:
- properties:
- memo:
- type: string
- name:
- type: string
- required:
- - memo
- - name
- type: object
- md.AdminListReq:
- properties:
- limit:
- type: integer
- page:
- type: integer
- state:
- type: integer
- username:
- type: string
- type: object
- md.AppletApplicationAdSpaceListData:
- properties:
- ad_id:
- example: 广告位id
- type: string
- app_id:
- example: 小程序appid
- type: string
- cooperate_state:
- example: 合作状态
- type: string
- id:
- example: id
- type: string
- kind:
- example: 广告位类型
- type: string
- logo:
- example: logo
- type: string
- memo:
- example: 备注
- type: string
- name:
- example: 应用名称
- type: string
- platform:
- example: 平台
- type: string
- state:
- example: 应用状态 state=2 才能再次编辑
- type: string
- type: object
- md.AppletApplicationAdSpaceListReq:
- properties:
- cooperate_state:
- example: 合作状态
- type: string
- limit:
- type: string
- name:
- type: string
- page:
- type: string
- platform:
- type: string
- type: object
- md.AppletApplicationAdSpaceListRes:
- properties:
- ad_type:
- items:
- $ref: '#/definitions/md.SelectData'
- type: array
- application:
- items:
- additionalProperties:
- type: string
- type: object
- type: array
- cooperate_state:
- items:
- $ref: '#/definitions/md.SelectData'
- type: array
- list:
- items:
- $ref: '#/definitions/md.AppletApplicationAdSpaceListData'
- type: array
- platform:
- items:
- $ref: '#/definitions/md.SelectData'
- type: array
- state:
- items:
- $ref: '#/definitions/md.SelectData'
- type: array
- total:
- type: integer
- type: object
- md.AppletApplicationAdSpaceSaveReq:
- properties:
- app_id:
- example: 小程序appid
- type: string
- kind:
- example: 广告类型
- type: string
- name:
- example: 应用名称
- type: string
- type: object
- md.AppletApplicationListData:
- properties:
- app_id:
- example: 小程序appid
- type: string
- cooperate_state:
- example: 合作状态
- type: string
- id:
- example: id
- type: string
- logo:
- example: logo
- type: string
- memo:
- example: 备注
- type: string
- name:
- example: 应用名称
- type: string
- original_id:
- example: 小程序id
- type: string
- platform:
- example: 平台
- type: string
- state:
- example: 应用状态 state=3 才能再次编辑
- type: string
- type: object
- md.AppletApplicationListReq:
- properties:
- cooperate_state:
- example: 合作状态
- type: string
- limit:
- type: string
- name:
- type: string
- page:
- type: string
- platform:
- type: string
- type: object
- md.AppletApplicationListRes:
- properties:
- cooperate_state:
- items:
- $ref: '#/definitions/md.SelectData'
- type: array
- list:
- items:
- $ref: '#/definitions/md.AppletApplicationListData'
- type: array
- platform:
- items:
- $ref: '#/definitions/md.SelectData'
- type: array
- state:
- items:
- $ref: '#/definitions/md.SelectData'
- type: array
- total:
- type: integer
- type: object
- md.AppletApplicationSaveReq:
- properties:
- app_id:
- example: 小程序appid
- type: string
- id:
- example: id
- type: string
- logo:
- example: logo
- type: string
- name:
- example: 应用名称
- type: string
- original_id:
- example: 小程序id
- type: string
- platform:
- example: 平台 微信小程序:wx_applet
- type: string
- type: object
- md.BindAdminRoleReq:
- properties:
- id:
- type: integer
- role_ids:
- items:
- type: integer
- type: array
- required:
- - id
- type: object
- md.ImgReqUpload:
- properties:
- dir:
- type: string
- file_name:
- type: string
- file_size:
- description: 文件大小, 单位byte
- type: integer
- type: object
- md.LoginPhoneReq:
- properties:
- captcha:
- example: 验证码
- type: string
- username:
- example: 登录账号
- type: string
- required:
- - captcha
- - username
- type: object
- md.LoginReq:
- properties:
- code:
- example: 验证码
- type: string
- password:
- example: 登录密码
- type: string
- username:
- example: 登录账号
- type: string
- required:
- - password
- - username
- type: object
- md.LoginResponse:
- properties:
- token:
- type: string
- type: object
- md.MediumBankInfo:
- properties:
- bank:
- type: string
- bank_branch:
- type: string
- bank_no:
- type: string
- currency_conf:
- type: string
- id:
- type: string
- licence:
- type: string
- medium_id:
- type: string
- memo:
- type: string
- state:
- type: string
- uuid:
- type: string
- type: object
- md.MediumContactInfo:
- properties:
- address:
- type: string
- email:
- type: string
- id:
- type: string
- medium_id:
- type: string
- memo:
- type: string
- name:
- type: string
- phone:
- type: string
- state:
- type: string
- uuid:
- type: string
- type: object
- md.MediumList:
- properties:
- business_license_address:
- type: string
- business_license_img_url:
- type: string
- certificate_first_type:
- type: string
- certificate_type:
- type: string
- certificate_validity:
- type: string
- company_abbreviation:
- type: string
- company_name:
- type: string
- country_region:
- type: string
- country_region_id:
- type: string
- id:
- type: string
- kind:
- type: string
- legal_representative:
- type: string
- medium_id:
- type: string
- memo:
- type: string
- registered_address:
- type: string
- registered_address_city_id:
- type: string
- registered_address_country_id:
- type: string
- registered_address_county_id:
- type: string
- registered_address_province_id:
- type: string
- state:
- type: string
- unified_social_credit_code:
- type: string
- uuid:
- type: string
- type: object
- md.Response:
- properties:
- code:
- example: 响应码
- type: string
- data:
- description: 内容
- msg:
- example: 具体错误原因
- type: string
- type: object
- md.RoleBindPermissionGroupReq:
- properties:
- permission_ids:
- items:
- type: integer
- type: array
- role_id:
- type: integer
- required:
- - role_id
- type: object
- md.SelectData:
- properties:
- name:
- example: 名称
- type: string
- value:
- example: 值
- type: string
- type: object
- md.SmsReq:
- properties:
- phone:
- type: string
- type:
- example: 手机号登陆:fast_login 注册:register 修改密码(不用传手机号):update_password
- type: string
- type: object
- md.UpdateAdminReq:
- properties:
- id:
- type: integer
- memo:
- type: string
- password:
- type: string
- username:
- type: string
- required:
- - id
- - password
- - username
- type: object
- md.UpdateAdminStateReq:
- properties:
- id:
- type: integer
- state:
- type: integer
- required:
- - id
- - state
- type: object
- md.UpdateRoleReq:
- properties:
- memo:
- type: string
- name:
- type: string
- role_id:
- type: integer
- required:
- - memo
- - name
- - role_id
- type: object
- md.UpdateRoleStateReq:
- properties:
- role_id:
- type: integer
- state:
- type: integer
- required:
- - role_id
- - state
- type: object
- host: localhost:1004 or xxxxx.medium.dengbiao.top
- info:
- contact:
- email: 1239118001@qq.com
- name: dengbiao
- url: http://www.swagger.io/support
- description: 媒体后台接口
- license:
- name: Apache 2.0
- url: http://www.apache.org/licenses/LICENSE-2.0.html
- termsOfService: http://swagger.io/terms/
- title: 广告联盟-媒体平台
- version: "1.0"
- paths:
- /api/account/base:
- get:
- consumes:
- - application/json
- description: 账号信息
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- $ref: '#/definitions/md.AccountBase'
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 账号信息
- tags:
- - 账号中心------嘉俊
- /api/account/qualification/bank/save:
- post:
- consumes:
- - application/json
- description: 资质认证-银行资质保存
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.MediumBankInfo'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 银行资质保存
- tags:
- - 账号中心------嘉俊
- /api/account/qualification/contact/save:
- post:
- consumes:
- - application/json
- description: 资质认证-联系方式保存
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.MediumContactInfo'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 联系方式保存
- tags:
- - 账号中心------嘉俊
- /api/account/qualification/enterprise/save:
- post:
- consumes:
- - application/json
- description: 资质认证-企业认证保存
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.MediumList'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 企业认证保存
- tags:
- - 账号中心------嘉俊
- /api/account/qualification/info:
- get:
- consumes:
- - application/json
- description: 资质认证-基本信息
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 基本信息
- tags:
- - 账号中心------嘉俊
- /api/account/qualification/select/base:
- get:
- consumes:
- - application/json
- description: 资质认证-认证下拉框选择内容
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 认证下拉框选择内容
- tags:
- - 账号中心------嘉俊
- /api/account/update/password:
- post:
- consumes:
- - application/json
- description: 资质认证-企业认证保存
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AccountUpdatePasswordReq'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 企业认证保存
- tags:
- - 账号中心------嘉俊
- /api/applet/application/ad/space/list:
- post:
- consumes:
- - application/json
- description: 小程序应用-广告位列表
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AppletApplicationAdSpaceListReq'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容---这是data里面的数据
- schema:
- $ref: '#/definitions/md.AppletApplicationAdSpaceListRes'
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 广告位列表
- tags:
- - 小程序应用------嘉俊
- /api/applet/application/ad/space/save:
- post:
- consumes:
- - application/json
- description: 小程序应用-广告位新增
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AppletApplicationAdSpaceSaveReq'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 广告位新增
- tags:
- - 小程序应用------嘉俊
- /api/application/applet/list:
- post:
- consumes:
- - application/json
- description: 小程序应用-列表数据
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AppletApplicationListReq'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容---这是data里面的数据
- schema:
- $ref: '#/definitions/md.AppletApplicationListRes'
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 列表数据
- tags:
- - 小程序应用------嘉俊
- /api/application/applet/save:
- post:
- consumes:
- - application/json
- description: 小程序应用-新增或保存
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AppletApplicationSaveReq'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 新增或保存
- tags:
- - 小程序应用------嘉俊
- /api/login:
- post:
- consumes:
- - application/json
- description: 登入
- parameters:
- - description: 用户名、密码
- in: body
- name: req
- required: true
- schema:
- $ref: '#/definitions/md.LoginReq'
- produces:
- - application/json
- responses:
- "200":
- description: token
- schema:
- $ref: '#/definitions/md.LoginResponse'
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 登陆
- tags:
- - ADMIN
- /api/login/phone:
- post:
- consumes:
- - application/json
- description: 手机号登入
- parameters:
- - description: 用户名、验证码
- in: body
- name: req
- required: true
- schema:
- $ref: '#/definitions/md.LoginPhoneReq'
- produces:
- - application/json
- responses:
- "200":
- description: token
- schema:
- $ref: '#/definitions/md.LoginResponse'
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 手机号登陆
- tags:
- - ADMIN
- /api/qiniuyun/upload:
- post:
- consumes:
- - application/json
- description: 七牛云-七牛云上传
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.ImgReqUpload'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 七牛云上传
- tags:
- - 七牛云
- /api/register:
- post:
- consumes:
- - application/json
- description: 手机号注册
- parameters:
- - description: 用户名、验证码
- in: body
- name: req
- required: true
- schema:
- $ref: '#/definitions/md.LoginReq'
- produces:
- - application/json
- responses:
- "200":
- description: token
- schema:
- $ref: '#/definitions/md.LoginResponse'
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 手机号注册
- tags:
- - ADMIN
- /api/role/addAdmin:
- post:
- consumes:
- - application/json
- description: 新增管理员
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AddAdminReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 新增管理员
- tags:
- - ADMIN-权限管理
- /api/role/addRole:
- post:
- consumes:
- - application/json
- description: 添加角色
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AddRoleReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 添加角色
- tags:
- - ADMIN-权限管理
- /api/role/adminInfo:
- get:
- consumes:
- - application/json
- description: 管理员信息
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 管理员id
- in: query
- name: adm_id
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 管理员信息
- tags:
- - ADMIN-权限管理
- /api/role/adminList:
- post:
- consumes:
- - application/json
- description: 管理员列表
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.AdminListReq'
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 管理员列表
- tags:
- - ADMIN-权限管理
- /api/role/bindAdminRole/:
- post:
- consumes:
- - application/json
- description: 管理员绑定角色
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.BindAdminRoleReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 管理员绑定角色
- tags:
- - ADMIN-权限管理
- /api/role/deleteAdmin/{$adm_id}:
- delete:
- consumes:
- - application/json
- description: 删除管理员
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 删除管理员
- tags:
- - ADMIN-权限管理
- /api/role/deleteRole/{$id}:
- delete:
- consumes:
- - application/json
- description: 删除角色
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.UpdateRoleStateReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 删除角色
- tags:
- - ADMIN-权限管理
- /api/role/permissionGroupList:
- get:
- consumes:
- - application/json
- description: 权限组列表
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 管理员id
- in: query
- name: adm_id
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 权限组列表
- tags:
- - ADMIN-权限管理
- /api/role/roleBindPermissionGroup:
- post:
- consumes:
- - application/json
- description: 角色绑定权限组
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.RoleBindPermissionGroupReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 角色绑定权限组
- tags:
- - ADMIN-权限管理
- /api/role/roleList:
- get:
- consumes:
- - application/json
- description: 角色列表
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: 具体看返回内容
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 角色列表
- tags:
- - ADMIN-权限管理
- /api/role/updateAdmin:
- post:
- consumes:
- - application/json
- description: 修改管理员信息
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.UpdateAdminReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 修改管理员信息
- tags:
- - ADMIN-权限管理
- /api/role/updateAdminState:
- post:
- consumes:
- - application/json
- description: 修改管理员状态
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.UpdateAdminStateReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 修改管理员状态
- tags:
- - ADMIN-权限管理
- /api/role/updateRole:
- post:
- consumes:
- - application/json
- description: 修改角色
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.UpdateRoleReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 修改角色
- tags:
- - ADMIN-权限管理
- /api/role/updateRoleState:
- post:
- consumes:
- - application/json
- description: 修改角色状态
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- required: true
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.UpdateRoleStateReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 修改角色状态
- tags:
- - ADMIN-权限管理
- /api/sms:
- post:
- consumes:
- - application/json
- description: 短信-短信发送
- parameters:
- - description: 验证参数Bearer和token空格拼接
- in: header
- name: Authorization
- type: string
- - description: 请求参数
- in: body
- name: args
- required: true
- schema:
- $ref: '#/definitions/md.SmsReq'
- produces:
- - application/json
- responses:
- "200":
- description: success
- schema:
- type: string
- "400":
- description: 具体错误
- schema:
- $ref: '#/definitions/md.Response'
- summary: 短信发送
- tags:
- - 短信
- securityDefinitions:
- MasterID:
- in: header
- name: MasterID
- type: apiKey
- swagger: "2.0"
|