voucher/wwwroot/api/template/voucher_template_options.dspy

7 lines
269 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# voucher_template_options.dspy — 启用模板下拉(code 组件契约:纯 [{value,text}] 数组)
try:
return await get_voucher_template_options(request, params_kw)
except Exception as e:
debug('voucher_template_options error: ' + str(e))
return []