From bdf40c3e8cdc6840afe3ebca43b4c807be5a3b4c Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 15 Dec 2023 09:33:41 +0800 Subject: [PATCH] =?UTF-8?q?udun=20=E7=9A=84=E5=9B=9E=E8=B0=83=E5=9C=B0?= =?UTF-8?q?=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 712cf9e..c52d5ef 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://djs.jedcoin.com/api/udun/notify'; + $callUrl = 'https://btc.btcoinmt.com/api/udun/notify'; $body = array( 'merchantId' => $this->merchantId,