response; $response->format = \yii\web\Response::FORMAT_JSON; $response->data = [ 'status'=>$status, 'data'=>$data, 'msg'=>$msg ]; $response->send(); } }