From 709eed7de6afd34176dbabfd9b89d3f74b2bf0ba Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 24 Jun 2025 15:30:08 +0800 Subject: [PATCH] no message --- src/Services/Gateway/Epay.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index 652bd784..08a08579 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -110,7 +110,8 @@ final class Epay extends Base $data['sign'] = $epaySubmit->buildRequestMysign(EpayTool::argSort($data)); $data['sign_type'] = $this->epay['sign_type']; $client = new Client(); - + var_dump($this->epay['apiurl']); + exit; try { $res = $client->request('POST', $this->epay['apiurl'] . 'mapi.php', ['form_params' => $data]);