revert: restore gen_sms_code.dspy (API used by other systems)

This commit is contained in:
yumoqing 2026-05-29 11:38:35 +08:00
parent e65fddbe61
commit 8528eebf10

View File

@ -12,7 +12,7 @@ if xx is None:
return { return {
"status": "error", "status": "error",
"data": { "data": {
"message": "发送验证码出错,请检查短信服务配置" "message": "发送验证码出错"
} }
} }
id, code = xx id, code = xx