Update CamScanner Expire Time (#401)

This commit is contained in:
Extra2001 2022-06-19 10:53:27 +08:00 committed by GitHub
parent 5ec0a35e01
commit 595f2d63b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ hostname = ap*.intsig.net
**************************/
let obj = JSON.parse($response.body);
obj = {"data":{"psnl_vip_property":{"expiry":"1643731200"}}};
obj = {"data":{"psnl_vip_property":{"expiry":"1687017600"}}};
$done({body: JSON.stringify(obj)});