Authorization: Bearer ********************
{
"shortSn": "XvdtfHOzjM5G7caNy7uEGVAfjO5bW4LJPnvgVrTeh1f"
}
curl --location --request POST '/api/user/invitor' \
--header 'Content-Type: application/json' \
--data-raw '{
"shortSn": "XvdtfHOzjM5G7caNy7uEGVAfjO5bW4LJPnvgVrTeh1f"
}'
{"code":1000000,"message":"用户不存在"}