request->getServerName(); } /* * 主要用于后台获取前端域名展示 */ public static function GetConstWapDomain() { if (LEWAIMAI_DEBUG) { return "https://wap-test.lewaimai.com"; } else { return "https://wap.lewaimai.com"; } } }