@@ -513,6 +513,10 @@ class OrderService extends BaseService
return false;
}
+ if (env('PAY_DEBUG')) {
+ $orderTotal = 0.01;
+ }
+
DB::beginTransaction();
// 获取支付参数
/* TODO 支付处理 */