Commit 626b81e7 authored by agping's avatar agping

改接口

parent cec78295
...@@ -1427,14 +1427,14 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c ...@@ -1427,14 +1427,14 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
//客户编辑日志 //客户编辑日志
watchShopLog: function(id) { watchShopLog: function(id) {
$.ajax({ $.ajax({
url: '/index/lookShopUser', url: '/index/getShopLookList',
type: 'GET', type: 'GET',
async: true, async: true,
data: { data: {
"user_id": id, "user_id": id,
'agent_id':user_info_obj.id, 'AuthToken':user_info_obj.AuthToken,
'page_size':3000, 'pageSize':3000,
'page_no':1 'pageNo':1
}, },
......
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