forked from enkiger/Rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCookiejz.js
65 lines (51 loc) · 1.77 KB
/
Cookiejz.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
54
55
56
57
58
59
60
61
62
63
64
65
/****************************************
项目名称:Cookie-记账
下载工具:https://t.cn/A6cqfdMK
使用声明:仅供学习与交流,请勿转载与贩卖!⚠️
*****************************************
[rewrite_local]
^https:\/\/api\.revenuecat\.com\/.+\/(receipts$|subscribers\/(.*?)*$) url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/Cookiejz.js
[mitm]
hostname = api.revenuecat.com
****************************************/
var chxm1023 = JSON.parse($response.body);
chxm1023 = {
"request_date_ms" : 1675774447396,
"request_date" : "2023-02-07T12:54:07Z",
"subscriber" : {
"non_subscriptions" : {
},
"first_seen" : "2023-02-07T12:54:07Z",
"original_application_version" : null,
"entitlement" : {
},
"other_purchases" : {
},
"management_url" : null,
"subscriptions" : {
"app.ft.Bookkeeping.lifetime" : {
"warning" : "仅供学习,禁止转载或售卖",
"wechat" : "chxm1023",
"purchase_date" : "2022-09-09T09:09:09Z",
"original_purchase_date" : "2022-09-09T09:09:09Z",
"feedback" : "chxm1023",
"ownership_type" : "PURCHASED"
}
},
"entitlements" : {
"allaccess" : {
"wechat" : "chxm1023",
"ownership_type" : "PURCHASED",
"product_identifier" : "app.ft.Bookkeeping.lifetime",
"feedback" : "chxm1023",
"warning" : "仅供学习,禁止转载或售卖",
"original_purchase_date" : "2022-09-09T09:09:09Z",
"purchase_date" : "2022-09-09T09:09:09Z"
}
},
"original_purchase_date" : null,
"original_app_user_id" : "$RCAnonymousID:b03c185839254e50bcc69581fd853634",
"last_seen" : "2023-02-07T12:54:07Z"
}
};
$done({body : JSON.stringify(chxm1023)});