From dd8138765fe501336a8e57dc501529e9ab38838f Mon Sep 17 00:00:00 2001 From: XXhaos Date: Tue, 2 Jun 2026 17:54:55 +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 c179f7d..bd344c3 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/cart/v1.0/cart/loadCart?cartType=consumer&appId=StoreWeb"; +const API_URL = "https://cart.production.store-web.dynamics.com/v1.0/cart/loadCart?cartType=consumer&appId=XboxWeb"; const HEADERS = { "content-type": "application/json", "accept": "*/*",