|
|
@@ -189,7 +189,6 @@ class WorkerWeChatPayService extends BasePayService
|
|
|
$server = $this->app->getServer();
|
|
|
// 支付通知
|
|
|
$server->handlePaid(function (Message $message) {
|
|
|
- Log::write(json_encode($message, JSON_UNESCAPED_UNICODE));
|
|
|
if ($message['trade_state'] === 'SUCCESS') {
|
|
|
$extra['transaction_id'] = $message['transaction_id'];
|
|
|
$attach = $message['attach'];
|