- 首页
- 标准版(推荐)
- 开放版
- 复杂版
查询配置
GET
http://127.0.0.1:8091/email/email/config/query
请求参数
Header 参数
Safe-Key
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:8091/email/email/config/query' \
--header 'Safe-Key;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
msg
string
必需
data
object
必需
createId
null
必需
createTime
string
必需
updateId
null
必需
updateTime
string
必需
isDelete
integer
必需
id
string
必需
proxyApi
string
代理API
apiType
string
代理API类型
apiSplit
string
分隔符
timestamp
integer
必需
示例
{
"code": 200,
"success": true,
"msg": "操作成功",
"data": {
"createId": null,
"createTime": "2024-01-10 21:14:36",
"updateId": null,
"updateTime": "2024-01-10 21:18:41",
"isDelete": 0,
"id": "1",
"proxyApi": "http://api.haiip21.cn/?num=15&format=1&protocol=http&country=&sep=1&csep=&area=",
"apiType": "http",
"apiSplit": "1"
},
"timestamp": 1705324918180
}
修改于 2024-03-17 03:35:57