18 lines
889 B
Markdown
18 lines
889 B
Markdown
网关 权限验证开关
|
|
```
|
|
curl --location --request POST 'http://127.0.0.1:31100/api/filterStatus/update' --header 'Content-Type: application/json' --data '[ {
|
|
"filterCode":"com.asiainfo.aifgw.controlchain.gw.filters.inbound.AppAuthFilter",
|
|
"filterType":"global_filter",
|
|
"isOpen":"Y"
|
|
}
|
|
]'
|
|
|
|
|
|
curl --location --request POST 'http://127.0.0.1:31100/api/filterStatus/update' --header 'Content-Type: application/json' --data '[ {
|
|
"filterCode":"com.asiainfo.aifgw.controlchain.gw.filters.inbound.CheckSignFilter",
|
|
"filterType":"global_filter",
|
|
"isOpen":"N"
|
|
}
|
|
]'
|
|
|
|
``` |