gistfile1.txt
· 1.5 KiB · Text
Raw
var objc = JSON.parse($response.body);
objc = {
"result": {
"result": "success",
"msTime": 9999999999999,
"accountCreatedMillis":1,
"licenses": [
{
"productId": "alightcreative.motion",
"label": null,
"benefits": [
"RemoveWatermark",
"MemberEffects",
"ProjectPackageSharing",
"FutureMemberFeatures",
"AdvancedEasing",
"CameraObjects",
"LayerParenting",
"CloudStorageLowTier",
"PremiumFeatures"
],
"period": "100000000y",
"valid": true,
"expires": 27988447799999000,
"details": null,
"type": "subscription",
"autoRenewing": true,
"orderNumber": "💡您已解锁永久会员,现在请把🚀的连接关闭,可以正常使用AM,平时使用直接打开AM即可!\n⚠️会员来自闲鱼链接 m.tb.cn/h.TpQ8Wkq?tk=rUfae6d6Fy2 请截图使用提取文字对链接进行验证,非此链接购买的都是盗卖⚠️请及时退款⚠️如盗卖或使用盗卖可随时取消会员使用且不进行售后和退款!",
"linkStatus": "linked-current",
"store": "apple_app_store"
}
],
"warnings": []
}
};
$done({ body: JSON.stringify(objc) });
1 | var objc = JSON.parse($response.body); |
2 | |
3 | objc = { |
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) }); |