forked from sngxpro/AutoSyncScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamscanner.js
More file actions
23 lines (23 loc) · 693 Bytes
/
camscanner.js
File metadata and controls
23 lines (23 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
let body = JSON.parse($response.body)
body.data.psnl_vip_property = {"renew_method": "appstore",
"initial_tm": "1614867690",
"svip": 1,
"auto_renewal": true,
"ms_first_pay": 0,
"pending": 0,
"group2_paid": 0,
"inherited_flag": 0,
"nxt_renew_tm": "9915126887",
"level_info": {
"level": 1,
"days": 1,
"end_days": 30
},
"group1_paid": 1,
"ys_first_pay": 0,
"renew_type": "year",
"expiry": 9915130487,
"grade": 2,
"last_payment_method": "appstore",
"product_id": "com.intsig.camscanner.premiums.oneyear.autorenewable.svip.low"}
$done({body:JSON.stringify(body)})