|
|
@@ -57,7 +57,9 @@ let productidmap = {
|
|
|
|
|
|
// ========= 固定部分 ========= //
|
|
|
rspData.Attention = "恭喜你抓到元数据!由墨鱼分享,请勿售卖或分享他人!";
|
|
|
-let mapid = rspData.receipt.bundle_id, mapping = productidmap[mapid] || productidmap.default;
|
|
|
+let mapid = rspData.receipt.bundle_id;
|
|
|
+
|
|
|
+mapping = productidmap[mapid] || productidmap.default;
|
|
|
let inapp = {
|
|
|
product_id: mapping[1],
|
|
|
quantity: "1",
|