|
|
|
@ -9,7 +9,7 @@ interface CouponRecServiceInterface |
|
|
|
public function undo(); |
|
|
|
public function allForOrderOlAvailable($totalAmount,$userId,$marketId,$type,$storeTypeId); |
|
|
|
public function getListByUser($userId,$type,$page = 1,$pagesize = 5); |
|
|
|
public function allForOnlineOrderAvailable($userId, $marketId, $shopcartIds); |
|
|
|
public function allForOnlineOrderAvailable($userId, $marketId, $shopcartIds = []); |
|
|
|
/** |
|
|
|
* 统计用户可使用优惠券数量 |
|
|
|
* @param $userId |
|
|
|
|