mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 04:10:55 +08:00
增加API注释
This commit is contained in:
19
pkg/rpc/jsons/reverse_proxy_ref.md
Normal file
19
pkg/rpc/jsons/reverse_proxy_ref.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 反向代理引用
|
||||
## 定义
|
||||
~~~json
|
||||
{
|
||||
"isOn": "是否启用",
|
||||
"isPrior": "是否覆盖上级配置,用于路由规则",
|
||||
"reverseProxyId": "反向代理ID"
|
||||
}
|
||||
~~~
|
||||
其中:
|
||||
* `reverseProxyId` - 反向代理ID,可以通过 `/ReverseProxyService/createReverseProxy` 创建
|
||||
|
||||
## 示例
|
||||
~~~json
|
||||
{
|
||||
"isOn": true,
|
||||
"reverseProxyId": 123
|
||||
}
|
||||
~~~
|
||||
Reference in New Issue
Block a user