Skip to content

Instantly share code, notes, and snippets.

@codehakase
Last active March 27, 2018 11:17
Show Gist options
  • Save codehakase/ade885a62fac516d38e707f8e5e99c31 to your computer and use it in GitHub Desktop.
Save codehakase/ade885a62fac516d38e707f8e5e99c31 to your computer and use it in GitHub Desktop.
JSON dump for ac stats
{
"status": "success",
"code": 200,
"source": "live",
"data": {
"users": {
"count": 3000,
"users": [
{
"phone": "xxx-xxx-xxx",
"date_created": "xxxx-xx-xx"
}
]
},
"topup_sales": {
"count": 43000,
"sales": [
{
"agent": "xxx-xxx-xxx",
"recipient": "xx-xx-xx",
"amount": 300,
"date_created": "xxxx-xx-xx"
}
]
},
"movie_purchase": {
"count": 200123,
"purchases": [
{
"user":"xx-xx-xx",
"movie": "xx-xx-xx",
"amount": 1000,
"time":"xx-xx-xx"
}
]
},
"movie_downloads": {
"count": 200123,
"downloads": [
{
"user":"xx-xx-xx",
"movie": "xx-xx-xx",
"time":"xx-xx-xx"
}
]
},
"boxes": [
{
"box_id": "xx-xx-xx",
"last_connect": "xx-xx-xx"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment