From 22e714e91c356ae8488673db2168a8fce6143314 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Sat, 7 Oct 2023 10:39:48 +0800 Subject: [PATCH] =?UTF-8?q?udun=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UdunWalletService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/UdunWalletService.php b/app/Services/UdunWalletService.php index 009265d..d33ee26 100644 --- a/app/Services/UdunWalletService.php +++ b/app/Services/UdunWalletService.php @@ -53,7 +53,7 @@ class UdunWalletService // 回调 //$callUrl = config('app.url') . '/api/udun/notify'; // $callUrl = env('NOTIFY_URL') . '/api/udun/notify'; - $callUrl = 'https://xmg.xusexchange.com/api/udun/notify'; + $callUrl = 'https://pe.pnecoin.com/api/udun/notify'; $body = array( 'merchantId' => $this->merchantId,