From c05fc3be86293d40ba7ad92faa74568a852f0d20 Mon Sep 17 00:00:00 2001 From: XXhaos Date: Sat, 25 Apr 2026 23:57:25 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Scripts/AddMsGames.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AddMsGames.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripts/AddMsGames.js b/Scripts/AddMsGames.js index 7f64e9b..efe31d4 100644 --- a/Scripts/AddMsGames.js +++ b/Scripts/AddMsGames.js @@ -16,7 +16,7 @@ * - 列表: XboxProductList * * 流程: - * 1. GET 读取远程当前组(服务端加锁,带 market 参数区分三区) + * 1. GET 读取远程当前组(服务端加锁) * 2. 执行加购 * 3. POST /surge/commit 提交结果 * 4. 若远程无数据,回退到本地对应区域的 XboxProductList-{REGION} @@ -353,6 +353,9 @@ function runCart(regionCode) { const MUID = $persistentStore.read(MUID_KEY); const MS_CV = $persistentStore.read(CV_KEY); + + + const HEADERS = { "content-type": "application/json", "accept": "*/*",