feat : ide config
This commit is contained in:
@@ -166,9 +166,7 @@ class PlacePayService extends BaseService
|
||||
//已经截单 自动退款
|
||||
if (!$this->isCatering) $this->directGoodRefund();
|
||||
break;
|
||||
case OrderCode::ORDER_TYPE_BALANCE:
|
||||
echo 1;
|
||||
break;
|
||||
case OrderCode::ORDER_TYPE_BALANCE: //余额重置是不是不能等于 0 元
|
||||
default:
|
||||
throw new ErrException('订单类型错误');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user