Authored by chunhua.zhang

add

... ... @@ -131,7 +131,7 @@ end
function cutdown()
local method = http_request.get_method()
local app_version = http_request.get_http_req_param("app_version")
local app_version = http_request.get_req_param("app_version")
if method and ( method == "app.cutdownprice.cut" and app_version < "2.9.5" ) then
ngx.log(ngx.ERR, "[NOT ALLOWED]")
... ...