- WEB端
- 事件管理
- 大屏
- 字典管理
- 文件操作
- 角色相关
- 资源管理
- 权限管理
- 管理员
- 公共类
- 地址管理
- 组织管理
- 台账管理
- 用户相关
- 聚沙码管理
- 智能坐席
- 我的文件
- 执法设备
- 执法平台
- 班组管理
- 坐席分配
- 内部使用
- 小程序端
- 定时任务
- WebSocket
- 浙政钉相关
- WebSocket链接
根据地址查询平台
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
GET
https://eventsys-test-d-browser.gogen.cn/eventSys
请求参数
Query 参数
areaCode
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 'https://eventsys-test-d-browser.gogen.cn/eventSys/pocPlatform/findByAreaCode?areaCode'
返回响应
🟢200成功
application/json
Body
status
boolean | null
可选
code
integer | null
可选
message
string | null
可选
exceMes
string | null
可选
requestId
string | null
可选
timestamp
integer | null
可选
result
array[object (PocPlatformDTO) {15}] | null
可选
id
string | null
可选
platformName
string | null
平台名称
areaCode
string | null
地址编码
areaName
string | null
地址名称
username
string | null
用户名
password
string | null
密码
govBackendIp
string | null
政务后端ip
govBackendPort
string | null
政务后端端口
privateBackendIp
string | null
专网后端ip
privateBackendPort
string | null
专网后端端口
govVideoIp
string | null
政务取流ip
govVideoPort
string | null
政务取流端口
privateVideoIp
string | null
专网取流ip
privateVideoPort
string | null
专网取流端口
manufacturer
string | null
厂商
示例
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": [
{
"id": "",
"platformName": "",
"areaCode": "",
"areaName": "",
"username": "",
"password": "",
"govBackendIp": "",
"govBackendPort": "",
"privateBackendIp": "",
"privateBackendPort": "",
"govVideoIp": "",
"govVideoPort": "",
"privateVideoIp": "",
"privateVideoPort": "",
"manufacturer": ""
}
]
}
修改于 2024-03-07 08:37:12