help limt
This commit is contained in:
@@ -150,6 +150,7 @@ class WrenchFaq extends BaseController
|
|||||||
$call_backend = true;
|
$call_backend = true;
|
||||||
// $local_out = $this->dummyData();
|
// $local_out = $this->dummyData();
|
||||||
$in["action"]=WRENCHBOARD_ACCT_HELPITEMS;
|
$in["action"]=WRENCHBOARD_ACCT_HELPITEMS;
|
||||||
|
$in["limit"]=20;
|
||||||
if ( $call_backend == true && $in["action"] !='' ){
|
if ( $call_backend == true && $in["action"] !='' ){
|
||||||
$wrenchboard = new \App\Models\BackendModel();
|
$wrenchboard = new \App\Models\BackendModel();
|
||||||
$ret = $wrenchboard->wrenchboard_api($in, $out);
|
$ret = $wrenchboard->wrenchboard_api($in, $out);
|
||||||
@@ -180,7 +181,7 @@ class WrenchFaq extends BaseController
|
|||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return $res;
|
return $res;
|
||||||
|
|||||||
Reference in New Issue
Block a user