|
@@ -286,7 +286,7 @@ class OrderService
|
|
|
throw new BusinessException("订单查询失败");
|
|
|
}
|
|
|
try {
|
|
|
- $result = Pay::alipay(config('payment.alipay'))->find($orderId,'pos');
|
|
|
+ $result = Pay::alipay(config('payment.alipay'))->find($orderId);
|
|
|
$result = json_decode(json_encode($result), true);
|
|
|
dump($result);
|
|
|
} catch (\Exception $e) {
|