|
|
|
@ -53,7 +53,7 @@ class UdunWalletService |
|
|
|
// 回调 |
|
|
|
//$callUrl = config('app.url') . '/api/udun/notify'; |
|
|
|
// $callUrl = env('NOTIFY_URL') . '/api/udun/notify'; |
|
|
|
$callUrl = 'https://sses.cxicoin.com/api/udun/notify'; |
|
|
|
$callUrl = 'https://mgsc.nvrcoin.com/api/udun/notify'; |
|
|
|
|
|
|
|
$body = array( |
|
|
|
'merchantId' => $this->merchantId, |
|
|
|
@ -79,7 +79,7 @@ class UdunWalletService |
|
|
|
); |
|
|
|
|
|
|
|
$data_string = json_encode($data); |
|
|
|
|
|
|
|
// var_dump($url); |
|
|
|
return json_decode($this->http_post($url, $data_string), true); |
|
|
|
} |
|
|
|
|
|
|
|
|