- 接口文档
- 前台
- 推荐
- 首页
- 社区
- 导航栏
- 运营
- 模版
- 热门组织
- 热门开发者
- 热门仓库
- 精选
- 推荐
- 数据
- footer
- 邮箱
- 资讯
- 活动
- 登录/关注
- 悬浮窗
- 自定义弹窗
- SEO
- 广告
- 原生登录接口
运营位通用接口
开发中
POST
https://openatom.atomgit.com/api/operator/getOperatorList
请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
社区CODE
默认值:
openatom
Body 参数application/json
pageSize
integer
必需
operateType
integer
必需
示例
{
"communityId": "1",
"operateType": "5"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openatom.atomgit.com/api/operator/getOperatorList' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom' \
--header 'Content-Type: application/json' \
--data-raw '{
"communityId":"1",
"operateType":"5"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {16}]
必需
operateId
integer
运营位ID
operateType
integer
运营位类型
jumpUrl
string
跳转地址
operateName
string
运营名称
logoType
null
logo类型
picUrl
string
图片地址
showStartTime
null
展示开始时间
showEndTime
null
展示结束时间
sort
null
位置
open
integer
是否开启
flag
integer
是否删除
showStatus
null
展示状态
createName
string
创建人