Skip to content

Commit 624fd1b

Browse files
committed
添加 脚本
1 parent 623907a commit 624fd1b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Script/camscanner.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)