Skip to content

Instantly share code, notes, and snippets.

@chankanzu
Created October 23, 2019 18:21
Show Gist options
  • Save chankanzu/2c831b17dbd2c360f3c3192698a3c991 to your computer and use it in GitHub Desktop.
Save chankanzu/2c831b17dbd2c360f3c3192698a3c991 to your computer and use it in GitHub Desktop.
var obj = JSON.parse($response.body);
obj= {
"data": {
"errorCode": 0,
"sandbox": 0,
"purchaseTime": 1571682188,
"expireTime": 4092611821,
"productId": "VIP_yearly_29.99",
"appleVip": 1,
"operationVip": 0,
"giftVip": 0
},
"status": 200,
"message": "ok",
"serverTime": 1571821229.7542,
"exetime": "1571821226646-4092611821000"
};
$done({body: JSON.stringify(obj)});
// Descriptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment