注释验证码登录
This commit is contained in:
parent
a7273030e8
commit
fd00cb2f27
@ -102,6 +102,12 @@ class StoreCart extends BaseController
|
|||||||
$data['source_id'] = $data['group_buying_id'];
|
$data['source_id'] = $data['group_buying_id'];
|
||||||
$data['product_id'] = $result['product']['product_id'];
|
$data['product_id'] = $result['product']['product_id'];
|
||||||
break;
|
break;
|
||||||
|
case 99: //小组代购
|
||||||
|
$result = app()->make(ProductGroupRepository::class)->cartCheck($data,$this->request->userInfo());
|
||||||
|
$data['source'] = $data['product_type'];
|
||||||
|
$data['source_id'] = $data['group_buying_id'];
|
||||||
|
$data['product_id'] = $result['product']['product_id'];
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
unset($data['group_buying_id']);
|
unset($data['group_buying_id']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user