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
//客户编辑日志
watchShopLog: function(id) {
$.ajax({
url: '/index/lookShopUser',
url: '/index/getShopLookList',
type: 'GET',
async: true,
data: {
"user_id": id,
'agent_id':user_info_obj.id,
'page_size':3000,
'page_no':1
'AuthToken':user_info_obj.AuthToken,
'pageSize':3000,
'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