Get Version
post
Body
objectOptional
Responses
200Success
application/json
codeintegerRequired
msgstringRequired
req_idstringRequired
post
/api/nexus/version200Success
Last updated
Last updated
POST /api/nexus/version HTTP/1.1
Host: 127.0.0.1:8090
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"code": 1,
"msg": "text",
"data": {
"version": "text"
},
"req_id": "text"
}