更新 Scripts/AddMsGames.js

This commit is contained in:
2026-04-25 23:57:25 +09:00
parent b66fe3d4d1
commit c05fc3be86

View File

@@ -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": "*/*",