200, 'msg' => null, 'data' => $data]; } protected function fail($msg) { return ['code' => 205, 'msg' => $msg, "data" => null]; } }