From 2d035e88f01e6db7f18cce83e85ee2a480cc94cc Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 27 Mar 2026 15:19:27 +0800 Subject: [PATCH] bugfix --- wwwroot/product_query_price.dspy | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wwwroot/product_query_price.dspy b/wwwroot/product_query_price.dspy index 31e9417..3ff0693 100644 --- a/wwwroot/product_query_price.dspy +++ b/wwwroot/product_query_price.dspy @@ -5,7 +5,12 @@ config_data = params_kw.config_data if product_type == 'llm': r = await llm_query_price(product_id, config_data) - return r + return { + "status": "ok", + "data": { + "prices": r + } + } return { "status": "error", "data": {