作者 lyh

gx

@@ -109,7 +109,7 @@ class AyrShareController extends BaseController @@ -109,7 +109,7 @@ class AyrShareController extends BaseController
109 'id.required' => 'ID不能为空' 109 'id.required' => 'ID不能为空'
110 ]); 110 ]);
111 $info = $ayrShareLogic->ayr_share_info(); 111 $info = $ayrShareLogic->ayr_share_info();
112 - if(!empty($info['title'])){ 112 + if(!empty($info['profile_key'])){
113 $data = [ 113 $data = [
114 // 'title'=>$info['title'], 114 // 'title'=>$info['title'],
115 'profileKey'=>$info['profile_key'] 115 'profileKey'=>$info['profile_key']