|
@@ -286,7 +286,9 @@ class SmsService
|
|
|
$residue_price = $order->total_price*$order->start_percentage/100;
|
|
|
//$residue_price = $order->total_price;
|
|
|
$time = $order->expire_time;
|
|
|
- self::create()->send($order->user_phone, $tempId, compact('residue_price', 'time','order_id'));
|
|
|
+ if($residue_price > 0){
|
|
|
+ self::create()->send($order->user_phone, $tempId, compact('residue_price', 'time','order_id'));
|
|
|
+ }
|
|
|
break;
|
|
|
}
|
|
|
}
|