1234{
"target": "91234567",
"code": "1234",
"type": "register"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/auth/verify/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"target": "91234567",
"code": "1234",
"type": "register"
}'{
"code": 200,
"message": "验证码验证成功",
"data": null
}