banner offers
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user