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