back end call
This commit is contained in:
@@ -304,14 +304,11 @@ class WrenchApi extends BaseController
|
||||
{
|
||||
$out = $local_out;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//ResultFormatter
|
||||
$res000 = json_encode( ( new \App\Models\ResultFormatter() )->processOutJson($in, $out));
|
||||
|
||||
$res1 = $this->dummyData($raw_array);
|
||||
return $this->response->setJson($res1);
|
||||
|
||||
return json_encode( ( new \App\Models\ResultFormatter() )->processOutJson($in, $out));
|
||||
// $res1 = $this->dummyData($raw_array);
|
||||
// return $this->response->setJson($res1);
|
||||
}
|
||||
|
||||
private function dummyData($raw_array)
|
||||
|
||||
Reference in New Issue
Block a user