Authored by chunhua.zhang

add

... ... @@ -79,7 +79,7 @@ function get_redirect_url()
-- get uid
local uid = 0
local str_uid = http_request.get_req_param("uid")
if str_uid then
if str_uid and str_uid ~= '' then
uid = tonumber(str_uid)
end
-- force uid
... ...