@@ -478,6 +478,7 @@ class OrderService
public static function useCoupon($memberId, $goods, $good, $coupon, $amountBalance)
{
+ dump("进到useCoupon");
try {
$cacheKey = "ORDER:USE:COUPON:" . $memberId;
$cacheDiscountKey = "ORDER:USE:COUPON:DISCOUNT:" . $memberId;