This commit is contained in:
2022-08-23 01:14:19 +08:00
parent 6f233901b2
commit f26fd9546d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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