This commit is contained in:
Hankin 2026-04-27 09:27:43 +08:00
parent 1f1d2d26d5
commit 1019889dfd

View File

@ -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("回调失败");
}