文档
测试

平台基础信息查询接口

POST
http://192.168.100.33:8081/platformInfo/getPlatformInfoList

接口描述

查询平台基本信息

响应参数

参数名
类型
描述
必填
code
int
200成功,其余失败
必填
message
String
操作描述
必填
result
List
必填
id
int
主键id
必填
platformName
String
平台名称
必填
platformLocation
String
平台位置
必填
platformLatitudeLongitude
String
平台经纬度
必填
platformIntroduce
String
平台简介
必填
createTime
Date
yyyy-MM-dd HH:mm:ss
必填
imageList
List
json数组
必填
filePath
String
图片存储路径
必填
title
String
图片标题
必填
videoList
List
json数组
必填
filePath
String
视频存储路径
必填
title
String
视频标题
必填