banner data

This commit is contained in:
CHIEFSOFT\ameye
2024-02-23 10:22:43 -05:00
parent 0ff9235d21
commit a72f4192aa
+8 -2
View File
@@ -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':