|
@@ -205,7 +205,7 @@ class StoreCombinationController
|
|
|
if (!$imageInfo) {
|
|
|
$valueData = 'id=' . $pinkId;
|
|
|
if ($user['is_promoter'] || sys_config('store_brokerage_statu') == 2) $valueData .= '&pid=' . $user['uid'];
|
|
|
- $res = RoutineCode::getPageCode('pages/activity/goods_combination_status/index', $valueData, 280);
|
|
|
+ $res = RoutineCode::getPageCode('pages/product/groupBooking/detail?id=', $valueData, 280);
|
|
|
if (!$res) return app('json')->fail('二维码生成失败');
|
|
|
$uploadType = (int)sys_config('upload_type', 1);
|
|
|
$upload = new Upload($uploadType, [
|
|
@@ -241,7 +241,7 @@ class StoreCombinationController
|
|
|
$name = $pinkId . '_' . $user['uid'] . '_' . $user['is_promoter'] . '_pink_share_wap.jpg';
|
|
|
$imageInfo = SystemAttachment::getInfo($name, 'name');
|
|
|
if (!$imageInfo) {
|
|
|
- $codeUrl = set_http_type($siteUrl . '/activity/group_rule/' . $pinkId . '?spread=' . $user['uid'], 1);
|
|
|
+ $codeUrl = set_http_type($siteUrl . '/index/#/pages/product/groupBooking/detail?id=' . $pinkId . '&spread=' . $user['uid'], 1);
|
|
|
$imageInfo = UtilService::getQRCodePath($codeUrl, $name);
|
|
|
if (is_string($imageInfo)) {
|
|
|
return app('json')->fail('二维码生成失败', ['error' => $imageInfo]);
|