req.query.subChannel = req.query.channel === "Root.Mobile.Android" ? "MAPP:GOOGLE" : "MAPP:APPLE"; req.query.channel = req.query.channel === "Root.Mobile.Android" ? "MAPP:GOOGLE" : "MAPP:APPLE"; req.query.isMapp = true; const isQAP = req.query.qap === 'true'; console.log(`isQAP: ${isQAP}`); res.send(`
`);