feat : ide config

This commit is contained in:
2025-03-17 17:35:02 +08:00
parent e960767b4e
commit 35136aead6
4 changed files with 31 additions and 6 deletions

View File

@@ -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('订单类型错误');
}