rabin 3 years ago
parent
commit
d5892359a5
1 changed files with 1 additions and 0 deletions
  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);