This commit is contained in:
2023-01-16 22:53:20 +08:00
parent 6159d6440f
commit bdae2e9163
3 changed files with 4 additions and 8 deletions
-3
View File
@@ -19,9 +19,6 @@ local function create_task(httpc, task_text, authHeader, sudoerToken)
ngx.log(ngx.INFO, 'remote_url -> ', remote_url)
ngx.log(ngx.INFO, 'Authorization -> ', authHeader)
ngx.log(ngx.INFO, 'HtySudoerToken -> ', sudoerToken)
ngx.log(ngx.INFO, 'UPLOAD_PICTURE *body_text* ->', task_text)
local res, err = httpc:request_uri(
remote_url,