更新 Scripts/NewAddToCart_Web.js
This commit is contained in:
@@ -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": "*/*",
|
||||
|
||||
Reference in New Issue
Block a user