文档
测试

培训类型列表

POST
http://127.0.0.1:8181/staff/train/trainTypeQuery

响应参数

参数名
类型
描述
必填
list
list
类型列表
必填
id
long
类型id
必填
time
string
创建时间
必填
status
int
状态(0-正常,1-删除)
必填
cover
string
封面
必填
title
string
标题
必填
remarks
string
描述
必填

说明 / 示例

**响应报文** ```json { "code": "0", "msg": "成功", "detail": null, "result": { "list": [ { "id": 19, "time": "2022-12-01", "lastupdate": "2022-12-01", "status": 0, "cover": "http://30.130.64.12:8181/profile/upload/2022/12/01/7d9ea436-5c9c-4495-877c-b38b27866f02.png", "title": "规章制度培训", "remarks": null, "sort": 1 } ] }, "traceId": "28bde3c9e9c24d36add18e2585961f89", "success": true } ```