voucher/wwwroot/api/template/voucher_template_update.dspy

6 lines
417 B
Plaintext

# voucher_template_update.dspy — 模板更新
r = await update_voucher_template(request, params_kw)
if r.get('success'):
return {"widgettype": "Message", "options": {"title": "Success", "message": r.get('message') or 'ok', "timeout": 3, "cwidth": 16, "cheight": 9}}
return {"widgettype": "Error", "options": {"title": "Error", "message": r.get('message') or 'failed', "timeout": 3, "cwidth": 16, "cheight": 9}}