This commit is contained in:
2022-06-26 17:21:19 +08:00
parent ebf3415f38
commit fcd5573219
+5 -1
View File
@@ -35,7 +35,11 @@ local function get_access_token()
}
)
ngx.log(ngx.INFO, "RESP -> ", resp)
ngx.log(ngx.INFO, "RESP HEADERS -> ", resp.headers)
ngx.log(ngx.INFO, "RESP BODY -> ", resp.body)
ngx.log(ngx.INFO, "RESP STATUS -> ", resp.status)
ngx.log(ngx.INFO, "RESP STRING -> ", resp.string)
ngx.log(ngx.ERR, "ERR -> ", err)
if resp == nil then