From 3cc0f0e8b8282a0a6c707180bde8384968dc26a2 Mon Sep 17 00:00:00 2001 From: XXhaos Date: Tue, 2 Jun 2026 17:56:47 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Scripts/NewAddToCart=5FWeb?= =?UTF-8?q?.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/NewAddToCart_Web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/NewAddToCart_Web.js b/Scripts/NewAddToCart_Web.js index bd344c3..8982a7f 100644 --- a/Scripts/NewAddToCart_Web.js +++ b/Scripts/NewAddToCart_Web.js @@ -62,7 +62,7 @@ function parseProductList(raw) { .filter(Boolean); } -const API_URL = "https://cart.production.store-web.dynamics.com/v1.0/cart/loadCart?cartType=consumer&appId=XboxWeb"; +const API_URL = "https://cart.production.store-web.dynamics.com/cart/v1.0/cart/loadCart?cartType=consumer&appId=XboxWeb"; const HEADERS = { "content-type": "application/json", "accept": "*/*",