Commit 22e1cb4c authored by xishifeng's avatar xishifeng

客户收藏修改

parent d26cf800
...@@ -61,8 +61,8 @@ function loadMain(){ ...@@ -61,8 +61,8 @@ function loadMain(){
url: ServerHostTempC + '/broker/useraction_search', url: ServerHostTempC + '/broker/useraction_search',
data: { data: {
'AuthToken': _token, 'AuthToken': _token,
'user_id': Number(_customerId), 'user_id': Number(_customerId),//客户id
'agent_id': Number(_userId) 'agent_id': Number(_userId)//当前用户的id
}, },
timeout: 30000, timeout: 30000,
dataType: 'json', dataType: 'json',
...@@ -181,8 +181,8 @@ function loadMain(){ ...@@ -181,8 +181,8 @@ function loadMain(){
url: ServerHostTempC + '/broker/addCollectUser', url: ServerHostTempC + '/broker/addCollectUser',
data: { data: {
'AuthToken': _token, 'AuthToken': _token,
'agents_id': _customerId, 'agents_id': _userId,//当前用户的id
'user_id': _userId, 'user_id': _customerId,//客户id
'status': isMark?2:1 'status': isMark?2:1
}, },
timeout: 30000, timeout: 30000,
......
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