Statistical functions are used to measure game status for analytical reports.
GET /gamestart
Description
When game started, call this function to notify server to start recording.
Examplehttps://gameapi.smartgamesltd.com/gamestartResponse
{"Code": xxx, "Message": "ok"}
.
GET /gamestop
Description
When game stopped, call this function to notify server to stop recording.
Examplehttps://gameapi.smartgamesltd.com/gamestopResponse
{"Code": xxx, "Message": "ok"}
.