From 8528eebf102d559a512edc054fa174e7a0c8f0b2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 May 2026 11:38:35 +0800 Subject: [PATCH] revert: restore gen_sms_code.dspy (API used by other systems) --- wwwroot/gen_sms_code.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/gen_sms_code.dspy b/wwwroot/gen_sms_code.dspy index 48898a8..94c606f 100644 --- a/wwwroot/gen_sms_code.dspy +++ b/wwwroot/gen_sms_code.dspy @@ -12,7 +12,7 @@ if xx is None: return { "status": "error", "data": { - "message": "发送验证码出错,请检查短信服务配置" + "message": "发送验证码出错" } } id, code = xx