Skip to content

Instantly share code, notes, and snippets.

@aoeuidht
Last active August 29, 2015 14:08
Show Gist options
  • Save aoeuidht/f78523c524587f7427bb to your computer and use it in GitHub Desktop.
Save aoeuidht/f78523c524587f7427bb to your computer and use it in GitHub Desktop.
// original
{
"sv": "7.4.0",
"os": "iphone",
"sw": 320,
"ch": "1006820a",
"pd": "map",
"mb": "iPhone6,2",
"sh": 480,
"ov": "7.000000",
"ver": "2",
"cuid": "454692045678f9b866a062a43a88dd28",
"log": {
"net": "11",
"lt": 1200,
"tm": 1414650278.769,
"act": "PoiDMPG.back",
"ActParam": {}
}
}
// new version
{
"sv": "7.4.0",
"os": "iphone",
"sw": 320,
"ch": "1006820a",
"pd": "map",
"mb": "iPhone6,2",
"sh": 480,
"ov": "7.000000",
"ver": "2",
"cuid": "454692045678f9b866a062a43a88dd28",
"logs": [
{
"net": "11",
"lt": 1200,
"tm": 1414650278.769,
"act": "PoiDMPG.back",
"ActParam": {}
},
{
"net": "11",
"lt": 1200,
"tm": 1414650278.769,
"act": "PoiDMPG.back",
"ActParam": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment