- 接口文档
- 前台
- 推荐
- 首页
- 登录/关注
- 悬浮窗
- 自定义弹窗
- SEO
- 广告
- 原生登录接口
弹窗信息接口
开发中
GET
https://openatom.atomgit.com/api/popup/info
请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
社区CODE
默认值:
openatom
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openatom.atomgit.com/api/popup/info' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
upType
integer
弹窗类型
pic
null
图片
title
null
标题
content
null
内容
示例
{
"code": 200,
"msg": "成功",
"data": {
"upType": 3,
"pic": null,
"title": null,
"content": null
}
}