-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathjiazigu.js
41 lines (32 loc) · 929 Bytes
/
jiazigu.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
/*************************************
项目名称:架子鼓
软件版本:1.1.2
下载地址:https://is.gd/w25QjR
脚本作者:安妮
使用声明:⚠️仅供参考,🈲️转载与售卖!
**************************************
[rewrite_local]
^https:\/\/drum-api\.quthing\.com\/vip\/goods\/v2 url script-response-body https://raw.githubusercontent.com/Yu9191/Rewrite/main/jiazigu.js
[mitm]
hostname = drum-api.quthing.com
*************************************/
var Anni = JSON.parse($response.body);
Anni = {
"data" : [
{
"isRenewVip" : true,
"skuName" : "drumguideautomonthvip",
"originalPrice" : 5800,
"trialDays" : "99999",
"month" : "999",
"goodsId" : "1jvug8p",
"price" : 3000,
"showScheme" : 2,
"currency" : "CNY",
"name" : "安妮破解",
"cnButtonTip" : "安妮破解"
}
]
}
$done({
body: JSON.stringify(Anni)});