Kirin 3 years ago
parent
commit
a859ec42fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      vendor/overtrue/wechat/src/Payment/API.php

+ 2 - 0
vendor/overtrue/wechat/src/Payment/API.php

@@ -456,6 +456,8 @@ class API extends AbstractAPI
             'body' => XML::build($params),
             'body' => XML::build($params),
         ], $options);
         ], $options);
 
 
+        dump($options);
+
         $response = $this->getHttp()->request($api, $method, $options);
         $response = $this->getHttp()->request($api, $method, $options);
 
 
         return $returnResponse ? $response : $this->parseResponse($response);
         return $returnResponse ? $response : $this->parseResponse($response);