|
|
|
@ -154,7 +154,7 @@ class CouponService implements CouponServiceInterface |
|
|
|
* 获取用户当前订单可用的优惠券列表 |
|
|
|
* 按分类(1订单 等优惠)分组返回 |
|
|
|
*/ |
|
|
|
public function getUserAvailableCoupons($orderAmount,$userId,$marketId,$storetypeId) |
|
|
|
public function getUserAvailableCoupons($orderAmount,$userId,$marketId,$type,$storetypeId) |
|
|
|
{ |
|
|
|
$storetypeIds = explode(',', str_replace(',', ',', $storetypeId)); |
|
|
|
|
|
|
|
|