banner data
This commit is contained in:
@@ -166,8 +166,14 @@ class WrenchApi extends BaseController
|
||||
break;
|
||||
case 'familybanners':
|
||||
$call_backend = false;
|
||||
$local_out["result_list"] = $this->childBanners();
|
||||
$local_out["result_list777777"] = $this->childBanners();
|
||||
|
||||
$local_out = [
|
||||
'result'=>'100',
|
||||
'data'=> $this->childBanners()
|
||||
];
|
||||
|
||||
// $local_out["result_list"] = $this->childBanners();
|
||||
// $local_out["result_list777777"] = $this->childBanners();
|
||||
break;
|
||||
|
||||
case 'familyrewardhx':
|
||||
|
||||
Reference in New Issue
Block a user