From 9a8d7f10aaa1c62748403900298a7ca01dcc1ebb Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 6 Jul 2026 14:49:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20dspy=E7=BC=BA=E5=B0=91return=20result?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E8=BF=94=E5=9B=9ENone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/promote/index.dspy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/promote/index.dspy b/wwwroot/promote/index.dspy index 62f0b9c..5b9f211 100644 --- a/wwwroot/promote/index.dspy +++ b/wwwroot/promote/index.dspy @@ -101,3 +101,5 @@ else: "widgettype": "Message", "options": {"title": "成功", "message": f"获得{ret}折扣", "type": "success"} } + +return result