$pair, 'voice' => $voice, 'goodnight' => $goodnight ]; } else { $data = json_decode($data, true); } return array( 'code' => 200, 'message' => 'success', 'data' => [ 'pair' => $pair, 'voice' => $voice, 'goodnight' => $goodnight ] ); } }