|
|
|
@ -35,7 +35,7 @@ class Controller extends BaseController |
|
|
|
'msg' => $msg, |
|
|
|
'data' => $data, |
|
|
|
'status' => $status, |
|
|
|
'debug_time' => microtime(true) - LARAVEL_START |
|
|
|
// 'debug_time' => microtime(true) - LARAVEL_START
|
|
|
|
]); |
|
|
|
} |
|
|
|
|
|
|
|
@ -46,7 +46,7 @@ class Controller extends BaseController |
|
|
|
'msg' => $msg, |
|
|
|
'data' => [], |
|
|
|
'status' => $status, |
|
|
|
'debug_time' => microtime(true) - LARAVEL_START |
|
|
|
// 'debug_time' => microtime(true) - LARAVEL_START
|
|
|
|
]); |
|
|
|
} |
|
|
|
} |