This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/jsons/http_websocket_ref.md
T
2022-07-20 18:14:57 +08:00

21 lines
358 B
Markdown

# WebSocket引用
## 定义
~~~json
{
"isPrior": "是否覆盖上级配置,true|false",
"isOn": "是否启用,true|false",
"websocketId": "Websocket配置ID"
}
~~~
其中:
* `Websocket配置ID` - 需要调用 `HTTPWebsocketService.CreateHTTPWebsocketRequest()` 生成
## 示例
~~~json
{
"isPrior": true,
"isOn": true,
"websocketId": 123
}
~~~