Skip to content
New issue

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

用户注册接口(POST /user/register):密码格式没有限制 #29

Open
taojigu opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@taojigu
Copy link

taojigu commented Jan 8, 2025

  • Description: 调用注册接口时候,密码格式没有任何限制。
  • Steps to Reproduce: 发送Post请求,参数
curl --location 'http://backend-api-01.newbee.ltd/api/v1/user/register' \
--header 'Content-Type: application/json' \
--data '{
    "loginName":"13870000001",
    "password":"1"
}'
  • Expected Result: 注册失败,并且提示正确的密码格式
  • Actual Result: 注册成功
@taojigu taojigu changed the title 用户注册接口(POST /user/register):密码格式没有显示 用户注册接口(POST /user/register):密码格式没有限制 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant