文档
测试
GET
http://localhost:8082/api/picture/list

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImFiZTBjNjBmLTZjZjEtNGE1YS1hMDRkLWFiMWNjNzM1ODg1OCJ9.53P_eCMOz17yR6s9oG-TIPDtLOo2vuppWUWuu7VVDhyvNgW5QBbjFdSwQWLW_kLYS8_d31Jr2gMYDseZgWYyfQ
必填

请求参数

参数名
类型
描述
必填
type
int
1.引导图,2启动图
必填
state
int
0可用,1.不可用
可选

响应参数

参数名
类型
描述
必填
total
int
示例:1
必填
rows
array
数据列表
必填
id
int
id示例:1
必填
firstPicture
array
示例:[/,/]
必填
type
string
1.多图,2单图 示例:1
必填
createTime
string
创建时间
必填
updateTime
string
更新时间
必填
state
int
0可用,1.不可用
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填