|
...
|
...
|
@@ -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']
|
...
|
...
|
|