vault backup: 2025-12-04 09:12:56
This commit is contained in:
18
各种项目/咪咕/网关 调试.md
Normal file
18
各种项目/咪咕/网关 调试.md
Normal file
@@ -0,0 +1,18 @@
|
||||
网关 权限验证开关
|
||||
```
|
||||
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"
|
||||
}
|
||||
]'
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user