运营位通用接口
开发中POST
/operator/getOperatorList请求参数
Body 参数application/json
pageSize
integer
必需
operateType
integer
必需
示例
{
"communityId": "1",
"operateType": "5"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {16}]
必需
operateId
integer
运营位ID
operateType
integer
运营位类型
固定-5
jumpUrl
string
跳转地址
operateName
string
运营名称
logoType
null
logo类型
picUrl
string
图片地址
showStartTime
null
展示开始时间
showEndTime
null
展示结束时间
sort
null
位置
open
integer
是否开启
1:开启 2:关闭
flag
integer
是否删除
1:未删除 0:已删除
showStatus
null
展示状态
0:全部 1: 展示中 2:未开始 3:已失效 4:长期 5:下线
createName
string
创建人
createTime
string
创建时间
updateName
string
修改人
updateTime
string
修改时间
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"operateId": 5,
"operateType": 5,
"jumpUrl": "https://xiaoyuanxing.openatom.cn",
"operateName": "校源行",
"logoType": null,
"picUrl": "https://file.pop.atomgit.com/imgs/openatom/2024/06/13/f391026ede4552965f167b2441a557f6.png",
"communityId": 1,
"showStartTime": null,
"showEndTime": null,
"sort": null,
"open": 1,
"flag": 1,
"createName": "文华",
"createTime": "2024-03-28 14:27:07",
"updateName": "zhangyl",
"updateTime": "2024-10-17 11:07:28",
"showStatus": null
}
]
}
最后修改时间: 4 个月前