rabin 3 tahun lalu
induk
melakukan
d5892359a5
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/shop/src/Yspay.php

+ 1 - 0
app/shop/src/Yspay.php

@@ -182,6 +182,7 @@ class Chinaums
         $body['content'] = $this->createSignature($content);
 
         $result = Dever::curl($url, $body, 'post');
+        print_r($result);die;
 
         $decryptData = $this->privateDecrypt($result);
         print_r($content);