@@ -26,7 +26,7 @@ class Notify
}
# 抵扣
- private function deduct($order)
+ private function deduct($type, $order)
{
# 使用优惠券
if (isset($order['user_coupon_id']) && $order['user_coupon_id'] > 0) {