Last active
August 29, 2015 14:08
-
-
Save aoeuidht/f78523c524587f7427bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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