更新 Scripts/NewAddToCart_Web.js

This commit is contained in:
2026-06-02 17:58:01 +09:00
parent 3cc0f0e8b8
commit 906c33aaf0

View File

@@ -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=XboxWeb";
const API_URL = "https://cart.production.store-web.dynamics.com/cart/v1.0/cart/loadCart?cartType=consumer&appId=StoreWeb";
const HEADERS = {
"content-type": "application/json",
"accept": "*/*",