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