whitefang 2 rokov pred
rodič
commit
0be3d3cb97

+ 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);