|
@@ -40,7 +40,7 @@ class Info
|
|
|
}
|
|
|
$code = $this->encode(...$code);
|
|
|
|
|
|
- $host = 'http://localhost:8080/#';
|
|
|
+ $host = 'https://h5.yijiudingsheng.com';
|
|
|
$path = '/pages/main?p=' . $code;
|
|
|
|
|
|
# 生成各个端口的品牌入口:
|
|
@@ -62,7 +62,7 @@ class Info
|
|
|
$scene[4] = $type;
|
|
|
$scene = implode('!', $scene);
|
|
|
|
|
|
- $result['h5'] = $host . '/pages/main?scene=' . $scene;
|
|
|
+ //$result['h5'] = $host . '/pages/main?scene=' . $scene;
|
|
|
|
|
|
$check = Dever::db('place/qrcode')->find(['code' => $scene]);
|
|
|
if ($check) {
|