Files
EdgeCommon/pkg/rpc/jsons/http_stat_stat_ref.md

16 lines
173 B
Markdown
Raw Normal View History

2022-07-20 18:14:57 +08:00
# 统计引用
## 定义
~~~json
{
"isPrior": "是否覆盖父级配置",
"isOn": "是否启用配置"
}
~~~
## 示例
~~~json
{
"isPrior": true,
"isOn": true
}
~~~