作者 李宇航

合并分支 'lyh-server' 到 'master'

Lyh server



查看合并请求 !2624
... ... @@ -109,7 +109,7 @@ class AyrShareController extends BaseController
'id.required' => 'ID不能为空'
]);
$info = $ayrShareLogic->ayr_share_info();
if(!empty($info['title'])){
if(!empty($info['profile_key'])){
$data = [
// 'title'=>$info['title'],
'profileKey'=>$info['profile_key']
... ...