作者 lyh

gx

@@ -113,7 +113,6 @@ class AyrShareController extends BaseController @@ -113,7 +113,6 @@ class AyrShareController extends BaseController
113 //发送请求删除社交用户 113 //发送请求删除社交用户
114 $ayrShareHelper = new AyrShareHelper(); 114 $ayrShareHelper = new AyrShareHelper();
115 $res = $ayrShareHelper->deleted_profiles($data); 115 $res = $ayrShareHelper->deleted_profiles($data);
116 -  
117 if($res['status'] == 'fail'){ 116 if($res['status'] == 'fail'){
118 $this->response('同步删除失败'); 117 $this->response('同步删除失败');
119 } 118 }
@@ -52,7 +52,7 @@ class AyrShareLogic extends BaseLogic @@ -52,7 +52,7 @@ class AyrShareLogic extends BaseLogic
52 'title'=>$res['title'], 52 'title'=>$res['title'],
53 'ref_id'=>$res['refId'], 53 'ref_id'=>$res['refId'],
54 'profile_key'=>$res['profileKey'], 54 'profile_key'=>$res['profileKey'],
55 - 'user_id'=>$this->user['id'], 55 + 'operator_id'=>$this->user['id'],
56 'project_id'=>$this->user['project_id'], 56 'project_id'=>$this->user['project_id'],
57 'name'=>$this->param['name'], 57 'name'=>$this->param['name'],
58 ]; 58 ];