{
"accessToken": "",
"userId": "",
"entId": "",
"clientType": "",
"domain": "",
"ip": ""
}
curl --location --request POST '/openservice/paas-operation/oauth/logoutBySession' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessToken": "",
"userId": "",
"entId": "",
"clientType": "",
"domain": "",
"ip": ""
}'
{
"status": 0, //HTTP状态码:兼容老代码,本次不做改动,成功:200,失败:500
"code": 0,
"result": "",
"msg": ""
}