Last active 1739640041

gistfile1.txt Raw
1var objc = JSON.parse($response.body);
2
3objc = {
4 "result": {
5 "result": "success",
6 "msTime": 9999999999999,
7 "accountCreatedMillis":1,
8 "licenses": [
9 {
10 "productId": "alightcreative.motion",
11 "label": null,
12 "benefits": [
13 "RemoveWatermark",
14 "MemberEffects",
15 "ProjectPackageSharing",
16 "FutureMemberFeatures",
17 "AdvancedEasing",
18 "CameraObjects",
19 "LayerParenting",
20 "CloudStorageLowTier",
21 "PremiumFeatures"
22 ],
23 "period": "100000000y",
24 "valid": true,
25 "expires": 27988447799999000,
26 "details": null,
27 "type": "subscription",
28 "autoRenewing": true,
29 "orderNumber": "💡您已解锁永久会员,现在请把🚀的连接关闭,可以正常使用AM,平时使用直接打开AM即可!\n⚠️会员来自闲鱼链接 m.tb.cn/h.TpQ8Wkq?tk=rUfae6d6Fy2 请截图使用提取文字对链接进行验证,非此链接购买的都是盗卖⚠️请及时退款⚠️如盗卖或使用盗卖可随时取消会员使用且不进行售后和退款!",
30 "linkStatus": "linked-current",
31 "store": "apple_app_store"
32 }
33 ],
34 "warnings": []
35 }
36};
37
38$done({ body: JSON.stringify(objc) });