-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathReLens.js
38 lines (34 loc) · 1.09 KB
/
ReLens.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
ReLens:https://apps.apple.com/app/id1638027598
[rewrite_local]
^https?:\/\/buy\.itunes\.apple\.com\/verifyReceipt$ url script-response-body https://raw.githubusercontent.com/Guding88/Script/main/ReLens.js
[MITM]
hostname = buy.itunes.apple.com
*/
var guding = JSON.parse($response.body);
guding = {
"environment": "Production",
"pending_renewal_info": [
{
"product_id": "com.risingcabbage.pro.camera.yearlysubscription",
"auto_renew_status": "1"
}
],
"status": 0,
"latest_receipt_info": [
{
"quantity": "1",
"purchase_date_ms": "1688386973000",
"expires_date": "6666-06-06 06:06:06 Etc\/GMT",
"expires_date_pst": "6666-06-06 06:06:06 America\/Los_Angeles",
"is_in_intro_offer_period": "false",
"transaction_id": "540001260447637",
"is_trial_period": "false",
"original_transaction_id": "540001260447637",
"product_id": "com.risingcabbage.pro.camera.yearlysubscription",
"original_purchase_date_ms": "1688386974000",
"expires_date_ms": "148204937166000"
}
]
}
$done({ body: JSON.stringify(guding) });