提交 263c2693 authored 作者: blu's avatar blu

new feature entropy filter to ignore gray frame without iframe

上级 294af81a
......@@ -156,11 +156,11 @@ class HttpSrv{
try{
string sn = req.get_param_value("sn");
string module = req.get_param_value("module");
auto cfg = json::parse(req.body);
if(sn.empty()||module.empty()){
throw StrException("no para sn/module");
}
auto cfg = json::parse(req.body);
string key, modname;
if(module == "evmgr") {
key = sn;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论