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

master-分支中删除客户返回码405 #16

Open
luopengcode opened this issue Nov 20, 2020 · 4 comments
Open

master-分支中删除客户返回码405 #16

luopengcode opened this issue Nov 20, 2020 · 4 comments

Comments

@luopengcode
Copy link

clone您的分支测试时,登录超级管理员在客户管理页面无法删除客户
image
image

@luopengcode
Copy link
Author

修改请求一致即可解决

@sun208
Copy link

sun208 commented Feb 28, 2021

您好,这个怎么解决呀?

@guozi
Copy link

guozi commented Sep 24, 2021

CustomerController 96行改成method = RequestMethod.POST

@nnngx
Copy link

nnngx commented Jul 4, 2023

@RequestMapping(value = "deleteCustomer",method = RequestMethod.DELETE)
上面这行改成
@RequestMapping(value = "deleteCustomer")
运行是成功的

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

4 participants