文档
测试

六个一格局录入及编辑接口

POST
http://192.168.100.33:8081/sixonePattern/saveOrUpdateInfo

请求参数

参数名
类型
描述
必填
id
int
主键id
必填
patternName
String
名称
必填
patternIntroduction
String
简介
必填
sort
int
排序
必填
introductionImageList
List
简介图片
必填
filePath
String
图片存储路径
必填
title
String
图片标题
必填
imageList
List
图片集
必填
filePath
String
图片存储路径
必填
title
String
图片标题
必填
videoList
List
视频集
必填
filePath
String
视频存储路径
必填
title
String
视频标题
必填

响应参数

参数名
类型
描述
必填
code
int
200成功,其余失败
必填
message
String
操作描述
必填