feat: 챗봇 관련 제품에 재고 표시 추가

This commit is contained in:
thug0bin
2026-02-28 12:04:44 +09:00
parent 21e07bcca9
commit 180393700b
2 changed files with 5 additions and 2 deletions

View File

@@ -2972,7 +2972,8 @@ def api_animal_chat():
'name': drug_name,
'price': drug['price'],
'code': drug['code'],
'image_url': drug.get('image_url') # APC 이미지 URL
'image_url': drug.get('image_url'), # APC 이미지 URL
'stock': drug.get('stock', 0) # 재고
})
return jsonify({