forked from enkiger/Rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendars.js
53 lines (43 loc) · 1.47 KB
/
calendars.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*************************************
项目名称:Calendars 日历/计划
下载地址:https://t.cn/A6Kpq9a6
脚本作者:chxm1023
电报频道:https://t.me/chxm1023
使用声明:⚠️仅供参考,🈲转载与售卖!
**************************************
[rewrite_local]
^https:\/\/license\.pdfexpert\.com\/api\/.+\/calendarslite\/subscription\/refresh url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/calendars.js
[mitm]
hostname = license.pdfexpert.com
*************************************/
var chxm1023 = JSON.parse($response.body);
chxm1023 = {
"originalTransactionId" : 490001314520000,
"inAppStates" : [
{
"originalTransactionId" : 490001314520000,
"productId" : "com.readdle.CalendarsLite.subscription.year20trial7",
"subscriptionState" : "trial",
"productName" : "subscription",
"subscriptionExpirationDate" : "09:09 09/09/2099",
"isEligibleForIntroPeriod" : false,
"subscriptionAutoRenewStatus" : "autoRenewOff",
"type" : "subscription",
"isInGracePeriod" : false,
"isInBillingRetryPeriod" : false,
"entitlements" : [
"ios.pe.subscription.CalendarsLite"
]
}
],
"chargingPlatform" : "iOS AppStore",
"receiptStatus" : "ok",
"bundleId" : "com.readdle.CalendarsLite",
"receiptId" : 1671234567890,
"statisticsInfo" : {
"events" : [
]
},
"externalId" : "2f1fa60b-19a4-4d6e-9a1c-4d09569979c5"
};
$done({body : JSON.stringify(chxm1023)});