更新 Scripts/NewAddToCart_Web.js

This commit is contained in:
2026-06-02 17:56:47 +09:00
parent dd8138765f
commit 3cc0f0e8b8

View File

@@ -62,7 +62,7 @@ function parseProductList(raw) {
.filter(Boolean); .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 = { const HEADERS = {
"content-type": "application/json", "content-type": "application/json",
"accept": "*/*", "accept": "*/*",