记得上下班打卡 | git大法好,push需谨慎

Commit 715bc96c authored by GaoHu's avatar GaoHu

手机号获取用户列表

parent fdbf3311
...@@ -408,8 +408,8 @@ ...@@ -408,8 +408,8 @@
phone:$(this).val() phone:$(this).val()
} }
$.ajax({ $.ajax({
url:'/smile/user/list', url:'/smile/user/getList',
type:'post', type:'get',
data, data,
success:function(res){ success:function(res){
console.log(res) console.log(res)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment