llmage/wwwroot/vidu_callback.dspy
2026-03-29 17:28:39 +08:00

9 lines
161 B
Plaintext

try:
r = await asynctask_callbacka('vidu平台', 'taskSTatus', params_kw)
except Exception as e:
exception(f'{e}')
return json_response({
text:'success'
})