{}
curl --location --request POST '/myauth/web/checkLogin' \
--header 'token: 32131d571bea44918a2473d22bc13b92' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 200,
"success": true,
"msg": "token正常",
"sign": "",
"result": null,
"timestamp": 1642409795899
}