9 lines
161 B
Plaintext
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'
|
|
})
|
|
|