{
"mobile": "string",
"yzcode": "string",
"userid": 0
}
curl --location --request POST '/user/logoff' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string",
"yzcode": "string",
"userid": 0
}'
{
"code": 0,
"msg": "",
"data": null
}