Authored by chunhua.zhang

Merge branch 'master' of git.yoho.cn:ops/yoho-ansible-roles

* 'master' of git.yoho.cn:ops/yoho-ansible-roles:
  Update limit_api_flow.lua
... ... @@ -186,7 +186,7 @@ function cutdown()
end
--- temp not allowed the attacker's udid
if udid and udid == "f85b7ca6933c57c0d345d99643cede7" then
if udid and udid == "b53c028a35aa734b7fbd962c1e8571568dd06739" then
ngx.log(ngx.ERR, "[UDID NOT ALLOWED]")
local rsp2 ='{"code": 10000, "message": "OK"}'
ngx.say(rsp2)
... ...