add log
This commit is contained in:
@@ -14,6 +14,7 @@ function _M.upt(uri)
|
||||
local sign = ngx.md5(secret .. '&' .. etime .. '&' .. uri)
|
||||
ngx.log(ngx.INFO, 'sign...' .. sign .. ' etime..' .. etime)
|
||||
local upt = string.sub(sign, 13, 13 + 7) .. etime
|
||||
ngx.log(ngx.INFO, 'upt...' .. upt)
|
||||
return (upt)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user