本文档由空谷团队支持维护~
如遇使用问题请前往官网联系我们
curl --location --request POST 'http://server.kgu.cn:61054/api/app/member/verify/email/captcha' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"code": "string",
"isRemove": true
}'{
"result": "",
"code": 0,
"message": "",
"data": ""
}