banner data
This commit is contained in:
@@ -166,8 +166,14 @@ class WrenchApi extends BaseController
|
|||||||
break;
|
break;
|
||||||
case 'familybanners':
|
case 'familybanners':
|
||||||
$call_backend = false;
|
$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;
|
break;
|
||||||
|
|
||||||
case 'familyrewardhx':
|
case 'familyrewardhx':
|
||||||
|
|||||||
Reference in New Issue
Block a user