whitefang 1 vuosi sitten
vanhempi
commit
0be3d3cb97
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/common/service/pay/WeChatPayService.php

+ 1 - 1
app/common/service/pay/WeChatPayService.php

@@ -153,7 +153,7 @@ class WeChatPayService extends BasePayService
             ],
             'attach' => $from
         ]);
-
+        Log::write(json_encode($this->config, JSON_UNESCAPED_UNICODE));
         $result = $response->toArray(false);
         $this->checkResultFail($result);
         return $this->getPrepayConfig($result['prepay_id'], $appId);