This commit is contained in:
yumoqing 2026-03-27 15:19:27 +08:00
parent b16962cee9
commit 2d035e88f0

View File

@ -5,7 +5,12 @@ config_data = params_kw.config_data
if product_type == 'llm': if product_type == 'llm':
r = await llm_query_price(product_id, config_data) r = await llm_query_price(product_id, config_data)
return r return {
"status": "ok",
"data": {
"prices": r
}
}
return { return {
"status": "error", "status": "error",
"data": { "data": {