Get client ip
Type: GET Description: /v4/public/client
Response Example
Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": {
"ip": "192.168.1.1"
}
}
Type: GET Description: /v4/public/client
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": {
"ip": "192.168.1.1"
}
}