# voucher_template_create.dspy — 模板新增(走模块 helper:org 隔离+code 唯一) r = await create_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}}