...
|
...
|
@@ -179,7 +179,7 @@ class ActivityController extends AdminBaseController |
|
|
{
|
|
|
$savePath = '/alidata/www/w/sami/public/qrcode/';
|
|
|
$webPath = '/qrcode/';
|
|
|
$qrData = 'https://www.baidu.com';
|
|
|
$qrData = 'http://sami.w.bronet.cn/activity/activity/detail/id/' . $id . '.html';
|
|
|
$qrLevel = 'H';
|
|
|
$qrSize = '8';
|
|
|
$savePrefix = 'activity_' . $id . '_';
|
...
|
...
|
|