Authored by chunhua.zhang

add

... ... @@ -106,7 +106,7 @@ function check_malIp()
-- we must ignore mthod : app.graphic.img. this is app toast for user verified
local method = http_request.get_method()
if method and ( method == "app.graphic.img" or method == "app.graphic.verify" )then
if method and ( method == "app.graphic.img" or method == "app.graphic.verify" ) then
return true
end
... ...