call backend
This commit is contained in:
@@ -112,7 +112,7 @@ class WrenchApi extends BaseController
|
||||
|
||||
|
||||
//-- move to another module start
|
||||
|
||||
$call_backend = true;
|
||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
switch ($endpoint) {
|
||||
case 'disableaccount':
|
||||
@@ -304,7 +304,7 @@ class WrenchApi extends BaseController
|
||||
{
|
||||
$out = $local_out;
|
||||
}
|
||||
|
||||
|
||||
//ResultFormatter
|
||||
return json_encode( ( new \App\Models\ResultFormatter() )->processOutJson($in, $out));
|
||||
// $res1 = $this->dummyData($raw_array);
|
||||
|
||||
Reference in New Issue
Block a user