Commit 48a6a3eb by 王洁

verifyBonusConvertMoney

parent 278d49bf
......@@ -167,9 +167,10 @@ interface MemberCardInterface
* @param integer $userId
* @param integer $bonusToUse
* @param integer $price //订单原价减去优惠券后的价格
* @param integer $couponId //订单使用的优惠券id
* @return bool //验证通过返回true,不通过返回false
*/
public function verifyBonusConvertMoney(int $storeId,int $userId,int $bonusToUse,int $price);
public function verifyBonusConvertMoney(int $storeId,int $userId,int $bonusToUse,int $price,int $couponId=0);
/**
* 查询用户的会员卡积分
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment