forked from zgaoliang520/langkhach270389-Scripting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
instasize.vip.js
32 lines (29 loc) · 867 Bytes
/
instasize.vip.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
var obj = JSON.parse($response.body);
obj= {
"data": {
"id": "2354993",
"type": "ios_subscriptions",
"attributes": {
"intro_offer_period": false,
"created_at": "2019-04-26T18:59:13.664Z",
"expires_at": "2119-05-03T18:59:11.000Z",
"trial": true,
"validated_on_request": true,
"renewal_info": {
"auto_renew": true,
"auto_renew_product_type": "instasize_premium_plus_subscription"
},
"original_transaction_id": "540000371928348",
"updated_at": "2019-04-26T18:59:23.144Z",
"pay_as_you_go": false,
"updated_by": "validation",
"payments_count": 0,
"product_type": "instasize_premium_plus_subscription",
"environment": "Production",
"status": "active",
"intro_price_expires_at": null
}
}
};
$done({body: JSON.stringify(obj)});
// Mô tả