This commit is contained in:
Hankin 2026-04-24 18:02:20 +08:00
parent 70cbdf51b3
commit 9a9f676907

View File

@ -57,6 +57,7 @@ class WechatPayController extends Controller
];
$body = $request->all();
// $body = json_encode($body, JSON_UNESCAPED_UNICODE);
Log::info("请求体", ["body" => $request->getContent()]);
Log::info("请求头", ["headers" => $headers]);
Log::info("请求体", ["body" => $body]);
$res = WechatPayService::mchTransferCallback($headers, $body);