/****************************** 脚本功能:旺财记账-——解锁VIP 下载地址:https://is.gd/UeEWSl 软件版本:1.51 脚本作者:彭于晏💞 更新时间:2024-3-11 问题反馈:QQ+89996462 QQ会员群:779392027💞 TG反馈群:https://t.me/plus8889 TG频道群:https://t.me/py996 使用声明:此脚本仅供学习与交流,请勿转载与贩卖!⚠️⚠️⚠️ ******************************* [rewrite_local] ^https?:\/\/api\.revenuecat\.com\/.+\/(receipts$|subscribers\/?(.*?)*$) url script-response-body https://raw.githubusercontent.com/89996462/Quantumult-X/main/ycdz/wcjz.js ^https?:\/\/api\.revenuecat\.com\/.+\/(receipts$|subscribers\/?(.*?)*$) url script-request-header https://raw.githubusercontent.com/89996462/Quantumult-X/main/ycdz/wcjz.js [mitm]  hostname = api.revenuecat.com *******************************/ const py996 = {}; const py997 = JSON.parse(typeof $response != "undefined" && $response.body || null); const name = "vip"; const appid = "lm_1_1month";   if (typeof $response == "undefined") { delete $request.headers["x-revenuecat-etag"]; delete $request.headers["X-RevenueCat-ETag"]; py996.headers = $request.headers; } else if (py997 && py997.subscriber) { data = { "expires_date": "9999-09-09T09:09:09Z", "original_purchase_date": "2023-02-23T02:33:33Z", "purchase_date": "2023-02-23T02:33:33Z", "ownership_type": "PURCHASED", "store": "app_store" }; py997.subscriber.subscriptions[(appid)] = data py997.subscriber.entitlements[(name)] = JSON.parse(JSON.stringify(data)); py997.subscriber.entitlements[(name)].product_identifier = (appid); py996.body = JSON.stringify(py997); } $done(py996);