banner offers

This commit is contained in:
CHIEFSOFT\ameye
2024-09-24 15:30:09 -04:00
parent 94276cb9fb
commit be811e2e30
+2 -1
View File
@@ -53,7 +53,8 @@ class WrenchBanners extends BaseController
$out['internal_return'] = $ret; $out['internal_return'] = $ret;
$this->saveCache($endpoint,$out,100); $this->saveCache($endpoint,$out,100);
} }
return ( new \App\Models\ResultFormatter() )->processOutJson($in, $out); $res = ( new \App\Models\ResultFormatter() )->processOutJson($in, $out);
return $res['result_list'];
} }
public function usersBanners(){ public function usersBanners(){
$raw_json = file_get_contents('php://input'); $raw_json = file_get_contents('php://input');