From a2d65de03e5c7004299322c88b3ad0eec040f18a Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Mon, 20 Nov 2023 11:01:39 +0800 Subject: [PATCH] fixed --- app/api/controller/PayController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/PayController.php b/app/api/controller/PayController.php index c0e6f0149..99e496c45 100755 --- a/app/api/controller/PayController.php +++ b/app/api/controller/PayController.php @@ -77,7 +77,7 @@ class PayController extends BaseApiController 'total_fee' => $order['order_amount'], 'business_callback_url' => (string)url('pay/notifyApp', [], false, true) ]; - $result = PayRequestLogic::getPrePayId($requestData); + $result = PayRequestLogic::getPrePayId($requestData);dd($result); if (false === $result) { return $this->fail(PaymentLogic::getError(), $params); }