这个是get请求,如果用post请求,为什么请求失败,就是什么都查不到,应该如何编辑post请求
post要提交表单呀,你把get请求原封不动的改成post当然请求不到了
如果是post请求,试试把.get方法改成.post方法
后端支不支持post请求,params改为data