We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现步骤:
/api/account/auth/register
curl -X 'POST' \ 'http://localhost:8000/api/account/auth/register' \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ -d '{ "username": "string", "password": "string", "confirm_password": "string", "phone": "string", "full_name": "string", "gender": "string" }'
实际结果: 响应体中code和success字段的值错误 预期结果: code=400
The text was updated successfully, but these errors were encountered:
@Deali-Axy 大佬,看下这个问题
Sorry, something went wrong.
好的,会在近期修复
No branches or pull requests
复现步骤:
/api/account/auth/register
,使用接口文档中的默认参数即可实际结果:
响应体中code和success字段的值错误
预期结果:
code=400
The text was updated successfully, but these errors were encountered: