This commit is contained in:
yumoqing 2026-04-25 11:11:50 +08:00
parent 1902cfbc53
commit 35bcc9968a

View File

@ -6,4 +6,4 @@ try:
resp = await uptask_feedback(task_id, params_kw) resp = await uptask_feedback(task_id, params_kw)
except Exception as e: except Exception as e:
exception(f'{e}') exception(f'{e}')
return json_resposne({'text': 'ok'}) return json_response({'text': 'ok'})