Browse Source

udun 的回调地址

master
453530270@qq.com 2 years ago
parent
commit
bdf40c3e8c
  1. 2
      app/Services/UdunWalletService.php

2
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,

Loading…
Cancel
Save