|
...
|
...
|
@@ -68,8 +68,11 @@ class AyrShareController extends BaseController |
|
|
|
$res = false;
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
if(!empty($info['bind_platforms'])){
|
|
|
|
$ayrShareLogic->ayr_share_edit(['bind_platforms'=>''],$this->param['id']);
|
|
|
|
$res = true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
$res = false;
|
|
|
|
}
|
|
|
|
$this->response('success',Code::SUCCESS,['is_true'=>$res]);
|
|
|
|
}
|
...
|
...
|
|