|
|
|
@ -57,8 +57,9 @@ class JumpController extends HomeController
|
|
|
|
|
// MiniTop 二维码推广
|
|
|
|
|
public function getImgs()
|
|
|
|
|
{
|
|
|
|
|
$backgroundImg = 'http://'.$_SERVER['HTTP_HOST']."/Public/Qrcode/images/b.png";
|
|
|
|
|
$qrCodeImg = 'http://'.$_SERVER['HTTP_HOST']."/Public/Qrcode/images/qrcode.png";
|
|
|
|
|
$isHttps = is_https();
|
|
|
|
|
$backgroundImg = ($isHttps? 'https://': 'http://').$_SERVER['HTTP_HOST']."/Public/Qrcode/images/b.png";
|
|
|
|
|
$qrCodeImg = ($isHttps? 'https://': 'http://').$_SERVER['HTTP_HOST']."/Public/Qrcode/images/qrcode.png";
|
|
|
|
|
$id = I('request.id', 0);
|
|
|
|
|
if (!$id || !is_numeric($id)) {
|
|
|
|
|
$this->ajaxReturn([
|
|
|
|
|