Authored by chunhua.zhang

add comments

--- setup variable:
-- 1. ngx.var.request_api_method
-- 2. ngx.var.request_udid
-- 3. ngx.var.request_uid
function build_request_uri(uri_str)
local uri
if uri_str and uri_str ~="" then
... ...