|
...
|
...
|
@@ -107,12 +107,13 @@ class AyrShareController extends BaseController |
|
|
|
]);
|
|
|
|
$info = $ayrShareLogic->ayr_share_info();
|
|
|
|
$data = [
|
|
|
|
'title'=>$info['title'],
|
|
|
|
// 'title'=>$info['title'],
|
|
|
|
'profileKey'=>$info['profile_key']
|
|
|
|
];
|
|
|
|
//发送请求删除社交用户
|
|
|
|
$ayrShareHelper = new AyrShareHelper();
|
|
|
|
$res = $ayrShareHelper->deleted_profiles($data);
|
|
|
|
|
|
|
|
if($res['status'] == 'fail'){
|
|
|
|
$this->response('同步删除失败');
|
|
|
|
}
|
...
|
...
|
|