This commit is contained in:
yumoqing 2026-06-09 13:58:03 +08:00
parent f1d02f9d16
commit f5ded344f6

View File

@ -3,7 +3,6 @@ action = params_kw.action
try:
dbname = get_module_dbname('llmage')
record_id = params_kw.get('id')
action = params_kw.get('status')
if not record_id:
result['message'] = '缺少id'
elif action not in ('published', 'unpublished'):