curl --location 'http://127.0.0.1:8081/api/Login/Verificationcode' \
--header 'Content-Type: text/plain' \
--data '{
"Uuid": "检测二维码时用的",
"Code": "收到的6位数字验证码"
}'{
"Code": 0,
"Success": true,
"Message": "验证成功,请调用检测二维码继续登录",
"Data": null,
"Debug": ""
}