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
clone您的分支测试时,登录超级管理员在客户管理页面无法删除客户
The text was updated successfully, but these errors were encountered:
修改请求一致即可解决
Sorry, something went wrong.
您好,这个怎么解决呀?
CustomerController 96行改成method = RequestMethod.POST
@RequestMapping(value = "deleteCustomer",method = RequestMethod.DELETE) 上面这行改成 @RequestMapping(value = "deleteCustomer") 运行是成功的
No branches or pull requests
clone您的分支测试时,登录超级管理员在客户管理页面无法删除客户
The text was updated successfully, but these errors were encountered: