|
...
|
...
|
@@ -94,7 +94,7 @@ class AyrShareController extends BaseController |
|
|
|
$ayrShareHelper = new AyrShareHelper();
|
|
|
|
$res = $ayrShareHelper->post_create_profiles($param);
|
|
|
|
if($res['status'] == 'fail'){
|
|
|
|
$this->response('同步绑定失败');
|
|
|
|
$this->response('同步绑定失败',Code::USER_ERROR);
|
|
|
|
}
|
|
|
|
//执行数据库操作
|
|
|
|
$ayrShareLogic->ayr_share_save($res);
|
...
|
...
|
|