|
...
|
...
|
@@ -25,6 +25,7 @@ class AyrShareController extends BaseController |
|
|
|
public function lists(AyrShareModel $ayrShareModel,AyrShareLogic $ayrShareLogic){
|
|
|
|
//授权配置列表
|
|
|
|
$share_list = $ayrShareModel->iconImage();
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$lists = $ayrShareModel->lists($this->map,$this->page,$this->row,'id',['id','name','title','profile_key','bind_platforms','operator_id','created_at','updated_at']);
|
|
|
|
foreach ($lists['list'] as $k => $v){
|
|
|
|
if(!empty($v['profile_key'])){
|
...
|
...
|
|