data(json_encode([ "code" => $response->getCode(), "msg" => null, "data" => $response->getData() ])); return $response; } }