2023-07-14 16:28:47 +08:00
|
|
|
|
basePath: /
|
|
|
|
|
definitions:
|
2023-07-28 15:49:44 +08:00
|
|
|
|
dto.AddTrainReqDto:
|
|
|
|
|
properties:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
devicePort:
|
|
|
|
|
description: 道岔端口
|
|
|
|
|
type: string
|
2023-07-28 15:49:44 +08:00
|
|
|
|
headLinkId:
|
|
|
|
|
description: 车头所在link的索引
|
|
|
|
|
type: string
|
|
|
|
|
headLinkOffset:
|
|
|
|
|
description: 车头所在link内的偏移量,单位为mm
|
|
|
|
|
type: integer
|
2023-08-25 10:41:13 +08:00
|
|
|
|
headOffset:
|
|
|
|
|
description: 车头所在link内的偏移量,单位为mm
|
|
|
|
|
type: integer
|
|
|
|
|
id:
|
|
|
|
|
description: 物理区段、道岔ID
|
|
|
|
|
type: string
|
2023-10-07 17:51:00 +08:00
|
|
|
|
mapId:
|
|
|
|
|
description: 场景ID
|
|
|
|
|
type: integer
|
2023-07-28 15:49:44 +08:00
|
|
|
|
simulationId:
|
|
|
|
|
description: 仿真id
|
|
|
|
|
type: string
|
2023-08-25 10:41:13 +08:00
|
|
|
|
trainLength:
|
|
|
|
|
description: 列车长度
|
|
|
|
|
type: integer
|
2023-07-28 15:49:44 +08:00
|
|
|
|
up:
|
|
|
|
|
description: 列车方向,true-上行,false-下行
|
|
|
|
|
type: boolean
|
|
|
|
|
type: object
|
|
|
|
|
dto.AddTrainRspDto:
|
|
|
|
|
properties:
|
2023-10-07 17:51:00 +08:00
|
|
|
|
mapId:
|
|
|
|
|
description: 场景ID
|
|
|
|
|
type: integer
|
2023-07-28 15:49:44 +08:00
|
|
|
|
simulationId:
|
|
|
|
|
description: 仿真id
|
|
|
|
|
type: string
|
|
|
|
|
trainId:
|
|
|
|
|
description: 新添加的列车的索引
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-08-30 09:28:21 +08:00
|
|
|
|
dto.AuthRoleDetailRspDto:
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
type: string
|
|
|
|
|
paths:
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/definitions/model.AuthAPIPath'
|
|
|
|
|
type: array
|
|
|
|
|
type: object
|
|
|
|
|
dto.AuthRoleRspDto:
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-10-24 10:22:28 +08:00
|
|
|
|
dto.AxleSectionOperationReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
type: string
|
|
|
|
|
mapId:
|
|
|
|
|
type: integer
|
|
|
|
|
operation:
|
|
|
|
|
$ref: '#/definitions/request_proto.Section_AxleOperation'
|
|
|
|
|
reset:
|
|
|
|
|
description: 当操作为直接复位或预复位时有效,true-复位,false-取消或结束复位
|
|
|
|
|
type: boolean
|
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
required:
|
|
|
|
|
- id
|
|
|
|
|
- mapId
|
|
|
|
|
- simulationId
|
|
|
|
|
type: object
|
2023-07-31 18:20:00 +08:00
|
|
|
|
dto.CheckMapDataReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
data:
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
type: array
|
|
|
|
|
required:
|
|
|
|
|
- data
|
|
|
|
|
type: object
|
|
|
|
|
dto.CheckMapDataRspDto:
|
|
|
|
|
properties:
|
|
|
|
|
errors:
|
|
|
|
|
items:
|
|
|
|
|
type: string
|
|
|
|
|
type: array
|
|
|
|
|
success:
|
|
|
|
|
type: boolean
|
|
|
|
|
type: object
|
2023-07-14 16:28:47 +08:00
|
|
|
|
dto.ErrorDto:
|
|
|
|
|
properties:
|
|
|
|
|
code:
|
|
|
|
|
type: integer
|
2023-10-07 17:51:00 +08:00
|
|
|
|
detail:
|
|
|
|
|
type: string
|
|
|
|
|
title:
|
2023-07-14 16:28:47 +08:00
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-10-20 13:50:22 +08:00
|
|
|
|
dto.EsbButtonOperationReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
down:
|
|
|
|
|
type: boolean
|
|
|
|
|
id:
|
|
|
|
|
type: string
|
|
|
|
|
mapId:
|
|
|
|
|
type: integer
|
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
required:
|
|
|
|
|
- id
|
|
|
|
|
- mapId
|
|
|
|
|
- simulationId
|
|
|
|
|
type: object
|
|
|
|
|
dto.IBPButtonOperationReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
buttonCode:
|
|
|
|
|
type: string
|
|
|
|
|
down:
|
|
|
|
|
type: boolean
|
|
|
|
|
mapId:
|
|
|
|
|
type: integer
|
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
stationId:
|
|
|
|
|
type: string
|
|
|
|
|
required:
|
|
|
|
|
- buttonCode
|
|
|
|
|
- mapId
|
|
|
|
|
- simulationId
|
|
|
|
|
- stationId
|
|
|
|
|
type: object
|
|
|
|
|
dto.KeyOperationReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
gear:
|
|
|
|
|
type: integer
|
|
|
|
|
keyCode:
|
|
|
|
|
type: string
|
|
|
|
|
mapId:
|
|
|
|
|
type: integer
|
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
stationId:
|
|
|
|
|
type: string
|
|
|
|
|
required:
|
|
|
|
|
- mapId
|
|
|
|
|
- simulationId
|
|
|
|
|
- stationId
|
|
|
|
|
type: object
|
2023-07-14 16:28:47 +08:00
|
|
|
|
dto.LoginDto:
|
|
|
|
|
properties:
|
|
|
|
|
account:
|
|
|
|
|
description: 账号
|
|
|
|
|
example: "17791995809"
|
|
|
|
|
type: string
|
|
|
|
|
password:
|
|
|
|
|
description: 加密密码
|
|
|
|
|
example: 95129dbaace576e46f41a629e6f35d5c
|
|
|
|
|
type: string
|
|
|
|
|
required:
|
|
|
|
|
- account
|
|
|
|
|
- password
|
|
|
|
|
type: object
|
|
|
|
|
dto.OrderItem:
|
|
|
|
|
properties:
|
|
|
|
|
asc:
|
|
|
|
|
type: boolean
|
|
|
|
|
column:
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
|
|
|
|
dto.PageDto:
|
|
|
|
|
properties:
|
|
|
|
|
orders:
|
|
|
|
|
description: 排序项
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/definitions/dto.OrderItem'
|
|
|
|
|
type: array
|
|
|
|
|
page:
|
|
|
|
|
description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
type: integer
|
|
|
|
|
records: {}
|
|
|
|
|
size:
|
|
|
|
|
description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
type: integer
|
|
|
|
|
total:
|
|
|
|
|
type: integer
|
|
|
|
|
required:
|
|
|
|
|
- page
|
|
|
|
|
- size
|
|
|
|
|
type: object
|
2023-08-25 10:41:13 +08:00
|
|
|
|
dto.ProjectLinkRspDto:
|
|
|
|
|
properties:
|
|
|
|
|
code:
|
|
|
|
|
type: string
|
|
|
|
|
mapInfoLinks:
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/definitions/dto.PublishedGiLinkDto'
|
|
|
|
|
type: array
|
|
|
|
|
name:
|
|
|
|
|
type: string
|
|
|
|
|
pid:
|
|
|
|
|
type: integer
|
|
|
|
|
trainSizeLinks:
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/definitions/dto.TrainSizeDto'
|
|
|
|
|
type: array
|
|
|
|
|
type: object
|
2023-10-20 13:50:22 +08:00
|
|
|
|
dto.PslOperationReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
buttonCode:
|
|
|
|
|
type: string
|
|
|
|
|
down:
|
|
|
|
|
type: boolean
|
|
|
|
|
gateBoxId:
|
|
|
|
|
type: string
|
|
|
|
|
mapId:
|
|
|
|
|
type: integer
|
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
required:
|
|
|
|
|
- buttonCode
|
|
|
|
|
- mapId
|
|
|
|
|
- simulationId
|
|
|
|
|
type: object
|
2023-08-25 10:41:13 +08:00
|
|
|
|
dto.PublishedGiLinkDto:
|
|
|
|
|
properties:
|
|
|
|
|
category:
|
|
|
|
|
type: string
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
type: string
|
2023-10-07 17:51:00 +08:00
|
|
|
|
type:
|
|
|
|
|
type: integer
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: object
|
2023-07-28 11:15:44 +08:00
|
|
|
|
dto.RegisterUser:
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
mobile:
|
|
|
|
|
description: 手机号
|
|
|
|
|
type: string
|
|
|
|
|
name:
|
|
|
|
|
description: 名字
|
|
|
|
|
type: string
|
|
|
|
|
password:
|
|
|
|
|
description: 密码
|
|
|
|
|
type: string
|
|
|
|
|
register_time:
|
|
|
|
|
description: 注册时间
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-10-07 17:51:00 +08:00
|
|
|
|
dto.RelayOperationReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
type: string
|
|
|
|
|
mapId:
|
|
|
|
|
type: integer
|
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
td:
|
|
|
|
|
type: boolean
|
|
|
|
|
required:
|
|
|
|
|
- id
|
|
|
|
|
- mapId
|
|
|
|
|
- simulationId
|
|
|
|
|
type: object
|
2023-07-31 18:20:00 +08:00
|
|
|
|
dto.RemoveTrainDto:
|
|
|
|
|
properties:
|
2023-10-07 17:51:00 +08:00
|
|
|
|
mapId:
|
|
|
|
|
description: 场景ID
|
|
|
|
|
type: integer
|
2023-07-31 18:20:00 +08:00
|
|
|
|
simulationId:
|
|
|
|
|
description: 仿真id
|
|
|
|
|
type: string
|
|
|
|
|
trainId:
|
|
|
|
|
description: 新添加的列车的索引
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-10-16 09:05:37 +08:00
|
|
|
|
dto.SignalOperationReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
aspect:
|
2023-10-19 15:38:36 +08:00
|
|
|
|
allOf:
|
|
|
|
|
- $ref: '#/definitions/state.Signal_Aspect'
|
|
|
|
|
description: 当操作为Operation.Display时有效,表示显示的信号
|
2023-10-16 09:05:37 +08:00
|
|
|
|
id:
|
|
|
|
|
type: string
|
|
|
|
|
mapId:
|
|
|
|
|
type: integer
|
2023-10-19 15:38:36 +08:00
|
|
|
|
operation:
|
|
|
|
|
allOf:
|
|
|
|
|
- $ref: '#/definitions/request_proto.Signal_Operation'
|
|
|
|
|
description: 信号机操作类型
|
2023-10-16 09:05:37 +08:00
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
required:
|
2023-10-16 09:44:00 +08:00
|
|
|
|
- aspect
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- id
|
|
|
|
|
- mapId
|
2023-10-19 15:38:36 +08:00
|
|
|
|
- operation
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- simulationId
|
|
|
|
|
type: object
|
2023-07-28 15:49:44 +08:00
|
|
|
|
dto.SimulationCreateReqDto:
|
|
|
|
|
properties:
|
|
|
|
|
mapId:
|
|
|
|
|
description: 地图id
|
|
|
|
|
type: integer
|
2023-08-30 18:05:11 +08:00
|
|
|
|
projectId:
|
|
|
|
|
description: 项目id
|
|
|
|
|
type: integer
|
2023-07-28 15:49:44 +08:00
|
|
|
|
type: object
|
|
|
|
|
dto.SimulationCreateRspDto:
|
|
|
|
|
properties:
|
|
|
|
|
mapId:
|
|
|
|
|
description: 地图id
|
|
|
|
|
type: integer
|
2023-10-07 17:51:00 +08:00
|
|
|
|
mapIds:
|
|
|
|
|
description: 地图列表
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
type: array
|
2023-08-30 18:05:11 +08:00
|
|
|
|
projectId:
|
|
|
|
|
description: 项目ID
|
|
|
|
|
type: integer
|
2023-07-28 15:49:44 +08:00
|
|
|
|
simulationId:
|
|
|
|
|
description: 仿真id
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-08-30 18:05:11 +08:00
|
|
|
|
dto.SimulationInfoRspDto:
|
2023-07-31 18:20:00 +08:00
|
|
|
|
properties:
|
|
|
|
|
mapId:
|
2023-08-30 18:05:11 +08:00
|
|
|
|
type: integer
|
2023-10-07 17:51:00 +08:00
|
|
|
|
mapIds:
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
type: array
|
2023-08-30 18:05:11 +08:00
|
|
|
|
projectId:
|
|
|
|
|
type: integer
|
2023-07-31 18:20:00 +08:00
|
|
|
|
simulationId:
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-07-14 16:28:47 +08:00
|
|
|
|
dto.TokenRespDto:
|
|
|
|
|
properties:
|
|
|
|
|
code:
|
|
|
|
|
type: integer
|
|
|
|
|
expire:
|
|
|
|
|
type: string
|
|
|
|
|
token:
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-08-25 10:41:13 +08:00
|
|
|
|
dto.TrainSizeDto:
|
|
|
|
|
properties:
|
2023-08-25 17:49:09 +08:00
|
|
|
|
carriage_length:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
description:
|
|
|
|
|
type: string
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
type: string
|
2023-08-25 17:49:09 +08:00
|
|
|
|
total_length:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
type: object
|
2023-09-01 17:26:04 +08:00
|
|
|
|
dto.UserRspDto:
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
mobile:
|
|
|
|
|
description: 手机号
|
|
|
|
|
type: string
|
|
|
|
|
name:
|
|
|
|
|
description: 名字
|
|
|
|
|
type: string
|
|
|
|
|
paths:
|
|
|
|
|
description: 权限路径
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/definitions/model.AuthAPIPath'
|
|
|
|
|
type: array
|
|
|
|
|
register_time:
|
|
|
|
|
description: 注册时间
|
|
|
|
|
type: string
|
|
|
|
|
roles:
|
|
|
|
|
description: 用户角色
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/definitions/dto.AuthRoleRspDto'
|
|
|
|
|
type: array
|
|
|
|
|
type: object
|
2023-08-25 17:49:09 +08:00
|
|
|
|
graphicData.PictureType:
|
|
|
|
|
enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- 2
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- 3
|
2023-08-25 17:49:09 +08:00
|
|
|
|
type: integer
|
|
|
|
|
x-enum-varnames:
|
|
|
|
|
- PictureType_StationLayout
|
|
|
|
|
- PictureType_Psl
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- PictureType_RelayCabinetLayout
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- PictureType_IBP
|
2023-08-30 09:28:21 +08:00
|
|
|
|
model.AuthAPIPath:
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
description: 主键
|
|
|
|
|
type: integer
|
|
|
|
|
method:
|
|
|
|
|
description: 请求方式
|
|
|
|
|
type: string
|
|
|
|
|
name:
|
|
|
|
|
description: 功能名称
|
|
|
|
|
type: string
|
|
|
|
|
path:
|
|
|
|
|
description: 请求路径
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-08-25 10:41:13 +08:00
|
|
|
|
model.Category:
|
|
|
|
|
properties:
|
|
|
|
|
code:
|
|
|
|
|
description: 编码
|
|
|
|
|
type: string
|
|
|
|
|
config:
|
|
|
|
|
description: 厂家配置
|
|
|
|
|
type: string
|
|
|
|
|
created_at:
|
|
|
|
|
description: 创建时间
|
|
|
|
|
type: string
|
|
|
|
|
id:
|
|
|
|
|
description: id
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
description: 厂家名
|
|
|
|
|
type: string
|
|
|
|
|
update_at:
|
|
|
|
|
description: 修改时间
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-07-18 17:19:03 +08:00
|
|
|
|
model.Drafting:
|
|
|
|
|
properties:
|
2023-08-03 17:01:28 +08:00
|
|
|
|
category:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 厂家编码
|
|
|
|
|
type: string
|
2023-07-18 17:19:03 +08:00
|
|
|
|
created_at:
|
|
|
|
|
description: 创建时间
|
|
|
|
|
type: string
|
|
|
|
|
creator_id:
|
|
|
|
|
description: 创建人id
|
|
|
|
|
type: integer
|
|
|
|
|
id:
|
|
|
|
|
description: id
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
description: 草稿图名称
|
|
|
|
|
type: string
|
|
|
|
|
proto:
|
|
|
|
|
description: 绘图数据
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
type: array
|
2023-08-25 17:49:09 +08:00
|
|
|
|
type:
|
|
|
|
|
description: 数据类型
|
|
|
|
|
type: integer
|
2023-07-18 17:19:03 +08:00
|
|
|
|
update_at:
|
|
|
|
|
description: 修改时间
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-08-25 10:41:13 +08:00
|
|
|
|
model.Project:
|
|
|
|
|
properties:
|
|
|
|
|
code:
|
|
|
|
|
description: 项目编码
|
|
|
|
|
type: string
|
|
|
|
|
created_at:
|
|
|
|
|
description: 创建时间
|
|
|
|
|
type: string
|
|
|
|
|
id:
|
|
|
|
|
description: 主键
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
description: 名称
|
|
|
|
|
type: string
|
|
|
|
|
update_at:
|
|
|
|
|
description: 更新时间
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-07-18 17:19:03 +08:00
|
|
|
|
model.PublishedGi:
|
|
|
|
|
properties:
|
2023-08-04 11:54:19 +08:00
|
|
|
|
category:
|
|
|
|
|
description: 厂家信息
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: string
|
2023-07-18 17:19:03 +08:00
|
|
|
|
id:
|
|
|
|
|
description: id
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
description: 发布图形界面名称
|
|
|
|
|
type: string
|
2023-08-04 11:54:19 +08:00
|
|
|
|
note:
|
|
|
|
|
description: 发布描述
|
|
|
|
|
type: string
|
2023-07-18 17:19:03 +08:00
|
|
|
|
proto:
|
|
|
|
|
description: 图形界面数据
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
type: array
|
|
|
|
|
publish_at:
|
|
|
|
|
description: 发布时间
|
|
|
|
|
type: string
|
2023-08-04 11:54:19 +08:00
|
|
|
|
status:
|
|
|
|
|
description: 显示状态
|
|
|
|
|
type: integer
|
2023-10-07 17:51:00 +08:00
|
|
|
|
type:
|
|
|
|
|
description: 数据类型
|
|
|
|
|
type: integer
|
2023-07-18 17:19:03 +08:00
|
|
|
|
user_id:
|
|
|
|
|
description: 发布用户id
|
|
|
|
|
type: integer
|
|
|
|
|
type: object
|
2023-08-25 10:41:13 +08:00
|
|
|
|
model.TrainModel:
|
|
|
|
|
properties:
|
|
|
|
|
created_at:
|
|
|
|
|
description: 创建时间
|
|
|
|
|
type: string
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
description: 组次名称
|
|
|
|
|
type: string
|
|
|
|
|
update_at:
|
|
|
|
|
description: 更新时间
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
|
|
|
|
model.TrainSize:
|
|
|
|
|
properties:
|
|
|
|
|
carriage_length:
|
|
|
|
|
description: 列车车厢长度
|
|
|
|
|
type: integer
|
|
|
|
|
description:
|
|
|
|
|
description: 其他描述内容
|
|
|
|
|
type: string
|
|
|
|
|
id:
|
|
|
|
|
description: 主键
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
description: 名称
|
|
|
|
|
type: string
|
|
|
|
|
total_length:
|
|
|
|
|
description: 总长度
|
|
|
|
|
type: integer
|
|
|
|
|
type: object
|
|
|
|
|
model.TrainWheelDiameter:
|
|
|
|
|
properties:
|
|
|
|
|
axial_position:
|
|
|
|
|
description: 速度传感器安装轴位,本端车前进方向的第几轴
|
|
|
|
|
type: integer
|
|
|
|
|
diameter:
|
|
|
|
|
description: 速度传感器安装处车轮的出厂直径(mm)
|
|
|
|
|
type: integer
|
|
|
|
|
id:
|
|
|
|
|
type: integer
|
|
|
|
|
install_direction:
|
|
|
|
|
description: "速度传感器安装方向,\n\t\t本端车前进方向的左侧或右侧"
|
|
|
|
|
type: string
|
|
|
|
|
max_diameter:
|
|
|
|
|
description: 速度传感器安装处车轮的最大直径(mm)
|
|
|
|
|
type: integer
|
|
|
|
|
min_diameter:
|
|
|
|
|
description: 速度传感器安装处车轮的最小直径(mm)
|
|
|
|
|
type: integer
|
|
|
|
|
name:
|
|
|
|
|
description: 名称
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-10-24 10:22:28 +08:00
|
|
|
|
request_proto.Section_AxleOperation:
|
|
|
|
|
enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
|
|
|
|
- 2
|
|
|
|
|
- 3
|
|
|
|
|
type: integer
|
|
|
|
|
x-enum-comments:
|
|
|
|
|
Section_Drst: 设置计轴直接复位
|
|
|
|
|
Section_Pdrst: 设置计轴预复位
|
|
|
|
|
Section_TrainIn: 设置计轴区段内有车轴
|
|
|
|
|
Section_TrainOut: 设置计轴区段内没有车轴
|
|
|
|
|
x-enum-varnames:
|
|
|
|
|
- Section_Drst
|
|
|
|
|
- Section_Pdrst
|
|
|
|
|
- Section_TrainIn
|
|
|
|
|
- Section_TrainOut
|
2023-10-19 15:38:36 +08:00
|
|
|
|
request_proto.Signal_Operation:
|
|
|
|
|
enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
|
|
|
|
- 2
|
|
|
|
|
- 3
|
|
|
|
|
- 4
|
|
|
|
|
- 5
|
|
|
|
|
- 6
|
|
|
|
|
- 7
|
|
|
|
|
- 8
|
|
|
|
|
- 9
|
|
|
|
|
- 10
|
|
|
|
|
- 11
|
|
|
|
|
type: integer
|
|
|
|
|
x-enum-comments:
|
|
|
|
|
Signal_Display: 显示操作,如设置绿色、设置红黄色
|
|
|
|
|
Signal_LightACancelDs: 取消蓝灯断丝故障
|
|
|
|
|
Signal_LightAFaultDs: 设置蓝灯断丝故障
|
|
|
|
|
Signal_LightBCancelDs: 取消白灯断丝故障
|
|
|
|
|
Signal_LightBFaultDs: 设置白灯断丝故障
|
|
|
|
|
Signal_LightHCancelDs: 取消红灯断丝故障
|
|
|
|
|
Signal_LightHFaultDs: 设置红灯断丝故障
|
|
|
|
|
Signal_LightLCancelDs: 取消绿灯断丝故障
|
|
|
|
|
Signal_LightLFaultDs: 设置绿灯断丝故障
|
|
|
|
|
Signal_LightUCancelDs: 取消黄灯断丝故障
|
|
|
|
|
Signal_LightUFaultDs: 设置黄灯断丝故障
|
|
|
|
|
Signal_Undefined: 未定义
|
|
|
|
|
x-enum-varnames:
|
|
|
|
|
- Signal_Undefined
|
|
|
|
|
- Signal_Display
|
|
|
|
|
- Signal_LightHFaultDs
|
|
|
|
|
- Signal_LightUFaultDs
|
|
|
|
|
- Signal_LightLFaultDs
|
|
|
|
|
- Signal_LightAFaultDs
|
|
|
|
|
- Signal_LightBFaultDs
|
|
|
|
|
- Signal_LightHCancelDs
|
|
|
|
|
- Signal_LightUCancelDs
|
|
|
|
|
- Signal_LightLCancelDs
|
|
|
|
|
- Signal_LightACancelDs
|
|
|
|
|
- Signal_LightBCancelDs
|
2023-10-16 11:13:05 +08:00
|
|
|
|
request_proto.Turnout_Operation:
|
|
|
|
|
enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
|
|
|
|
- 2
|
|
|
|
|
- 3
|
|
|
|
|
- 4
|
|
|
|
|
- 5
|
|
|
|
|
- 6
|
|
|
|
|
- 7
|
|
|
|
|
- 8
|
|
|
|
|
type: integer
|
|
|
|
|
x-enum-comments:
|
|
|
|
|
Turnout_CancelDC: 取消定操
|
|
|
|
|
Turnout_CancelFC: 取消反操
|
|
|
|
|
Turnout_CancelJC: 取消挤岔故障
|
|
|
|
|
Turnout_CancelSB: 取消失表故障
|
|
|
|
|
Turnout_DC: 定操
|
|
|
|
|
Turnout_FC: 反操
|
|
|
|
|
Turnout_SetJC: 设置挤岔故障
|
|
|
|
|
Turnout_SetSB: 设置失表故障
|
|
|
|
|
Turnout_Undefined: 未定义
|
|
|
|
|
x-enum-varnames:
|
|
|
|
|
- Turnout_Undefined
|
|
|
|
|
- Turnout_DC
|
|
|
|
|
- Turnout_CancelDC
|
|
|
|
|
- Turnout_FC
|
|
|
|
|
- Turnout_CancelFC
|
|
|
|
|
- Turnout_SetSB
|
|
|
|
|
- Turnout_CancelSB
|
|
|
|
|
- Turnout_SetJC
|
|
|
|
|
- Turnout_CancelJC
|
|
|
|
|
request_proto.TurnoutOperationReq:
|
|
|
|
|
properties:
|
|
|
|
|
deviceId:
|
|
|
|
|
description: 设备id
|
|
|
|
|
type: string
|
|
|
|
|
mapId:
|
|
|
|
|
description: 图id
|
|
|
|
|
type: integer
|
|
|
|
|
operation:
|
|
|
|
|
allOf:
|
|
|
|
|
- $ref: '#/definitions/request_proto.Turnout_Operation'
|
|
|
|
|
description: 道岔操作
|
|
|
|
|
simulationId:
|
|
|
|
|
description: 仿真id
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|
2023-10-16 09:05:37 +08:00
|
|
|
|
state.Signal_Aspect:
|
|
|
|
|
enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
|
|
|
|
- 2
|
|
|
|
|
- 3
|
|
|
|
|
- 4
|
|
|
|
|
- 5
|
|
|
|
|
- 6
|
|
|
|
|
- 7
|
|
|
|
|
type: integer
|
|
|
|
|
x-enum-varnames:
|
2023-10-18 13:53:17 +08:00
|
|
|
|
- Signal_Non
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- Signal_OFF
|
|
|
|
|
- Signal_L
|
|
|
|
|
- Signal_H
|
|
|
|
|
- Signal_U
|
|
|
|
|
- Signal_HU
|
|
|
|
|
- Signal_B
|
|
|
|
|
- Signal_A
|
2023-08-01 14:47:04 +08:00
|
|
|
|
host: localhost:9091
|
2023-07-14 16:28:47 +08:00
|
|
|
|
info:
|
|
|
|
|
contact: {}
|
|
|
|
|
description: CBTC测试服务.
|
|
|
|
|
title: CBTC测试系统API
|
|
|
|
|
version: "1.0"
|
|
|
|
|
paths:
|
2023-08-30 09:28:21 +08:00
|
|
|
|
/api/v1/auth/path:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 创建接口路径
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: method
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: path
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 创建接口路径
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
/api/v1/auth/path/{id}:
|
|
|
|
|
delete:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 删除接口路径
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 接口路径ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 删除接口路径
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询接口路径
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 接口路径ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.AuthAPIPath'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询接口路径
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
put:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 修改接口路径
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 接口路径ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: method
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: path
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 修改接口路径
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
/api/v1/auth/path/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询接口路径列表
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.AuthAPIPath'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询接口路径列表
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
/api/v1/auth/path/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 分页查询接口路径信息
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询接口路径信息
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
2023-08-31 11:07:22 +08:00
|
|
|
|
/api/v1/auth/role:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 创建角色
|
|
|
|
|
parameters:
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: addPaths
|
|
|
|
|
type: array
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: delPaths
|
|
|
|
|
type: array
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 创建角色
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
/api/v1/auth/role/{id}:
|
|
|
|
|
delete:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 删除角色信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 角色ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 删除角色信息
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询角色详情
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 角色ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.AuthRoleDetailRspDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询角色详情
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
put:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 修改角色信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 角色信息ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: addPaths
|
|
|
|
|
type: array
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: delPaths
|
|
|
|
|
type: array
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 修改角色信息
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
2023-08-30 09:28:21 +08:00
|
|
|
|
/api/v1/auth/role/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询角色列表
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.AuthRoleRspDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询角色列表
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
/api/v1/auth/role/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 分页查询角色信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询角色信息
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
|
|
|
|
/api/v1/auth/userLinkRole:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 用户关联角色
|
|
|
|
|
parameters:
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: addRids
|
|
|
|
|
type: array
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: delRids
|
|
|
|
|
type: array
|
|
|
|
|
- in: query
|
|
|
|
|
name: uid
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 用户关联角色
|
|
|
|
|
tags:
|
|
|
|
|
- 权限Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/category:
|
2023-07-18 17:19:03 +08:00
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 创建厂家数据
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
2023-08-03 17:01:28 +08:00
|
|
|
|
- in: query
|
2023-08-25 10:41:13 +08:00
|
|
|
|
name: code
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: config
|
|
|
|
|
type: string
|
2023-07-18 17:19:03 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 创建厂家信息
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 厂家信息Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/category/{id}:
|
2023-07-28 11:15:44 +08:00
|
|
|
|
delete:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 删除厂家信息
|
2023-07-28 11:15:44 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 厂家信息ID
|
2023-07-28 11:15:44 +08:00
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 删除厂家信息
|
2023-07-28 11:15:44 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 厂家信息Api
|
2023-07-18 17:19:03 +08:00
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 查询厂家信息
|
2023-07-28 11:15:44 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 厂家ID
|
2023-07-28 11:15:44 +08:00
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
2023-07-18 17:19:03 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/model.Category'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 查询厂家信息
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 厂家信息Api
|
2023-07-18 17:19:03 +08:00
|
|
|
|
put:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 修改厂家信息
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 厂家信息ID
|
2023-07-28 11:15:44 +08:00
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
2023-08-03 17:01:28 +08:00
|
|
|
|
- in: query
|
2023-08-25 10:41:13 +08:00
|
|
|
|
name: code
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: config
|
|
|
|
|
type: string
|
2023-07-18 17:19:03 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 修改厂家信息
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 厂家信息Api
|
|
|
|
|
/api/v1/category/list:
|
|
|
|
|
get:
|
2023-07-18 17:19:03 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 可以通过厂家名称过滤,查询厂家信息列表
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
2023-08-25 10:41:13 +08:00
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 查询厂家信息列表
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 厂家信息Api
|
|
|
|
|
/api/v1/category/paging:
|
2023-07-14 18:09:07 +08:00
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 可以通过厂家名称过滤,分页查询厂家信息
|
2023-07-14 18:09:07 +08:00
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
2023-07-31 18:20:00 +08:00
|
|
|
|
name: current
|
2023-07-14 18:09:07 +08:00
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 分页查询厂家信息
|
2023-07-14 18:09:07 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 厂家信息Api
|
|
|
|
|
/api/v1/drafting:
|
2023-08-07 15:05:37 +08:00
|
|
|
|
post:
|
2023-07-18 17:19:03 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 创建草稿数据
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: category
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
2023-08-07 15:05:37 +08:00
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: proto
|
|
|
|
|
type: array
|
2023-08-25 17:49:09 +08:00
|
|
|
|
- enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- 2
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- 3
|
2023-08-25 17:49:09 +08:00
|
|
|
|
in: query
|
|
|
|
|
name: type
|
|
|
|
|
type: integer
|
|
|
|
|
x-enum-varnames:
|
|
|
|
|
- PictureType_StationLayout
|
|
|
|
|
- PictureType_Psl
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- PictureType_RelayCabinetLayout
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- PictureType_IBP
|
2023-07-18 17:19:03 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-07 15:05:37 +08:00
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 创建草稿
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 草稿Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/drafting/{id}:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
delete:
|
2023-07-18 17:19:03 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 删除草稿数据
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 草稿ID
|
2023-07-18 17:19:03 +08:00
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 删除草稿数据
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 草稿Api
|
2023-08-07 15:05:37 +08:00
|
|
|
|
get:
|
2023-08-04 11:54:19 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 查询草稿详情
|
2023-08-04 11:54:19 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 草稿ID
|
2023-08-04 11:54:19 +08:00
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
2023-08-07 15:05:37 +08:00
|
|
|
|
schema:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/model.Drafting'
|
2023-08-04 11:54:19 +08:00
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-04 11:54:19 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 查询草稿详情
|
2023-08-04 11:54:19 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 草稿Api
|
|
|
|
|
put:
|
2023-07-18 17:19:03 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 修改草稿信息
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 草稿ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: category
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
2023-07-18 17:19:03 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- collectionFormat: csv
|
2023-07-18 17:19:03 +08:00
|
|
|
|
in: query
|
2023-08-25 10:41:13 +08:00
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: proto
|
|
|
|
|
type: array
|
2023-08-25 17:49:09 +08:00
|
|
|
|
- enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- 2
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- 3
|
2023-08-25 17:49:09 +08:00
|
|
|
|
in: query
|
|
|
|
|
name: type
|
|
|
|
|
type: integer
|
|
|
|
|
x-enum-varnames:
|
|
|
|
|
- PictureType_StationLayout
|
|
|
|
|
- PictureType_Psl
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- PictureType_RelayCabinetLayout
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- PictureType_IBP
|
2023-08-25 10:41:13 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 修改草稿信息
|
|
|
|
|
tags:
|
|
|
|
|
- 草稿Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/drafting/{id}/saveAs:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 草稿另存为
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 源草稿id
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
2023-07-18 17:19:03 +08:00
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: category
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
2023-07-18 17:19:03 +08:00
|
|
|
|
type: integer
|
2023-08-01 14:47:04 +08:00
|
|
|
|
- in: query
|
2023-08-25 10:41:13 +08:00
|
|
|
|
name: name
|
2023-08-01 14:47:04 +08:00
|
|
|
|
type: string
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: proto
|
|
|
|
|
type: array
|
2023-08-25 17:49:09 +08:00
|
|
|
|
- enum:
|
|
|
|
|
- 0
|
|
|
|
|
- 1
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- 2
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- 3
|
2023-08-25 17:49:09 +08:00
|
|
|
|
in: query
|
|
|
|
|
name: type
|
|
|
|
|
type: integer
|
|
|
|
|
x-enum-varnames:
|
|
|
|
|
- PictureType_StationLayout
|
|
|
|
|
- PictureType_Psl
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- PictureType_RelayCabinetLayout
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- PictureType_IBP
|
2023-07-18 17:19:03 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 草稿另存为
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 草稿Api
|
2023-09-01 17:26:04 +08:00
|
|
|
|
/api/v1/drafting/calculatelink:
|
|
|
|
|
post:
|
2023-07-18 17:19:03 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-09-01 17:26:04 +08:00
|
|
|
|
description: 根据地图数据新生成计算的link信息
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
2023-09-01 17:26:04 +08:00
|
|
|
|
- collectionFormat: csv
|
2023-07-18 17:19:03 +08:00
|
|
|
|
in: query
|
2023-09-01 17:26:04 +08:00
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: proto
|
|
|
|
|
type: array
|
2023-07-18 17:19:03 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-09-01 17:26:04 +08:00
|
|
|
|
summary: 根据地图数据新生成计算的link信息
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 草稿Api
|
2023-10-18 13:53:17 +08:00
|
|
|
|
/api/v1/drafting/list:
|
2023-09-01 17:26:04 +08:00
|
|
|
|
get:
|
2023-07-18 17:19:03 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-10-16 09:05:37 +08:00
|
|
|
|
description: 可以通过草稿类型过滤,列表查询草稿
|
2023-07-18 17:19:03 +08:00
|
|
|
|
parameters:
|
2023-09-01 17:26:04 +08:00
|
|
|
|
- in: query
|
2023-10-16 09:05:37 +08:00
|
|
|
|
name: type
|
2023-09-01 17:26:04 +08:00
|
|
|
|
type: integer
|
2023-07-18 17:19:03 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
2023-09-01 17:26:04 +08:00
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-18 17:19:03 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-10-16 09:05:37 +08:00
|
|
|
|
summary: 列表查询草稿
|
2023-07-18 17:19:03 +08:00
|
|
|
|
tags:
|
2023-09-01 17:26:04 +08:00
|
|
|
|
- 草稿Api
|
2023-10-18 13:53:17 +08:00
|
|
|
|
/api/v1/drafting/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过草稿名称过滤,分页查询草稿
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询草稿
|
|
|
|
|
tags:
|
|
|
|
|
- 草稿Api
|
2023-08-30 18:05:11 +08:00
|
|
|
|
/api/v1/project:
|
2023-08-07 15:05:37 +08:00
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-30 18:05:11 +08:00
|
|
|
|
description: 创建项目数据
|
2023-08-07 15:05:37 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- in: query
|
2023-08-30 18:05:11 +08:00
|
|
|
|
name: code
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
2023-08-07 15:05:37 +08:00
|
|
|
|
type: integer
|
2023-08-30 18:05:11 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
2023-08-07 15:05:37 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-08-07 15:05:37 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-30 18:05:11 +08:00
|
|
|
|
summary: 创建项目信息
|
|
|
|
|
tags:
|
|
|
|
|
- 项目信息Api
|
|
|
|
|
/api/v1/project/{id}:
|
|
|
|
|
delete:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 删除项目信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 项目信息ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 删除项目信息
|
|
|
|
|
tags:
|
|
|
|
|
- 项目信息Api
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询项目信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 项目ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.Project'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询项目信息
|
|
|
|
|
tags:
|
|
|
|
|
- 项目信息Api
|
|
|
|
|
put:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 修改项目信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 项目信息ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: code
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 修改项目信息
|
|
|
|
|
tags:
|
|
|
|
|
- 项目信息Api
|
|
|
|
|
/api/v1/project/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过项目名称过滤,查询项目信息列表
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: code
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.Project'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询项目信息列表
|
|
|
|
|
tags:
|
|
|
|
|
- 项目信息Api
|
|
|
|
|
/api/v1/project/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过项目名称过滤,分页查询项目信息
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: code
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询项目信息
|
|
|
|
|
tags:
|
|
|
|
|
- 项目信息Api
|
|
|
|
|
/api/v1/projectLink:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 保存项目的所有关联信息
|
|
|
|
|
parameters:
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: mids
|
|
|
|
|
type: array
|
|
|
|
|
- in: query
|
|
|
|
|
name: pid
|
|
|
|
|
type: integer
|
|
|
|
|
- collectionFormat: csv
|
|
|
|
|
in: query
|
|
|
|
|
items:
|
|
|
|
|
type: integer
|
|
|
|
|
name: sids
|
|
|
|
|
type: array
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: boolean
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 保存项目的所有关联信息
|
2023-08-07 15:05:37 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 项目关联信息Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/projectLink/info/{id}:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
get:
|
2023-07-31 18:20:00 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 查询项目的所有关联信息
|
2023-07-31 18:20:00 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 项目ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
2023-07-31 18:20:00 +08:00
|
|
|
|
required: true
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
2023-07-31 18:20:00 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/dto.ProjectLinkRspDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-31 18:20:00 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 查询项目的所有关联信息
|
2023-07-31 18:20:00 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 项目关联信息Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/projectLink/mapInfo/trainSize/{id}:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
get:
|
2023-07-28 15:49:44 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 17:49:09 +08:00
|
|
|
|
description: 通过地图ID查询项目的关联列车尺寸信息
|
2023-07-28 15:49:44 +08:00
|
|
|
|
parameters:
|
2023-08-25 17:49:09 +08:00
|
|
|
|
- description: 地图ID
|
2023-08-25 10:41:13 +08:00
|
|
|
|
in: path
|
|
|
|
|
name: id
|
2023-07-28 15:49:44 +08:00
|
|
|
|
required: true
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
2023-07-28 15:49:44 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/dto.TrainSizeDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-28 15:49:44 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 17:49:09 +08:00
|
|
|
|
summary: 通过地图ID查询项目的关联列车尺寸信息
|
2023-07-28 15:49:44 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 项目关联信息Api
|
2023-08-30 09:28:21 +08:00
|
|
|
|
/api/v1/projectLink/project/trainSize/{id}:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 通过项目ID查询项目的关联列车尺寸信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 地图ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.TrainSizeDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 通过项目ID查询项目的关联列车尺寸信息
|
|
|
|
|
tags:
|
|
|
|
|
- 项目关联信息Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/publishedGi/{id}:
|
|
|
|
|
delete:
|
2023-07-31 18:20:00 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 可以通过名称过滤
|
2023-07-31 18:20:00 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: id
|
2023-08-03 17:01:28 +08:00
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
2023-07-31 18:20:00 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
2023-07-31 18:20:00 +08:00
|
|
|
|
schema:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-31 18:20:00 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: id删除发布的图形数据
|
2023-07-31 18:20:00 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 发布的图形数据Api
|
2023-08-03 17:01:28 +08:00
|
|
|
|
get:
|
2023-07-31 18:20:00 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: 可以通过名称过滤
|
2023-07-31 18:20:00 +08:00
|
|
|
|
parameters:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: id
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.PublishedGi'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: id查询发布的图形数据
|
|
|
|
|
tags:
|
|
|
|
|
- 发布的图形数据Api
|
|
|
|
|
/api/v1/publishedGi/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过名称过滤
|
|
|
|
|
parameters:
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: category
|
|
|
|
|
type: string
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: time
|
2023-07-31 18:20:00 +08:00
|
|
|
|
type: string
|
2023-10-16 09:05:37 +08:00
|
|
|
|
- in: query
|
|
|
|
|
name: type
|
|
|
|
|
type: integer
|
2023-07-31 18:20:00 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
2023-08-03 17:01:28 +08:00
|
|
|
|
items:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/model.PublishedGi'
|
2023-08-03 17:01:28 +08:00
|
|
|
|
type: array
|
2023-08-25 10:41:13 +08:00
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
2023-07-31 18:20:00 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: 列表查询发布的图形数据
|
2023-07-31 18:20:00 +08:00
|
|
|
|
tags:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- 发布的图形数据Api
|
2023-10-18 13:53:17 +08:00
|
|
|
|
/api/v1/publishedGi/name:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过名称过滤
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: detail
|
|
|
|
|
type: boolean
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/definitions/model.PublishedGi'
|
|
|
|
|
type: array
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 根据Code查询发布地图数据
|
|
|
|
|
tags:
|
|
|
|
|
- 发布的图形数据Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/publishedGi/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过名称过滤
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: time
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询发布的图形数据
|
|
|
|
|
tags:
|
|
|
|
|
- 发布的图形数据Api
|
|
|
|
|
/api/v1/publishedGi/publish:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 草稿数据的id
|
|
|
|
|
in: query
|
|
|
|
|
name: draftId
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 发布后的名称
|
|
|
|
|
in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: note
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 从草稿发布数据
|
|
|
|
|
tags:
|
|
|
|
|
- 发布的图形数据Api
|
|
|
|
|
/api/v1/publishedGi/saveAsDrafting/{id}:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 从发布数据拉取信息到草稿
|
|
|
|
|
parameters:
|
|
|
|
|
- description: id
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 草稿数据的id
|
|
|
|
|
in: query
|
|
|
|
|
name: draftId
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 发布后的名称
|
|
|
|
|
in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: note
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 从发布数据拉取信息到草稿
|
|
|
|
|
tags:
|
|
|
|
|
- 发布的图形数据Api
|
2023-10-20 13:50:22 +08:00
|
|
|
|
/api/v1/simulation/:id/getMapKilometerRange:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 获取仿真地图的公里标范围
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 获取仿真地图的公里标范围
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-10-24 10:22:28 +08:00
|
|
|
|
/api/v1/simulation/axleSection/operation:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: ATS测试-计轴区段操作
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-操作计轴区段
|
|
|
|
|
in: body
|
|
|
|
|
name: AxleSectionOperationReqDto
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.AxleSectionOperationReqDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: ATS测试-计轴区段操作
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/simulation/check/data:
|
2023-07-31 18:20:00 +08:00
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-30 18:05:11 +08:00
|
|
|
|
description: 地图数据校验
|
2023-07-31 18:20:00 +08:00
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: ATS测试仿真-地图数据
|
2023-07-31 18:20:00 +08:00
|
|
|
|
in: body
|
2023-08-03 17:01:28 +08:00
|
|
|
|
name: RemoveTrainDto
|
2023-07-31 18:20:00 +08:00
|
|
|
|
required: true
|
|
|
|
|
schema:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/dto.CheckMapDataReqDto'
|
2023-07-31 18:20:00 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
$ref: '#/definitions/dto.CheckMapDataRspDto'
|
2023-07-31 18:20:00 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: ATS测试仿真地图数据校验
|
2023-07-31 18:20:00 +08:00
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-08-30 18:05:11 +08:00
|
|
|
|
/api/v1/simulation/createByProject:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 创建ATS测试仿真通过项目ID
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: 创建仿真请求
|
|
|
|
|
in: body
|
|
|
|
|
name: SimulationCreateReqDto
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.SimulationCreateReqDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.SimulationCreateRspDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 创建ATS测试仿真
|
2023-07-28 15:49:44 +08:00
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/simulation/destroy/{id}:
|
2023-07-31 18:20:00 +08:00
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-25 10:41:13 +08:00
|
|
|
|
description: ATS测试仿真-添加列车
|
2023-07-31 18:20:00 +08:00
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
2023-08-25 10:41:13 +08:00
|
|
|
|
- description: 仿真id
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
2023-07-31 18:20:00 +08:00
|
|
|
|
required: true
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
2023-07-31 18:20:00 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-08-25 10:41:13 +08:00
|
|
|
|
summary: ATS仿真销毁
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-10-18 13:53:17 +08:00
|
|
|
|
/api/v1/simulation/esbBtn/operation:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: ATS测试-ESB按钮操作
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-ESB按钮操作
|
|
|
|
|
in: body
|
2023-10-20 13:50:22 +08:00
|
|
|
|
name: EsbButtonOperationReqDto
|
2023-10-18 13:53:17 +08:00
|
|
|
|
required: true
|
|
|
|
|
schema:
|
2023-10-20 13:50:22 +08:00
|
|
|
|
$ref: '#/definitions/dto.EsbButtonOperationReqDto'
|
2023-10-18 13:53:17 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: ATS测试-ESB按钮操作
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-08-31 14:06:53 +08:00
|
|
|
|
/api/v1/simulation/getDataChannelName:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 获取仿真信息更新通道名称
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 获取仿真信息更新通道名称
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-10-20 13:50:22 +08:00
|
|
|
|
/api/v1/simulation/ibp/btn/operation:
|
2023-10-18 13:53:17 +08:00
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: ATS测试-IBP按钮操作
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-IBP按钮操作
|
|
|
|
|
in: body
|
2023-10-20 13:50:22 +08:00
|
|
|
|
name: IBPButtonOperationReqDto
|
2023-10-18 13:53:17 +08:00
|
|
|
|
required: true
|
|
|
|
|
schema:
|
2023-10-20 13:50:22 +08:00
|
|
|
|
$ref: '#/definitions/dto.IBPButtonOperationReqDto'
|
2023-10-18 13:53:17 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: ATS测试-IBP按钮操作
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-10-20 13:50:22 +08:00
|
|
|
|
/api/v1/simulation/ibp/key/operation:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: ATS测试-IBP钥匙操作
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-IBP钥匙操作
|
|
|
|
|
in: body
|
|
|
|
|
name: KeyOperationReqDto
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.KeyOperationReqDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: ATS测试-IBP钥匙操作
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
|
|
|
|
/api/v1/simulation/ibp/operation:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: PSL操作
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: PSL操作
|
|
|
|
|
in: body
|
|
|
|
|
name: PslOperationReqDto
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PslOperationReqDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: PSL操作
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/simulation/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-30 18:05:11 +08:00
|
|
|
|
description: 获取ATS测试系统所有仿真实例的基本信息
|
2023-08-25 10:41:13 +08:00
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
items:
|
2023-08-30 18:05:11 +08:00
|
|
|
|
$ref: '#/definitions/dto.SimulationInfoRspDto'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: array
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 获取ATS测试系统所有仿真实例的基本信息
|
2023-07-31 18:20:00 +08:00
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-10-07 17:51:00 +08:00
|
|
|
|
/api/v1/simulation/relay/operation:
|
|
|
|
|
post:
|
2023-08-30 18:05:11 +08:00
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-10-07 17:51:00 +08:00
|
|
|
|
description: ATS测试-操作继电器
|
2023-08-30 18:05:11 +08:00
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
2023-10-07 17:51:00 +08:00
|
|
|
|
- description: ATS测试仿真-操作继电器
|
|
|
|
|
in: body
|
|
|
|
|
name: RelayOperationReqDto
|
2023-08-30 18:05:11 +08:00
|
|
|
|
required: true
|
2023-10-07 17:51:00 +08:00
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.RelayOperationReqDto'
|
2023-08-30 18:05:11 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
2023-10-07 17:51:00 +08:00
|
|
|
|
type: string
|
2023-08-30 18:05:11 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
2023-10-07 17:51:00 +08:00
|
|
|
|
summary: 获取ATS测试-操作继电器
|
2023-08-30 18:05:11 +08:00
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-10-16 09:05:37 +08:00
|
|
|
|
/api/v1/simulation/signal/operation:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: ATS测试-信号机操作
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-操作信号机
|
|
|
|
|
in: body
|
|
|
|
|
name: SignalOperationReqDto
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.SignalOperationReqDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: ATS测试-信号机操作
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/simulation/switch/operation:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
2023-08-30 18:05:11 +08:00
|
|
|
|
description: ATS测试-操作道岔
|
2023-08-25 10:41:13 +08:00
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-操作道岔
|
|
|
|
|
in: body
|
2023-10-16 09:05:37 +08:00
|
|
|
|
name: TurnoutOperationReq
|
2023-08-25 10:41:13 +08:00
|
|
|
|
required: true
|
|
|
|
|
schema:
|
2023-10-16 09:05:37 +08:00
|
|
|
|
$ref: '#/definitions/request_proto.TurnoutOperationReq'
|
2023-08-25 10:41:13 +08:00
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 获取ATS测试-操作道岔
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
|
|
|
|
/api/v1/simulation/train/add:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: ATS测试仿真-添加列车
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-添加列车
|
|
|
|
|
in: body
|
|
|
|
|
name: AddTrainReqDto
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.AddTrainReqDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.AddTrainRspDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: ATS测试仿真-添加列车
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
|
|
|
|
/api/v1/simulation/train/remove:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: ATS测试仿真-移除列车
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
- description: ATS测试仿真-移除列车
|
|
|
|
|
in: body
|
|
|
|
|
name: RemoveTrainDto
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.RemoveTrainDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: ATS测试仿真-移除列车
|
|
|
|
|
tags:
|
|
|
|
|
- ATS测试仿真Api
|
|
|
|
|
/api/v1/trainManage/model:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 创建列车型号数据
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 创建列车型号
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/trainManage/model/{id}:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
delete:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 删除列车型号数据
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车型号ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 删除列车型号数据
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询列车型号详情
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车型号ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.TrainModel'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询列车型号详情
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
put:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 修改列车型号信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车型号ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 修改列车型号信息
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-28 09:56:34 +08:00
|
|
|
|
/api/v1/trainManage/model/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过列车型号名称过滤,查询列车型号信息列表
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询列车型号信息列表
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/trainManage/model/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过列车型号名称过滤,分页查询列车型号信息列表
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询列车型号信息列表
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
/api/v1/trainManage/size:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 创建列车尺寸数据
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: carriage_length
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: description
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: total_length
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 创建列车尺寸
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/trainManage/size/{id}:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
delete:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 删除列车尺寸数据
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车尺寸ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 删除列车尺寸数据
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询列车尺寸详情
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车尺寸ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.TrainSize'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询列车尺寸详情
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
put:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 修改列车尺寸信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车尺寸ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: carriage_length
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: description
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: total_length
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 修改列车尺寸信息
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-28 09:56:34 +08:00
|
|
|
|
/api/v1/trainManage/size/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过列车尺寸名称过滤,查询列车尺寸信息列表
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询列车尺寸信息列表
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/trainManage/size/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过列车尺寸名称过滤,分页查询列车尺寸信息列表
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询列车尺寸信息列表
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
/api/v1/trainManage/wheelDiameter:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 创建列车轮径数据
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: axial_position
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: diameter
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: install_direction
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: max_diameter
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: min_diameter
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 创建列车轮径
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-28 15:24:17 +08:00
|
|
|
|
/api/v1/trainManage/wheelDiameter/{id}:
|
2023-08-25 10:41:13 +08:00
|
|
|
|
delete:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 删除列车轮径数据
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车轮径ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 删除列车轮径数据
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 查询列车轮径详情
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车轮径ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/model.TrainWheelDiameter'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询列车轮径详情
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
|
|
|
|
put:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 修改列车轮径信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 列车轮径ID
|
|
|
|
|
in: path
|
|
|
|
|
name: id
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: axial_position
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: diameter
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: id
|
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: install_direction
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: string
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: max_diameter
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
2023-08-25 17:49:09 +08:00
|
|
|
|
name: min_diameter
|
2023-08-25 10:41:13 +08:00
|
|
|
|
type: integer
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 修改列车轮径信息
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-28 09:56:34 +08:00
|
|
|
|
/api/v1/trainManage/wheelDiameter/list:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过列车轮径名称过滤,查询列车轮径信息列表
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 查询列车轮径信息列表
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-08-25 10:41:13 +08:00
|
|
|
|
/api/v1/trainManage/wheelDiameter/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过列车轮径名称过滤,分页查询列车轮径信息列表
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
|
|
|
|
name: current
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询列车轮径信息列表
|
|
|
|
|
tags:
|
|
|
|
|
- 列车管理Api
|
2023-07-28 11:15:44 +08:00
|
|
|
|
/api/v1/user/current:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 获取当前登录用户信息
|
|
|
|
|
parameters:
|
|
|
|
|
- description: JWT Token
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
required: true
|
|
|
|
|
type: string
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
2023-09-01 17:26:04 +08:00
|
|
|
|
$ref: '#/definitions/dto.UserRspDto'
|
2023-07-28 11:15:44 +08:00
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
summary: 获取当前登录用户信息
|
|
|
|
|
tags:
|
|
|
|
|
- 用户Api
|
2023-07-14 16:28:47 +08:00
|
|
|
|
/api/v1/user/login:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 用户登录
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 登录信息
|
|
|
|
|
in: body
|
|
|
|
|
name: loginInfo
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.LoginDto'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.TokenRespDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
summary: 用户登录
|
|
|
|
|
tags:
|
|
|
|
|
- 用户Api
|
|
|
|
|
/api/v1/user/paging:
|
|
|
|
|
get:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 可以通过用户名称过滤,分页查询用户
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 手机号
|
|
|
|
|
in: query
|
|
|
|
|
name: mobile
|
|
|
|
|
type: string
|
|
|
|
|
- description: 用户名
|
|
|
|
|
in: query
|
|
|
|
|
name: name
|
|
|
|
|
type: string
|
|
|
|
|
- description: 页码
|
|
|
|
|
example: 1
|
|
|
|
|
in: query
|
2023-07-31 18:20:00 +08:00
|
|
|
|
name: current
|
2023-07-14 16:28:47 +08:00
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
- description: 页面行数
|
|
|
|
|
example: 10
|
|
|
|
|
in: query
|
|
|
|
|
name: size
|
|
|
|
|
required: true
|
|
|
|
|
type: integer
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.PageDto'
|
|
|
|
|
"401":
|
|
|
|
|
description: Unauthorized
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"404":
|
|
|
|
|
description: Not Found
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
security:
|
|
|
|
|
- JwtAuth: []
|
|
|
|
|
summary: 分页查询用户
|
|
|
|
|
tags:
|
|
|
|
|
- 用户Api
|
2023-07-28 11:15:44 +08:00
|
|
|
|
/api/v1/user/register:
|
|
|
|
|
post:
|
|
|
|
|
consumes:
|
|
|
|
|
- application/json
|
|
|
|
|
description: 用户注册
|
|
|
|
|
parameters:
|
|
|
|
|
- description: 用户注册信息
|
|
|
|
|
in: body
|
|
|
|
|
name: loginInfo
|
|
|
|
|
required: true
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.RegisterUser'
|
|
|
|
|
produces:
|
|
|
|
|
- application/json
|
|
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: OK
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
"500":
|
|
|
|
|
description: Internal Server Error
|
|
|
|
|
schema:
|
|
|
|
|
$ref: '#/definitions/dto.ErrorDto'
|
|
|
|
|
summary: 用户注册
|
|
|
|
|
tags:
|
|
|
|
|
- 用户Api
|
2023-07-14 16:28:47 +08:00
|
|
|
|
securityDefinitions:
|
|
|
|
|
JwtAuth:
|
|
|
|
|
in: header
|
|
|
|
|
name: Authorization
|
|
|
|
|
type: apiKey
|
|
|
|
|
swagger: "2.0"
|