Skip to content

Instantly share code, notes, and snippets.

@chankanzu
Created October 24, 2019 18:17
Show Gist options
  • Save chankanzu/ce95180b275e8aeb84ec27ff11ed105e to your computer and use it in GitHub Desktop.
Save chankanzu/ce95180b275e8aeb84ec27ff11ed105e to your computer and use it in GitHub Desktop.
var obj = JSON.parse($response.body);
var url = $request.url;
var cons = "getUserInfo";
if(url.indexOf(cons) != -1)
{
obj["data"]["lastVipExpireTime"]= 253378108800;
obj["data"]["isIapLog"]= true;
}
$done({body: JSON.stringify(obj)});
// Descriptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment