We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623907a commit 624fd1bCopy full SHA for 624fd1b
1 file changed
Script/camscanner.js
@@ -0,0 +1,23 @@
1
+let body = JSON.parse($response.body)
2
+ body.data.psnl_vip_property = {"renew_method": "appstore",
3
+ "initial_tm": "1614867690",
4
+ "svip": 1,
5
+ "auto_renewal": true,
6
+ "ms_first_pay": 0,
7
+ "pending": 0,
8
+ "group2_paid": 0,
9
+ "inherited_flag": 0,
10
+ "nxt_renew_tm": "9915126887",
11
+ "level_info": {
12
+ "level": 1,
13
+ "days": 1,
14
+ "end_days": 30
15
+ },
16
+ "group1_paid": 1,
17
+ "ys_first_pay": 0,
18
+ "renew_type": "year",
19
+ "expiry": 9915130487,
20
+ "grade": 2,
21
+ "last_payment_method": "appstore",
22
+ "product_id": "com.intsig.camscanner.premiums.oneyear.autorenewable.svip.low"}
23
+ $done({body:JSON.stringify(body)})
0 commit comments