elf 1 year ago
parent 663471ca39
commit 162ec2b0e2

@ -502,11 +502,6 @@ class PaymentService extends AbstractService
} else { } else {
throw new BusinessException('查询类型错误'); throw new BusinessException('查询类型错误');
} }
$order = Order::where('app_id', $app->app_id)->where('out_order_no', $data['outOrderNo'])->first();
if (empty($order)) {
throw new BusinessException('订单不存在');
}
$baofu = new Baofu(); $baofu = new Baofu();
$result = $baofu->queryOrder([ $result = $baofu->queryOrder([

Loading…
Cancel
Save