Get server time
Type: GET Description: /v4/public/time
Code Examples
Java
public String getServerInfo() {
}
Response Example
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": {
"serverTime": 1662435658062
}
}
Type: GET Description: /v4/public/time
public String getServerInfo() {
}
Response Example
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": {
"serverTime": 1662435658062
}
}