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

new feature entropy filter to ignore gray frame without iframe

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