update task struct
This commit is contained in:
@@ -23,7 +23,7 @@ local function create_task()
|
||||
ngx.log(ngx.INFO, 'HtySudoerToken -> ', sudoerToken)
|
||||
ngx.log(ngx.INFO, 'HtyHost -> ', htyHost)
|
||||
|
||||
local body_text = cjson.encode({ task_type = TaskTypes.CONVERT_AUDIO_FILE, data = { media_id = media_id } })
|
||||
local body_text = cjson.encode({ task_type = TaskTypes.CONVERT_AUDIO_FILE, payload = { media_id = media_id } })
|
||||
|
||||
ngx.log(ngx.INFO, 'AUDIO_CONVERT *body_text* ->', body_text)
|
||||
local res, err = httpc:request_uri(
|
||||
|
||||
Reference in New Issue
Block a user