Obtain signature information
Obtain the information to be signed, mainly used for interfaces that require signature verification, such as login, etc.
Last updated
Obtain the information to be signed, mainly used for interfaces that require signature verification, such as login, etc.
Last updated
POST /api/nexus/manage/signature/challenge HTTP/1.1
Host: 127.0.0.1:8090
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"message": "",
"params": {
"csd": "das",
"asd": "dsa",
"bsd": "dsa"
}
}{
"code": 1,
"msg": "text",
"data": {
"message": "text"
},
"req_id": "text"
}