-
Notifications
You must be signed in to change notification settings - Fork 0
/
Moises.js
39 lines (30 loc) · 1.01 KB
/
Moises.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
/*************************************
项目名称:Moises-音乐人应用
下载地址:https://t.cn/A6pzDxjh
更新日期:2024-10-13
脚本作者:chxm1023
电报频道:https://t.me/chxm1023
使用声明:⚠️仅供参考,🈲转载与售卖!
**************************************
[rewrite_local]
^https?:\/\/api\.moises\.ai\/graphql url script-response-body https://raw.githubusercontent.com/jiangaq/aqrewrite/refs/heads/main/Moises.js
[mitm]
hostname = api.moises.ai
*************************************/
var chxm1023 = JSON.parse($response.body);
chxm1023.data.user.subscription = {
...chxm1023.data.user.subscription,
"isPremium": true,
"details": {
...chxm1023.data.user.subscription.details,
"providerGateway": "Apple Pay",
"providerName": "Apple Subscription Service",
"planCycle": "lifetime"
},
"isPro": true,
"availableCredits": 999,
"plan": "Pro",
"subscriptionType": "individual",
"__typename": "UserSubscription"
};
$done({ body: JSON.stringify(chxm1023) });