7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
# 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 []
|