From 1019889dfd63b3e9003ec91759b62b20b944260a Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 27 Apr 2026 09:27:43 +0800 Subject: [PATCH] callback --- app/Http/Controllers/WechatPayController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/WechatPayController.php b/app/Http/Controllers/WechatPayController.php index f39d220..752438a 100644 --- a/app/Http/Controllers/WechatPayController.php +++ b/app/Http/Controllers/WechatPayController.php @@ -60,7 +60,6 @@ class WechatPayController extends Controller Log::info("请求头", ["headers" => $headers]); Log::info("请求体", ["body" => $body]); $res = WechatPayService::mchTransferCallback($headers, $body); - dd($res); if (empty($res)) { return $this->failure("回调失败"); }